body {
   font-family: 'Lato', sans-serif;
}
img#reemakIco {
   height: 23px;
   position: relative;
   top: -2px;
}

div#elCopyright {
   margin-bottom: 10px;
}

header {
   background: #87e0fd;/* Old browsers */
   background: -moz-linear-gradient(top,  #87e0fd 0%, #53cbf1 40%, #05abe0 100%);/* FF3.6-15 */
   background: -webkit-linear-gradient(top,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);/* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom,  #87e0fd 0%,#53cbf1 40%,#05abe0 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );/* IE6-9 */
   padding: 50px 0;
}

h1#elSiteTitle {
   margin-top: 0;
   color: white;
   font-size: 53px;
   font-weight: bold;
   text-shadow: 3px 3px black;
   margin-bottom: 40px;
}

div#elMobileNumber {
   color: red;
   font-weight: bold;
   font-size: 42px;
   background: white;
   border-radius: 5px;
   text-shadow: 2px 2px black;
}

nav.navbar.navbar-inverse {
   border-radius: 0;
   background: #696969;
   color: white;
   border: 0;
   box-shadow: 0 5px black;
}

div#elPhoneCharlie {
   font-family: 'Lobster', cursive;
   font-size: 42px;
}

div#elLicNo {
   font-size: 42px;
}

.navbar-inverse .navbar-nav>li>a {
   color: white;
   margin-right: 5px;
}

.navbar-inverse .navbar-nav>li>a:hover {
   background: black;
}

img.elServiceImage {
   border: 10px solid #696969;
}

p#elVehicleUnder {
   font-weight: bold;
   font-size: 18px;
   display: block;
   max-width: 600px;
   margin: 20px auto;
}

img#elVehicleImage {
   width: 100%;
   max-width: 673px;
}

div#callToAction {
   text-align: center;
   margin: 60px 0 40px;
}