body{
	font-family:Raleway;
}
img{
	width:120px;
}
.service{
	    padding: 30px 0;
    background-color: #F5F5F5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    margin-bottom: 30px;
}
.service:hover{
	background-color: #ffffff;    
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}

a:focus, a:hover{
	text-decoration:none;
}
.navbar-brand img{
	width:165px;
}
.navbar{
	min-height:75px;
}