.navbar {
  background: rgba(0, 25, 51, 1);
  border-bottom: 0;
}

.navbar-brand {
  margin-right: -500px;
  margin-top: -2px;
}

.navbar-brand, .navbar-nav li a {
  line-height: 50px;
  height: 50px;
  padding-top: 0px;
}

.nav-container {
  margin-bottom: 10px;
  margin-top: 12px;
}

.navbar-collapse {
  margin-top: 3px;
}

.nav li {
  display: inline-block;
  margin-right: 20px;
}

.nav > li > a {
  color: white;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-menu {
  background-color: #202020;
  margin-top: 14px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dropdown-menu > li > a {
  color: white;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  color: white;
  background-color: transparent;
  background-image: none;
}

.dropdown > a.dropdown-toggle:hover,
.dropdown > a.dropdown-toggle:focus {
  background-color: transparent;
}

.navbar-toggle {
  border: none;
  margin-top: -2px;
}

html, body {
  min-height: 100%;
  height:100%;
  background-color: #ffffff;
}

p {
  font-family: 'Montserrat', sans-serif;
}

p.bodytext {
  font-size: 1.25em;
}

.bodytext {
  text-align: left;
}

.row-divider {
  height: 50px;
}

.special {
  height: 110%;
  width: 100%;
  margin-top: -50px;
  top: 0;
}

.jumbotron {
  background-image: url("../img/towerdark.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jumbotron.lowertitle {
  background-image: url("../img/family.jpg");  
  color: #ffffff;
  min-height: 320px;
  height: 45%;
  margin-top: 50px;
  //text-shadow:
  //-1px -1px 0 #000,
  //1px -1px 0 #000,
  //-1px 1px 0 #000,
  //1px 1px 0 #000;  
}

.jumbotron.lowertitle.nothomepage {
  margin-top: 20px;
}

.maintitle {
  margin-top: 250px;
  color: white;
}

div.down-arrow {
  text-align: center;
  margin-top: -100px;
}

.center {
  text-align: center;
}

h1, h2 {
  font-family: 'Vollkorn', serif;
}

h4 {
  font-style: italic;
}

#brandimg {
  width: 75%;
  //margin-top: 25px;
  display: inline;
  margin-left: 20px;
}

#logoimg {
  width: 10%;
  //margin-top: 25px; 
  display: inline;
}

.btn, .btn:hover, .btn:focus {
  background: transparent;
  text-shadow: none;
  border-color: black;
}

.btn-lg, .btn-lg:hover, .btn-lg:focus {
  color: white;
  border-color: white;
}

@media (max-width: 768px) {
  .navbar-brand, .navbar-nav li a {
    line-height: 40px;
    height: 40px;
    padding-top: 0px;
  }
  
  .maintitle {
    margin-top: 125px;
    color: white;
  }
}
