body {
		margin-top: 50px;
		margin-left: 45px;
		margin-right: 45px;
		margin-bottom: 30px;
		font-family: 'Work Sans', sans-serif;
		font-weight: 200;
		color: #3B3B3B;
		font-size: 14pt;
}

h1 {
		text-transform: uppercase;
		font-weight: 800;
		font-size: 20pt;
}

h1,h2,h3 {	color: black;


}

h2 {
		text-transform: uppercase;
		color: #9BE2A2;
		font-weight: 700;
		font-size: 18pt;
}

h3 {
		color: #75AC7A;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 15pt;
}

img {
		width: 100%;
}

button {
		
		visibility: hidden;
}

button:after {

		content: "\f0aa" ;
		font-family: 'FontAwesome';
		text-decoration: inherit;
		visibility: visible;
		font-size: 28pt;
		color:  #9BE2A2;
		position: fixed;
		float: right;
		margin-right: 2px;
		margin-left: 215px;
		margin-top: -30px;

}

blockquote {

		margin-left: 8px;
		margin-right: 9px;
		font-style: italic;
		font-size: 12pt;
		color: #5D7D5F; }
