
* { box-sizing: border-box; }



body{
	margin:0;
	background-color: black;
}

a{
	text-decoration: none;
	color: black;
	line-height: 30px;
	cursor: pointer;
}

.bold{
	font-family: 'noyh_boldregular';
}

.ref-bold{
	font-family: 'noyh_bold_italicregular'
}

/*accordion*/

.accordion{
	margin-top: 40px;
}

.accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.accordion__header > * {
	font-size: 20px;
	margin: 5px;
	color: red;
}
.accordion__header.is-active {
	color: red;
}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: red;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 0;
	border-radius: 2px;
}


.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: red;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: red;
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding: 0 10px;
	font-size: 20px;
	color:grey;
	font-style: italic;
	line-height: 28px;
}

.accordion__body.is-active {
	display: block;
}

/*end accordion*/



.icons{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	transform: translateY(4px);
}

h1{
	font-family: 'noyh_blackregular', Arial, sans-serif;
	font-size: 20px;
	line-height: 40px;
}

.overline{
	width:120px;
	height: 1px;
	background-color: black;
}

section{
	font-family: 'noyh_lightregular', Arial, sans-serif;
	font-size: 24px;
	vertical-align: top;
	text-align: center;
	margin: 20px;
}

@media screen and (max-width: 800px) {
	a{
		font-size: 25px;
	  }
	section{
		font-size: 20px;
	}
}

.title{
	font-family: 'noyh_blackregular', Arial, sans-serif;
	font-size: 60px;
}


#logo{
	width: 550px;
	margin: 0 20px;
	z-index: 10;
	position: fixed;
	filter: drop-shadow(0 0 50px white);
}

@media screen and (max-width: 800px) {
	#logo{
		width: 80%;
		margin:0;
		left: 0;
		padding:0 5%;
		filter: drop-shadow(0 0 20px white);
		top:0;
	  }
}

@media only screen  and (max-height: 800px)
					and (orientation: landscape) {

						#logo{
								width: 50%;
								margin: 0 20px;
								z-index: 10;
								position: fixed;
								filter: drop-shadow(0 0 20px white);
							  }
}

#logo_content{
	width: 400px;	
	margin: 20px 0; 
	z-index: 10;
	transform: translateX(70px);
}

@media screen and (max-width: 800px) {
	#logo_content{
		width: 80%;
		padding: 0 20px ;
		margin: 10px 20% 0 0; 
		transform: translateX(0);
	  }
}


#back_btn{
	top: 0;
	right: 0;
	display: block;
	position: fixed;
	width: 80px;
	cursor: pointer;
	display: none;
	z-index: 20000;
}


#logo_footer{
	width: 300px;
	margin-top: 30px;
}

.text_footer{
	color: white;
	font-family: 'noyh_lightregular', Arial, sans-serif;
	text-align: center;
	font-size: 18px;
}

#logo img{
	width:100%;
	margin-top: 15px;
}

#main-carousel{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: white;
}
.carousel-cell{
	width: 100%;
	height: 100dvh;
	background:no-repeat center center;
	background-size: cover;
}


#nav_btns{
	z-index: 10;
	position: fixed;
	bottom: 0;
	margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
#nav_btns img{
	cursor: pointer;
	width: 80px;
}

@media screen and (max-width: 800px) {
	#nav_btns{
		margin-bottom: 0;
	  }
}

/*
#more_btn{
	font-family: 'noyh_lightregular', Arial, sans-serif;	
	z-index: 10;
	color: white;
	font-size: 24px;
	line-height: 40px;
	height: 50px;
	background-color: #e62056;
	border-radius: 50%;
	position: fixed;
	bottom: 0;
	left:50%;
	margin-left: -25px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
}


#more_btn::before{
	width: 50px;
	height:50px;
	border-radius: 50%;
	border:6px solid white;
	content: " ";
	position: absolute;
	top: -6px;
	left: -6px;
	animation: waveA 4s infinite;
}

*/

@keyframes waveA{
	0%,90%, 100% {
    opacity:0;
  }

  92% {
    opacity:0.1;
  }
}
/*

#more_btn::after{
	width: 62px;
	height:62px;
	border-radius: 50%;
	border:10px solid white;
	content: " ";
	position: absolute;
	top: -16px;
	left: -16px;
	transition: 0.2;
	animation: waveB 4s infinite;
}

*/
@keyframes waveB{
	0%,94%, 100% {
    opacity:0;
  }

  95% {
    opacity:0.1;
  }
}
#more_content{
	position: fixed;
	width: 100%;
	top: 100%;
	background-color: white;
	text-align: center;
}

#content_container{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#photo{
	width: 200px;
	margin: 40px 0 0 0;
}




.left{
	text-align: left;
	width: 39%;
	vertical-align: top;
	display: inline-block;
}

.right{
	text-align: left;
	width: 60%;
	display: inline-block;
	vertical-align: top;
}

#showreel{
	display:none;
	flex-direction: column;
	justify-content:center;
	background-color: black;
	align-items:center;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	z-index: 50;
}

#close_btn{
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 30000;
	width: 50px;
}

@media screen and (max-width: 640px) {
   .left{
    width: 100%;
  }
  .right{
  	width: 100%;
  }
}

footer{
	width: 100%;
	height:200px;
	background-color: black;
	position: absolute;
}
#social img{
	width: 30px;
	margin: 20px 10px 0 0;
}