* {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}
body{
    /*background-image: url(/Phone/background1.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    height: 2025px;
    background-color:rgb(142,71,223);
}
.nav{
    background-color:rgb(142,71,223);
    box-shadow: 10px 2px 10px black;
    height: 21%;
    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;
}

.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;
}
}
.map-box{
    z-index: -1;
    height: 65px;
    width: 500px; 
    position: relative;
    top: 250px;
    left: 150px;
    font-size: 30px;
    text-shadow: 2px 2px #000;
    color: white;
}
.big-box{
    z-index: -1;
    text-shadow: 2px 2px #000;
    color: white;
    font-size: 35px;
    height: 700px;
    width: 800px; 
    position: relative;
    top: 175px;
    left: 900px;
}

input{
    font-size: 23px;
}

.question{
    height: 190px;
    width: 590px;
    font-size: 20px;
    padding-top: 5px;
    text-align: center;
}

.button{
    height: 50px;
    width:100px;
    font-size: 25px;
 }
/*new css lines for button*/
#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; /* Add a dark-grey background on hover */
  }

.footer{
    background-color: black;
    margin-top: 85%;
    width: 100%;
    height: 5%;
    text-align: center;
    color: white;
    font-size: 115%;
    padding-top: 30px;
    padding-bottom: .05%;
}
@media only screen and (min-width:768px) and (max-width: 1199px) {
    body{
        /*background-image: url(/Phone/background1.png);*/
        background-repeat: no-repeat;
        background-size: 100%;
        height: 1012px;
        background-color:rgb(142,71,223);
    }
    .map-box{
        z-index: -1;
        height: 32px;
        width: 250px; 
        position: relative;
        top: 750px;
        left: 40px;
        font-size: 30px;
        text-shadow: 2px 2px #000;
        color: white;
        
    }
    .big-box{
        z-index: -1;
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 18px;
        height: 350px;
        width: 400px; 
        position: relative;
        top: 87px;
        left: 40px;
        column-span: 6;
        display: block;
    }
    input{
        font-size: 23px;
    }
    .question{
        height: 95px;
        width: 295px;
        font-size: 20px;
        padding-top: 5px;
        text-align: center;
    }
    .button{
        height: 50px;
        width:100px;
        font-size: 25px;
     }
     p{
        font-size: 18px;
     }
     .footer{
        background-color: black;
        margin-top: 195%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 115%;
        padding-top: 30px;
        padding-bottom: 5%;
    }
}
@media only screen and (min-width:350px) and (max-width: 787px) {
    body{
        /*background-image: url(/Phone/background1.png);*/
        background-repeat: no-repeat;
        background-size: 100%;
        height: 506px;
        background-color:rgb(142,71,223);
    }
    .map-box{
        z-index: -1;
        height: 32px;
        width: 250px; 
        position: relative;
        top: 487px;
        left: 75px;
        font-size: 15px;
        text-shadow: 2px 2px #000;
        color: white;
        
    }
    .big-box{
        z-index: -1;
        text-shadow: 2px 2px #000;
        color: white;
        font-size: 10px;
        height: 175px;
        width: 200px; 
        position: relative;
        top: 43px;
        left: 37px;
        column-span: 6;
        display: block;
    }
    input{
        font-size: 10px;
    }
    .question{
        height: 47px;
        width: 147px;
        font-size: 10px;
        padding-top: 5px;
        text-align: center;
    }
    .button{
        height: 25px;
        width:50px;
        font-size: 10px;
     }
     p{
        font-size: 10px;
     }
     .footer{
        background-color: black;
        margin-top: 295%;
        width: 100%;
        height: 5%;
        text-align: center;
        color: white;
        font-size: 115%;
        padding-top: 30px;
        padding-bottom: 5%;
    }
}