/*========SETUP========*/
*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

body{
  overflow-x: clip;
  overflow-y: clip;
}

button{
	border: none;
	outline: none;
	background-color: transparent;
}

/*==========================*/
/*===== MOBILE VERSION =====*/
/*==========================*/

@media only screen and (max-device-width: 920px){
/*==========MENU===========*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

nav{
	z-index: 10;
	position: fixed;
	width: 100%;
	height: 12vh;
	margin: 0 auto;
	background: linear-gradient(#202225, transparent);
}

nav a{
	display: block;
	text-decoration: none;
	color: white;
	padding: 25px 0;
	font-size: 430%;
}

nav a:hover{
	color: #2EAF8F;
}

.navbar-brand{
	display: inline;
	width: 10vw;
	margin: 3% 0 0 6%;
	text-align: right;
	font-weight: bold;
	list-style-type: none;
}

.navbar-brand-name {
	float: left;
	padding: 2vh 0 0 2vw;
}

.navbar-brand-logo {
	padding: 1vw 0 0 5vw;
	float: left;
	width: 10.5vw;
	height: 10.5vw;
	margin: 22px 0px 0px 0px;
}

.navbar-menu{
	display: none;
}

.invite-button-menu{
	font-size: 750%;
	padding: 10px 0;
	border: none;
	margin: 3.5vh 0px;
	background-color: white;
	color: black;
	font-weight: bold;
	width: 50vw;
	border-radius: 290486px;
	margin-top: 6vw;
	margin-left: 0vw;
}

.invite-button-menu:hover{
	color: #2EAF8F;
}

#menu_toggle {
	opacity: 0;
}
#menu_toggle:checked + .menu_btn > span {
	transform: rotate(45deg);
}
#menu_toggle:checked + .menu_btn > span::before {
	top: 0;
	transform: rotate(0deg);
}
#menu_toggle:checked + .menu_btn > span::after {
	top: 0;
	transform: rotate(90deg);
}
#menu_toggle:checked ~ .menu_box {
	left: 0 !important;
}
.menu_btn {
	position: fixed;
	float: right;
	top: 10vw;
	right: 8vw;
	width: 8.5vw;
	cursor: pointer;
	z-index: 1;
}
.menu_btn > span,
.menu_btn > span::before,
.menu_btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	transition-duration: .25s;
}
.menu_btn > span::before {
	content: '';
	top: -25px;
}
.menu_btn > span::after {
	content: '';
	top: 25px;
}
.menu_box {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	padding: 80px 0;
	list-style: none;
	background-color: #000000;
	transition-duration: .40s;
}
.menu_list{
	padding-top: 18vw;
}
.menu_item {
	margin-top: 2.5vw;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 150%;
	font-weight: 600;
	transition-duration: .25s;
}
.menu_item:hover {
	color: #2EAF8F;
}

/*==========INTRO==========*/
.intro{
	background-color: #202225;
	width: 100%;
	height: 74vh;
	margin: 0 auto;
	padding: 28vh 0 0 0;
	position: relative;
	text-align: center;
	color: white;
}

.intro-logo{
	height: 30vw;
	width: 40vw;
}

.intro-title{
	font-size: 500%;
	font-weight: bold;
	padding: 1%;
}

.intro-text{
	padding-top: 1vh;
	margin: 0 10%;
	font-size: 250%;
}

/*==========WAVES==========*/
.ocean{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.wave-up{
	background: url(https://heikos.xyz/files/lithium/wave_up.svg) repeat-x; 
	position: absolute;
	top: -160px;
	width: 100vw;
	height: 250px;
}
}

/*============================*/
/*===== COMPUTER VERSION =====*/
/*============================*/

@media only screen and (min-device-width: 920px){
/*==========MENU===========*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

nav{
	z-index: 10;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 0 30% 0 8.2%;
	background: linear-gradient(#202225, transparent);
}

nav ul{
	list-style-type: none;
}

nav li{
	float: left;
	width: 12%;
	text-align: center;
}

nav ul::after{
	content: "";
	display: table;
	clear: both;
}

nav a{
	display: block;
	text-decoration: none;
	color: white;
	padding: 25px 0;
	font-size: 120%;
}

nav a:hover{
	color: #2EAF8F;
}

.navbar-brand{
	float: left;
	width: 25%;
	margin: 0px 0px 0px 4%;
	text-align: right;
	font-weight: bold;
}

.navbar-brand-logo {
	margin: 22px 0px 0px 0px;
}

.navbar-menu{
	float: right;
	width: 59%;
	text-align: right;
}

.invite-button-menu{
	padding: 10px 0px;
	border: none;
	margin: 18px 0px;
	background-color: white;
	color: black;
	font-weight: bold;
	width: 280%;
	border-radius: 290486px;
}

.invite-button-menu:hover{
	color: #2EAF8F;
}

.hamburger-menu{
	display: none;
}

/*==========INTRO==========*/
.intro{
	background-color: #202225;
	width: 100%;
	height: 85vh;
	margin: 0 auto;
	padding: 20vh 0 0 0;
	position: relative;
	text-align: center;
	color: white;
}

.intro-title{
	font-size: 300%;
	font-weight: bold;
	padding: 1%;
}

.intro-text{
	margin: 0 25vw;
	font-size: 155%;
}

/*==========WAVES==========*/
.ocean{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.wave-up{
	background: url(https://heikos.xyz/files/lithium/wave_up.svg) repeat-x; 
	position: absolute;
	top: -160px;
	width: 9600px;
	height: 250px;
}
}