


#menu ul li a{
   text-decoration: none; 
   color: white;
}
#menu ul li{
    margin-left:-20px;
    margin-right:20px;
    
    display: block;
}

#rightmenu a{
    font-size: 20px;
    text-decoration: none;
}
#menu{
    position:relative;
    background-color: rgb(17, 2, 59);
    position: absolute;
    left:-30px;
    opacity: 0.8;
    display:none;
    z-index:1;
}
#loginwindow{

    padding:10px;
    background-color: rgba(188, 135, 11, 0.311);
        border:8px 2px 2px 2px gray;
    box-shadow:6px 6px 4px gray;
    
}
.sidemenu{
    height:100%;
    padding-top:10px;
    position:fixed;
    top:50px;
    background-color: rgba(190, 230, 194, 0.966);
    box-shadow:4px 8px 16px 0px gray;
    width: 16%;
    z-index: 1;
}
.header1{
    position:fixed;
    top:0px;
    left:0px;
    background-color:  rgba(190, 230, 194, 0.966);
    box-shadow:0px 8px 16px 0px gray;
    opacity:1;
    z-index: 1;
}
.footer1
{   height:42px;
    background-color:  rgba(190, 230, 194, 0.966);
    box-shadow:0px 8px 16px 0px gray;
    opacity:1;

}

.contents{
    width:81%;
    
    
margin-left:17%;
padding-top:60px;
padding-left:10px;
box-shadow:0px 2px 4px 0px gray;

}
.dropdown-menu1 li{
    list-style: none;
    position:relative;
    display:inline-block;
    padding-right:50px;
}
.dropdown-menu1 li a{
    text-decoration: none;
    
    color:rgb(42, 2, 130);
    font-weight: 800;
}
legend{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:16px;
    font-weight: 700;
    color:rosybrown;
}

@media only screen and (max-width:767px)
{
    .sidemenu{
        display: none;
        width:50%;
    }
    .contents
    {
        width:100%;
        padding-top:60px;
        margin-left:2px;
        margin-right: 2px;
        
    }
    .row div{
        margin-top:10px;
    }
    .form-control{
        position: relative;
    }

}
@media only screen and (min-width:768px)
{
    .row div{
        margin-top:10px;
    }
}




