html, body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}

.blueBG {
  background-color: #156570;
  height: 10em;
}

.page {
  height: 100%;
}

.nav-bg {
    background-color: #156570;
    border: 0;
    width: 80%;
    max-width:1240px;
    margin-left: auto;
    margin-right: auto;
}

.page {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.maincontent .row {
    display: table;
}

.maincontent .row div {
    display: table-cell;
    float: none;
}

.maincontent .row div::after {
    display: block;;
    clear: both;
}

.forms .form-group.row {
    display: block;
    padding-left: 1.2em;
} 

.navbar-brand {
  padding: 0 1.4em 0 0;
}

.sidenav, .sidenav p {
  padding: 0 0 0 0;
  margin: 0 0;
}

.rightnav {
    padding-left: 50px;
}

.leftnav {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.titlepage {
    display: table;
}

.sidenav p a {
    display: inline-block;
    height: 41px;
    color: #454242;
    text-decoration: none;
    line-height: 41px;
    border-top: 1px solid #cfcfcf;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0;
    position: relative;
    /*padding-left: 50px;*/
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}

.sidenav p.last {
    border-top: 1px solid #cfcfcf;
}

.logo-img {
    max-width: 400px;
    height: auto;
}

.logo-img img{
    max-width: 100%;
    height: auto;
}

ul.navbar-nav li.active a:hover {
      background-color: rgb(255, 170, 41);
      color: rgba(0, 0, 0, 0.7);
}

    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
    
.carousel-caption {
    text-shadow: 0 2px 2px rgb(0 0 0);
    filter:DropShadow(Color=#000000, OffX=1, OffY=1)
}