/* MENU */
/* The side navigation menu */
.sidenavMenu {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 115; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #3a3838; /*#47bea0 white green*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenavMenu a {
    /*padding: 8px 8px 8px 22px;*/
    padding: 7px 7px 7px 12px;
    text-decoration: none;
    border-bottom: 1px solid #1d1919;
    font-size: 17px;
    /*color: #818181;*/
    color: khaki;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenavMenu a:hover, .offcanvas a:focus{
    /*color: #f1f1f1;*/
    color: #3a3838;
    background: #b7b4b4;
}

/* Position and style the close button (top right corner) */
.sidenavMenu .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
    background: none;
}

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

/* 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) {
    .sidenavMenu {padding-top: 15px;}
    .sidenavMenu a {font-size: 18px;}
}


/* SHARE */
/* The side navigation menu */
.sidenavShare {
    height: 39%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 115; /* Stay on top */
    top: 30px;
    right: 0;
    background-color: transparent; /* #47bea0 white green*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenavShare a {
    padding: 2px 3px;
    text-decoration: none;
    /*border-bottom: 1px solid #1d1919;*/
    font: 14px Gill Sans MT;
    color: #47bea0; /* #ffdf1b */
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenavShare a:hover, .offcanvas a:focus{
    /*color: #f1f1f1;*/
    color: #3a3838;
    background: #b7b4b4;
}

/* Position and style the close button (top right corner) */
.sidenavShare .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
    background: none;
}

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

/* 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) {
    .sidenavShare {padding-top: 15px;}
    .sidenavShare a {font-size: 18px;}
}


/* SEARCH */

