.barGroup {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
    margin-bottom: 0px;
    margin-top: 3px;
}

.change .bar1 {
    -webkit-transform: rotate(-60deg) translate(-3px, 3px) ;
    transform: rotate(-50deg) translate(-3px, 3px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -3px) ;
    transform: rotate(45deg) translate(-3px, -3px) ;
}


/* 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: 900; /* Stay on top */
    top: 0;
    left: 0;
    background-color:  #ffffff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px;  Place content 60px from the top */
    transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    font-size: 50px;
    color: #818181;
    display: block;
    cursor: pointer;
    transition: 0.3s;
    color:  #ffffff;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #c00c3f;
    #font-size: 45px;
    #top: 5px;
}

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

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .2s;
    /*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) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .sidenav2 {padding-top: 15px;}
    .sidenav2 a {font-size: 18px;}
}


/* The side navigation menu for footer */
.sidenav2 {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 200; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #403b3b; /* Black*/
    overflow-x: hidden;  /*Disable horizontal scroll */
    overflow-y: auto; /* Disable horizontal scroll */
    /*padding-top: 60px;  Place content 60px from the top */
    padding: 5px;
    /*transition: 5s; */
    opacity: 1;
}


/* The navigation menu links */
.sidenav2 a {
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    cursor: pointer;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav2 a:hover{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav2 .closebtn2 {
    position: relative;
    top: 8px;
    right: 2px;
    font-size: 80px;
    color: #ffffff;
    padding-left: 200px;
    /*margin-left: 50px;*/
}

