/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
  font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
}


/******BG******/

.img_overlay {
  opacity: 0.25;
  width: 100%;
  height: 100%;
  top:0px;
  background: black;
  position: absolute;
  z-index: -1;
}


/******NAVBAR******/

.navbar-inner{
    /*height: 90px;*/
    min-height: 60px;
}
.navbar .brand{
    padding: 0 10px;
}

.navbar .nav > li > a {
    font-size: 11px;
    color:#B0BEC5;
    padding: 20px 15px;
    /*padding: 35px 15px;*/
}

.navbar .btn-navbar {
    /*margin-right: 0px;*/
    margin-top:15px;
}
.brand img{
    margin-top: 5px
}
@media (max-width:1024px) {
    .brand img{
        margin-bottom: 5px;
    }
    .navbar .btn-navbar{
        /*margin-right: -15px;*/
    }
    .navbar .nav > li > a {
        padding: 20px 15px;
    }
}


/*An invisible block for menu*/
.dropdown-menu:before {
    content: " ";
    display: block;
    position: absolute;
    height: 25px;
    top: -25px;
    left: 0;
    right: 0;
}

/***** Message Box *****/
/*.vertical-center {
  min-height: 100%;
  min-height: 85vh;

  display: flex;
  justify-content:center;
  flex-direction:column;
  align-items: center;
}*/

.vc-table{
  display: table;
  width: 100%;
  min-height: 85%;
  min-height: 85vh;
}

.vc-tablecell{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.capture p{
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  padding: 30px;
}

.capture a{
  padding: 12px 18px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.capture  a:hover{
  padding: 12px 18px;
  color: #2bec8f;
  border: 1px solid #2bec8f;
}

.footer {
  position: fixed;
  color:#fff;
  margin: 0 auto;
  font-size: 12px;
  bottom: 34px;
  right: 80px;
} 