/* Enter Your Custom CSS Here */

.branding a img, .branding img {
    height: auto;
    width: 200px;
}


.main-nav > li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding-right: 37px;
}
.box:hover{
background-color: #85c7ea!important;
  transition: 2s!important;
}
.main-nav > li > a .menu-text {
    font: normal 15px / 20px "Raleway", Helvetica, Arial, Verdana, sans-serif;
    color: #262b2e;
    text-transform: uppercase;
    font-weight: bold;
}
.banner
{
	background-color: #f5f5f5;
    padding:15px;
}
footer#footer {
    border-top: 10px solid #aadbf5!important;
}

.services-text
{
  box-shadow: 0px 2px 4px rgba(0,0,0,.15);
   padding:15px;
}