@charset "UTF-8";
/* CSS Document */




.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #000000;color: #ffffff;}


/* SIDE SLIDE NAV */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #4C4C4C;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.professional-nav {
    padding:7px 15px;
    text-decoration: none;
    font-size: 18px;
	line-height: 1.5em;
    color: #818181;
	background-color: #4C4C4C;
    display: block;
    transition: 0.3s;
	border: none;
}

.professional-nav:hover {
    color: #f1f1f1;
}

.professional-nav a:active {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
	color: #ffffff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



