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;
}

.lightbox {
        position: fixed;
        top: 768px;
        left: 0;
        width: 100%;
        height: 120vh;
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        z-index: 6;
    }
    .lightbox img {
        position: absolute;
        top: 30%;
        left: 38%;
        transform: translate(-30%,-30%);
        max-height: calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
    .gallery {
           max-width: 1300px;
    left: 250px;
    right: 250px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    top: 630px;
    position: absolute;
    z-index: 6;
    margin: 0 auto;
    }
    .gallery-item {
        flex: 1 1 30%;
    margin: 5px;
    border: 2px solid white;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 0px;
    }
    .gallery-item img {
        max-width: 100%;
        width: fit-content;
        height: 250px;
        vertical-align: middle;
    }
    .gallery-item img :hover {
      color: black;
      opacity: 2;
    }

    .wrapper {
        width: 100%;
        height: 2500px;
        background-color: black;
        top: 0px;
        position: absolute;
        z-index: 5;
        
    }

   
  .gallery-item:hover {
    opacity: 1;
    color: black;
  }

  .two {
    height: 195px;
    margin-top: 290px;
    width: 75%;
   
    top: 800px;
}

h2 {
	font-family: 'AktivGrotesk', sans-serif;
    color: black;
    font-size: 30px;
    top: 520px;
    /* margin: 0 auto; */
    right: 70;
    left: 250px;
    position: absolute;
    z-index: 4;
    width: 18%;
    
}

h3 {
    color: white;
    font-size: 20px;
    top: 540px;
    /* margin: 0 auto; */
    right: 70px;
    /* left: 300px; */
    position: absolute;
    z-index: 4;
    width: 16%;
    font-style: italic;
    font-weight: normal;
}
h4{
	font-family: 'AktivGrotesk', sans-serif;
    color: #828282;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    z-index: 4;
    margin-left: 1430px;
    margin-top: 470px;
    font-size: 13px;
    width: 400px;
}
p.three {
	margin-left: 20px;
    /* margin: 0 auto; */
    right: 680px;
    font-size: 26px;
    width: 740px;
    text-align: left;
    /* margin: 0 auto; */
    position: absolute;
    /* right: 20px; */
    top: 300px;
    font-family: 'AktivGrotesk', sans-serif;
    color: #4c4c4c;
    font-weight: bolder;
        -webkit-animation: mythird 3s;
    -webkit-animation-fill-mode: forwards;
    animation: mythird 3s;
    animation-fill-mode: forwards;
 }

@-webkit-keyframes mythird {
  from {left: 0px;}
  to {left: 230px;}
}

@keyframes mythird {
  from {left: 0px;}
  to {left: 230px;}

}

p.one {
	margin-top: -90px;
    font-family: 'AktivGrotesk', sans-serif;
    color: #511BFF;
    font-weight: bolder;
    font-size: 785px;
    /* left: 700px; */
    /* right: 500px; */
    width: 50px;
    height: 100px;
    top: 100px;
    /* margin-right: 500px; */
    margin-left: 980px;
    position: absolute;
    opacity: 2;
    -webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation: mymove 3s;
  animation-fill-mode: forwards;

}

@-webkit-keyframes mymove {
  from {top: 0px;}
  to {top: 130px;}
}

@keyframes mymove {
  from {top: 0px;}
  to {top: 130px;}
}
.broadline {
	height: 195px;
    top: 290px;
    width: 1300px;
    background-color: white;
     -webkit-animation: mysecond 3s;
    -webkit-animation-fill-mode: forwards;
    animation: mysecond 3s;
    animation-fill-mode: forwards;
 }

@-webkit-keyframes mysecond {
  from {left: 0px;}
  to {left: 400px;}
}

@keyframes mysecond {
  from {left: 0px;}
  to {left: 400px;}
}


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: 2300px;
}

h1 {
	font-family: 'AktivGrotesk', sans-serif;
    color: black;
    top: 2150px;
    left: 750px;
    right: 500px;
    /* margin: 0 auto; */
    position: absolute
}




