/* Style The Dropdown Button */

.img {
    height: auto;
    width: 2.5em;
    margin-left: .5em;
    margin-top: .5em;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top:  1em;
    margin-left: 1em
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
    
    position: fixed;
    display: inline-block;
    z-index: 20;
    
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(100,100,100,0.5);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 21;
    margin-left: 0em;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: whitesmoke;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 22; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenavContent {
    opacity: 0; 
    transition: opacity s;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0s;
    outline: none;
    font-family: "Lato", sans-serif;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
    outline: none;    
}
.sidenav a:active {
    outline: none;
    
}
a, a:active, a:focus{
        outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
    }

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#m {
    transition: margin-left .5s;
    padding: 
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#fade{
    height: 100%;
    width: 100%;
    transition: background-color .5s;
    position: fixed;
    display: inline-block;
    z-index: 8;
    pointer-events: none;
    
}

/* The navigation menu links */
#soc a {
    
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: ;
    transition: 0s;
    outline: none;
    font-family: "Lato", sans-serif;
}



#soc li {
   display:inline; 
    
}

#icon {
    height: 5px;
    width: auto;
    margin: 0;
   padding: 0;
    display:inline; 
}
