.maincontent{
    /* height: calc(70vh); */
    /* background-color: antiquewhite; */
    box-shadow:0px 0px 5px 0px rgba(0 0 0/75%);
    border-radius: 8px;
    border-left: 8px solid #FFBF00;
}
.nav2{
    box-shadow:0px 0px 5px 0px rgba(0 0 0/75%);
}
.footer-text p5{
     font-size: 2vh;
     color: #666;
}
.rightbox{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}
.helptext{
  color: #666;
  font-size: 2vh;
}
.imgdiv{
    margin-bottom: 1rem;
}
/* .footerrow{
    border-top: 1px solid #666;
} */
.righttext{
    float: right;
    align-items: right;
    justify-content: end;
}

@media screen and (max-width:300px){
    .resetbut{
        margin-bottom: 0.5rem;
    }
    
}
@media screen and (max-width:650px){
    .resetbut{
        margin-bottom: 0.5rem;
    }
    
}
@media screen and (max-width:768px){

    .footer-text p5{
        font-size: 1vh;
   }
   .rightbox{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

}
.footerbutton{
    margin-bottom: 0.7rem;
}
}


.contmain{
    height: 95vh;

}