
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  font-size: 18px;
  /*font-family: monospace;*/
}

.active {

  background-color: #6b706c;

  /*969590 grey*/
  /*E15133 light red*/
  /*BF1614 bracelet red*/

  color: white;
}


/*Include min-width to exclude smart phones    and (min-width: 1200px)*/


section{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("assets/bg_1.jpg");
  background-size: cover;
  background-attachment: scroll;
}

@media only screen and (max-width: 1450px) and (min-width: 1000px){
  section{
    zoom: 75%;
    min-height: 1000px;
    
  }

}



.logo{
  padding: 10px;

}

.main_logo{
position: relative;
padding-top: 10px;
top: 0;
left: 0;

}

.bg_logo{
position: absolute;
top: 75px;
left: 10px;
opacity: 0.2;

}



