﻿body
{
    background-color:lightgray;
}

.container
{
    background-color:White;
}

#to-top
{
    position: fixed;
    left: 0%;
    bottom: 11%;
    z-index: 799;
    font-size: 30px;
    cursor: pointer;
    background-color: #2e8b57;
    padding: 5px 5px;
}

.sidenav
{
    height: 250px;
    bottom: 11%;
    width: 0;
    position: fixed;
    z-index: 799;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a
{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover
{
    color: #f1f1f1;
}

.sidenav .closebtn
{
    position: absolute;
    bottom: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px;
    }
    .sidenav a
    {
        font-size: 18px;
    }
}

#mySidenav .blast-colors
{
    margin: 20px;
    padding-bottom: 20px;
}

.top-colors
{   
  
    margin-left: 850px;
    margin-bottom: -29px;
    height: 55px;
}

 .inner-colors
{   
    width: 20px;
     height: 20px;
     margin-right: 10px;
     border:aliceblue;
     border-style: double;
     
}

.inner-buttons
{   
    width: 30px;
    height: 20px;
    margin-right:2px;
    font-size: small;
    border:none;
    border-style: none;
    text-align: center;
  
     
}

.triplediv
{
    background-image: linear-gradient(to right, rgb(255, 254, 254), rgb(255, 254, 254));
     padding-top: 20px;     
     margin-left: 25px;
}


#mySidenav .blast-color
{
    position: relative;
    float: left;
    margin: 2px;
    height: 25px;
    width: 25px;
    max-height: 25px;
    max-width: 25px;
    background: black;
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid white;
}

.required:after {
    color: Red;
    content: " *";
}

input[type="radio"] { margin: 10px 10px; }


input[type="checkbox"] { margin: 10px 10px; }


.padone
{
    padding: 1px;
    }
    
.padten
{
    padding: 10px;
}

.textcolorwhite
{
    color:White;
}

.bgcolordgray
{
    background-color:#2988D8;
}

.fontweightbold
{
    font-weight:bold;
}

.panelsmall
{
    width: 800px;
    padding: 10px;
    border: 1px solid gray;
    margin: 0px 40px; 
}

.sidepanelsmall {
    width: 321px;
    padding: 10px;
    border: 1px solid gray;
}

.txtred
{
    color: #ff0066; 
}


.fonttimes
{
    font-family:"Times New Roman";   

}

.widthhalf
{
    max-width: 50%

}

.widthquater
{
    max-width:  38.666667%;

}

.widthquaterplus
{
    max-width:  68%;

}


.fontbold
{
    font-weight: bold;

}

.nowrapnav
{
white-space: nowrap;

}

.flexwrap
{
flex-wrap: wrap;
}

.masterheadertext
{
    position: absolute;
    top: 39%;
    left: 12%;
    font-size: 25px;
    width: 430px;
    text-shadow: 1px 0px 2px;
    font-style: oblique;
    font-family: serif;
    line-height: 1.0em;
    color: brown;
}
.mastersubheadertext
{
    position: absolute;
    top: 2%;
    left: 12%;
    font-size: 25px;
    width: 500px;
    font-style: initial;
    font-family: monospace;
    color: #110571;
    font-weight: bold;
       
        
}
.masterheader2text
{
    position: absolute;
    top: 92%;
    left: 41%;
    font-size: 27px;
    font-weight: bolder;
    
    font-family: serif;
 
    
}
