﻿body{
	padding: 0;
	margin: 0;
	background: #f7f7f7;
	
}

h1 {
	color: #2d394f;
	font-family: Raleway, sans-serif;
	font-size: 100px;
	line-height: 76px;
	margin: 0;
	position: relative;
	text-align: center;
	top: 20%;
	margin-top: 2%;
}

h2{
	color: #444444;
	line-height: 32px;
	font-family: Roboto, sans-serif;
	font-size: 54px;
	font-weight: 600;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1%;
}	

h3 {
	color: #566787;
	font-family: Roboto,sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}
h4 {
	color: #214E34;
	font-family: Raleway, sans-serif;
	font-Size: 13px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	float: left;
	padding: 14px 16px;
	border-right: 1px solid #9A9A9A;
	padding-top: 0px;
	padding-bottom: 0px;
}
h4:hover {
	background-color: #c9d6ed;
}

h5{
	
	margin-left: 10%;
	margin-right: 10%;
	padding: 0;
	margin-top:0;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	margin-left: 30%;
	margin-right: 30%;
}

li {
	margin: 0 ;
	/*border-bottom: 1px solid #E4BB97;*/
	list-style: none;
	/*padding-bottom: 5%;*/
	/*width: 75%;*/
}

hr {
	margin-left: 10%;
	margin-right: 10%
}
p {
	color: #444444;
	line-height: 32px;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 100;
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
}
a {
	color: #214E34;
	font-family: Raleway, sans-serif;
	font-Size: 13px;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}
