@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:300,900);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400italic);

html, body {
	height: 100%;
}
body {
	background-image: url(../img/hair-makeUp.jpg);
	background-position: right center;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-color: #000;
	font-family: 'Lato', sans-serif;
}
.wrapper {
	position: relative;
	min-height: 1600px;
	height: 100%;
}
.wrapper::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
	background-image: url(../img/paparazzi.jpg);
	background-position: left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
header {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom: 4%;
	margin-bottom: 400px;
	right: 10%;
	text-align: right;
	text-shadow: 0 10px 30px #000;
	font-size: 300px;
	color: #fff;
	z-index: 2;
}
header h1 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1em;
	margin: 0;
}
header h2 {
	font-size: 0.25em;
	font-weight: 300;
	line-height: 1em;
	margin: 0;
}
header h2::before {
	content: '-';
	margin-right: 0.5em;
}
header small {
	font-size: 0.7em;
	line-height: 1em;
	font-family: 'Crimson Text', serif;
	font-style: italic;
}
header small span {
	font-size: 0.75em;
}
.link {
	position: absolute;
	right: 10%;
	width: 500px;
	background-color: #fff;
	padding-bottom: 1em;
	text-align: center;
	z-index: 10;
	font-size: 40px;
}
.link::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	height: 0;
	width: 300px;
	border-left: 300px solid #fff;
	border-bottom: 100px solid transparent;
}
.link::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	height: 0;
	width: 300px;
	border-right: 300px solid #fff;
	border-bottom: 100px solid transparent;
}
.link p {
	margin: 1em 0 0;
    font-family: 'Crimson Text', serif;
	font-style: italic;
	color: #C1C1C1;
}
.link img {
	width: 70%;
	height: auto;
	opacity: 1;
}
.link img:hover {
	opacity: 0.7;
}
.avatar  {
	position: absolute;
	width: 45%;
	height: 100%;
	overflow: hidden;
	background-image: url(../img/flash.png);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
}
.avatar .desk {
	position: absolute;
	height: 105%;
	top: -5%;
	right: 0;
}
.avatar .desk {
	display: block;
}
.avatar .mob {
	display: none;
}
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 10%;
	font-size: 45px;
	padding-bottom: 200px;
	overflow: hidden;
	z-index: 4;
}
footer ul {
	position: relative;
	float: right;
	width: 100%;
	left: 82%;
	list-style: none;
	padding: 0;
}
footer ul li {
	position: relative;
	float: left;
	display: block;
	width: 3%;
	padding-bottom: 3%;
	margin-left: 1.4%;
}
footer ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-decoration: none;
	color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}
footer ul li.fb a {
	background-color: #627aad;
}
footer ul li.fb a:hover {
	background-color: #fff;
	color: #627aad;
}
footer ul li.tw a {
	background-color: #44ccff;
}
footer ul li.tw a:hover {
	background-color: #fff;
	color: #44ccff;
}
footer ul li.insta a {
	background-color: #b17d4e;
}
footer ul li.insta a:hover {
	background-color: #fff;
	color: #b17d4e;
}
footer ul li.mail a {
	background-color: #de4343;
}
footer ul li.mail a:hover {
	background-color: #fff;
	color: #de4343;
}
footer ul li a:hover {
	text-decoration: none;
}
footer ul li a span {
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
}
footer ul li a i.fa {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media (max-width: 4095px) {
	header {
		font-size: 250px;
		margin-bottom: 200px;
	}
	.link {
		width: 400px;
		font-size: 30px;
	}
	.link::before {
		width: 200px;
		border-left: 200px solid #fff;
		border-bottom: 60px solid transparent;
	}
	.link::after {
		width: 200px;
		border-right: 200px solid #fff;
		border-bottom: 60px solid transparent;
	}
	footer {
		font-size: 40px;
		padding-bottom: 100px;
	}
}
@media (max-width: 3439px) {
	.wrapper {
		min-height: 1300px;
	}
	header {
		font-size: 200px;
	}
	.link {
		width: 300px;
		font-size: 30px;
	}
	.link::before {
		width: 150px;
		border-left: 150px solid #fff;
		border-bottom: 50px solid transparent;
	}
	.link::after {
		width: 150px;
		border-right: 150px solid #fff;
		border-bottom: 50px solid transparent;
	}
	footer {
		font-size: 30px;
	}
}
@media (max-width: 2559px) {
	.wrapper {
		min-height: 850px;
	}
	.link {
		width: 200px;
		font-size: 16px;
	}
	.link::before {
		width: 100px;
		border-left: 100px solid #fff;
		border-bottom: 30px solid transparent;
	}
	.link::after {
		width: 100px;
		border-right: 100px solid #fff;
		border-bottom: 30px solid transparent;
	}
	header {
		font-size: 130px;
	}
	footer {
		font-size: 25px;
	}
}
@media (max-width: 1679px) {
	.wrapper {
		min-height: 680px;
	}
	.wrapper::before {
		background-image: none;
	}
	header {
		font-size: 110px;
	}
	footer {
		font-size: 18px;
	}
}
@media (max-width: 1439px) {
	header {
		font-size: 100px;
		margin-bottom: 80px;
	}
	.link {
		width: 150px;
		font-size: 16px;
	}
	.link::before {
		width: 80px;
		border-left: 80px solid #fff;
		border-bottom: 25px solid transparent;
	}
	.link::after {
		width: 80px;
		border-right: 80px solid #fff;
		border-bottom: 25px solid transparent;
	}
	footer {
		font-size: 14px;
		padding-bottom: 40px;
	}
}
@media (max-width: 1024px) {
	.wrapper {
		min-height: 500px;
	}
	body {
   		background-size: 110% auto;
    	background-position: 190px 100px;
	}
	header {
		width: 100%;
		bottom: 0;
		padding-bottom: 0;
		margin-bottom: 130px;
		right: 0;
		text-align: center;
		font-size: 60px;
		text-shadow: 0 5px 10px #000;
	}
	.wrapper::before {
		background-image: url(../img/paparazzi.jpg);
	}
	.link {
		width: 100px;
		font-size: 16px;
	}
	.link::before {
		width: 50px;
		border-left: 50px solid #fff;
		border-bottom: 20px solid transparent;
	}
	.link::after {
		width: 50px;
		border-right: 50px solid #fff;
		border-bottom: 20px solid transparent;
	}
	.avatar  {
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
    	background-size: 80%;
	}
	.avatar::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 75%;
		bottom: 0;
    	background: -webkit-linear-gradient(top,#000 0%, rgba(0,0,0,0) 100%); 
    	background: -o-linear-gradient(top,#000 0%, rgba(0,0,0,0) 100%); 
    	background: -moz-linear-gradient(top,#000 70%, rgba(0,0,0,0) 100%); 
    	background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%); 	
	}
	.avatar .mob {
		position: absolute;
		height: auto;
		height: 110%;
		width: auto;
		top: -10%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.avatar .desk {
		display: none;
	}
	.avatar .mob {
		display: block;
	}
	footer {
		position: absolute;
		width: 226px;
		margin: 0 auto;
		padding: 20px 10px 20px 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	footer ul {
		float: none;
		left: 0;
		text-align: center;
	}
	footer ul li {
		position: relative;
		display: inline;
		width: 44px;
		height: 44px;
		padding-bottom: 0;
		margin-left: 10px;
	}
}
@media (max-width: 800px) {
	.wrapper {
		min-height: 400px;
		background-image: -webkit-radial-gradient(circle,#2E2E2E, #000); /* Safari 5.1 to 6.0 */
  		background-image: -o-radial-gradient(circle,#2E2E2E, #000); /* For Opera 11.6 to 12.0 */
  		background-image: -moz-radial-gradient(circle,#2E2E2E, #000); /* For Firefox 3.6 to 15 */
  		background-image: radial-gradient(circle,#2E2E2E, #000); /* Standard syntax */
		background-position: center;
	}
	.wrapper::before {
		background-image: none;
	}
	header {
		font-size: 40px;
		margin-bottom: 100px;
	}
	header h2 {
		font-weight: 700;
		font-size: 0.4em;
	}
	header h2::after {
		content: '-';
		margin-left: 0.5em;
	}
	.link {
		width: 100px;
		font-size: 14px;
	}
	.avatar  {
		background-image: none;
	}
	.avatar .mob {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		width: auto;
		top: auto;
		bottom: 0;
	}
}
@media (max-width: 480px) {
	.wrapper {
		min-height: 380px;
	}
	header {
		font-size: 30px;
	}
	.link {    	right: 20px;
	}
}


