html, body {
	margin: 0;
	padding: 0;
	height: 100vh;
	width: 100vw;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	overflow-x: hidden;
	scroll-behavior: smooth;
	line-height: normal;
}

/*body {
	background: linear-gradient(to right, rgba(13,64,81,0.2), rgba(2255,255,255,1.00) 5%, rgba(255,255,255,1.00) 95%, rgba(13,64,81,0.2));
		}*/

.section {
	min-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;

}

.section_home {
	min-height: 100%;
	min-width: 100%;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
}


/*li {
	list-style-type: none;
}*/

h1, h2, h3, h4, h5, h6, h7, h8, a{

	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
	/*font-family: "Quicksand", sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
	font-weight: 600;
	color: #33ccff;
	text-transform: uppercase;
}

h1 {
	margin: 0;
	font-size: 65px;
	line-height: 60px;

}

h2{
	font-size: 25px;
	color: #dcecf2;
	margin: 0 auto 0 auto;
	line-height: 25px;
}

h3, h4, h5, h6 {
	font-size: 65px;
	margin: 0 auto 0 auto;
	line-height: 60px;

}

.hidden_tag {
	position: relative; 
	top:-105px; z-index: 6; 
	visibility: hidden;
}

.sub_headline {
	font-size: 18px;
	margin: 0 auto 35px auto;
	font-weight: 100;
	color: #697B7F;
}

/*@media screen and (max-width: 600px) {
	h1{
		font-size: 45px;
		line-height: 45px;
	}
	h3 ,h4, h5, h6 {
		font-size: 45px;
		line-height: 45px
	}
	h2 {
		font-size: 16px;
		line-height: 25px;
	}
	
	video {
		width: 75vw;
		height: auto;
	}
} /* end of media query */

a{
	color: #999999;
	text-decoration: none;
}

p{
	color: #999999;
	font-weight: 300;
	margin: 0px;
}

.drop-shadow {
	filter: drop-shadow( 0 4px 3px rgba(13, 64, 81, 0.2));
}

#logo, li, a, img, .portrait_slideshow_indicator, .slideshow_button, #gallery_link_wrapper_1, #gallery_link_wrapper_2, #gallery_link_wrapper_3, .contact_details, #cv_download_container, #home_container,.gallery_images_preview, .gallery_link_header{
	transition: all 360ms ease-in;}

/* SVG - Brackets *************************************/

.bracket_splashpage_wrapper, .bracket_wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: center;
	z-index: 1;
}

.bracket_splashpage_wrapper {
	margin: -75px auto -20px auto;
	padding: 0 5vw 0 5vw;
}

.bracket_wrapper {
	margin: -35px auto -20px auto;
	padding: 0 5vw 0 5vw;
}

.bracket_splashpage, .bracket{
  }

.bracket_splashpage {
}

.bracket {
}

.bracket_arrow {
	height: 60px; 
	width: 70px;
	margin: -28px auto 0 auto;
	padding: 0;
}

.svg_direct {
	fill:none;
	stroke:#3cf;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width:6px;
	vector-effect: non-scaling-stroke;
}

/* HEADER *************************************/

#header{
	width: 100%; 
	height: 65px;
	position: fixed;
	top: 0;
	margin: 0;
	background: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	z-index: 10;
	transition: top 0.3s;
}

#logo {
	float: left;
	margin: 10px 0 0 50px;
}

#logo:hover{
	opacity: 0.5;
}

#logo img {
	width: 90px;
}

#main_nav {
	top:0;
	bottom:0;
	float: right;
	margin: 25px 50px 0px 0px ;
}

#main_nav ul li {
	display:block;
	float: left;
	margin-right: 25px;
	opacity: 0.5;
	list-style-type: none;
	position: relative;

}


#main_nav ul li a {
	font-size: 14px;
}

/* Dropdown Menu element*/
#main_nav ul li ul {
	width: 200px;
	display: none;
	position: absolute;
	background-color: white;
	text-align: left;
	opacity: 1;
	padding: 10px 0 0 0 ;
	border-radius: 0 0 15px 15px;
	filter: drop-shadow(0 6px 1px rgba(105, 123, 127, 0.2));
}

#main_nav ul li:hover ul{
	display: block;
}

#main_nav ul li ul li{
	padding: 10px 10px 10px 25px;
	/*border-radius: 0 0 15px 15px;*/
}

#main_nav ul li ul li:hover {
}

/* End of Dropdown element*/


#main_nav ul li:hover {
	/*padding-top: 3px;*/
	opacity: 1;
	text-decoration: none;
}

#main_nav ul li a:hover {
	color: #33ccff;
	text-decoration: none;
}

/* Mobile dropdown menu*/

#dropdown_nav {
	display: none;
	position: absolute;
	right: 25px;
	float: right;
	margin: 13px 0px 0px 0px ;
	z-index: 11;
	
}
.dropdown_button {
	position: relative;
  	border: none;
  	cursor: pointer;
	background-color: transparent;
	padding: 0;
	}

#dropdown_nav img {
	width: 40px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 0 0 0 15px;
	margin-right: 0;
	margin-top: 18px;
	right: -25px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);

}

#dropdown_nav ul {
	list-style: none;
	padding: 0px 25px 0px 25px;
	margin: 0;

}

#dropdown_nav li{
	text-align: right;
	padding-bottom: 15px;
}

#dropdown_nav a {
	color: #33ccff;
}

.Show { display: block;}


/* On screens that are 850px or less, wrapper behaviour to coloum */
@media screen and (max-width: 800px) {
#logo {
	margin: 10px 0 0 25px;
}

#main_nav {
	top:0;
	bottom:0;
	float: right;
	margin: 25px 10px 0px 0px ;
}
	
} /* end of media query */


/* On screens that are 850px or less, wrapper behaviour to coloum */
@media screen and (max-width: 600px) {
#logo {
	margin: 10px 0 0 25px;
}

#main_nav {
	display:none;
}
	
#dropdown_nav {
	display: inline-block;
	}
	
} /* end of media query */


/*HOME *************************************/

#home{
	height: 100%;
	width:100%;
	background-color:#144D60 ;
	background: url("img/Portriats/marco_riebler-3332_web.jpg");
	/* background-position: center center;*****/
	background-position: 50% 15%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}

#home_container{
	width: 100%;
	position: absolute;
	bottom: 5%;
	opacity: 0.6;
}

#home_container:hover {
	opacity: 1;
}

#home_container a{
	text-decoration: none;	
}

/* ABOUT *************************************/

#about{
	/*min-height: 100%;*/
	min-width: 100%;
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
} 

#about_wrapper{
	width:100vw;
	height: auto;
	margin: 0 auto 0 auto;
	padding-bottom: 25px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	grid-gap: 5vw;
}

/* On screens that are 850px or less, wrapper behaviour to coloum */
@media screen and (max-width: 600px) {
 #about_wrapper {
	width: 100vw;
	height:auto;
	margin: 0 auto 0 auto;
    flex-direction: column-reverse;
	grid-gap: 15px;
	justify-content: center;
	align-items: center;
  }
	#left_container {
		min-width: 90vw;
		margin: 0 auto 0 auto;
	}
	#image_container {
		min-width: 90vw;
		margin: 0 auto 15px auto;
	
	}
} /* end of media query */



#left_container {
	width: 30vw;
	min-width: 280px;
	text-align: center;
	/*display: inline-block;*/
	padding: 0;
	margin: 0;
	/*display: flex;
	justify-content: center;
	flex-direction: column;*/
}
.about_text {
	color: #0d4051;
	margin: 10px;
	
}

#left_container a {
	opacity: 0.6;
}

#left_container a:hover {
    opacity: 1;
	color: #33ccff;
	text-decoration: none;
}

.div_all_borders {
	padding: 5px;
	border: solid 5px rgba(51, 204, 255, 1.0);
	border-radius: 15px;
}

.bg-fill {
	background-color: #ffffff;
}

.about_line {
	width:auto;
	height: 55px;
	margin: -8px auto 0 auto;
}

.svg_download {
	width: 45px;
	margin-top: 10px;
}

.download_button {
	font-weight: 500;
	text-transform: uppercase;
}

#image_container{
	width: 30vw;
	min-width: 280px;
	top: 0;
	bottom: 0;
	filter: drop-shadow( 0 4px 3px rgba(13, 64, 81, 0.2));

}
		
.carousel-indicators {
	margin: 0 auto 0 auto; 
	display:flex;
	align-content: center;
	position: absolute;
	padding: 0;
	z-index: 2;
	top: 90%;

}
		
.carousel-indicators li{
	border-radius: 100%;
	width: 15px;
	min-width: 15px;
	height: 15px;
	min-height: 15px;
	background-color:  #33ccff;
	margin: 0 15px 0 15px;
	z-index: 2;
}
		
.carousel-indicators li:hover{
	opacity: 1;
}

.carousel-inner {
	width: 100%;
	min-height: 300px;
	border: solid 5px #33ccff;
	border-radius: 15px;
	top: 0;
}

.image_portrait {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	box-sizing: border-box;
}

/* *************************************/

/*#about_stats{
	background-color: #79c5df;
	/*margin: 0 0 25px 25px;
	/*border: 1px solid orange;*/
	/*padding: 15px;
	text-align: left;
	font-weight: 200;
	font-size: 14px;
	color: #dbebf1;
	flex: 1;

}

.stats_list_headline{
	font-variant-caps: all-small-caps;
	font-weight: 400;
	color: #0d4051;
	letter-spacing: 0.2em;
}

#about_stats ul {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	
}*/

#cv_download_container{	
	width: 100%;
	margin: 10px 0 0 0;
	opacity: 0.6;
	filter: grayscale(100%);
}


/*#cv_download_container img {
	width: 55px;	
	margin: 10px 0 0 0;
}*/

#cv_download_container:hover{
	opacity: 1;
	filter: grayscale(0%) drop-shadow( 0 0 3px rgba(105, 123, 127, 0.4));	
}

/* GALLERY *************************************/

#gallery{
}


#gallery_container {
	max-width: 100vw;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	grid-gap: 2vw;
	padding-bottom: 25px;
	margin: 0 auto 0 auto;
}

/* On screens that are 850px or less, wrapper behaviour to coloum */
@media screen and (max-width: 600px) {
 #gallery_container {
	max-width: 100vw;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	grid-gap: 4vw;
	padding-bottom: 25px;
	margin: 0 auto 0 auto;
  }
	
} /* end of media query */

#gallery_link_wrapper_1, #gallery_link_wrapper_2, #gallery_link_wrapper_3 {
	display: inline-block; 
	position: relative;
	width: 20vw; 
	min-width: 260px;
	height: 380px; 
	overflow: hidden;
	margin-bottom: 15px;
	filter: drop-shadow( 0 4px 3px rgba(13, 64, 81, 0.2));
	cursor: pointer;
}

#gallery_link_wrapper_1 {
	background: url("img/Portriats/_MM_9896_web.jpg");
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

#gallery_link_wrapper_2{
	background: url("img/Stage/marco_riebler-3398_web.jpg");
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

#gallery_link_wrapper_3{
	background: url("img/Graphics/flying_preview.jpg");
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

/*.gallery_img {
	width: calc(100% + 15%); 
	min-height: calc(380px + 60px); 
	filter: grayscale(100%); 
	opacity: 0.6; 
	overflow: hidden;  
	object-fit: cover;
	object-position: center;
	margin: -15px;
	padding: 0;
	box-sizing: border-box;
}

.gallery_img {
	object-position: 50% 45%;
}

.gallery_img:hover {
	filter: grayscale(0%);
	opacity: 1;
	cursor: pointer;
}*/

#gallery_link_wrapper_1:hover, #gallery_link_wrapper_2:hover, #gallery_link_wrapper_3:hover {
	filter: drop-shadow( 0 4px 3px rgba(13, 64, 81, 0.6));
}

#gallery_link_wrapper_1:hover .gallery_link_header,#gallery_link_wrapper_2:hover .gallery_link_header, #gallery_link_wrapper_3:hover .gallery_link_header {
	filter: grayscale(0%);
}


/* On screens that are 850px or less, wrapper behaviour to coloum */
@media screen and (max-width: 600px) {
#gallery_link_wrapper_1, #gallery_link_wrapper_2, #gallery_link_wrapper_3 {
	display: inline-block; 
	position: relative;
	width: 75vw; 
	max-width: 75vw; 
	height: 75vw; 
	overflow: hidden;
	margin: 0 auto 0 auto;
}	
	
} /* end of media query */

.gallery_link_header {
	color: #33C8FF; 
	font-size: 36px; 
	font-weight: 300;
	text-transform: uppercase; 
	position: absolute; 
	text-align: left; 
	padding-left: 10px;
	bottom: 15px;
	filter: grayscale(100%);
}  

/* On screens that are 850px or less, wrapper behaviour to coloum */
@media screen and (max-width: 600px) {
.gallery_link_header {
	color: #33C8FF; 
	font-size: 36px; 
	font-weight: 300;
	text-transform: uppercase; 
	position: absolute; 
	padding: 0;
	bottom: 15px;
	left: 15px;
}  
	
} /* end of media query */


/* SHOWREEL *************************************/
#showreel {
	width: 100vw;
}

#showreel_container {	
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	grid-gap: 2vw;
	padding-bottom: 25px;
}
.video_wrapper {
	width: 45vw;
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap-reverse; 
	justify-content: center; 
	align-content: center;
	grid-gap: 10px; 
	margin: 0 25px 25px 25px;
	padding: 20px 15px;;
	border-radius: 15px; 
	background-color: #dbebf1;
	filter: drop-shadow( 0 4px 3px rgba(13, 64, 81, 0.2));
}

.video_text {
	width:200px; 
	/*border-radius: 15px; 
	background-color: #dbebf1;*/
}

.video_text p{
	text-align: left;
	color: #697B7F; 
	font-size: 14px;
}

/* On screens that are 6000px or less, wrapper behaviour to coloum */
@media screen and (max-width: 600px) {
	
	.video_text p{
	text-align: center;
}
	.video_wrapper {
		width: 95vw;
	}
	
} /* end of media query */

.video_text span {
	font-weight: bold;	
}

.video {
	top:0;
	left:0;
	width:100%; 
	height:100%; 
	border-radius: 15px;
	filter: drop-shadow( 0 0 3px rgba(13, 64, 81, 0.6));
}


/* CONTACT *************************************/

#contact{
	width: 100vw;
	min-height: 85vh;
	margin-bottom: 25px;

}
	
#contact_container {
	width:75vw;
	height: auto;
	margin: 0 auto 35px auto;
	padding: 25px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	
}

.bracket_contact {
	margin: -45px auto -5px auto;
}

.contact_details {
	height: auto;
	width: auto;
	padding: 15px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#contact a{
	text-decoration: none;
	text-transform: lowercase; 
}

.contact_details {
	filter: grayscale(100%);
	opacity: 0.6;
}

.contact_details:hover {	
	filter: grayscale(0%) drop-shadow( 0 0 3px rgba(105, 123, 127, 0.4));
	opacity: 1;
}

#contact_container img {
	height: 55px;
	width: auto;
	object-position: bottom;
}

#contact_container p {
	font-size: 16px;
	color: #33ccff;
	margin: 0 auto 0 auto;
}

.contact_intro {
	font-size: 16px; 
	color: #33ccff; 
	font-weight: 500;
}

.contact_end {
	display: inline-block; 
	width: 75vw; 
	height: auto;
	font-size: 16px; 
	border-radius: 15px; 
	padding: 15px; 
	/*background-color: rgba(51,204,255,1);*/
	background-color: rgba(51,204,255,0.6);

}

.contact_end img{
	width: 45px; 
	height: auto; 
	margin: 25px auto 0 auto;
}

.contact_end p {
	color: #ffffff;
}


/* FOOTER *************************************/
	
#footer{
	min-height: 85px;	
	background-color: #dcecf2;
	padding: 15px;
}

#footer img {
	width:45px; 
	height:45px; 
	border-radius: 50% 
}

#footer p{
	font-size: 12px;
}
