.overlay {
    background-color: rgba(255, 255, 255, 0.0);
	 box-shadow: 0px 0px 5px #e5e5e5;
    -webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1);
    transition: all .4s cubic-bezier(.25, .8, .25, 1);
	z-index: 20;
		
}
.overlay a {font-size: 1.0em;
    font-weight: 400;
    color: #7b727d;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.overlay ul li {
	line-height: 40px;
	border-bottom: 1px dotted #7b727d;

}

.overlay h2 {
    margin-top: 0px;
}
.hide-overlay .overlay {
    left: -100%;
}
.fa-toggle-off {
    display: none;
}
.hide-overlay .fa-toggle-off {
    display: inline-block;
}
.hide-overlay .fa-toggle-on {
    display: none;
}
.overlay .overlay-content {
    box-sizing: border-box;
	margin-top: 10px;
    padding: 0px 20px 20px;
    color: transparent;
}
section>p {
    margin-bottom: 70px;
    margin-left: 30px;
}
.buttons-container {
    position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	height: 46px;
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: 0px 0px 15px 0px #f5f5f6;
    color: white;
	z-index: 50;
}

.button{
    margin-left: 10px;
    display: inline-block;
    padding: 5px 0px;
	border-radius: 0px;
    background-color: rgba(255, 255, 255, 1.0);
    cursor: pointer;
   	z-index: 15;
}
.button i {
    font-size: 0px;
    margin-right: 2px;
    vertical-align: middle;
}


@media (max-width: 768px) {

.buttons-container {
	background-color: white;
    color: #7c737e;
	border-top: 0.05em solid #7c737e;
	box-shadow: 0px 0px 8px 0px #f5f5f6;
	z-index: 50;
}
.button{
    margin-left: 0px;
    display: inline-block;
    padding: 5px 0px;
	border-radius: 0px;
    background-color: white;
    cursor: pointer;
   	z-index: 15;
}
}	