* {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}
body{
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1025px;
    background-color:rgb(142,71,223);
}
.nav{
    background-color:rgb(142,71,223);
    box-shadow: 10px 2px 10px black;
    height: 22%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1;
    
}
.nav a{
    z-index: 0;
    text-shadow: 2px 2px #000;
    width: 10%;
    float: right;
    color: white;
    text-align: center;
    border: 10px;
    border-color: orange;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
    margin-top: 60px;
}
.nav a:hover{
    font-size: 30px;
}
img{
    height: 200px;
}
.banner{
    z-index: -1;
}

.menubtn{
    text-shadow: 2px 2px #000;
    display: none;
    background-color:rgb(142,71,223);
    color: white;
    padding: 12px;
    font-size: 25px;
    border:none;
}
.drop{
    top: 3%;
    right: 1%;
    position: fixed;
    display: inline-block;
}
.drop-content{
    box-shadow: 10px 2px 10px black;
    text-shadow: 2px 2px #000;
    color: white;
    display: none;
    background-color:rgb(142,71,223);
    min-width: 160px;
}
.drop-content a{
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.drop:hover .drop-content {display: block;}
@media only screen and (max-width:1492px){
.nav img{
    height: 150px;
}
.nav{
    background-color:rgb(142,71,223);
    overflow: hidden;
    z-index: 0;
}
.nav a{
    display: none;
}
.menubtn{
    z-index: -1;
    float: right;
    display: block;
}
}

img{
    height: 200px;
}

.banner {
    z-index: -1;
    border: 0;
    top: 55%; 
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 0;
    left: 8%;
    max-width: 1500px;
}
.box1{
    z-index: -1;
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    height: 100%;
    width: 100%; 
    position: relative;
    top: 20%;
}
.box2
{
    z-index: -1;
    top: 17%;
    width: 45%; 
    position: relative;
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 30px;
    flex-direction: column;
    margin-left: 43%;
    float: none

}
    .footer{
        background-color: black;
        margin-top: 85%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 20px;
        padding-top: 1%;
        padding-bottom: 1%;
    }
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  #myBtn:hover {
    background-color: rgb(142,71,223);
  }
@media only screen and (min-width: 1200px) {
   
    img{
        height: 200px;
    }
    .box1{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 25px;
        width: 90%; 
        position: relative;
        top: 48%;
        left: 5%;
        height: 0%
    }
    
    .box2
    {
        top: 20%;
        width: 80%; 
        position: absolute;
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 30px;
        flex-direction: column;
        margin-left: 15%;
        float: none
    
    }
    .banner {
        z-index: -1;
        border: 0;
        margin-top: 5%;
        top: 35%; 
        width: 90%;
        height: auto;
        position: relative;
        z-index: 0;
        left: 8%;
        max-width: 1500px;
        
    }
    .footer{
        background-color: black;
        margin-top: 125%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 20px;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    #myBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: red; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
      }
      #myBtn:hover {
        background-color: #555;
      }
}
@media only screen and (min-width:768px) and (max-width: 1199px) {
    img{
        height: 200px;
    }
    .footer{
        background-color: black;
        margin-top: 85%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 20px;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .box1{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 22px;
        width: 90%; 
        position: relative;
        top: 45%;
        left: 8%;
    }
    .box2
    {
        top: 18%;
        width: 85%; 
        position: relative;
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 23px;
        flex-direction: column;
        margin-left: 15%;
        float: none;
    }
    .banner {
        border: 0;
        top: 42%; 
        width: 90%;
        height: auto;
        position: relative;
        z-index: -1;
        left: 8%;
        max-width: 1500px;
    }
    
    #myBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: red; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
      }
      #myBtn:hover {
        background-color: #555
      }
}
@media only screen and (min-width:350px) and (max-width: 767px) {
    img{
        height: 170px;
    }
   
    .box1{
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 15px;
        width: 90%; 
        position: relative;
        top: 40%;
        left: 8%
    }
    .box2
    {
        top: 17%;
        width: 80%; 
        position: relative;
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 17px;
        flex-direction: column;
        margin-left: 15%;
        float: none
    }
    .banner {
        border: 0;
        top: 42%; 
        width: 90%;
        height: auto;
        position: absolute;
        z-index: -1;
        left: 8%;
        max-width: 1500px;
    }
    .footer{
        background-color: black;
        margin-top: 85%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 85%;
        padding-top: 3%;
        padding-bottom: 5%;
    }
    #myBtn {
        display: none; /* Hidden by default */
        position: fixed; /* Fixed/sticky position */
        bottom: 20px; /* Place the button at the bottom of the page */
        right: 30px; /* Place the button 30px from the right */
        z-index: 99; /* Make sure it does not overlap */
        border: none; /* Remove borders */
        outline: none; /* Remove outline */
        background-color: red; /* Set a background color */
        color: white; /* Text color */
        cursor: pointer; /* Add a mouse pointer on hover */
        padding: 15px; /* Some padding */
        border-radius: 10px; /* Rounded corners */
        font-size: 18px; /* Increase font size */
      }
      #myBtn:hover {
        background-color: #555
      }
}