@charset "UTF-8";

/* ======================================================
IMPORT FONTS
====================================================== */
@import url("fonts.css");
@import url("fontawesome-all.css");

/* ======================================================
RESET DEFAULT STYLES
====================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======================================================
BASICS
====================================================== */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
html, body {
    width: 100%;
    min-width: 300px;
    background: #f8f8f8;
    color: #404040;
    font-size: 1rem;
    font-family: 'Gotham-Book', Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    z-index: 1500;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham-Medium', Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
}
h1 {
    font-size: 3rem;
    margin: 15px 0 40px 0;
}
h2 {
    font-size: 2.5rem;
    margin: 10px 0 30px 0;
}
h2:before {
    display: inline;
    content: "|";
    padding-right: 30px;
}
h2:after {
    display: inline;
    content: "|";
    padding-left: 30px;
}
h3 {
    font-size: 2rem;
    margin: 15px 0;
}
p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
}
a {
    color: #404040;
    text-decoration: none;
}
a:hover {
	color: #cfa54b;
}
/* ======================================================
CONTAINER STYLES
====================================================== */
header, main, footer {
    width: 100%;
    clear: both;
    overflow: hidden;
}
header {
    /*background: rgba(48, 61, 65, 0.9);*/
    background: rgba(64, 64, 64, 0.9);
    position: fixed;
    top: 0;
    z-index: 997;
}
main {
    flex: 1 0 auto;
    background-color: #f8f8f8;
    position: relative;
    z-index: 996;
}
footer {
    background-color: #404040;
    position: relative;
    z-index: 996;
    flex-shrink: 0;
}
.header-container {
    max-width: 1440px;
    margin: 0 auto;
}
.main-container {
    max-width: 1024px;
    margin: 0 auto;
}
.footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
    color: #f8f8f8;
    text-align: center;
}
.footer-container p {
    margin: 0;
    padding: 0 20px;
    font-size: 1rem;
}
.copy-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px;
    clear: both;
    overflow: hidden;
}
.copy-container.special {
    padding: 40px 40px 0 40px;
}
/* ======================================================
MENUS
====================================================== */
i#menu-btn {
    display: none;
    color: #f8f8f8;
    font-size: 30px;
    padding: 13px;
    cursor: pointer;
}
ul.menu {
    font-family: 'Gotham-Book', Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 20px;
    line-height: 100%;
}
ul.menu li {
    display: inline;
}
ul.menu li:last-of-type {
    padding-right: 0;
}
ul.menu li a {
    color: #f8f8f8;
    padding: 18px 20px;
}
ul.menu li a:hover {
    color: #404040;
    background-color: #cfa54b;
}
ul.menu li a.active {
    color: #404040;
    background-color: #cfa54b;
}
/* ======================================================
PAGE STYLES
====================================================== */
section:nth-of-type(2n+1){
    background-color: #efefef;
}
#hero, #about, #skills, #work, #samples, #contact {
    width: 100%;
    clear: both;
    overflow: hidden;
}
/* hero section */
#hero {
    background: url(../images/background/hero_bg_gray.gif);
    background-repeat: repeat;
    position: relative;
    height: 100vh;
}
.hero-container {
    position: absolute;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
    right: -50%;
}
.hero-content {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.hero-container .hero-image {
    max-width: 110px;
    float: left;
}
.hero-container .hero-copy {
    color: #f8f8f8;
    float: left;
    padding-left: 15px;
}
.hero-container .hero-copy h1 {
    font-size: 3rem;
    margin: 10px 0;
}
.hero-container .hero-copy p {
    font-family: 'Gotham-Light', Arial, Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.75rem;
    margin-bottom: 10px;
    letter-spacing: 6px;
}
a.featured {
    display: block;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f8f8f8;
    color: #f8f8f8;
    margin-top: 5rem;
    padding: 15px;
    transition: 0.5s;
    clear: both;
}
a.featured:hover {
    color: #404040;
    background: #cfa54b;
    border: 1px solid #cfa54b;
}
/* about section */
ul.icon-list {
    font-size: 1rem;
    margin-bottom: 20px;
}
ul.icon-list li {
    display: inline-block;
    margin: 15px;
    text-align: center;
}
ul.icon-list li i {
    display: block;
    font-size: 45px;
    color: #f8f8f8;
    background-color: #cfa54b;
    width: 85px;
    height: 85px;
    line-height: 85px;
}

/* skills section */
ul.skill-list {
    font-size: 1.25rem;
}
ul.skill-list li {
    display: inline-block;
    width: 165px;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 0 15px 15px 0;
}
ul.skill-list li img {
    display: block;
    width: 100%;
    height: auto;
}
ul.skill-list li label {
    font-size: 1rem;
    display: block;
    background: #5e6871;
    color: #f8f8f8;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}
/* work section */
ul.work-list {
    width: 100%;
    max-width: 1920px;
    padding: 20px 0 50px 0;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
ul.work-list li {
    display: block;
    position: relative;
    width: calc(100%/4);
    height: 250px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
ul.work-list li img {
    width: 100%;
    height: auto;
}
.image-overlay {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, 0.5);
}
.image-overlay .work-type {
    background: #cfa54b;
    color: #f8f8f8;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    width: 30%;
    min-width: 120px;
}
#modal {
	display: none;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1200;
}
#image-container {
    max-width: 1000px;
    margin: 0 auto;
}
#image-container img {
    display: block;
    width: 100%;
    height: auto;
}
#image-container .image-data {
    background: rgba(0, 0, 0, 0.7);
    color: #f8f8f8;
    padding: 10px;
    clear: both;
    overflow: hidden;
}
#image-container .image-data p {
    margin: 0 0 10px 0;
    font-size: 1rem;
}
#image-container .image-data label {
    font-size: 90%;
    display: inline-block;
    color: #cfa54b;
    border: 1px solid #cfa54b;
    padding: 5px;
    margin: 5px;
}
#image-container span#image-close {
    cursor: pointer;
    color: #cfa54b;
    font-size: 32px;
    text-align: right;
    padding: 5px;
    float: right;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity:0.7;
	top: 0;
	z-index: 999;
}
/* contact section */
ul.contact-list {
    font-size: 1.25rem;
    padding-top: 30px;
}
ul.contact-list li {
    padding-bottom: 30px;
}
ul.contact-list li i {
    color: #cfa54b;
    font-size: 35px;
    padding-right: 15px;
    vertical-align: middle;
}

/* sample section */
.sample-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear: both;
    overflow: hidden;
}
ul.sample-list {
    width: 50%;
    font-size: 1.25rem;
}
ul.sample-list li {
    padding: 1rem 0;
}
ul.sample-list li i {
    font-size: 35px;
    vertical-align: middle;
    color: #cfa54b;
    margin-right: 15px;
}
ul.sample-list li a {
    color: #555555;
    vertical-align: middle;
}
ul.sample-list li a:hover {
    color: #cfa54b;
}
ul.description-list {
    width: 50%;
    float: left;
}
ul.description-list li {
    display: none;
    height: 100%;
    border-left: 1px solid #cccccc;
    padding: 1rem 1.5rem;
}
ul.description-list p {
    font-size: 1rem;
}
ul.description-list p.sample-title {
    font-size: 1.25rem;
    font-weight: bold;
}
ul.description-list p.tools {
    font-size: 90%;
}
ul.description-list p.tools span {
    display: inline-block;
    border: 1px solid #404040;
    padding: 5px;
    line-height: 100%;
}
/* 404 PAGE */
section.page404 {
    margin-top: 4rem;
    background-color: #f8f8f8;
}
.page404 h2 {
    font-size: 1.5rem;
}
.page404 h2:before,  .page404 h2:after {
    display: none;
}
.page404 p:last-of-type {
    margin-top: 3rem;
}
.btn_home {
    color: #f8f8f8;
    background-color: #404040;
    padding: 8px 15px;
}
.btn_home:hover {
    color: #f8f8f8;
    background-color: #cfa54b;
}