@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';

body{
	font-family: 'Oswald';
	line-height: normal;
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}
header{
	background-color: black;
    margin: 0px 0px 0px 0px;
}
h1{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
    padding-left: 30px;
	font-weight: 400;
    margin: 0px 0px 20px 0px;
    color: white;
}
h2{
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: 700;
	font-size: 28px;
	color:#FF5126;
    margin: 0px 0px 10px 0px;
}
h3{
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: 400;
	font-size: 20px;
	color:#FF5126;
    margin: 0px 0px 0px 0px;
}
p{
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    color: grey;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
}
h4{
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: white;
}
footer{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: black;
    font-weight: 300;
    font-size: 10;
    color: white;
    margin: 60Spx 0px 0px 0px;    
}