* {
	margin: 0;
	padding: 0;
}

body {
	font: 100%;
	font-family: 'Zen-Antique-Soft';
	font-size: 22px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	text-decoration: none;
	overflow-x: hidden;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #050AE3;
	text-decoration: underline;
}

.sitebody {
	background: #0000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.sitebody header {
	padding-top: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}

.sitebody header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

nav {
	border: 1px solid #FFFFFF;
	margin-bottom: 20px;
}

.navbar {
	width: 90%;
	margin: 0 auto;
}

.navbar a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #AA0000;
}

@media only screen and (max-width: 992px) {
	nav {
	border: none;
	margin: auto;
	}
	
	button.navbar-toggler.custom-toggler {
		margin-left: 20px;
	}
	
	.navbar a {
		padding-bottom: 10px;
	}
	}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,0,0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: #FFFFFF;
  margin-left: 10px;
} 

.navbar-collapse {
	width: 100%;
}

.toppage {
	height: 300px;
	padding: 0;
}

.toppage img {
	padding-top: 10px;
	height: 100%;
	width: 89%;
	object-fit: cover;
}

.sitebody #mainContent {
  padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  margin-top: 20px;
  background: #000000;
  color: #FFFFFF;
  text-align: left;
}

.sitebody #PAINTmainContent {
  padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  background: #000000;
  margin: 0 auto;
}


.paint {
	margin: 30px 40px;
}

.paint img {
	transition: 1s;
	padding: 25px;
	width: 200px;
}

.paint img:hover {
	filter: grayscale(10%);
	transform: scale(1.1);
}

.sitebody p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.textborder {
	border: 1px solid #AA0000;
	color: #FFFFFF; 
	font-size: 24px; 
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.sitebody #LichaArtist {
	margin: 30px;
}

@media only screen and (max-width: 576px) {
	.sitebody #LichaArtist {
	padding-top: 30px;
	margin: 0 auto;
	width: auto;
}
}

#Address {
	color: #AB1500; 
	font-size: 20px; 
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}

p.biotext {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}

p.biotextnoncenter {
	font-size: 22px;
	text-align: left;
	margin: 0 auto 0 auto;
}

.biotext a {
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: underline;
	}

h1 {
	padding: 30px 0 20px 0;
	margin: 0 auto;
}

.closeups {
	text-align: center;
	margin: 10px 0;
}
.closeups img {
	height: 300px;
	padding: 30px;
}

.behind {
	text-align: center;
	margin: 10px 0 50px 0;
}
.behind img {
	height: 300px;
	padding: 20px;
}

.prints {
	text-align: center;
	margin: 10px 0 50px 0;
}

.prints img {
	height: 300px;
	padding: 30px;
}

.paintinglife {
	text-align: center;
	margin: 10px 0 50px 0;
}

.paintinglife img {
	height: 300px;
	padding: 30px;
}

.NowUpcoming {
	font-size: 26px;
	color: #AA0000;
	font-weight: bold; 
}

.images {
	width: 100%;
	height: 100%;
}

.socialmedia {
	text-align: center;
}

.socialmedia img {
	width: 130px;
	margin: 10px 5px;
}

.oceanstext {
	font-size: 22px;
	text-align: center;
	padding: 20px 0 30px 0;
}

.oceanstext a {
	color: #FFFFFF;
	}
	
.space {
	padding-bottom: 50px;
}

.shopping {
	text-align: center;
	margin: 30px 0 50px 0;
}

.shopping img {
	width: 220px;
	height: 220px;
}

.shopping .caption {
	display: block;
	margin: 10px;
}

.flowers {
	text-align: center;
	margin: 50px 0 50px 0;
}

.flowers img {
	height: 400px;
	padding: 10px;
}


