
.s-padding{
padding:15px;
}

.m-padding{
	padding:50px 20px;
}

.l-padding{
padding:100px 20px;
}

.color,.request-btn{
	background:#0274be;
}

.alt-btn{
	background:#fff;
	margin-top: 15px;
	border: 2px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.request-btn{
	border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.request-btn:hover{
    color: #eee;
    text-decoration: none;
}

a{
color:#0274be;	
}

a:hover{
	color:#000;
	text-decoration: none;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 20px;
	margin:15px 0 10px 0;
}

h1,h2,h3,h4,h5{
	color: #4c4c4c;
    font-weight: bold;
}

#full-width-image{
	height:500px;
}

@media(max-width: 600px){

h1{
	font-size:24px;
}

h2{
	font-size:20px;
}

h4{
	font-size:18px;
}

.request-btn, .alt-btn{
	font-size:15px;
}

#full-width-image{
	height:250px;
}
}