* {
	cursor: url('/assets/img/SV/cursor.png'), auto;
}

body {
	background-color: #5cd2ed;
	overflow: hidden;
}

p {
	font-family: 'Ubuntu';
}

a {
	font-family: 'Ubuntu';
}

#iBody {
	height: 100vh;
	position: fixed;
	z-index: -2;
}

#lang {
	position: fixed;
	padding: 10px;
	right: 0;
	top: 0;
	background-color: rgba(252, 250, 227, 0.3);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #b9f842;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #b9f842;
	border-bottom-left-radius: 25px;
}

#lang.langAnim {
	top: -50px;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
}

#center {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

#content {
	padding: 30px;
	border-style: solid;
	border-width: 3px;
	border-color: #b9f842;
	border-radius: 40px;
	background-color: rgba(252, 250, 227, 0.3);
	position: relative;
	top: 80px;
	right: 0px;
	z-index: 0;
	text-align: center;
}

#content.contentAnim {
	right: 190%;
	transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
}

h1 {
	font-family: 'Ubuntu Mono';
	font-size: 40px;
}

#download {
	font-family: 'Ubuntu';
	font-size: 18px;
	height: 50px;
	width: 200px;
	background-color: rgb(163, 255, 255);
	border-style: solid;
	border-width: 2px;
	border-color: aquamarine;
	border-radius: 30px;
	position: relative;
	bottom: 0px;
	transition: bottom ease 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	outline: none !important;
}

#download:hover {
	bottom: 5px;
	transition: bottom ease 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

#footer {
	font-family: 'Ubuntu';
	position: relative;
	top: 23px;
}

#thanks {
	padding: 30px;
	border-style: solid;
	border-width: 3px;
	border-color: #b9f842;
	border-radius: 40px;
	background-color: rgba(252, 250, 227, 0.3);
	position: relative;
	bottom: 1000px;
	z-index: 0;
	text-align: center;
}

#thanks.thanksAnim {
	bottom: 203px;
	transition: 2s;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-ms-transition: 2s;
	-o-transition: 2s;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

#sv {
	position: relative;
	top: 1700px;
}

#sv.svAnim {
	top: 0px;
	transition: ease-in-out 2s;
	-webkit-transition: ease-in-out 2s;
	-moz-transition: ease-in-out 2s;
	-ms-transition: ease-in-out 2s;
	-o-transition: ease-in-out 2s;
	transition-delay: 3.2s;
	-webkit-transition-delay: 3.2s;
	-moz-transition-delay: 3.2s;
	-ms-transition-delay: 3.2s;
	-o-transition-delay: 3.2s;
}

h2 {
	font-family: 'Ubuntu Mono';
	font-size: 40px;
}

.invisible {
	opacity: 0;
}

.deInvisible {
	opacity: 1;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition-delay: 5s;
	-webkit-transition-delay: 5s;
	-moz-transition-delay: 5s;
	-ms-transition-delay: 5s;
	-o-transition-delay: 5s;
}

#particles-js {
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: -1;
}
