/* Generall-------------------------------------------------------------------------------------------------------- */
body {
  margin: 0%;
}
.menu{background-color: #6a9afb;
  width: 100%;
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;}
.btnOp{ float: left;
  height: 60px;
  background-color: #e5e5e5;
   text-align: center;
  font-size: 65px;
  line-height: 10px;
  }
.btn1{
  float: left;
  margin-left: 4%;
  text-align: center;
  height: 60px;
  background-color: #e5e5e5;
  }
.btn{
  float: left;
  background-color: #e5e5e5;
  height: 60px;
  margin-left: 1%;
  text-align: center;
  }
.extendet{ font-family: Arial, Helvetica, sans-serif;
   width: 100%;
  height: 100%;
  margin-top: 10px;
  line-height: normal;
}
.Dropdown{
  position: absolute;
  right: 23px;
  width: 150px;
  height: fit-content; 
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#e5e5e5 ;
  border: #000;
  border-style: solid;
  border-width: 1px;
  display: none;
}
.artical {
  margin-left: 10%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30;
  margin-right: 10%;
}
h1 {
  font-size: 32px;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
.link{color: blue;
font-weight: bold;}
.droptxt{
  width: 100%;
  height: 100%;
  margin-top: 10px;
  line-height: normal;
}
button{
  background-color: #e5e5e5;
  font-size: 20px;
   }
.disclaimer{
  font-size: 40px;
}


/* Phone view-------------------------------------------------------------------------------------------------------- */

.menu {
  height: 80px;
}
.btnOp { 
  width: 90%;
  margin-top: 10px;
  margin-left: 5%;
}
.btn1{
  width: 92%; 
  }
.btn{
  width: 92%;
}
.Dropdown{ 
  top: 70px; 
}
.droptxt{display: none;}
.hotbar{display: none;}
.btnOp:hover .Dropdown{display: block;}

   /* Desktop view-------------------------------------------------------------------------------------------------------- */
   @media only screen and (min-width: 1400px){
    .hotbar{display: block;}
            .extendet{ display: none;}
            .droptxt{display: block;}
    .menu{
      height: 150px;
    }
    .Dropdown{ 
      top: 135px;
    }
    .btn1 { 
      width: 14%;
      margin-top: 75px;
    }
    
    .btn {
      width: 14%;
      margin-top: 75px;
    }
    .btnOp{
      margin-top: 75px;
      margin-left: 2%;
      width: 3.75%;
    }
    .btnOp:hover .Dropdown{
      display: block;
    }
    
    }

   