body, html {
	height: 100%;
	margin: 0;
	overflow: hidden;
	background-image: url("landing_mobile.png");

	/* Center and scale the image nicely */
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

#logo-banner{
	position: fixed;
	left: 4px;
	top:0;
	max-width: 250px;
	width: 35%;
	height: 40%;
	max-height: 500px;
	background-color: #cecece;
	text-align: center;
	opacity: 0.5;
}

#logo{
	max-width: 80%;
	position: absolute;
	left: 10%;
	display: inline-flex;
	bottom: 16px;
}

#footer{
	position: fixed;
	left: 0;
	bottom: 1%;
	width: 100%;
	background-color:#0f0e0e;
	text-align: center;
	opacity: 0.7;

}

#socials a {
	color: #cecece;
	transition:1.2s ease all;
	margin:4px ;
	font-size:25px;
	text-decoration: none;

}
#socials a:hover {
	color: #ffffff;
	transition:.5s ease all;
}
.active #s1{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
.active #s2{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.active #s3{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}
.active #s4{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
.active #s5{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
.active #s6{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}
.active #s7{
	-webkit-animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1) forwards;
	animation: slide-in-bottom 1.2s cubic-bezier(.15,.85,.45,1)  forwards;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
}

@media only screen and (min-width: 1280px) {
	body {
		background-image: url('landing_desktop.jpg');
	}
	#logo-banner{
		left: 20%;
	}

}

@media only screen and (min-width: 700px) {
	#logo-banner {
		height: 65%;
	}
	#socials {
		display: flex;
	}
}

@media only screen and (min-width: 800px) {
	body {
		background-image: url('landing_desktop.jpg');
	}
	#logo-banner{
		position: fixed;
		left: 10%;
		top:0;
		max-width: 250px;
		width: 18%;
		height: 65%;
		max-height: 500px;
		background-color: #cecece;
		text-align: center;
		opacity: 0.5;
	}

	#socials a {
		color: #cecece;
		transition:1.2s ease all;
		margin:8px ;
		font-size:25px;
		text-decoration: none;
		display:inline-block;
	}
}
