/*****BASE STYLES*****/
body {
	font-family: 'Lato', sans-serif;
	max-width: 100%;
	height: auto;
}


/***** Header *****/

header {
	background-color: #D8D0D4;
}

/*header img {
	max-width: 100%;
	height: auto;
}*/

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #A97216;
	justify-content: center;
}


h2 {
    font-family: 'Lato', sans-serif; 
    color: #9B1832;
}
	
top {
	background-color: #BFA3B2;
	
}

img {
	padding-left: 40px;
	padding-bottom: 20px;
}

/***** Contact Section *****/
#contact h2 {
	background-color: #D8D0D4;
	font-size: 16px;
	color: #9B1832;
	height: 40px;
	padding: 20px;
}


