@charset "UTF-8";
#gridDrawings {
	padding: 20px;
	}
#gridContainer {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.gridchild{
	margin-bottom: 6px;
}#Contactform {
	width: 350px;
	left: 0px;
	padding-left: 100px;
	background-image: url(assets/images/postcard429x178.jpg);	/*source for stock image: https://pixabay.com/en/background-greeting-card-postcard-2011751*/
	background-repeat: no-repeat;
	background-position: 42% 52%;
	background-size: auto 180px;
}
footer {
	display: flex;
	justify-content: space-between;
}
#contact {
	width: 350px;
	padding-left: 100px;
	padding-right: 0px;
}
nav{
	background-color: rgba(255,255,255,1.00);
	margin-top: 264px;
}
nav ul{
	padding-left: 0px;
	list-style-type: none;
	margin: 0 0 50px 0;
	height:40px;
	
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	justify-content: center;
}
nav ul li{
	background-color: rgba(255,255,255,1.00);
	margin-left: 15px;
	flex-basis: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
		
}body {
	/* [disabled]background-color: rgba(229,131,158,1.00); */
	font-family: 'Emilys Candy', cursive;
}

h1,h2 {font-family: 'Fredericka the Great', cursive;}

#topnav li a:link, a:visited {
color:#0ECBF1;
	text-decoration: none
}
#topnav li a: hover, a:active {
	color:#8E7CBE;
	text-decoration: none
}
html{
	background-image: url(assets/graphics/stripe.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
header {
	background-image: url(assets/graphics/draw.gif);
	height: 358px;
	background-repeat: no-repeat;
	background-position: 69px 0%;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
