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

html {
	scroll-behavior: smooth;
}

body {
	padding: 0px;
	background-color: #ffffff;
	z-index: 2;
	min-height: 1080px;
	background-color: #ededed;
}

#header {
	width: 90%;
	text-align: center;
	float: left;
	padding: 3% 5% 1% 5%;
}

#social {
	text-align: center;
	margin: 20px 0px 40px 0px;
}

#content {
	width: 100%;
	text-align: center;
	float: left;
	padding: 0%;
	clear: both; 
	margin-bottom: 20px;
}

#footer {
	width: 100%;
	float: left;
	text-align: center;
	clear: both;
	margin-bottom: 60px;
}

.tan {
	background-color: #d1cdcd;
	padding: 60px 10% 60px 10%;
	float: left;
	clear: both;
	width: 80%;
}

.gray {
	background-color: #222222;
	padding: 60px 10% 60px 10%;
	float: left;
	width: 80%;
	clear: both;
	position: relative;
}


/** COLUMNS **/

.col2 {
	float: left;
	width: 47%;
	margin-right: 6%;
	text-align: left;
}

.col2_last {
	float: left;
	width: 47%;
	text-align: left;
}



.col3 {
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: left;
}

.col3_last {
	float: left;
	width: 30%;
	text-align: left;
}



.col6 {
	width: 15%;
	margin: 10px 2% 10px 0px;
	float: left;
}

.col6_last {
	width: 15%;
	margin: 10px 0px 10px 0px;
	float: left;
}

.story {
	-webkit-columns: 3;
	  -moz-columns: 3;
	    columns: 3;
	
	-webkit-colum-gap: 80px;
	  -moz-column-gap: 80px;
		column-gap: 80px;

	column-fill: balance;
	margin: 40px 0px 40px 0px;
}

.jobdescription {
	-webkit-columns: 2;
	  -moz-columns: 2;
	    columns: 2;
	
	-webkit-colum-gap: 80px;
	  -moz-column-gap: 80px;
		column-gap: 80px;
	
	-webkit-column-fill: balance;
		column-fill: balance;
	
	margin: 40px 0px 0px 0px;
	text-align: left;
	margin-bottom: 50px;
}

.jobdescription p {
	text-align: left;
	margin-bottom: 10px;
}

.col2list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
			
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	margin: 40px 0px 0px 0px;
	text-align: left;
	margin-bottom: 50px;
}

.video_container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

iframe.video_embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** TEXT **/

h1, h2, h3, h4, h5, h6, p, li, .col6, .col6_last, .col3, .col3_last, label {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

h1 {
	color: #8c0000;
	font-size: 5em;
	letter-spacing: -0.05em;
	margin: 0px;
	line-height: 1em;
}

h1 a {
	color: #8c0000;
	text-decoration: none;
}

h2 {
	font-size: 5em;
	font-weight: 100;
	letter-spacing: -0.02em;
	text-align: left;
	position: relative;
	margin: 0 0 30px 0;
}

.gray h2 {
	color: #ffffff;
}

.tan h2 {
	color: #666666;
}

h3 {
	font-size: 1.75em;
	font-weight: 700;
	text-align: left;
	color: #333333;
}

h4 {
	font-weight: 900;
	color: #333333;
	margin-top: 40px;
}

#header p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 600;
	margin: 10px 0px 20px 0px;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
}

#header p a {
	color: #333333;
	text-decoration: none;
}

p {
	text-align: justify;
	margin: 0px 0px 20px 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	hyphens: auto;
}

.tan li, .gray li {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.tan ul, .gray ul {
	-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
			break-inside: avoid-column;
}

.tan p, .tan li {
		color: #333333;
}

.gray p, .gray li {
		color: #999999;
}


.tan p a, .tan li a {
	color: #8c0000;
}

.tan p a:hover, tan li a:hover {
	color: #666666;
}

.gray p a, .gray li a {
	color: #e4acae;
}

.gray p a:hover, .gray li a:hover {
	color: #666666;
}

#footer p {
	text-align: center;
}

#footer p a {
	color: #8c0000;
	font-weight: 600;
}

p a {
	font-weight: 700;
	text-decoration: none;
}

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

p b {
	font-weight: 900;
}


#page-nav {
	width: 100%;
}

#page-nav label, #hamburger {
	display: none;
}


#nav {
	text-align: center;
	padding: 0px;
	margin: auto;
	width: 100%;
}

#nav li {
	list-style-type: none;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	display: inline;
	color: #666666;	
	}

#nav li a {
	color: #666666;
	font-weight: 400;
	text-decoration: none;
}

#nav li a:hover {
	color: #8c0000;
	text-decoration: underline;
}

/*  HOVER WORK MENU */
#work {
	display: inline-block;
	position: relative;
}

#worksub {
	display: none;
	position: absolute;
	z-index: 1;
	margin-left: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	left: -15%;
	background-color: #666666;
	min-width: 150px;
	box-shadow: 0px 4px 4px 0px #999999;
}

#worksub li {
	display: block;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 100%;
	padding-top, padding-bottom: 4px;
	background-color: #D8D8D8;	
}

#worksub li a {
	color: #ffffff;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}

#worksub li a:hover {
	display: block;
	background-color: #ffffff;
	text-decoration: none;
}

ul li:hover ul#worksub {
	display: block;
}


/* END HOVER WORK MENU STYLES */


.dropcap {
	font-size: 5em;
	font-family: Georgia, serif;
	float: left;
	padding-top: 32px;
	margin-right: 10px;
}


.sticky {
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
	display: inline-block;
	width: 80%;
	background-color: #b5b5b5; /*#d1cdcd;*/
	margin: 0px;
	padding: 20px 10% 20px 10%;
	z-index: 3;
	text-align: center;
}

.sticky a {
	color: #8c0000;
}

.gray .col6 a, 
.gray .col6_last a, 
.gray .col3 a, 
.gray .col3_last a {
	color: #999999;
	font-weight: 600;
	text-decoration: none;
}

.gray .col6 a:hover, 
.gray .col6_last a:hover, 
.gray .col3 a:hover, 
.gray .col3_last a:hover {
	color: #8c0000;
	text-decoration: underline;
}


.tan .col6 a, 
.tan .col6_last a, 
.tan .col3 a, 
.tan .col3_last a {
	color: #333333;
	font-weight: 600;
	text-decoration: none;
}

.tan .col6 a:hover, 
.tan .col6_last a:hover, 
.tan .col3 a:hover, 
.tan .col3_last a:hover {
	color: #999999;
	text-decoration: underline;
}

.col3 p a, 
.col3_last p a {
	font-weight: 700;
	text-decoration: none;
	text-align: left;
}

.col3 a:hover, 
.col3_last a:hover {
	text-decoration: underline;
}

#writing p a {
	color: #333333;
}

#writing a:hover {
	color: #8c0000;
}


.gray .col3 p a,
.gray .col3_last p a {
	color: #999999;
}

.gray .col3 a:hover, 
.gray .col3_last a:hover {
	color: #8c0000;
}


/** IMAGES **/

img {
	box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumbs {
	width: 100%;
	border: 0px;
	margin-bottom: 10px;
}

a .thumbs {
	border: 0px;
}

a:hover .thumbs {
	opacity: 0.4;
}

#social img {
	width: 60px;
	margin-right: 10px;
	box-shadow: none;
}

#social a:hover img {
	opacity: 0.6;
}

.img_me {
	width: 47%; 
	float: right; 
	margin: 0px 0px 20px 6%;
}

.design {
	width: 100%;
	margin: 0px 0px 20px 0px;
}


a:hover .design {
	opacity: 0.6;
}

#web .col3, #web .col3_last, #multimedia .col3, #multimedia .col3_last, #strategy .col3, #strategy .col3_last, #design .col3, #design .col3_last {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}


/** TABLES **/

.hondurastable td {
    font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	text-align: left;
}
