/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

    }


    /*=========== My CSS begins here =============*/

body{

    background-color: #F3F7F6;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
	color: rgb(105, 105, 105);
}


p{

	line-height: 2.0rem;
    margin-bottom: 0.5rem
}


header{

    background-color: #18222F;
	margin-bottom: 50px;
	



}


h1{

	font-family: 'Raleway', sans-serif;
	font-size: 2.5em;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #B19557;
	
}


cite{

	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-bottom: 40px;
	letter-spacing: 0.2em;
	font-weight: 100;
}


main{

	min-width: 600px;
	margin-left: 15%;
	margin-right: 15%;

}


h2{

	font-family:'Raleway', sans-serif;
	color: #18222F;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 40px;
	font-size: 1.8em;
	
}




main section{

	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #B19557;
	border-radius: 5px;


}



div{


display: flex;
margin-bottom: 60px;

}





div p{

	padding-right: 30px;
	line-height: 2.0em;
	
}



div img{

	padding-left: 50px;
}


section:last-child{

	margin-bottom: 80px;
}


h3{

	font-family:'Raleway', sans-serif;
	color: #B19557;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 1.5em;
}


a{

	color: #B19557;
	text-decoration: none;
}



a:hover{

	color: #18222F;

}


ul li{
	padding-left: 40px;
	padding-bottom: 20px;
}


ul a{

	color: #18222F;
	text-decoration: none;
	padding-bottom: 10px;
	font-size: 1.2em;
}


ul a:hover{

	color: #B19557;
}


footer{

	background-color: #18222F;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;

}


footer p{

	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 20px;
	
}