*   {
    list-style-type: none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-kerning: auto;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.35em;
}

html {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}

p, a, h1, h2, h3, h4, h5, li {
    font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

.tile-container {
	margin: 60px 0;
}

/* ------ BANNERS -------------------------------------------------------------------------------------------------------- */

.banner-top, .banner-bottom {
	width: 100%;
	height: 650px;
	background-color: #666;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
}

.banner-top {
	margin-bottom: 100px;
}

.top-standard h1 {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 2.6em;
	font-weight: 300;
	top: 38%;
}

.top-mw {background-image: url('../assets/mw/banner-top.png');}
.bottom-mw {background-image: url('../assets/mw/banner-bottom.png');}

.top-fcnl {background-image: url('../assets/fcnl/banner-top.png');}
.bottom-fcnl {background-image: url('../assets/fcnl/banner-bottom.png');}

.top-pha {background-image: url('../assets/pha/banner-top.png');}
.bottom-pha {background-image: url('../assets/pha/banner-bottom.png');}

.top-npca {background-image: url('../assets/npca/banner-top.png');}
.bottom-npca {background-image: url('../assets/npca/banner-bottom.png');}

.top-unep {background-image: url('../assets/unep/banner-top.png');}
.bottom-unep {background-image: url('../assets/unep/banner-bottom.png');}

.top-cff-trials {background-image: url('../assets/cff-trials/banner-top.png');}
.bottom-cff-trials {background-image: url('../assets/cff-trials/banner-bottom.png');}

.top-cff-main {background-image: url('../assets/cff-main/banner-top.png');}
.bottom-cff-main {background-image: url('../assets/cff-main/banner-bottom.png');}

.top-standard {background-image: url('../assets/banner-top.png');}

@media screen and (max-width: 1000px) {
	
	.banner-top, .banner-bottom {
		height: 500px;
	}
	
}

@media screen and (max-width: 800px) {
	
	.banner-top, .banner-bottom {
		height: 400px;
	}

	.banner-top {
		margin-bottom: 80px;
	}
	
	.logo-wrap img {
		height: auto; 
		width: auto; 
		max-width: 250px; 
		max-height: 200px;
	}
	
	.banner-top h1 {
		font-size: 2em;
		top: 45%;
	}
	
}

@media screen and (max-width: 600px) {
	
	.banner-top, .banner-bottom {
		height: 320px;
	}
	
	.top-standard h1 {
		font-size: 2em;
	}
	
}

@media screen and (max-width: 450px) {
	
	.banner-top, .banner-bottom {
		height: 300px;
	}

	.banner-top {
		margin-bottom: 50px;
	}
	
	.top-title {
		height: 150px;
	}
	
	.top-standard h1 {
		font-size: 1.6em;
	}
	
	.top-mw {background-image: url('../assets/mw/banner-top-mobile.png');}
	.bottom-mw {background-image: url('../assets/mw/banner-bottom-mobile.png');}
	
	.top-fcnl {background-image: url('../assets/fcnl/banner-top-mobile.png');}
	.bottom-fcnl {background-image: url('../assets/fcnl/banner-bottom-mobile.png');}
	
	.top-pha {background-image: url('../assets/pha/banner-top-mobile.png');}
	.bottom-pha {background-image: url('../assets/pha/banner-bottom-mobile.png');}

	.top-npca {background-image: url('../assets/npca/banner-top-mobile.png');}
	.bottom-npca {background-image: url('../assets/npca/banner-bottom-mobile.png');}

	.top-unep {background-image: url('../assets/unep/banner-top-mobile.png');}
	.bottom-unep {background-image: url('../assets/unep/banner-bottom-mobile.png');}

	.top-cff-trials {background-image: url('../assets/cff-trials/banner-top-mobile.png');}
	.bottom-cff-trials {background-image: url('../assets/cff-trials/banner-bottom-mobile.png');}

	.top-cff-main {background-image: url('../assets/cff-main/banner-top-mobile.png');}
	.bottom-cff-main {background-image: url('../assets/cff-main/banner-bottom-mobile.png');}

	.top-standard {background-image: url('../assets/banner-top-mobile.png');}
	
}

/* ------ DESCRIPTIONS & NOTES -------------------------------------------------------------------------------------------------------- */

.project-description {
	margin: 0 auto 100px auto;
	padding: 0 50px;
	width: 100%;
	max-width: 1080px;
}

.project-overview {
	width: 64%;
	margin-right: 6%;
	float: left;
}

.project-overview p {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.75em;
	font-weight: 300;
	margin-bottom: 15px;
}

.moodboards {
	float: none;
	width: 85%;
	max-width: 850px;
	text-align: center;
	margin: 0 auto;
	padding: 0 30px;
}

a {
	color: #099292;
	font-weight: 400;
	transition: all 0.3s ease;
}

a:hover {
	color: 064848;
	transition: all 0.3s ease;
}

.project-details {
	width: 30%;
	float: right;
}

.clearfix {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.project-details li {
	margin-bottom: 10px;
	line-height: 1.6em;
	font-weight: 300;
}

.detail-type {
	font-size: .8em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.detail-type:after {
	content: ': ';
	font-size: .8em;
	font-weight: 800;
	color: #000;
	margin-right: 2px;
}

a.button {
	display: inline-block;
	margin-top: 10px;
	padding: 12px 16px 12px 20px;
	font-weight: 800;
	color: #099292;
	background-color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .5px;
	border: 2px solid #ddd;
	position: relative;
	top: 8px;
	left: 8px;
	height: 45px;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

a.button .arrow {
	margin-left: -10px;
	opacity: 0.0;
	transition: all 0.3s ease;
}

a.button .arrow img {
	width: 20px;
	height: auto;
}

a.button:before {
	content: " ";
	position: absolute;
	display: inline-block;
	z-index: -1;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 2px solid #ddd;
}

a.button:hover {
	transition: all 0.2s ease;
	border: 2px solid #099292;
}

a.button:hover:before {
	border: 2px solid #099292;
}

a.button:hover .arrow {
	opacity: 1.0;
	margin-left: 10px;
	transition: all 0.2s ease;
}

.note-wrap {
	margin: 20px auto 0 auto;
	padding: 0 50px;
	width: 100%;
	max-width: 1080px;
}

.note {
	color: #999;
	font-size: 13px;
	line-height: 18px;
}

.note-left {
	float: left;
	width: 58%;
}

.note-right {
	float: right;
	width: 40%;
	text-align: right;
	position: relative;
	top: -8px;
}

img.scroll-right {
	display: inline-block;
	width: 24px;
	height: auto;
	position: relative;
	top: 7px;
	opacity: 0.8;
}

@media screen and (max-width: 800px) {
	
	.project-description {
		margin: 0 auto 70px auto;
		padding: 0 30px;
	}
	
	.project-overview p, .project-details {
		font-size: 1em;
		line-height: 1.6em;
	}
	
	.project-overview {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}
	
	.project-details {
		width: 100%;
		float: none;
	}
	
	.note-wrap {
		padding: 0 30px;
	}
}

@media screen and (max-width: 600px) {
	
	.project-description {
		margin: 0 auto 60px auto;
	}
	
	.note-left {
		float: none;
		width: 100%;
	}

	.note-right {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	img.scroll-right {
		position: relative;
		top: 7px;
		left: 2px;
		opacity: 0.8;
	}
}

/* ------ SCREENS -------------------------------------------------------------------------------------------------------- */

.screen {
	margin: 0 auto 100px auto;
}

.browser img {
	border: 1px #ececec solid;
}

.browser:before {
	content: '● ● ●';
	display: block;
	width: calc(100% - 10px);
	height: 25px;
	background-color: #ececec;
	border-radius: 5px 5px 0 0;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -1px;
	padding: 0 0 0 10px;
	color: #fff;
}

.moodboard-wrap {
	width: 100%;
	height: 700px;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.moodboard {
	width: 100%;
	overflow-x: auto;
}

.moodboard img {
	height: 700px;
	margin-bottom: -7px;
}

::-webkit-scrollbar { 
    display: none; 
}

@media screen and (max-width: 800px) {
	
	.screen {
		margin: 0 auto 80px auto;
	}
	
	.moodboard-wrap, .moodboard img {
		height: 500px;
	}
}

@media screen and (max-width: 650px) {
	
	.browser:before {
		width: calc(100% - 8px);
		height: 15px;
		border-radius: 3px 3px 0 0;
		font-size: 14px;
		line-height: 15px;
		letter-spacing: 0px;
		padding: 0 0 0 8px;
	}
	
}

@media screen and (max-width: 450px) {
	
	.screen {
		margin: 0 auto 40px auto;
	}
	
	.moodboard-wrap, .moodboard img {
		height: 300px;
	}
	
}

/* ------ NAV -------------------------------------------------------------------------------------------------------- */

#nav {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
	padding: 40px 5% 30px 5%;
	text-align: left;
}

#logo {
	width: 30px;
	height: auto;
	display: inline-block;
}

@media screen and (max-width: 450px) {

	#nav {
		padding: 25px 20px 20px 20px;
	}
	
	#logo {
		width: 25px;
	}

}

/* ------ FOOTER -------------------------------------------------------------------------------------------------------- */

#footer {
	width: 100%;
	padding: 80px 5% 100px 5%;
	background-color: #111;
	text-align: center;
}

#aa-mark {
	display: inline-block;
	width: 200px;
	height: auto;
	margin-bottom: 50px;
	position: relative;
	left: 5px;
}

.footer-links {
	margin: 0 auto;
	width: 70%;
	font-weight: 700;
	color: #666;
	font-size: 16px;
	line-height: 20px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-links a:hover {
	color: rgba(255, 255, 255, 0.50);
}

@media screen and (max-width: 450px) {

	#footer {
		padding: 50px 5% 60px 5%;
	}
	
	#aa-mark {
		width: 180px;
		margin-bottom: 40px;
	}
	
	.footer-links {
		font-size: 16px;
		line-height: 24px;
	}

}
