* {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}
body{
    height: 100%;
    background-color:white;
    background-size: 100%;
}
.nav{
    background-color:rgb(142,71,223);
    box-shadow: 10px 2px 10px black;
    height: 21%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    
}
.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;
}
}

.topmenu{
    background-color: rgb(180, 114, 197);
    width: 100%;
    height: 40px;
    text-align: center;
    border-style: solid;
    border-color: #ec8238;
    border-width: 5px;
}
.vidLink, .dealLink {
    font-size: 30px;
    color: white;
    text-shadow: 2px 2px #000;
    padding-top: 15px;
    padding-left: 10%;
    
}
.acc1scpro, .acc2cases, .acc3chrgr, .acc4vmnt, .acc5batt, .acc6mem{
    border-style: solid;
    border-color: #ec8238;
    border-width: 10px;
    font-size: 25px;
    color: black;
    font-weight: bold;
    text-align: left;
    padding: 14px 10px;
}

.textbox1, .textbox2, .textbox3, .textbox4, .textbox5, .textbox6{
    background-color: rgb(155, 105, 236);
    border-style: solid;
    border-color: black;
    border-width: 5px;
    text-shadow: 2px 2px #000;
    width: 83%;
    padding: 1%;
    height: 205px;
    float: right;
    font-size: 25px;
    color:white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 30px;
}
   
.videoD30{
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 100%;
    float: right;
    font-size: 25px;
    color: black;
    text-align: center;
    }
    
@media only screen and (min-width: 1200px){
    .textbox1, .textbox2, .textbox3, .textbox4, .textbox5, .textbox6{
     font-size: 175%;
     background-color: rgb(155, 105, 236);
     border-style: solid;
     border-color: black;
     border-width: 5px;
     text-shadow: 2px 2px #000;
     width: 83%;
     padding: 1%;
     height: 205px;
     float: right;
     color:white;
     text-align: center;
     margin-top: 20px;
     margin-bottom: 20px;
     margin-right: 20px;
     padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
    .textbox1, .textbox2, .textbox3, .textbox4, .textbox5, .textbox6{
     font-size: 160%;
     background-color: rgb(155, 105, 236);
     border-style: solid;
     border-color: black;
     border-width: 5%;
     text-shadow: 2px 2px #000;
     width: 83%;
     padding: 1%;
     height: 14%;
     float: right;
     
     color:white;
     text-align: center;
     margin-top: 20%;
     margin-bottom: 20%;
     margin-right: 20%;
     padding-top: 30%;
    }

   
.videoD30{
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 100%;
    float: right;
    font-size: 100%;
    color: black;
    text-align: center;
    }  
    .sect3{
        background-color: lightgoldenrodyellow;
        margin-top: auto;
        margin-bottom: auto;
        height: 100%;
        font-size: 10px;
        color: rgb(17, 16, 16);
        text-align: center;
    }
    .accDOW{
        border-style: solid;
        border-color: #000;
        border-width: 10%;
        font-size: 25%;
        color: rgb(124, 10, 109);
        text-align: left;
        padding: 14% 16%; 
    }
    .pic1{
        height: 450px;
    }
    .acctext{
        background-color: rgb(114, 73, 211);
        border-style: solid;
        border-color: #000;
        border-width: 5%;
        text-shadow: 2px 2px #000;
        width: 68%;
        height: 50%;
        padding-top: 30%;
        padding-left: 20%;
        padding-right: 10%;
        float: right;
        font-size: 20%;
        color: white;
        text-align: center;
        margin-top: 20%;
        margin-bottom: 20%;
        margin-right: 20%;
    }
    }
@media only screen and (min-width: 350px) and (max-width: 767px){
    .textbox1, .textbox2, .textbox3, .textbox4, .textbox5, .textbox6{
    font-size: 130%;}
       
.videoD30{
    margin-top: auto;
    width: 100%;
    height: 300%;
    float: right;
    font-size: 25%;
    color: black;
    text-align: center;
    }
    .sect3{
        background-color: lightgoldenrodyellow;
        margin-top: auto;
        margin-bottom: auto;
        height: auto;
        font-size: 20px;
        color: rgb(17, 16, 16);
        text-align: center;
    }
    .accDOW{
        border-style: solid;
        border-color: #000;
        border-width: 10%;
        font-size: 15%;
        color: rgb(124, 10, 109);
        text-align: left;
        padding: 14% 16%; 
    }
    .pic1{
        height: 450px;
    }
    .acctext{
        background-color: rgb(114, 73, 211);
        border-style: solid;
        border-color: #000;
        border-width: 5%;
        text-shadow: 2px 2px #000;
        width: 68%;
        height: 50%;
        padding-top: 30%;
        padding-left: 20%;
        padding-right: 10%;
        float: right;
        font-size: 10%;
        color: white;
        text-align: center;
        margin-top: 20%;
        margin-bottom: 20%;
        margin-right: 20%;
    }
}



.sect3{
    background-color: lightgoldenrodyellow;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    font-size: 35px;
    color: rgb(17, 16, 16);
    text-align: center;
}
.accDOW{
    border-style: solid;
    border-color: #000;
    border-width: 10px;
    font-size: 2px;
    color: rgb(124, 10, 109);
    text-align: left;
    padding: 14px 16px; 
}
.pic1{
    height: 450px;
}
.acctext{
    background-color: rgb(114, 73, 211);
    border-style: solid;
    border-color: #000;
    border-width: 5px;
    text-shadow: 2px 2px #000;
    width: 68%;
    height: 425px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 10px;
    float: right;
    font-size: 25px;
    color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}
/*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: 35%;
    width: 100%;
    height: 5%;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
