@charset "UTF-8";
body {
	margin: 0px;
	color: #333333;
	font-family: muli, Tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 300;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
main h1 {
	color: #333333;
	font-weight: normal;
	font-size: 2rem;
	text-align: center;
}
footer p {
	text-align: center;
}
footer {
	margin-top: 50px;
}
header h1 {
	font-weight: normal;
	font-size: xx-small;
	margin-left: -990px;
}
header img {
	display:block;
	margin:0 auto;
	
}
footer h1 {
	color: #333333;
	font-weight: normal;
	font-size: 1.5rem;
	text-align: center;
}
#topNav ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style-type: none;
	font-size: 1.5rem;
}
#topNav ul li {
	padding-top: 20px;
	padding-right: 33px;
	padding-left: 10px;
	padding-bottom: 20px;
	display: inline-block;
}
footer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
footer ul li {
	display: inline-block;
	padding-left: 0px;
	margin-left: 30px;
}
a:link, a:visited {
	color: #9C9C9C;
	text-decoration: none; 
}
a:hover, a:active {
	color: #F0D187;
	text-decoration: none;
}

.portfolioh2 {
	font-size: 1.25rem;
	text-align: center;
	font-weight: normal;
}


#gallery {
	display: flex;
	justify-content: space-between;
}
#christmas {
	order: 1;
	flex-basis: 25%;
}
#shower {
	order: 2;
	flex-basis: 25%;
}
#easter {
	order: 3;
	flex-basis: 25%;
}




.projects {
	
	
}
.servicesh2 {
	font-size: 1.5rem;
	font-weight: normal;
}
.formh2 {
	font-size: 1rem;
}
#newsletter {
	text-align: center;
	color: #EE8ECF;
}
*{box-sizing:border-box;}

body{font-family:muli, Tahoma, "sans-serif";}

#offeringsImage {
	width: 960px;
	height:200px;
	margin:0px auto;
	position:relative;
	background-image:url(assets/images/yellowBouquet.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	/*Image sourced from https://kaboompics.com/photo/3426/close-up-of-a-yellow-flower-bouquet*/
}
#offeringsh1{
	width: 100%;
	position: absolute;
	top: 50px;
	background-color: rgba(242,235,206,0.60);
	text-align: center;
	padding: 10px 0px;
	color: #484848;
}

#galleryImage {
	width: 960px;
	height:200px;
	margin:0px auto;
	position:relative;
	background-image:url(assets/images/pinkBouquet.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	/*Image sourced from https://kaboompics.com/photo/2841/pink-flowers-blooming-in-spring*/
}
#galleryh1{
	width: 100%;
	position: absolute;
	top: 50px;
	background-color: rgba(242,206,239,0.65);
	text-align: center;
	padding: 10px 0px;
	color: #484848;
}
#formImage {
	width: 960px;
	height:200px;
	margin:0px auto;
	position:relative;
	background-image:url(assets/images/christmasTree2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	/*Image sourced from https://kaboompics.com/photo/1785/christmas-tree-decorations*/
}
#formImageh1{
	width: 100%;
	position: absolute;
	top: 50px;
	background-color: rgba(78,114,122,0.60);
	text-align: center;
	padding: 10px 0px;
	color: #F6C9F0;
}
