@charset "utf-8";
/* CSS Document */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    overflow-x: hidden;
    transition: 0.35s;
    padding-top: 52px;
	overflow: hidden;
}

.nav a {
    padding: 8px 8px 8px 12px;
    text-decoration: none;
    font-size: 20px;
	min-width: 280px;
    color: #818181;
    display: block;
}

.nav  .closebtn {
    padding: 8px 8px 8px 8px;
	min-width: 280px;
    font-size: 30px;
}

.nav a:hover {
    color: #f1f1f1;
}

.nav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 30px;
    margin-left: 0px;
}
/* navigation */
nav {
    height: 100%;
    width: 280px;
    background-color: #00293c;
    left: 0;
    top: 0;
    padding-top:  46px;
	z-index: 2;
    position: fixed;
    overflow-y: auto;
    overflow-x: visible;
    transform: translate(-280px,0);
}
/* overlay layer */
.ssm-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    display: none;
    z-index: 1;
}

/* prevent scroll when nav is open */
.is-navOpen{
  overflow: hidden;
}
