body {background: #1b75bb; color: #6d6d6d; list-style: none!important;}

h2 {color: #1b75bb;}

h4 span {color: #1b75bb;}

a:hover {color: #1b75bb;}

.contact-info ul {list-style: none;}

ul li {list-style: none!important;}

.row {background:#ffffff; }

.row.masthead {background: #1b75bb; padding: 10px;}

.contact-info {text-align: right; float: right !important}

.row.masthead ul li a {font-size: 30px; color: #fcc011; top: 30px;}

.email a {font-size: 18px!important; color: white; top: 30px;}

.side img {float:left;}

.navbar-default .navbar-nav > li > a {
    color: #fcc011;
    display: block;
    font-size: 20px;

    position: relative;
    text-transform: uppercase;
    font-family: Oswald;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color: #1b75bb;}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}


footer .row {background-color: #434140;}

footer h4 {font-size: 14px; color: #ffca02;}

footer li {list-style: none;}

footer li a {color: #ffffff;}

footer li span a {font-size: 12px;}

footer ul {padding: 0px;}

.copy {text-align: center; padding: 20px; background: #1b75bb; color: #ffffff;}

.copy a {color: #ffffff;}

.social {text-align: left;}
.social a  {font-size:30px; text-align: center; color: #fcc011; padding-right: 20px;}




/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }
