body {
    overflow: hidden;
    margin: 0px;
    background-image:linear-gradient( rgb(52, 58, 69) 50%, rgb(136, 132, 124) 100%)
}
* {
    box-sizing: border-box;
  }
  .cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: rgb(52, 58, 69, 0.95);
    color: rgb(255, 255, 255);
    font-family: Arial;
    text-align: center;
    font-size: 1.2vw;
    line-height: 130%;
    display: none;
  }
  .cover2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background-color: rgb(52, 58, 69, 0.95);
    color: rgb(255, 255, 255);
    font-family: Arial;
    text-align: center;
    font-size: 1.2vw;
    line-height: 130%;
    display: none;
    opacity: 0;
  }
  .top {
    width: 40%;
    margin-top: 8%;
    margin-left: 30%;
    padding: 0px;
    text-align:left;
    
    /*background-color: rgb(145, 161, 191);*/
  }
  h2 {
    font-size: 5vw;
    }

  .left {
    float: left;
    width: 50%;
    padding-left: 0%;
    padding-right: 7%;
    margin-top: 7px;
    text-align: left;
    font-size: 1vw;
    /*background-color: rgb(103, 191, 242);*/
  }
  
  .right {
    float: left;
    width: 50%;
    padding-left: 7%;
    padding-right: 0%;
    margin-top: 7px;
    text-align: left;
    font-size: 1vw;
   /*background-color: rgb(118, 151, 213);*/
  }

  .bottom {
    float: left;
    margin-top: 2%;
    margin-left: 0%;
    padding: 0px;
    text-align:left;
    font-size: 0.7vw;
    line-height: 150%;
  }
  .rox {
    transform: translate(-50%, -50%);
    display: none;
  }
  .roy {
    position: fixed;
    font-family: Arial;
    text-align: center;
    margin-left: 50%;
    margin-top: 20%;
    color: white;
    font-size: 100px;
    transform: translate(-50%, -50%);
    display: none;
  }
  .roz {
    transform: translate(-50%, -50%);
    display: none;
  }


.button1, .button2, .button3 {
    background-color: transparent;
    border: 0.16vw solid rgb(255, 255, 255);
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 0.8vw;
    position : absolute;
    left: 50px;
    bottom: 50px;
    cursor: pointer;
    height: 5vw;
    width: 5vw;
    border-radius: 50%;
}   
.button2 {

    left: 90vw;

}   
.button3 {
  display: none;
  left: 45vw;

}  

/*   iPad Portrait   */
@media only screen and (max-width: 820px) {

  .cover {
    opacity: 0;
  }

  .cover2 {
    font-size: 2.5vw;
    line-height: 130%;
    opacity: 1;
  }
  .top {
    width: 90%;
    margin-top: 5%;
    margin-left: 5%;
  }

h2 {
  font-size: 11vw;
  }

.left {
  font-size: 2.5vw;
  margin-top: 0px;
}

.right {
  font-size: 2.5vw;
  margin-top: 0px;
}
.bottom {
  margin-top: 0;
  font-size: 2.5vw;
}
    .button1, .button2, .button3 {     
        border: 2px solid rgb(255, 255, 255);
        font-size: 14px;  
        left: 40px;
        bottom: 50px;     
        height: 80px;
        width: 80px;
    }   
    .button2 {
        text-align: center;
        left: 85vw;
        border-radius: 50%;
    }  
    .button3 {
      text-align: center;
      left: 45vw;
      border-radius: 50%;
      display: block;
  }  
  }


/*   iPad Landscape   */
  @media only screen and (max-width: 1024px) and (orientation: landscape) {

    .cover {
      opacity: 0;
    }

    .cover2{
      font-size: 1.9vw;
      line-height: 130%;
      opacity: 1;
    }
    .top {
      width: 90%;
      margin-top: 5%;
      margin-left: 5%;
    }
    h2 {
      font-size: 6vw;
      }
      .left {
        font-size: 1.6vw;
        margin-top: 0px;
      }
      
      .right {
        font-size: 1.6vw;
        margin-top: 0px;
      }
      .bottom {
        margin-top: 0;
        font-size: 1.4vw;
      }
    .button1, .button2, .button3 {     
        border: 2px solid rgb(255, 255, 255);
        font-size: 10px;  
        left: 60px;
        bottom: 50px;     
        height: 70px;
        width: 70px;
    }   
    .button2 {
        text-align: left;
        left: 85vw;
        border-radius: 50%;
    }  
    .button3 {
        text-align: left;
        left: 45vw;
        border-radius: 50%;
        display: block;
  } 
  }



/*   iPhone Portrait   */
  @media only screen and (max-width: 620px)and (orientation: portrait){

    .cover {
      opacity: 0;
    }

    .cover2 {
      font-size: 3vw;
      opacity: 1;
    }
    
    .top {
      width: 90%;
      margin-top: 5%;
      margin-left: 5%;
    }
  
  h2 {
    font-size: 11vw;
    }
  
  .left {
    font-size: 3vw;
    margin-top: 0px;
  }
  
  .right {
    font-size: 3vw;
    margin-top: 0px;
  }
  .bottom {
    margin-top: 0;
    font-size: 3vw;
  }

    .button1, .button2, .button3 {     
        border: 2px solid rgb(255, 255, 255);
        font-size: 10px;  
        left: 30px;
        bottom: 50px;     
        height: 60px;
        width: 60px;
    }   
    .button2 {
        text-align: left;
        left: 75vw;
        border-radius: 50%;
    }  
    .button3 {
      display: block;
      left: 42vw;
    }  
  }


/*   iPhone Landscape   */
@media only screen and (max-height: 620px) and (orientation: landscape){

  .cover {
    opacity: 0; 
  }

  .cover2 {
    font-size: 1.8vw;
    opacity: 1;
  }

  .button1, .button2, .button3 {   
        border: 2px solid rgb(255, 255, 255);
        font-size: 8px;  
        left: 60px;
        bottom: 13px!important;     
        height: 50px!important;
        width: 50px!important;
    }   
    .button2 {
        text-align: left;
        left: 86vw;
        border-radius: 50%;
    }  
    .button3 {
        left: 46vw;
        display: block;
  }  
  }

