
.navbar-nav { float:right; }
.nav { width:50%; }
.navbar-brand { height:70px; }
.navbar-inverse {
   background-color:#ffffff;
   border-color:#ffffff;
}
.navbar {
    margin-bottom:0px;
}

.topcontacttxt { text-align: right; float:right; font-size:12px; padding-top:8px; }
.topcontacttxtb {  width:99%; text-align:center; font-size:12px; padding-top:8px; }
@media only screen and (min-width: 779px)
{
  .hideondesktop { display:none; }
  .hideondesktopb { display:none!important; }
}

@media only screen and (max-width: 778px)
{
  .hideonmobile { display:none; }
  .hideonmobileb { display:none!important; }
  .navbar-nav { float:right; }
  .jumbotron { height: 200px; }
  .jumbotron p { width: 280px; color: #ffffff; font-size: 20px; font-weight:200}
}
.navbar-toggle { background-color:#000000!important; }
.topcontacttxt { padding-right:60px; } 
.navbar-toggle .icon-bar { background-color:#ffffff!important; }