#info {
	background-color: #2d2f2c;
}

#info a. {
	color: #ac7b45;
	text-decoration: none;
	transition: color 0.25s ease-out; 
	-webkit-transition: color 0.25s ease-out; 
	-moz-transition: color 0.25s ease-out; 
	-o-transition: color 0.25s ease-out;
}

#info a:link {
	color: #ac7b45;
	text-decoration: none;
	transition: color 0.25s ease-out; 
	-webkit-transition: color 0.25s ease-out; 
	-moz-transition: color 0.25s ease-out; 
	-o-transition: color 0.25s ease-out;
}

#info a:visited {
	color: #ac7b45;
	text-decoration: none;
	transition: color 0.25s ease-out; 
	-webkit-transition: color 0.25s ease-out; 
	-moz-transition: color 0.25s ease-out; 
	-o-transition: color 0.25s ease-out;
}

#info a:hover {
	color: white;
	text-decoration: none;
	transition: color 0.25s ease-out; 
	-webkit-transition: color 0.25s ease-out; 
	-moz-transition: color 0.25s ease-out; 
	-o-transition: color 0.25s ease-out;
}

#info a:visited:hover {
	color: white;
	text-decoration: none;
	transition: color 0.25s ease-out; 
	-webkit-transition: color 0.25s ease-out; 
	-moz-transition: color 0.25s ease-out; 
	-o-transition: color 0.25s ease-out;
}

body {
	background-color: #9c641c;
	color: #E9E8E6;
	font-family: 'Stack Sans Headline', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 200;
	font-style: normal;
    line-height: 1.4em;
    letter-spacing: .04em;
	‑webkit‑text‑size‑adjust: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

.stack-sans-headline-<uniquifier> {
  font-family: 'Stack Sans Headline', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


hr {
	border: 1px solid #E9E8E6;
}

p {
	margin: 10px 0 0 0;
}

h5 {
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: .2em;
    ‑webkit‑text‑size‑adjust: 100%;
}

h4 {
	font-size: 14px;
		font-weight: 200;
    line-height: 1.4em;
    letter-spacing: .05em;
	‑webkit‑text‑size‑adjust: 100%;
	margin: 7px 0 0 0;
}

h3 {
	font-size: 14px;
	font-weight: 200;
    line-height: 1.4em;
    letter-spacing: .05em;
	‑webkit‑text‑size‑adjust: 100%;
	margin: 0 0 30px 0;
}

.nav a. {
	text-decoration: none;
	outline: 0;
	color: #E9E8E6;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #E9E8E6;
}

.nav a:link {
	text-decoration: none;
	outline: 0;
	color: #E9E8E6;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #E9E8E6;
}

.nav a:visited {
	text-decoration: none;
	outline: 0;
	color: #E9E8E6;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #E9E8E6;
}

.nav a:hover {
	text-decoration: none;
	outline: 0;
	color: #9c641c;
	-webkit-text-fill-color: #9c641c;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #9c641c;
	border-bottom: none;
	padding-bottom: 0px;
}

.nav a:visited:hover {
	color: #9c641c;
	-webkit-text-fill-color: #9c641c;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #9c641c;
	border-bottom: none;
	padding-bottom: 0px;
}

.infonav a. {
	text-decoration: none;
	outline: 0;
	color: #E9E8E6;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #E9E8E6;
}

.infonav a:link {
	text-decoration: none;
	outline: 0;
	color: #E9E8E6;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #E9E8E6;
}

.infonav a:visited {
	text-decoration: none;
	outline: 0;
	color: #E9E8E6;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #E9E8E6;
}

.infonav a:hover {
	text-decoration: none;
	outline: 0;
	color: #9c641c;
	-webkit-text-fill-color: #9c641c;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #9c641c;
	border-bottom: none;
	padding-bottom: 0px;
}

.infonav a:visited:hover {
	color: #9c641c;
	-webkit-text-fill-color: #9c641c;
	-webkit-text-stroke-width: .75px;
	-webkit-text-stroke-color: #9c641c;
	border-bottom: none;
	padding-bottom: 0px;
}

::selection {
	color: white;
	background: white; /* Safari */
}
	
::-moz-selection {
	color: white;
	background: white; /* Firefox */
}

.image img {
    width: 100%;
    display: block;
    z-index: 1;
}
 
video {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -10px;
    z-index: 1;
}

.hidden-desktop {
	display: none !important;
}


/* Preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9c641c;
    z-index: 200;
}

.status {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -75px;
    z-index: 200;
}

.status img {
    width: 150px;
    height: 150px;
    display: block;
    z-index: 200;
}

@-webkit-keyframes spinnerRotate {
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}

@-moz-keyframes spinnerRotate {
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}

@-ms-keyframes spinnerRotate {
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}


/* Name and Info */

.drew {
	position: fixed;
	top: 0px;
    left: 0px;
    padding: 25px;
    z-index: 50;
    color: white;
	mix-blend-mode: difference;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1em;
}

.nav {
	
	position: fixed;
	left: 50%;
	width: 50%;
	text-align: left;
    padding-top: 25px;
    z-index: 50;
    color: white;
	mix-blend-mode: difference;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1em;
}

.title {
	position: fixed;
	bottom: 0px;
    left: 0px;
    padding: 25px;
    z-index: 50;
    color: white;
	mix-blend-mode: difference;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1em;
}

.infodrew {
	position: fixed;
	top: 0px;
    left: 0px;
    padding: 25px;
    z-index: 50;
    color: white;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1em;
}

.infonav {
	
	position: fixed;
	left: 50%;
	width: 50%;
	text-align: left;
    padding-top: 25px;
    z-index: 50;
    color: white;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1em;
}

.hide {
	display: none;
}

.clearfix {
	overflow: auto;
}


/* Arrow */

.icon {
    display: inline-flex;
    align-self: center;
}

.icon svg, .icon img {
    height: 1em;
    width: 1em;
    fill: currentColor;
}

.icon.baseline svg, .icon img {
    top: .125em;
    position: relative;
}


/* Grid and Project Colors */

[class*='col-'] {
	float: left;
	padding: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid-buffer {
	padding: 10%;
}

.grid-buffer-cred {
	padding-left: 10%;
}


/* Columns */

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 30%;
}

.col-1-3-sq {
	width: 33.33333333%;
}

.col-1-2th {
	width: 45%;
}

.col-3-4 {
	width: 75%;
}

.col-4-5 {
	width: 70%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-5 {
	width: 5%;
}
