@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* RESET */

html, body, div, p, h1, h2, h3, h4, h5, ol, ul, li, img, a, table, td, blockquote, 
header, nav, main, footer, article, input, textarea, select {
	margin: 0; padding: 0; border: none; outline: 0;
	box-sizing: border-box;
	font: 18px/30px 'Open Sans', sans-serif;  /* original 21px/37px */
	color: #fff;
}

body {
	background-color: #3e2b0e;
}
#city {
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
body.has-cover {
	background: #3e2b0e url(images/city-background.jpg) no-repeat top center fixed;
	background-size: cover;
}
body.has-cover #city {
	display: none;
}


h2 {
	font-size: 40px;   /* original 50px */
	line-height: 60px;
	font-style: italic;
	margin-bottom: 30px;
}
h3 {
	font-weight: bold;
}
p {
	margin-bottom: 30px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



header {
	display: block;
	background-color: rgba(10,51,84,0.8);
	transition: background-color 1s ease;
	height: 120px;
	width: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 500;
}
body.dark-header header {
	background-color: rgba(0,36,58,1);
	transition: background-color 1s ease;
}

.paper {
	max-width: 1365px;
	margin: 0 auto;	
	position: relative;
	overflow: visible;
}

#logo {
	position: absolute;
	top: 45px;
	left: 40px;
	width: 470px;
}
#logo2 {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 180px;
	display: none;
}

#menu-icon {
	display: none;
	position: absolute;
	width: 36px;
	top: 30px;
	right: 40px;
	cursor: pointer;
}

#menu {
	position: absolute;
	top: 52px;
	right: 40px;
	list-style: none;
}
#menu li {
	display: inline-block;
	vertical-align: middle;
}
#menu a {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	transition: color 0.5s ease;
}
#menu a:hover {
	text-decoration: none;
}
#menu li.current a {
	color: #f1b105;
	transition: color 0.5s ease;
}

@media (max-width: 1150px) {
	
	header {
		height: 90px;
	}
	#logo {
		width: 350px;
		top: 34px;
	}
	#menu {
		top: 33px;
	}
	
}

@media (max-width: 1000px) {
	
	#logo {
		display: none;
	}
	#logo2 {
		display: block;
	}
	
}

@media (max-width: 820px) {

	#menu-icon {
		display: block;
		transition: transform 0.5s ease;
	}
	#menu {
		top: 90px;
		right: -300px;
		transition: right 0.5s ease;
		padding: 10px 0;
		background-color: rgba(10,51,84,0.6);
		background-color: rgba(64,107,126,0.8);
		background-color: rgba(69,101,115,0.9);
	}
	#menu li {
		display: block;
		text-align: center;
	}
	#menu a {
		display: block;
		padding: 10px 20px;
		margin: 0 20px;
		border-bottom: solid 1px rgba(50,69,74,0.6);
	}
	#menu li:last-child a {
		border-bottom: none;
	}
	
	body.menu-open #menu-icon {
		transform: rotate(90deg);
		transition: transform 0.5s ease;
	}
	body.menu-open #menu {
		right: 0;
		transition: right 0.5s ease;
	}
	
}

@media (max-width: 600px) {
	
	header {
		height: 80px;
	}
	#logo {
		width: 250px;
		top: 30px;
		left: 20px;
	}
	#logo2 {
		width: 160px;
		top: 8px;
		left: 9px;
	}
	#menu-icon {
		top: 23px;
		right: 30px;
	}
	#menu {
		top: 80px;
	}
}


article {
	display: block;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}

.gold-bar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 20px;
	background-color: rgba(181,134,43,0.7);
	z-index: 35;
}

.article {
	padding: 40px 15%;
	text-align: center;
	position: relative;
}
@media (max-width: 800px) {
	.article {
		padding: 40px 5%;
	}
}


/* CARDS (backgrounds, mostly) */

.card-bkgnd {
	position: absolute;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
#portfolio .card-bkgnd {
	width: 100%;
}
body.has-cover .card-bkgnd {
	display: none;
}

body.has-cover #alchemists {
	background: url(images/gold-boullion.jpg) no-repeat top center fixed;
	background-size: cover;
}
body.has-cover #design {
	background: url(images/computer.jpg) no-repeat top center fixed;
	background-size: cover;
}
body.has-cover #strategy { 
	background: url(images/bullseye.jpg) no-repeat top center fixed;
	background-size: cover;
}
body.has-cover #portfolio-print { 
	background: url(images/print.jpg) no-repeat top left fixed;
	background-size: 34% 100%;
}
body.has-cover #portfolio-print:hover { 
	background-image: url(images/print-over.jpg);
}
body.has-cover #portfolio-web { 
	background: url(images/web.jpg) no-repeat top center fixed;
	background-size: 34% 100%;
}
body.has-cover #portfolio-web:hover { 
	background-image: url(images/web-over.jpg);
}
body.has-cover #portfolio-identity { 
	background: url(images/identity.jpg) no-repeat top right fixed;
	background-size: 34% 100%;
}
body.has-cover #portfolio-identity:hover { 
	background-image: url(images/identity-over.jpg);
}
#print, #web, #identity {
	background: url(images/slide-background.png) repeat-y;
	background-size: 100%;
}
body.has-cover #clients {
	background: url(images/client.jpg) no-repeat top center fixed;
	background-size: cover;
}


/* HOME */

#chicago {
	margin-top: 120px;
	padding: 80px 0;
}


/* PORTFOLIO */

#portfolio {
	margin-bottom: 0;
}
#portfolio .article {
	padding: 0;
}
#portfolio .article > div {
	padding: 270px 0 250px 0;  
	transition: padding 0.5s ease;
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	float: left;
}
body.has-slideshow #portfolio .article > div {
	padding: 15px 0 0 0;
	transition: padding 0.5s ease;
}
#portfolio #portfolio-web {
	width: 34%;
}
#portfolio a {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 80px 0;
	font-size: 40px;   /* original 50px */
	line-height: 60px;
	font-style: italic;
}
#portfolio a:hover {
	text-decoration: none;
}


/* PORTFOLIO SECTIONS -- PRINT, WEB, IDENTITY */

#print, #web, #identity {
	max-height: 0;
	transition: max-height 0.75s ease;
}
body.has-print #print,
body.has-web #web, 
body.has-identity #identity {
	max-height: 900px;
	transition: max-height 0.75s ease;
}
#print, #web {
	margin-bottom: 0;
}


/* SLIDESHOW */

article.slides .article {
	padding-left: 0;
	padding-right: 0;
	overflow: auto;
}
article.slides h2, article.slides p {
	color: #000;
	padding-left: 10%;
	padding-right: 10%;
}

.slideshow {
	overflow: auto;
	margin-bottom: 15px;
}
.slideshow .arrow-left {
	width: 10%;
	float: left;
	padding-top: 15%;
}
.slideshow .slide {
	width: 80%;
	float: left;`
	overflow: hidden;
}
.slideshow .arrow-right {
	width: 10%;
	float: right;
	padding-top: 15%;
}

.slide img {
	width: 100%;
}

.pager {
	font-size: 64px;
	color: #ccc;
}
.pager span {
	opacity: .35;
	cursor: pointer;
}
.pager span.cycle-pager-active {
	opacity: 1;
}


/* CONTACT */

#contact {
	padding: 80px 0;
	min-height: 800px;
}
