/*
____________________________________________________________________________
CSS DOCUMENT */

html {
	height: 100%;
}

body {
	height: 100%;
	font: 18px/1.5 "museo-sans", sans-serif;
	font-weight: 500;
	color: hsla(0, 0%, 80%, 1);
	background: hsla(0, 0%, 10%, 1);
}

.home {
	background: hsla(0, 0%, 100%, 1);
}

.container {
	padding: 60px 10px;
}

.home .container {
	padding: 0 10px;
}

.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin: 0 -10px;
}

[class*="col-"] {
	padding: 0 10px;
}

/*
____________________________________________________________________________
Vertical Alignment */

.vertical-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.vertical-center {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.vertical-bottom {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}


/*
____________________________________________________________________________
TYPOGRAPHY ***/

/*
____________________________________________________________________________
Headings */

h1 {
	font-weight: 700;
	margin-top: 0;
}

h1 .sub {
	font-size: 18px;
	font-weight: 500;
}

/*
____________________________________________________________________________
Paragraphs */

/*
____________________________________________________________________________
Links */

a,
a:active,
a:visited {
	color: hsla(0, 0%, 53%, 1);
	text-decoration: none;
}

a:hover {
	color: hsla(23, 100%, 50%, 1);
}

/*
____________________________________________________________________________
Other Default Styles */

small {
	font-size: 12px;
}

strong {
	font-weight: 900;
}

.attention {
	color: hsla(0, 100%, 40%, 1);
	font-weight: 900;
}

/*
____________________________________________________________________________
END TYPOGRAPHY ***/


/*
____________________________________________________________________________
STRUCTURE ***/


/*
____________________________________________________________________________
Header */

.header_toggler {
	height: 44px;
	font-size: 12px;
	line-height: 44px;
	text-align: center;
	color: hsla(0, 0%, 100%, .8);
	background: hsla(0, 0%, 0%, 0.5);
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.header_wrapper {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 344px;
}

@media only screen and (min-width : 768px) {

	.header_wrapper {
		height: 124px;
	}

}

.header {
	width: 100%;
	height: 300px;
	background: hsla(0, 0%, 100%, 1);
}

@media only screen and (min-width : 768px) {

	.header {
		height: 80px;
	}

	.header .row {
		line-height: 80px;
	}

}

.logo {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

@media only screen and (min-width : 768px) {

	.logo {
		width: auto;
		height: 60px;
	}

}

.home .logo {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

@media only screen and (min-width : 768px) {

	.home .logo {
		margin-bottom: 0;
	}

}

/*
____________________________________________________________________________
Home Navigation */

.homenav {
	font-size: 24px;
	line-height: 44px;
}

ul.homenav {
	margin: 0;
	padding: 0 0 0 20px;
}

@media only screen and (min-width : 768px) {

	.homenav {
		font-size: 32px;
		line-height: 44px;
	}

	ul.homenav {
		margin: 0;
		padding: 0 0 0 40px;
	}
}

.homenav a:hover,
.homenav a:active,
.homenav a:visited {
	text-decoration: none;
}

.current-work {
	color: hsla(358, 85%, 52%, 1);
}

.current-work a:hover {
	color: hsla(358, 85%, 52%, 1);
}

.past-work {
	color: hsla(86, 54%, 51%, 1);
}

.past-work a:hover {
	color: hsla(86, 54%, 51%, 1);
}

.news {
	color: hsla(176, 100%, 33%, 1);
}

.news a:hover {
	color: hsla(176, 100%, 33%, 1);
}

.biography {
	color: hsla(19, 88%, 54%, 1);
}

.biography a:hover {
	color: hsla(19, 88%, 54%, 1);
}

.email {
	color: hsla(238, 52%, 38%, 1);
}

.email a:hover {
	color: hsla(238, 52%, 38%, 1);
}


/*
____________________________________________________________________________
Top Navigation */

.topnav {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}

.topnav li {
	display: block;
	margin: 0 0 4px;
}

@media only screen and (min-width : 768px) {

	.topnav {
		float: left;
		margin: 18px 0 0 0;
	}

	.topnav li {
		float: left;
		margin: 0 2px;
	}

}

.topnav .text {
	display: block;
	margin-top: 14px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: hsla(0, 0%, 40%, 1);
}

@media only screen and (min-width : 768px) {

	.topnav .text {
		margin: 0 2px 0 8px;
		line-height: 44px;
	}

}

.topnav a,
.topnav a:visited,
.info a,
.info a:visited {
	display: block;
	height: 44px;
	padding: 0 6px;
	font-size: 11px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: hsla(0, 0%, 40%, 1);
	border: 1px solid hsla(23, 100%, 50%, 1);
	border-radius: 5px;
}

.topnav a:hover,
.topnav .current a,
.topnav .current a:hover,
.info a:hover,
.info .current a,
.info .current a:hover {
	color: hsla(0, 0%, 100%, 1);
	background: hsla(23, 100%, 50%, 1);
}

.info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.info li {
	display: block;
	margin: 0 0 4px;
}

@media only screen and (min-width : 768px) {

	.info {
		float: right;
		margin: 18px 0 0 0;
	}

	.info li {
		float: right;
		margin: 0 2px;
	}

}

.info .text {
	display: block;
	font-size: 11px;
	line-height: 44px;
	text-align: center;
}

@media only screen and (min-width : 768px) {

	.info .text {
		margin: 0 8px 0 0;
	}

}

/*
____________________________________________________________________________
Footer */

#footer_wrapper {
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
}

#footer_toggler {
	position: relative;
	height: 44px;
	font-size: 12px;
	line-height: 44px;
	text-align: center;
	color: hsla(0, 0%, 100%, .8);
	background: hsla(0, 0%, 0%, 0.5);
	border-top: 1px solid hsla(0, 0%, 100%, 0.25);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

#footer {
	position: relative;
	width: 100%;
	height: 128px;
	background: hsla(0, 0%, 100%, 1);
}

#footer h1 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}

@media only screen and (min-width : 992px) {
	#footer h1 {
		font-size: 24px;
		line-height: 42px;
	}
}

#copyright {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	background: hsla(0, 0%, 0%, 1);
}

#copyright_alt {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	background: hsla(0, 0%, 0%, 1);
}

/*
____________________________________________________________________________
Supersized */

#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../img/progress.gif) no-repeat center center;
}

#supersized {
	display:block;
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}

#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}

#supersized li {
	display:block;
	list-style:none;
	z-index:-30;
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:hsla(0, 0%, 10%, 1);
}

#supersized a {
	width:100%;
	height:100%;
	display:block;
}

#supersized li.prevslide {
	z-index:-20;
}

#supersized li.activeslide {
	z-index:-10;
}

#supersized li.image-loading {
	background:hsla(0, 0%, 80%, 1) url(../img/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}

#supersized li.image-loading img {
	visibility:hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
	display:inline;
}


/*
____________________________________________________________________________
Media Queries */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1280px) {
}

/* Larger Devices, Wider Screens */
@media only screen and (min-width : 1440px) {
}

/*
____________________________________________________________________________
END CSS DOCUMENT ***/