body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 60px;
  color: #fff
} 
p {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  color: #fff;
}

a:link {
  color: #0099cc;
}
* {
	box-sizing: border-box;
}
/*div {
  border: 1px solid red;
}
h1 {
  border: 1px solid yellow;
}*/

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

html, body {margin: 0; height: 100%; overflow: hidden}

html {
  min-height:100%;
  background-size:cover;
  box-shadow:inset 0 0 0 2000px rgba(255,0,0,0.8);
  }

body {
    margin: 0;
    padding: 0;
}


.navbar.navbar-default.navbar-fixed-top {
  border:0px;
}

button:focus {outline:0 !important;}

.content {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
}

.subtitular {
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 130%;

}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../img/videoframe.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}


.dimmed:after {
  content: " ";
  z-index: 2;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0,255, 0.9);
}

   /* FULL SCREEN MODAL STYLES
  -------------------------------------------------- */
  .fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #333;
  }

  .fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background: rgba(255, 255, 255, 0.97);
    overflow:auto;
  }

  .fullscreen .modal-body ul {
    padding: 100px 0 0 0;
  }

  .fullscreen .modal-body li {
    padding: 10px 0 10px 0 ;
  }

  .fullscreen .modal-body a {
    color: #333;
    font-size: 300%;
  }

  @media (max-width: 480px){
    .fullscreen .modal-body ul {
      padding: 30px 0 0 0;
      overflow: auto;
    }

    .fullscreen .modal-body li {
      padding: 4px 0 4px 0 ;
    }

    .fullscreen .modal-body a {
      color: #333;
      font-size: 200%;
      text-transform: uppercase;
      font-weight: 700;
    }
  }

/*Menu*/
.btn.btn-default.btn-lg {
  float: right;
  background: black;
  border: black;
}
.navbar.navbar-default.navbar-fixed-top {
  background: black;
}
.glyphicon.glyphicon-menu-hamburger {
color: white;
}
.navbar-toggle {
  float: left !important;
  margin-left: 0px;
  margin-right: 0px;
}

.modal-nav-content {
  width: 100%;
  height: auto;
}

.modal-nav-body {
  margin-top: 100px; 
}

.modal-nav-body ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 220px  ;
}

.modal-nav-body ul li {
  text-align: left;
  font-size: 130%;
  padding: 8px;
  text-transform: uppercase;
}

/*background*/
body:after{
    position:fixed;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,35,47,0.8);
    z-index:-1;
}

/*Play Buttom*/

.play {
  z-index: 1;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height: 100px;
  width: 100px;
}

.play p {
  font-size: 90px;
}

@media only screen and (max-width: 420px) {
    .play {
        z-index: 3000000;
        margin: auto;
        top: 0; left: 0; bottom: 0; right: 0;
        height: 100px;
        width: 100px;
}

.visible-xs {
  font-size: 50px;
  padding-top: 20px;
}


