@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;
	width: 100%;
	font-family: 'Roboto';
	font-weight: 300;
}


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

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

#titleWrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 1;
}

#titleWrapper h1 {
	text-shadow: 3px 4px 3px #00000040;
}

#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: 100 !important;
	color: rgba(255, 255, 255, 0.9);
	font-size: 120%;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	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: 55px;
	height: 55px;
	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: 30px;
		opacity: 0;
  	}
  	30% {
    	bottom: 10px;
		opacity: 0.7;
  	}
  	100% {
    	bottom: 10px;
		opacity: 0.4;
  }
}


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

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

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

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

.intro {
	margin-top: 100px;
	width: 100%;
}

#portraitWrapper {
	flex: 1;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

#portrait {
	height: 215px;
	width: 215px;
/*	background-image: url('../images/portrait_square_large.jpg');*/
background-image: url('../images/portrait_square2_small.webp');
	background-size: 119%;
	background-position: -12px 22px;
	border-radius: 50%;
	box-shadow: 5px 8px 20px 1px rgb(0 0 0 / 34%);
}

#introText {
	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 {
	text-decoration: none;
	color: white;
}

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

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

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

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

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

#instagramLogo {
	position: relative;
	width: 40px;
	height: 40px;
	/*background-image: url('../images/instagram.svg');*/
}

a svg #email {
	fill: gainsboro;
}

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


/* 	PORTFOLIO
	============
*/


#portfolio {
	width: inherit;
	/*margin-top: 180px;*/
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
	/*background-color: blue;*/
}

.portfolioItem {
	display: inline-block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 0px 4px 7px 3px;
	background-color: orange;
}

.portfolioShadow {
	 box-shadow: 1px 2px 17px -6px rgba(0, 0, 0, 0.6);
}

.portfolioItem img {
	width: 100%;
	height: 100%;
}

.labelWrapper {
	position: absolute;
	width: inherit;
	height: inherit;
	align-items: center;
	overflow: hidden;
}

.portfolioLabel {
	position: relative;
	font-size: 10px;
    color: white;
    line-height: 18px;
    padding: 7px;
    background: rgba(0, 0, 0, 0.8);
    top: -130px;
    /*opacity: 0;*/
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.linkWrapper {
	position: absolute;
	width: inherit;
	height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.playLink {
	position: relative;
	width: inherit;
	height: 30px;
	bottom: -300px;
	opacity: 0;
	transition: all 0.5s ease-in-out, height 0.2s ease-in-out;
}

.playLink:hover {
	height: 55px;
}

.spotifyLogo {
	background-image: url('../images/spotify.svg');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
}

.pandoraLogo {
	background-image: url('../images/pandora.png');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
}

.soundcloudLogo {
	background-image: url('../images/soundcloud.svg');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.vimeoLogo {
	background-image: url('../images/vimeo.svg');
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.labelShowing {
	top: 8px;
	opacity: 1;
}

.playLinkShowing {
	bottom: -50px;
	opacity: 1;
}

.labelOpacity {
	background: rgba(0, 0, 0, 0.15);
}



.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;
}


.ratesList {
	margin-bottom: 30px;
	margin-left: 30px;
}

.ratesList li {
	margin-bottom: 4px;
}


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


@media (min-width: 620px) {

	#myNameTitle {
		font-size: 300%;
	}

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

	.contentColumn {
		width: 620px;
	}

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

	.portfolioItem {
		width: 196px;
		height: 196px;
	}

	.footer {
		flex-direction: row;
	}

}

@media (min-width: 1120px) {

	#myNameTitle {
		font-size: 500%;
	}

	#myNameSubtitle {
		font-size: 225%;
	}

	#myNameLocation {
		font-size: 190%;
	}

	.contentColumn {
		width: 1020px;
	}

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

	.portraitWrapper {
		margin-bottom: 0px;
	}

	a svg #email {
		fill: gainsboro;
	}

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

	a svg #Instagram { 
	  fill: gainsboro;
	}

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


	.portfolioItem {
		width: 330px;
		height: 330px;
	}

	.portfolioLabel {
		font-size: 12px;
	}

	.linkWrapper:hover {
		background: rgba(0, 0, 0, 0.15);
	}	

	.portfolioItem:hover .portfolioLabel {
		top: 8px;
		opacity: 1;
	}

	.portfolioItem:hover .playLink {
		bottom: -20px;
		opacity: 1;
	}

	.playLink {
		height: 45px;
	}

}

}

