body { font-family: 'Zilla Slab', serif; font-weight: 400;}
body, html { overflow-x:hidden; }

/*Typography*/
h1,h2,h3 { font-weight: 700;}
h4,h5 { font-weight: 400;}
.headline { padding-top: 30px; padding-bottom: 30px; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
  color: inherit;
}
/*Structure*/

.header { background-image: url(../img/HOME3.jpg); -webkit-background-size: cover;
background-size: cover; background-position: center; height: 979px;
}

.description{
  padding: 50px;
  text-align: center;
}

.presentation-text{
  margin: 0 auto;
  width: 80%;
  line-height: 25px;
}



.max-height400{
  max-height: 500px;
  overflow: hidden;
}


/*Navigation*/
.logo {
  margin-top: 20px;
  position: relative;
  width: 140px;
  margin: 20px auto;
}


.navbar-nav {
  padding-top: 5px;
    padding-bottom: 15px;
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

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

.navbar-default {
      background:transparent;

border: none;
}

.collapse.in{
    
    background-color:black !important;
}

.mobilenav-btn{
  margin-top: 15px;
  padding: 15px;
}
/*Position*/
.vertical-center { 
  position: absolute;
top:50%;
left:50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.bottom-right {
  position: absolute;
  bottom: 3%;
  right: 3%;
}

.relative{
  position: relative;
}  



/*Color*/

.white{
  color: white;
}
.black{
  color: black;
}



/*Icon*/
.social-icon{
  padding-left: 10px;
  padding-right: 10px;
}

.quotes {display: none;
margin: 0 auto;
width: 60%;
color: black;
}

.overlay {
    height: 0%;
    width: 100%;
    padding-top:1%;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: absolute;
}


.overlay a {
    padding: .3em;
    text-decoration: none;
    font-size: 2em;
    color: white;
    display: block;
    transition: 0.3s;
}


.closebtn {
    position: absolute;
    top: 90px;
    right: 16px;
    font-size: 45px !important;
}

.navbar-fixed-top{
  z-index: 3000;
}

.modal-backdrop.in{
  opacity: 1;
}

.modal-content{
  background-color: #a6a6a6;
}

#videopopup{
  margin-top: 200px;
}
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: initial;
}

.btn-block:hover{
  color: white;
  text-decoration: none;
}

  .fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background-color: #a6a6a6;
    overflow:auto;
    border: 0px;
  }

  .fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #fff;
  }

   .fullscreen .modal-body ul {
    padding: 50px 0 0 0;
  }

  .fullscreen .modal-body li {
    padding: 10px 0 10px 0 ;
  }

  .fullscreen .modal-body a {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
  }

  .btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: initial;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 5px;
  margin-bottom: 8px; 
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 22px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .btn-link {
    color: #fff;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: white;
}

.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.white{
  color: #fff;
}

.btn{
  padding: 0;
}

li a:hover{
  color: none;
}

footer{
  background-color: #a6a6a6;
  width: 100%;
  height: 70px;
  padding: 25px;
}
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 20px !important;
        top: 15px;
        right: 35px;
    }
}

@media (max-width: 767px) {
    .col-33{width: 100%;}
    .col-66{width: 100%;}
    .col-33 img{width: 100%;}
    .logo{ text-align: left; float: left;  margin-left: 15px;
    }
    .no-padding { padding: 0; }
    .logo img{ width: 110px; }
    .header{height: 600px;}
    #videopopup{
  margin-top: 100px;
}
   }
}
