.marginbottom {margin-bottom: 30px;}

.margintop {margin-top: 30px;}
	
.paddingbottom {padding-bottom: 45px;}

.paddingtop {padding-top: 25px;}
.paddingtoplogo {padding-top: 45px;}

* {font-family: 'Roboto', sans-serif; line-height: 1.8;}

.footer {
	background-color: #FE3943;
	color: #fff;
	}

.background-1 {
	background-color: #FE3943;
	color: #fff;
	margin-top: 96px;
	padding: 35px 0 35px 0; /* top, right, bottom, left */
	}

a:link {color: black;}
a:visited {color: white;} 
a:hover {color: black;}
a:active {color: black;}

h1, h2, h3, h4, h5 {
	text-indent: 20px;
}

p {
	line-height: normal;
} 

 a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}




@media (max-width: 768px) {
	.logo{
		font-size:5vw;
		padding-left: 10px;
	}
}

@media (min-width: 768px) {
	.logo{
		font-size:2vw;
	}
}