@charset "UTF-8";
/* CSS Document */
#sides {width: 100%; 
	margin-left:auto; 
	margin-right:auto;}
#wrapper {background-color: #FFFFFF; 
	width: 80%; 
	margin-left:auto;
	margin-right:auto;
	
	border-left: thick; border-right:thick; border-color: #C8A2C8; border-style: solid; border-width: 30px;
	padding: 20px;}
/*#navwrapper {background-color: #FFFFFF; 
	width: 80%; 
	margin-left:auto;
	margin-right:auto;
	min-width: 1200px;
	max-width: 1480px;
	border: thick; border-color: #C8A2C8; border-style: solid; border-width: 15px;
	padding: 20px; margin-top: 8px;}*/

h1 h2 {font-style: italic;
	font-family: "Almendra";}
h1 {background-color: #FFB5C0;
	color: white;
	font-size: 96px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;}
h2 {font-size: 44px;
	color: #98A869;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;}
h3 {font-size: 20px;
	color: #C8A2C8;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;}

nav {text-align: center; padding-bottom: 10px; 
	padding-top: 10px; 
	background-color: #98A869; 
	font-size: 25px;
	font-family: "Almendra";}
nav a:link {color: white;}
nav a:visited {color: blueviolet;}
nav a:hover {color: #787878; border: 3px #333333;}
nav a {text-decoration: none; padding: 1em; margin-bottom: 1em;}
nav p {font-weight: bold; text-align: center;}

footer {background-color: #98A869; font-size: .60em; font-style: italic; text-align: center;}

/*visual arts and clay page mostyl*/
.visualarts {margin: 5px;}
img {padding: 18px;
	background-color: #F8F0C6;
	border: 2px solid;}
.alignleft {float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-top: 15px;
	width: 100px;
	height: 100px;
	padding: 0px;
	background-color: transparent;
	border: 0px;}
.alignright {float: right;
	margin-left: 20px;
	margin-bottom: 15px;}
.imagecontainer {display: flex;
	flex-wrap: wrap;
	justify-content: center;}

/*contact page*/
label{margin-right: 10px;
	margin-top: 5px;}
.formbox{padding: 18px;
	background-color: #F8F0C6;
	border: 2px solid;
	margin-right: 10px;
	width: 50%;}
.submitbtn {background-color: #98A869;
	color: white;
	font-size: 24px;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 132px;
	margin-top: 10px;
	text-decoration: none;}
.submitbtn:hover {background-color: #3F4CA4;}

/*thank you page*/
.aligncenter {align-content: center;
	margin-left: auto;
	margin-bottom: auto;
	display: block;}

/*landing page*/
.getintouchbtn {background-color: #98A869; align-content: center;
	color: white; text-decoration: none;
	font-size: 24px;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 28%;
	margin-top: 10px;
	font-family: "Almendra";}
.getintouchbtn:hover {background-color: #3F4CA4;}
.asterisk {color: red;}
.mc-field-group label {font-weight: bold; margin-right: 20px; display: inline-block; width: 40%; text-align: right; color: #C8A2C8; margin-bottom: 15px;}