@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	font-family: 'Roboto';
	font-weight: 300;
}


/* 	LANDING PAGE 
	============
*/

#landingpage {
	position: absolute;
	width: 100%;
	height: inherit;
	overflow: hidden;
}

#studioPhoto {
	width: inherit; 
	height: inherit; 
	background-image:url('../images/RB_studio/RB_studio_mobile.jpg'); 
	background-size:cover; 
	background-position: center;
	position: fixed; 
	z-index:-2;
}

#titleWrapper {
	position: absolute;
	width: 100%;
	top: 60%;
/*	top: 12%; without corona message*/
	z-index: -1;
	
}

#landingTitle {
	text-align: center;
	transform: translateY(-40%);
}

#myNameTitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300 !important;
	color: rgba(253, 246, 242, 0.95);	
	font-size: 225%;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.15);
}

#myNameSubtitle {
	font-family: 'Roboto', sans-serif;
	font-weight: 200 !important;
	color: rgba(255, 255, 255, 0.9);
	font-size: 180%;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.15);
}

#myNameLocation {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 100 !important;
	color: rgba(255, 255, 255, 0.85);
	font-size: 110%;
	line-height: 1.6;
	letter-spacing: 2px;
	text-shadow: 0px 5px 13px rgba(0, 0, 0, 0.15);
}

#downArrow {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url('../images/arrow.svg');
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.7;
	-webkit-transition: opacity 500ms; /* Safari */
    transition: opacity 500ms;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	animation: FadeIn 3s infinite;
}

#downArrow:hover {
	opacity: 0.9;
}

@keyframes FadeIn {
	0% {
    	bottom: 60px;
		opacity: 0;
  	}
  	30% {
    	bottom: 10px;
		opacity: 0.9;
  	}
  	100% {
    	bottom: 10px;
		opacity: 0.7;
  }
}


/* 	PAGE CONTENT 
	============
*/

.pageContent {
	top: 100vh;
	position: absolute;
	width: 100vw;
	color: gainsboro;
	word-spacing: 0.5px;
	line-height: 144%;
	background-color: hsla(23, -3%, 13%, 1);
	z-index: 1;
}

.contentColumn {
	width: 320px;
	margin: 0px auto;
}

.contentColumn p {
	margin-bottom: 25px;
}

.intro {
	/*background-color: orange;*/
	margin-top: 100px;
	width: 100%;
	/*display: flex;*/
}

#portraitWrapper {
	/*background-color: blue;*/
	flex: 1;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#portrait {
	height: 215px;
	width: 215px;
	background-image: url('../images/portrait_square_500x500_tiny.jpg');
	background-size: 145%;
	background-position: -58px -34px;
	border-radius: 50%;
	box-shadow: 2px 4px 20px -9px rgba(0, 0, 0, 0.21);
}

#introText {
	/*background-color: pink;*/
	flex: 2;
}

#introText ul {
	list-style-type: none;
	margin-left: 0;
   	padding-left: 1em;
   	text-indent: -1em;
}

#introText ul li {
	margin-top: 8px;
}

#introText ul li:before {
  content: "// ";
}

#mailLink {
	color: white;
}

.social {
	display: flex;
	justify-content: center;
	margin: 100px 0px 100px 0px;
}

.socialIconWrapper {
	display: flex;
	width: inherit;
	height: inherit;
}

.socialIconWrapper a {
	margin-left: 50px;
}

.socialIconWrapper a:first-of-type {
	margin-left: 0px;
}

#instagramLogo {
	width: 40px;
	height: 40px;
}

#emailLogo {	width: 55px;
	height: 40px;
}

a svg #Instagram { 
  fill: url(#Instagram_2_);
}

a svg #email {
	fill: gainsboro;
}

#freeSample {
	width: inherit;
    text-align: center;
    margin-bottom: 120px;
    font-size: 82%;
    line-height: 130%;
    font-weight: 100;
}

.markerArrow {
	width: 6%;
    padding-right: 5px;
}

.markerArrow:nth-child(3) {
	transform: scaleX(-1);
}

#masteringSample {
	font-family: 'Permanent Marker', cursive;
	font-size: 110%;
	color: white;
}

#masteringSample a {
	text-decoration: none;
	color: white;
}

#studioFrontPhoto {
	width: inherit;
	padding: 50px 0px 100px 0px;
}

#studioFrontPhoto {
	width:inherit;
	height: 500px;
	margin: 200px 0px 200px 0px;
	padding: 0px;
	background-image: url('../images/darkart_mastering_studio/darkart_mastering_studio_edited3_grain3_tiny.jpg');
	background-size: 320px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#rackGearPhoto {
	width:inherit;
	height: 500px;
	margin: 200px 0px 200px 0px;
	padding: 0px;
	background-image: url('../images/rack_of_gear/rack-of-gear-landscape-copy.jpg');
	background-size: 320px;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#studioPhotos {
	width: inherit;
	margin-bottom: 120px;
}

#studioPhotos img {
	padding-bottom: 30px;
	width: inherit;
}

#audioPlayerWrapper {
	width: inherit;
	display: flex;
	justify-content: center;
	margin-bottom: 200px;
}

#audioPlayer {
	width: 80%;
}

.desktop {
	display: none;
}

.responsive{
	height: 93px !important;
	margin-bottom: 100px !important;
}

.coverSlider {
	height: 60px;
    width: inherit;
    margin-bottom: 180px;
}

slider {
	display: block;
 	width: inherit;
 	height: inherit;
	overflow: hidden;
 	position: absolute;
}

slider > * {
 	position: absolute;
 	display: block;
 	width: 100%;
 	height: 100%;
 	animation: slide 12s infinite;
 	overflow: hidden;
}

slide:nth-child(1){
	left: 0%;
	animation-delay: -1s;
	/*background-image: url('../images/portfolio/cosmo_cosmos.jpg');*/
	background-size: cover;
	background-position: center;
}

slide:nth-child(2){
	animation-delay: 2s;
/*	background-image: url(2.jpg);*/
	background-size: cover;
	background-position: center;
	left: 100%;
}

slide:nth-child(3){
	animation-delay: 5s;
/*	background-image: url(3.jpg);*/
	background-size: cover;
	background-position: center;
	left: 100%;
}

slide:nth-child(4){
	left: 0%;
	animation-delay: 8s;
/*	background-image: url(4.jpg);*/
	background-size: cover;
	background-position: center;
	left: 100%;
}

slide:nth-child(5){
	left: 0%;
	animation-delay: 11s;
/*	background-image: url(4.jpg);*/
	background-size: cover;
	background-position: center;
	left: 100%;
}

slide:nth-child(6){
	left: 0%;
	animation-delay: 14s;
/*	background-image: url(4.jpg);*/
	background-size: cover;
	background-position: center;
	left: 100%;
}

slide:nth-child(7){
	left: 0%;
	animation-delay: 17s;
/*	background-image: url(4.jpg);*/
	background-size: cover;
	background-position: center;
	left: 100%;
}

slide p {
	font-family: Comfortaa;
	font-size: 70px;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 340px;
}

@keyframes slide {
	0% { left: 100%; width: 100%; }
	5% { left: 0%; }
	25% { left: 0%; }
	30% { left: -100%; width: 100%; }
	30.0001% { left: -100%; width: 0%; }
	100% { left: 100%; width: 0%; }
}

.coverSlide {
	display: flex;
	justify-content: space-between;
	height: inherit;
}

.coverSlide img {
	height: inherit;
}

#testimonialSlider {
	font-size: 85%;
    font-weight: 200;
    width: inherit;
    margin-bottom: 180px;
}

.testimonial {
	width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial p {
	margin-bottom: 5px;
}

.testimonial img {
	width: 20%;
}

#instagramHeader {
    display: flex;
    justify-content: center;
}

#instafeed {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
	padding-top: 60px;
}

#instafeed img {
	margin-bottom: 10px;
	-webkit-transition: opacity 500ms; /* Safari */
    transition: opacity 500ms;
}

#instafeed img:hover {
	opacity: 0.9;
}

.footer {
	display: flex;
	flex-direction: column;
    justify-content: center;
	padding-bottom: 20px;
	text-align: center;
	font-size: 90%;
}

.footer a {
	padding: 0px 20px 0px 20px;
	color: gainsboro;
}

.impressum {
	top: 0vh;
}

#impressumText {
	margin: 180px 0px 180px 0px;
}


/* 	MEDIA QUERIES 
	=============
*/


@media (min-width: 620px) {

	#coronaMessage p {
	font-size: 180%;
	}

	#myNameTitle {
		font-size: 300%;
	}

	#myNameSubtitle, #myNameLocation {
		font-size: 150%;
	}

	#downArrow {
		width: 48px;
		height: 48px;
	}

	.contentColumn {
		width: 620px;
	}

	.socialIconWrapper a {
		margin-left: 90px;
	}

	#freeSample {
		font-size: 152%;
		margin-bottom: 150px;
	}

	.markerArrow {
		width: 7%;
   		padding-right: 9px;
   		padding-bottom: 4px;
	}

	#studioPhotos {
		margin-bottom: 200px;
	}

	.responsive {
		display: none;
	}

	.desktop {
		display: block;
	}

	#studioFrontPhoto {
		background-size: 620px;
	}

	.coverSlider {
		height: 110px;
	}

	#testimonialSlider {
		font-size: 85%;
	    font-weight: 200;
	    width: inherit;
	    justify-content: space-around;
	    display: flex;
	    margin-bottom: 180px;
	}

	.testimonial {
		width: 25%;
		margin-bottom: 0px;
	}


	.testimonial p {
		margin-bottom: 25px;
	}

	.testimonial img {
		width: 50%;
	}

	.footer {
		flex-direction: row;
	}

}

@media (min-width: 1120px) {

	#studioPhoto {
		background-image:url('../images/RB_studio/RB_studio_tall_grain_square_tiny.jpg'); 
	}

	#titleWrapper {
		top: 50%;
	}

	#myNameTitle {
		font-size: 500%;
	}

	#myNameSubtitle {
		font-size: 225%;
	}

	#myNameLocation {
		font-size: 190%;
	}

	#downArrow {
		width: 55px;
		height: 55px;
	}

	.contentColumn {
		width: 1020px;
	}

	.intro {
		display: flex;
		margin-top: 180px;
	}

	.social {
		margin: 110px 0px 130px 0px;
	}

	.portraitWrapper {
		margin-bottom: 0px;
	}

	a svg #Instagram { 
	  fill: gainsboro;
	}

	a svg:hover #Instagram { 
	  fill: url(#Instagram_2_);
	}

	a svg #email {
		fill: gainsboro;
	}

	a svg:hover #email { 
	  fill: white;
	}

	#freeSample {
		font-size: 204%
		margin-bottom: 180px;
	}

	.markerArrow {
		width: 8%;
   		padding-right: 25px;
	}

	#studioFrontPhoto {
		background-size: 1020px;
	}

	.coverSlider {
		height: 160px;
	}

	#instafeed::after {
		content: '';
		width: 673px;
	}

}

