body {
	margin: 0 0 0 0;
	font-family: 'Inter', sans-serif;
	background: #000;
	color: rgb(0, 0, 0);
	font-size: 12px;
}

div {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #fff;
	transition: 0.2s;
}

a:hover {
	color: #fff;
}

a:visited {
	color: #fff;
}

/* Header */
/* ====================== */

#navarrow {
	display: inline-block;
	position: absolute;
	top: 92%;
	width: 10%;
	left: 45%;
	text-align: center;
	font-size: 2.3vw;
}

nav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Main */
/* ====================== */

main {
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.container {
	position: absolute;
	left: 0%;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#logo {
	display: block;
	position: absolute;
	left: 2%;
	top: 2%;
	width: 4%;
	height: 4%;
	min-width: 70px;
	min-height: 70px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url('../img/logo2.png');
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	/* border: solid 1px red; */
}

#start {
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	background-image: url('../img/YourLandIsLips-empty-web-upscaled-1.jpg');
	transition: background-image 10s;
}

#presentation {
	position: absolute;
	width: 100%;
	left: 0;
	top: 43%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.435em;
	color: #FFFFFF;
}

#title {
	display: block;
	width: 100%;
	font-size: 4vw;
	text-align: center;
	letter-spacing: 0.435em;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

#subtitle {
	display: block;
	width: 100%;
	font-size: 2.4vw;
	text-align: center;
	letter-spacing: 0.435em;
	color: #FF4457;
}

#subsubtitle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	display: block;
	width: 20%;
	font-size: 1.8vw;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.435em;
	color: #fff;
}

#footer {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	left: 0;
	bottom: 8%;

	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	text-align: center;
}

#footer ul {
	height: 30px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	/* border:solid 1px #f00; */
	text-align: center;
	justify-content: center;
	display: flex;
}

#footer ul li {
	display: block;
	float: left;
	margin-right: 10px;
	color: #f00;
	width: 30px;
	font-size: 20px;
	padding: 5px;
}

#footer ul li a {
	color: #f00;
}

hr {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-top: solid 10px #000;
	height: 0px;
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	
}

/* Nav */
/* ====================== */

.sidebarbtn {
	position: fixed;
	left: 10px;
	top: 10px;
	background: rgba(0, 0, 0, 0);
	font-size: 3vw;
	cursor: pointer;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	outline: none;
	z-index: 10;
	opacity: 0.8;
}

.playaudiobtn {
	font-family: 'Roboto', sans-serif;
	background: rgba(0, 0, 0, 0);
	font-size: 1.5vw;
	cursor: pointer;
	color: #ddd;
	margin: 30px 0 0 0;
	padding: 5px 10px 5px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 1px #ddd;
	/*border: none;*/
	outline: none;
	opacity: 0;
	border-radius: 20px;
	transition: 0.2s;
	/* 0.5 second transition effect to slide in the sidebar */
	transition: opacity 1.0s;
}

.playaudiobtn:hover {
	color: #fff;
}

.sidebarbtn:hover {}

/* The sidebar menu */

.sidebar {
	position: fixed;
	height: 100%;
	width: 0;
	/* 0 width - change this with JavaScript */
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	/* Black*/
	overflow-x: hidden;
	padding-top: 10%;
	transition: 0.2s;
	/* 0.5 second transition effect to slide in the sidebar */
	z-index: 5;
}

ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	list-style-type: none;
}

/* The sidebar links */
.sidebar li {
	display: block;
	margin: 0 0 0 0;
	padding: 10px 8px 8px 8px;
	text-align: center;
}

.sidebar a {
	/*border: solid 1px #fff;*/
	text-decoration: none;
	font-size: 4vw;
	color: #eee;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #ffffff;
}

.sidebar .closesidebarbtn {
	position: relative;
	padding: 8px 8px 8px 32px;
	top: 0;
	padding-right: 20%;
	font-size: 5vw;
}

@media (max-aspect-ratio: 4/5) {
	.sidebar {
		padding-top: 30%;
	}

	.sidebarbtn {
		font-size: 9vw;
	}

	.playaudiobtn {
		font-size: 4vw;
	}

	.sidebar a {
		font-size: 10vw;
	}

	.sidebar .closesidebarbtn {
		font-size: 15vw;
		text-align: left;
	}

	#navarrow {
		font-size: 6vw;
	}
}