body {
	background-color: #EFE3E9;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0; 
}

.header {
        width: 150px;
        height: 100px;
        margin: 0 auto;
        background-color: black;
        position: absolute;
        z-index: 3;
        left: 750px;
        top: 0px;
    }


 .header {
	height: 0px;
	width: 12%;
	background-color: black;
	z-index: 3;
	margin: 0 auto;
    position: absolute;
}


 nav {
	font-size: 10px;
	list-style: none;
	z-index: 2;
    margin-left: 2px;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    color: black;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    margin-left: 0px;
       display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    }

a:link, a:visited, a:active{
	color: #e2ebf0;
	text-decoration: none;
	list-style: none;
	z-index: 2;
}
a:hover{
	color: #49f;
}
.closed {
	position: absolute;
	top: 0px;
	left: -300px;
	width: 250px;
	height: 900px;
	background: #333;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	 list-style: none;
	 z-index: 3;
     line-height: 3;
}
.opened {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 800px;
	background: black;
	border-radius: 0px 0px 10px 0px;
	list-style: none;
	z-index: 3;
    line-height: 3;

}
#tab {
	position: absolute;
	top: 20px;
	right: -120px;
	width: 55px;
	height: 50px;
	padding-top: 3px;

	cursor: pointer;
	border-radius: 0px 0px 0px 0px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;

}
#tab:hover {
	background: white;

}
.line {
	width: 30px;
	height: 3px;
	margin: 10px auto;
	background: black;
	border-radius: 1px;
	top: 40px;
}
#tab:hover .line {
	background: #511BFF;
}


hr {
	width: 210px;
	position: relative;
	left: -20px;
    background-color: #6886BD;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}

footer {
	width: 100%;
	height: 50px;
	background-color: black;
	position: absolute;
	left: 0;
	color: white;
	font-family: 'AktivGrotesk', sans-serif;
	padding-top: 25px;
	text-align: center;
	top: 1600px;
}

.box1 {
	background-color: white;
	height: 200px;
	width: 100%;
	margin-top: 100px;
}


 .box3 {
 	background-color: black;
    height: 400px;
    width: 100%;
    margin-left: 0px;
    top: 800px;
    margin-bottom: 200px;
 }


p.one {
	font-family: 'AktivGrotesk', sans-serif;
    color: white;
    left: 300px;
    margin-top: -275px;
    margin-left: 1200px;
    width: 350px;
    font-size: 23px;
}

p.three{
	font-family: 'AktivGrotesk', sans-serif;
    color: black;
    left: 300px;
    padding-top: 50px;
    margin-top: -72px;
    margin-left: 70px;
    width: 1500px;
    font-size: 21px;
    text-align: center;
}
p.two {
	    font-family: 'AktivGrotesk', sans-serif;
    color: white;
    left: 300px;
    margin-top: -2px;
    margin-left: 1200px;
    width: 350px;
    font-size: 23px;
}



