body {
  padding-top: 5rem;
  font-family: 'Barlow', sans-serif;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.navbar {
	    background: #3a567e;
	    padding:34px 0;
}

h1 {
	
    font-size: 45px;
    color: #3a567e;
    font-weight: 100;
    margin-bottom:40px;
}
p,.lead {
	font-size: 24px;
	color:#646464;
	font-weight: 300;
}

.starter-template {
	padding:6rem 0rem 1rem 0rem;
	text-align: left;

}

a {
	color: #ea3423!important;
}

a.button {
	border: 2px solid #ea3423;
    padding: 10px 20px;
    color: #ea3423!important;
    transition: all 1s;
    display: inline-block;
    margin: 0 10px 10px 0;
}
a.hover:hover {
	background-color: #ea3423;
    color: #ffffff;
    text-decoration: none;
}

.img-responsive {
	width:100%;
	height:auto;
}

footer {
	background:#252b35;
	padding:40px 0;
	
	
}

footer p {
	font-family: sans-serif;
	color:#fff;
	font-size: 15px;
}