@font-face {
  font-family: "Bitstream Vera Serif Bold";
  src: url("font/Brother1816-Black.ttf");
}
.trailer video{
  max-height: 100vh;
}
.icons {
    display: flex;
    width: 100vw;
    justify-content:center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0px; 
  }
  .icons a:hover{
    transform: scale(1.1);
  }
.icons a img {
    /*display: flex;*/
    padding: 10px;
    /*height: 280px;*/
    width:15vw;
    min-width: 100px;
    flex:1;
    
    /*border: 1px solid #ccc;*/
  }

  .icons a img#total{
    /*display: flex;*/
    /*padding: 30px;*/
    /*height: 280px;*/
    width:11vw;
    min-width: 83px;
    flex:1;    
    /*border: 1px solid #ccc;*/
  }

  
  .icons a p{
    text-align : center;
    /*display: flex;
    /*padding: 30px;
    width: 20%;
    flex:1;
    padding-top : 100px;*/
    font-family: "Bitstream Vera Serif Bold", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.8vw;
    line-height : 1vw;
    text-decoration: none;
    margin: 0vw;
    flex:1;
    text-transform: uppercase;
  }

  .icons a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }

  .container {
    padding-top : 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 85vh;
  }
  
  h1{
    font-size: small;
  }

  .trailer{
      position : fixed;
      top: 50%;
      left: 50%;
      transform : translate(-50%,-50%);
      z-index: 10000;
      background: rgba(0,0,0,0.95);
      width: 100%;
      height: 100%;
      display : flex;
      justify-content : center;
      align-items : center;
      visibility: hidden;
      opacity : 0;
  }

  .trailer video{
      position : relative;
      width: 100%;
      outline: none;
  }

  .trailer.active{
      visibility: visible;
      opacity: 1;
  }

  .close{
      position : absolute;
      top : 30px;
      right: 30px;
      cursor: pointer;
      filter: invert(1);
      max-width: 32px;
  }

.logo{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo img {
  /*display: flex;*/
  /*padding: 30px;*/
  /*height: 280px;*/
  padding: 10px;
  position : fixed;
  bottom : 0px;
  right: 0px;
  width:13vw;
  max-width: 200px;
  min-width: 100px;
  /*border: 1px solid #ccc;*/
}

.title{
  margin: -2px;
  margin-top: 30px;
  font-family: "Bitstream Vera Serif Bold", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  font-size : 2.7vw;
}

button img{
  width:2vw;
  border: none;
}

button {
  border:none;
  background-color: none;
  position : absolute;
  left : 0.3vw;
  top : 0.3vw;
  padding : 5px;
  cursor : pointer;
}

@media screen and (max-width: 1200px) {
  .trailer video{
      max-height: 100vh;
  }
    .container {
    padding-top : 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*min-height: 100vh;*/
  }
  .icons a img {
    display: flex;
    padding: px;
    flex:1;
    width: 300px;
  }
  .icons a img#total{
    display: flex;
    padding: 5px;
    flex:1;
    width: 300px;
  }
  .icons {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .title{
    margin: -2px;
    margin-top: 30px;
    font-family: "Bitstream Vera Serif Bold", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size : 5vw;
  }
  
  .icons a p{
    text-align : center;
    font-family: "Bitstream Vera Serif Bold", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2vw;
    line-height : 2vw;
    text-decoration: none;
    margin: 1vw;
    flex:1;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding-top : 10px;
  }
  .trailer video{
      max-height: 100vw;
  }
  .icons a img {
    width:80%;
    display: flex;
    padding: 10px;
    min-width: 100px;
    flex:1;
    /*border: 1px solid #ccc;*/
  }
  .icons a img#total{
    width:80%;
    display: flex;
    padding: 30px;
    min-width: 100px;
    flex:1;
  }
  .icons {
    width : 100%;
    display: flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .title{
    margin: -2px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Bitstream Vera Serif Bold", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size : 6vw;
  }
  
  .icons a p{
    text-align : center;
    font-family: "Bitstream Vera Serif Bold", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3vw;
    line-height : 1vw;
    text-decoration: none;
    margin: 0.5vw;
    flex:1;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

video::-webkit-media-controls-fullscreen-button
{
    display: none !important;
}