html {
    overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
    margin: 0;
    font-size: 26px;
    
    color: #ffffff;
	background: #111;
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x:hidden;
    overflow-y:auto;
	box-sizing: border-box;
}

.logocontainer {
	width: 90%;
	margin: 0 auto;
}
/* Navbar	 */
header{
	background: #000;
}
header::after{
	content: '';
	display: table;
	clear: both;
}
.logo{
	float: left;
	padding: 10px 0;
}

nav{
	float: right;
	font-family: 'Carter One',  Arial, sans-serif;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li{
	display: inline-block;
	margin-left: 70px;
	padding-top: 25px;
	
	position: relative;
}

nav a{
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	
}

nav a:hover {
	color: #fff;
	text-decoration: none;
}

nav a::before {
	content: '';
	display: block;
	height: 5px;
	
	background-color: #f5c21a;
	
	position: absolute;
	top: 0;
	width: 0%;
	
	transition: all ease-in-out 200ms; 
}

nav a:hover::before{
	width: 100%;
}
/* COntent */
.parallax-wrapper {
    width: 100vw;
    height:100vh;
    padding-top:20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}
.parallax-wrapper::before {
    content:"";
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-image: url("artwork.png");
    position: absolute;
    z-index: -1;
    transform:translateZ(-1px) scale(2);
}

.parallax-wrapper2 {
    width: 100vw;
    height:100vh;
    padding-top:20vh;
    box-sizing: border-box;
    transform-style: preserve-3d;
}
.parallax-wrapper2::before {
    content:"";
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background-image: url("Artwork2.jpg");
    position: absolute;
    z-index: -1;
    transform:translateZ(-1px) scale(2);
}

.ParaU{
	transform: translateY(40px);
	width: 100%;
}
.ParaO{
	transform: translateY(-127px);
	width: 100%;
}
.ParaGalleryU{
	transform: translateY(57px);
	width: 100%;
}
.ParaGalleryO{
	transform: translateY(-110px);
	width: 100%;
}
.ParaH{
	width: 100%;
}
.Para img{
	width: 100%;
}
.regular-wrapper {
    width: 100vw;
    height: 100vh;
    padding-top:10px;
    background-image: url("img/BG1.png");
	background-repeat: none;
    z-index: 2;
    position: relative;
	
}
.regular-wrapper2 {
    width: 100%;
    height: 1200px;
    padding-top:80px;
    background-image: url("img/BG2.png");
	
    z-index: 2;
    position: relative;
	
}
.regular-wrapper3 {
    width: 100vw;
    
    padding-top:100px;
    background-image: url("img/BG3.png");
	background-repeat: repeat-y;
    z-index: 2;
    position: relative;
	
}
.content {
    margin: 0 auto;
    padding: 50px;
    width: 50%;
    font-size: 100px;
	
}

.paracontent
{
	
	margin: 0 auto;
	margin-top: 100px;
    padding-top: 0px ;
	padding-left: 50px;
	/* padding-right: 600px; */
    width: 100%;
	vertical-align: center;
	font-size: 60px;
}
.paracontent2
{
	
	margin: 0 auto;
	margin-top: 100px;
    padding-top: 0px ;
    width: 80%;
	font-size: 60px;
	text-align: right;
	
}
.Logo{
	margin-top: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.Gallery{
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.downloadlink {
	
	margin-top: 70px;
	background: url("img/Download.png") no-repeat center;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.downloadlink :hover{
	background: url("img/DownloadHover.png") no-repeat center;
	transform: translateY(-7px) scale(1.077);
	transition: 0.77s;
}

.downloadlink :active{
	background: url("img/DownloadPress.png") no-repeat center;
	transform: translateY(-7px) scale(1.08);
	
}

/* Gallery */
/* .gallery-cell{ */
	/* width: 100%; */
	/* z-index: 5; */
/* } */
/* .main-gallery{ */
	/* z-index: 5; */
/* } */

.carousel{
	background: #0000ff;
}
.carousel-cell{
	width: 100%;
	height: 800px;
	margin-right: 20px;
	background-color: #4d4f52;
	border-radius: 5px;
	border: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.carousel-cell img{
	/* display: block; */
	/* max-height: 100%; */
	width: 100%;
	height: 100%;
}
.carousel-cell:before{
	display: block;
	line-height: 400px;
	font-size: 80px;
	color: white;
}
.main-carousel{
	width: 77%;
}
.center{
	display: flex;
justify-content: center;
align-items: center;
}
/* Team */
.ContactsLogo{
	padding-top:30px;
	padding-bottom: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

h1{
	color: #fff;
	margin: 40px 0 60px 0;
	font-weight: 600;
	text-align: center;
	text-shadow: 0 2px 20px #000;
}

.single-team{
	position: relative;
	transition: 0.5s;
	margin-bottom: 30px;
	/* margin-left: 40px; */
	/* margin-right: 40px; */
	width: 100%;
	height: 300px;
	font-family: 'Fenix' , sans-serif;
	text-align: center;
	overflow: hidden;

}
.single-team img{
	border-radius: 50%;
	margin-bottom: 20px;
	width: 110px;
	border: 5px solid #fafafa;
	margin-top: 30px;
}
.single-team h3{
	font-size: 20px;
	font-weight: 700;
}
.socials{
	margin-top: 10px;
}
.single-team p{
	margin-bottom: 0;
}
.side-two{
	margin-bottom: 10px;
	padding: 0px 20px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10%;
	border: 3px solid #fff;
}
.side-two-two{
	padding: 40px 20px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10%;
	border: 3px solid #fff;
}
.side-two-one{
	padding: 93px 20px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10%;
	border: 3px solid #fff;
}

.socials a{
	color: #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-bottom: 20px;
	
}
.socials a i {
	padding-top: 0px;
}
.socials a:hover{
	color: #f5c21a;
}
.socials a:hover i{
	transform: scale(1.2);
	transition: 0.9s;
}
.side-one{
	background: #201623;
	padding: 15px;
	bottom: 0;
	transition: .5s;
	color: #fff;
	width: 100%;
	height: 300px;
	position: relative;
	z-index: 10;
	border-radius: 7%;
	
}
.single-team:hover .side-one{
	bottom: -300px;
	transition: 0.5s;
}
.row{
	align-items: center;
}
.container-fluid{
	width: 85%;
}

/* Contacts */
.Contacts{
	text-align:center;
	margin-top: 40px;
}
.contactsocials{
}
.contactsocials a{
	color: #fff;
	align-items:center;
	text-align: center;
	padding: 0 25px;
	
	display: inline-block;
	
}
.contactsocials a i {
	padding-top: 0px;
}
.contactsocials a:hover{
	color: #f5c21a;
}
.contactsocials a:hover i{
	
	transform: scale(1.2);
	transition: 0.9s;
}
.S4G{
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.Title{
	font-size: 100px;
	font-style: bold;
}
.text{
	padding-top: 20px;
	font-size: 40px;
	font-family: 'Fenix' , sans-serif;
	
}


