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

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font-family: 'Alegreya Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	background:#fff;
	line-height:1.5em;
}
h1, h2, h3 {
	font-weight:400;
	color:#c9bf93;
}
h1 {
	font-size:25px;
	padding-bottom:20px;
	line-height: 1.3;
}
p {
	color:#333;
	padding-bottom:20px;
}
.appleLinks {
	color: #c9bf93;
}

#work {
	position: relative;
	display: block;
	top: -172px;
	visibility: hidden;
}

/* ================== LOAD SCREEN ================= */
.loadscreen {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	/*display:none;*/
}
.loadscreen .icon {
	width:440px;
	height:440px;
	position:absolute;
	top:50%;
	left:50%;
	/*margin:-220px 0 0 -220px;*/
	transform: translate(-50%, -50%);
	background:url(../images/loadscreen.svg) no-repeat center;
	z-index:2;
}
.loadscreen .spinner {
	width:300px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -150px;
	background:url(../images/light-flare.jpg);
	z-index:1;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.loadscreen .base {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:#000;
}
@-webkit-keyframes spin { 
	100% { -webkit-transform: rotate(360deg); } 
}
@-moz-keyframes spin { 
	100% { -moz-transform: rotate(360deg); } 
}
@keyframes spin { 
	100% { transform:rotate(360deg); } 
}


.container {
	width:1650px;
	margin:0 auto;
	position:relative;
}
header {
	width:100%;
	background:#000;
	/*border-bottom:1px solid rgba(201,191,147,0.5);*/
	position:relative;
	top:0;
	z-index:99;
}
.logo {
	background:url(../images/ardesign_roundel_C9BF93.svg) no-repeat left 20px;
	background-size:50px;
	font-size:24px;
    font-weight:300;
	text-decoration:none;
    color:#c9bf93;
    padding:28px 0 30px 60px;
    display: inline-block;
	transition:0.3s;
}
.logo:hover {
	color:#fff;
	background-image:url(../images/ardesign_roundel_white.svg);
}
.nav {
	position:absolute;
	top:24px;
	right:0;
}
.nav li {
	list-style:none;
	display:inline-block;
	position:relative;
	font-size:16px;
    font-weight:300;
	color:#c9bf93;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.nav li:last-child a {
	padding-right:0;
}
.nav li a {
	display:inline-block;
	text-decoration:none;
	color:#c9bf93;
	transition:0.3s;
}
.nav li a:hover {
	color:#fff;
}
.linkedin a {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	background: url("../images/linkedin_gold.svg") no-repeat center;
	background-size: contain;
}

.linkedin a:hover {
	background-image: url("../images/linkedin_white.svg");
}



main {
	position:relative;
	width: 1650px;
	margin: 0 auto;
	margin-top: 40px;
}

.padtop {
	padding-top: 40px;
}

section#about {
	float: left;
    width: 280px;
}

.link {
	color: #c9bf93;
	font-weight: 600;
	font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.bio-expand {
	display: none;
}

.bio-collapse {
	display: none;
}

section#projects {
	float: right;
    width: 1300px;
}

.linkedin-mobile {
	display: none;
}

/* ====== FILTER ======= */

.slider-filter {
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	background: #eee;
	padding: 10px 0;
	overflow: auto;
}

.fixed {
	position: fixed;
	top:0; left:0;
	width: 100%; 
	z-index: 2;
}
.slider-filter span {
	float: left;
	font-weight: 600;
}
.slider-filter ul {
	float: left;
}
.slider-filter li {
	float: left;
	padding: 0 12px;
	list-style: none;
	letter-spacing: 0.02em;
}
.slider-filter li:first-child {
	padding-left: 0;
}
.slider-filter li a {
	text-decoration: none;
	color: #000;
	transition: 0.3s;
	position: relative;
}
.slider-filter li a:hover,
.slider-filter li a.active {
	color: #afa57b;
}
.slider-filter li a:after {
	content: "";
	height: 3px;
	position: absolute;
	top: 18px;
	left: 50%;
	right: 50%;
	background: #c9bf93;
	transition: 0.3s;
}
.slider-filter li a:hover:after,
.slider-filter li a.active:after {
	left: 0;
	right: 0;
}



/* ====== SLIDER ======= */

.container.slideshow {
	width: 1200px;
}
.slider {
	width:100%;
	height:800px;
	margin: 0 auto;
}

.slick-slide {
	pointer-events: none;
}

.slider div {
	width:100%;
	float:left;
}

.slider img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.description {
	padding: 20px 30px;
	box-sizing: border-box;
	color: #222;
	font-size: 18px;
	line-height: 1.3;
	border-top: 1px solid #ccc;
}

.description .title {
	font-weight:600;
	color: #000;
}

.slick-next:before {
	content: "" !important;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-r.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-prev:before {
	content: "" !important;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-l.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 480px) {
    
	
	body {
		font-size: 18px;
		line-height: 1.3;
	}
	
	h1 {
		font-size: 22px;
		padding-bottom: 10px;
	}
	
	p {
		padding-bottom: 12px;
	}
	
	.container {
        width: 100%;
    }
	
	header {
		height: auto;
	}
	
	header .container {
		width: 90%
	}
	
	.logo {
		background-size: 40px;
		font-size: 20px;
		padding: 24px 0 24px 55px;
	}
	
	.linkedin-mobile {
		display: block;
		position: absolute;
		right: 10px;
		top:25px;
		width: 20px;
		height: 20px;
		background: url("../images/linkedin_gold.svg") center no-repeat;
		background-size: contain;
	}
	
	.nav {
		position: relative;
		top: 0;
		height: 0;
		overflow: hidden;
		padding-top: 0;
		transition: 0.2s;
	}
	
	.nav.expanded {
		height: 45px;
		padding-bottom: 10px;
	}
	
	.nav li {
		display: block;
		padding-left: 10px;
	}
	
	.linkedin {
		display: none !important;
	}
	
	section#about, section#projects {
		float: none;
		width: 100%;
	}
	
	.intro {
		width: 92%;
		margin: 0 auto;
	}
	
	/*.bio-full {
		display: none;
	}
	
	.bio-expand, .bio-collapse {
		display: inline-block;
	}*/
	
	main {
		width: 100%;
		margin-top: 30px;
	}
	
	.padtop {
		padding-top: 0;
	}
	
	.container.slideshow {
		width: 100%;
	}
	
	.slider-filter {
		display: none;
	}
	
	.slider {
		width: 100%;
		height: auto;
	}
	
	.slick-arrow {
		display: none !important;
	}
	
	.description {
		background: #fff;
		padding: 10px 0;
		margin: 0 5%;
		font-size: 18px;
	}
	
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
	
	
	body {
		font-size: 17px;
		line-height: 1.3;
	}
	
	h1 {
		padding-bottom: 10px;
	}
	
	p {
		padding-bottom: 12px;
	}
	
	.container {
        width: 100%;
    }
	
	header .container {
		width: 92%;
	}
	
	.logo {
		background-size: 40px;
		font-size: 20px;
		padding: 24px 0 30px 55px;
	}
	
	.nav li {
		font-size: 14px;
	}
	
	section#about, section#projects {
		float: none;
		width: 100%;
	}
	
	.intro {
		width: 92%;
		margin: 0 auto;
	}
	
	/*.bio-full {
		display: none;
	}
	
	.bio-expand, .bio-collapse {
		display: inline-block;
	}*/
	
	main {
		width: 100%;
		margin-top: 30px;
	}
	
	.padtop {
		padding-top: 0;
	}
	
	.slider-filter {
		display: none;
	}
	
	.container.slideshow {
		width: 100%;
	}
	
	.slider {
		width:100%;
		height: auto;
	}
	
	.slick-arrow {
		display: none !important;
	}
	
	.description {
		font-size: 17px;
	}
}


@media screen and (min-width: 1025px) and (max-width: 1600px) {
	
	
	body {
		font-size: 17px;
		line-height: 1.3;
	}
	
	h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	
	p {
		padding-bottom: 12px;
	}
	
	#work {
		top: -50px;
	}
	
	.container {
        width: 960px;
    }
	
	header .container {
		width: 960px;
	}
	
	.logo {
		background-size: 40px;
		font-size: 20px;
		padding: 24px 0 30px 55px;
	}
	
	.nav li {
		font-size: 14px;
	}
	
	section#about, section#projects {
		float: none;
		width: 100%;
	}
	
	.intro {
		width: 100%;
		margin: 0 auto;
	}
	
	/*.bio-full {
		display: none;
	}
	
	.bio-expand, .bio-collapse {
		display: inline-block;
	}*/
	
	main {
		width: 960px;
		margin-top: 30px;
	}
	
	.slider-filter li {
		padding: 0 11px;
		font-size: 14px;
	}
	
	.container.slideshow {
		width: 960px;
	}
	
	.slider {
		width: 960px;
		height: 640px;
	}
	
	/*.slick-arrow {
		display: none !important;
	}*/
	
	.description {
		font-size: 17px;
	}
}
