/* TYPE */
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital@1&family=Sansita+Swashed&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* PHONE LAYOUT */

html,
body {
	height: 100%;
}

section {
	position: relative;
	padding: 20px;

}

#s1 {
	min-height: 100%;
	height: auto;
	background: url(/images/sky.jpg) fixed center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#s1 header {
	text-align: center;

}

#s1 h1 {
	font-family: 'Sansita Swashed';
	font-size: 20px;
	line-height: 10px;
	text-transform: capitalize;
	color: rgb(255, 255, 255);
	font-weight: normal;
}


#s2 {
	color: rgb(133, 179, 247);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s2 article {
	margin: 24px;
}

#s2 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(133, 169, 216);
	font-weight: normal;
}

#s3 {
	color: rgb(255, 145, 81);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s3 article {
	margin: 24px;
}

#s3 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(255, 134, 64);
	font-weight: normal;


}

#s4 {
	color: rgb(240, 88, 83);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s4 article {
	margin: 24px;
}

#s4 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(248, 80, 58);
	font-weight: normal;
}

#s5 {
	color: rgb(170, 183, 199);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s5 article {
	margin: 24px;
}

#s5 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(170, 183, 199);
	font-weight: normal;
}

#s6 {
	color: rgb(255, 175, 100);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s6 article {
	margin: 24px;
}

#s6 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(255, 185, 94);
	font-weight: normal;
}

#s7 {
	color: rgb(236, 85, 85);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s7 article {
	margin: 24px;
}

#s7 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(238, 42, 42);
	font-weight: normal;
}

#s8 {
	color: rgb(178, 183, 204);
	font-family: 'Sansita Swashed';
	display: flex;
	justify-content: center;
	align-items: center;
}

#s8 article {
	margin: 24px;
}

#s8 h1 {
	font-family: 'Arvo', italic;
	font-size: 36px;
	text-transform: uppercase;
	color: rgb(180, 184, 202);
	font-weight: normal;
}

.multi {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}



/* OVERLAY MENU INFO */
#trigger {
	font-size: 30px;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9;
	color: #fff;
	font-weight: bold;
}

#trigger:hover {
	color: rgb(255, 135, 80);
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
}

.overlay a {
	position: relative;
	padding: 0px;
	text-decoration: none;
	font-family: 'Arvo', italic;
	font-size: 42px;
	color: white;
	transition: all 0.5s;
	text-transform: uppercase;
	font-weight: normal;
	flex: 1 100%;
}



.overlay a.one {
	background: #ffac75;
}

.overlay a.two {
	background: #fca04a;
}

.overlay a.three {
	background: rgb(120, 164, 201);
}

.overlay a.four {
	background: rgb(181, 211, 247);
}

.overlay a:hover,
.overlay a:focus {
	color: #fff;
	background: rgb(236, 237, 253);
}

.overlay a span {
	position: absolute;
	left: 20px;
	bottom: 0px;
	transform: rotate(0deg);
	transform-origin: left top;
}

.closebtn {
	position: absolute;
	z-index: 99;
	top: 30px;
	right: 10px;
	font-size: 50px !important;
	line-height: 0px;
	cursor: pointer;
	padding: 8px;
	text-decoration: none;
	font-family: 'Passion One', cursive;
	color: #fff;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: normal;
}

.closebtn:hover {
	color: #222;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px;
	}

	.closebtn {
		font-size: 40px !important;
		top: 15px;
		right: 35px;
	}
}

/* TABLET LAYOUT */

@media only screen and (min-width: 481px) {
	.overlay a {
		flex: 1 auto;
		font-size: 72px;
	}

	.overlay a:hover,
	.overlay a:focus {
		flex: 2 auto;
	}

	.overlay a span {
		transform: rotate(-90deg);
		transform-origin: left top;
	}

	#logo img {
		width: 60px;
		height: auto;
	}

	#s1 h2 {
		font-size: 30px;
		line-height: 15px;
	}

	#s1 h1 {
		font-size: 72px;
	}


	#s3 article {
		flex: 1 auto;
	}

	.multi {
		column-count: 3;
	}
}


/* DESKTOP LAYOUT */

@media only screen and (min-width: 769px) {
	#logo img {
		width: 50px;
		height: auto;
	}

	#s1 h2 {
		font-size: 40px;
		line-height: 0px;
	}

	#s1 h1 {
		font-size: 96px;
	}

}