* {
    padding:0;
    margin:0;
}

a{
    text-decoration: none;
    color: inherit;
}

body{
    background-color: rgba(37, 40, 41, 0.993);
    color: white;
    height:100%;
    text-rendering: optimizeLegibility;
}


button:hover {
    opacity: 0.8;
  }
  
/*
Menu
*/

div.titlebar{
	top: 0; 
    background-color: rgb(22, 22, 26);
    padding-left: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    /* height: 45px; */
    height:5vh;
    border-color:rgb(22, 22, 26);
    border-bottom-style:solid;
    border-bottom-width:2px;
}

.logo{
    height:5vh;
    float:left;
}

div.menuoption{

    font-family: 'Times New Roman', Times, serif;
    height:4vh;
    color:rgb(179, 179, 179);
    float: left;
    margin-left: 2vw;
    position:relative;
    top:10%; 
    margin-top: 1vh;
}
div.stickmenu{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    height:2vh;
    width: 5.5vw;
    color:rgb(179, 179, 179);
    float: top;
    margin-left: .5vw;
    margin-right: .5vw;
    margin-bottom: 2vh;
    position:relative;
    top:10%; 
    margin-top: 1vh;

}
div.login{
 
    color:rgb(179, 179, 179);
    float: right;
    margin-right:2vw;

}
 

div:target{
    color:rgb(255, 255, 167) !important;
     border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:rgb(255, 255, 167) !important;
}

.menuoption:hover{
    color:white;
    border-bottom-style:solid;
    border-bottom-width:2px;
}

.stickmenu:hover{
    color:white;
    border-bottom-style:solid;
    border-bottom-width:2px;
}


/* Show the dropdown menu on hover */
.menuoption:hover .dropdown-content {display: block;}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    color:rgb(179, 179, 179);
    background-color: black;
    min-width: 150px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 12px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

  .dropdown-content a{
    display: block;
    padding: 10px 10px;
  }

  .dropdown-content a:hover{
    color:white;
    border-left-style:solid;
    border-left-width:2px;
  }

/*
End Menu
*/

h1, h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}


div.main-content{
    margin-left:  10%;
    margin-right: 20%;
    margin-top: 30px;
    padding-left:30px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    border-left-width: 5px;
    border-left-style: solid;
    line-height: 2;
}
