/* merriweather-regular - latin */


/* {margin:0px; padding:0px} */
* { 
  margin:0 auto;
}

@media screen and (min-width:300px) {
  .parallax-window { min-height: 15em !important; }
  .cont_main { font-size: 0.7em !important; }
}

@media screen and (min-width:524px) {

  .parallax-window { min-height: 15em !important; }
  .cont_main { font-size: 0.9em !important; }
}

@media screen and (min-width:990px) {
  .parallax-window { min-height: 15em !important; }
  .cont_main { font-size: 1.1em !important; }
}

.cont_main {
  height: calc(100% + 2);    
  background: #222 !important;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  /* font-size: 16vw */;
  font-size: 1rem;
  width: 100%;
  padding: 1% 11%;
}

.nav_a {
  padding: 1%;
  color: #868686;
}

.f_top {
  padding: 2em;
}

.vid1 {display: none !important;}

/* ================= PARAL STUFf ===================== */

.parallax-mirror{
    /*transform: translate3d(0px, 0%, 0px);
    top: -66px !important;
    height: 120% !important;*/
  
    visibility: visible !important;
    overflow: visible !important;
}

.parallax-window {
    min-height: 1020px;
    background: transparent;

}
.parallax {
  /* The image used */
  background-image: url("");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
