/* Custom CSS written by Homer Gaines http:/www.homergaines.com 7-2015 */

html {
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    height: 100%;
    background-color:#777;
}

@font-face {
    font-family: 'fontello';
    src: url('fontello.eot?39397010');
    src: url('fontello.eot?39397010#iefix') format('embedded-opentype'), url('fontello.woff?39397010') format('woff'), url('fontello.ttf?39397010') format('truetype'), url('fontello.svg?39397010#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class$="svgicon"]:before,
[class*="svgicon"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.downicon:before {
    content: '\e800';
}

.codeicon:before {
    content: '\e801';
}

.connectdevelopicon:before {
    content: '\e802';
}

.pencilicon:before {
    content: '\e803';
}

.linkedinicon:before {
    content: '\e804';
}

.twittericon:before {
    content: '\e805';
}

.behanceicon:before {
    content: '\e806';
}

.tumblricon:before {
    content: '\e807';
}

.gplusicon:before {
    content: '\e808';
}

h1,
h2,
h3,
h4 {
    color: #6d7077;
}

h2{font-size:24px;}

p,
li {
    font-size: 1.7em;
    color: #6d7077;
}

a {
    white-space: nowrap;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.hline {
    border-bottom: 1px solid #cccccc;
}

.apex {
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    z-index: 777;
}

.logo {
    z-index: 10;
    position: relative;
    top: -5px;
    padding: 16px;
    float: left;
    background-image: url('/imgs/homergaines-logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.nine {
    color: #fff !important;
    position: relative;
    top: 4px;
}

nav {
    white-space: nowrap;
    z-index: 10;
    position: relative;
}

nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
}

nav li {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
}

nav li a {
    color: #fff;
    padding: 15px;
}

nav li a:hover,
nav li a:visited,
nav li a:active,
nav li a:focus {
    color: #7be0ff;
    text-decoration: none;
}

.activeLink {
    color: #7be0ff !important;
}

.nav-tint {
    background: #6d7077;
    opacity: 0.9;
    padding: 30px 0px;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
}

.showTint {
    opacity: 0.97;
}

.top,
header {
    height: 100%;
}

.hero {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    color: #fff;
}

.hero h1 {
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 200;
    letter-spacing: .03em;
}

.hero p {
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: .05em;
}

.hero .contactbtn {
    background: none;
    border: 2px solid #fff;
    width: 25rem;
    height: 5rem;
    font-size: 1.9em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 30px auto;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    letter-spacing: .2em;
    opacity: 1;
    padding: 1rem;
    display: block;
    cursor: pointer;
}

.hero .contactbtn:hover {
    background-color: #fff;
    color: #000;
    opacity: 0.8;
}

.downArrow {
    display: block;
    width: 80px;
    margin: auto;
}

.downArrow span,
.reader {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.downicon {
    font-size: 3rem;
    opacity: 1;
    color: #fff;
}

.content {
    background: #fff;
    height: 20%;
    padding: 50px 0px;
}

article {
    margin: auto;
}

.imageinfo {
    font-size: 1.5em !important;
    font-style: italic;
    text-align: center;
}

.bio {
    text-align: center;
}

.bio .container {
    text-align: left;
}

.bio p {
    font-size: 2em;
}

.bio a {
    color: #0f9dd8;
    font-weight: 500;
}

.bio a:hover {
    color: #7be0ff;
    text-decoration: none;
}

.shorthline {
    border-bottom: 1px solid #cccccc;
    width: 30%;
    margin: 25px auto 35px auto;
}

.skills {
    background: #f4f4f4;
    text-align: center;
    padding: 110px 0px;
}

.skills div {
    margin: 0px 0px 60px 0px;
}

.skills ul {
    list-style: none;
    padding: 0px;
}

.skills .skill-icon {
    font-size: 5em;
}

.gallery {
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.gallery a {
    display: block;
    transition: opacity .3s ease;
}

.gallery a:hover {
    opacity: .5;
}

.gallery img {
    width: 100%;
}

.sample {
    margin: 0px;
    padding: 0px;
}

.footer {
    text-align: center;
}

.footer .container {
    height: 500px;
}

.footer a,
.footer a:active,
.footer a:visited {
    color: #6d7077;
}

.footer a:hover {
    color: #7be0ff;
}

.footer .email {
    padding: 0px;
    font-size: 15px;
    text-align: center;
}

.footer .email a:hover {
    text-decoration: none;
}

.footer .social {
    padding: 0px;
    text-align: center;
    font-size: 15px;
}

.footer .social a {
    font-size: 1.2em;
    position: relative;
    top: 1px
}

.footer .svgicon {
    margin: 0px 11px;
}

.copyright {
    font-size: 12px;
}

.iaap-link {
    margin-top: 55px;
    display: inline-block;
}

/* Landscape */

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
    .hero {
        top: 60%;
    }
    .hero h1 {
        font-size: 5rem;
        text-transform: uppercase;
    }
    .hero p {
        font-size: 1.9rem;
    }
    .hero .intro {
        width: 100%;
    }
    .downicon {
        display: none;
    }
}

@media (min-width:767px) {
    .hline {
        display: none;
    }
    .skills div {
        margin: 0px;
    }
}


/* Desktop */

@media (min-width:1000px) {
    body {
        background-attachment: fixed;
    }
    .nav-tint {
        background: #6d7077;
        opacity: 0.3;
        padding: 30px 0px;
        width: 100%;
        position: absolute;
        top: 0;
        transition: opacity 0.5s ease;
    }
    .hero {
        /*height: 800px;*/
        text-align: center;
        position: relative;
        color: #fff;
    }
    .hero h1 {
        font-size: 8rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .hero p {
        font-size: 3rem;
    }
    .showTint {
        opacity: 0.97;
    }
    .downicon {
        display: none;
    }
    .hline {
        display: none;
    }
    .skills div {
        margin: 0px;
    }
    .bio .container {
        width: 830px;
        text-align: center;
    }
    .bio p {
        font-size: 2.5em;
    }
    .shorthline {
        width: 10%;
    }
    .footer .container {
        width: 50%;
        height: 500px;
    }
    .footer a,
    .footer a:active,
    .footer a:visited {
        color: #6d7077;
    }
    .footer a:hover {
        color: #7be0ff;
    }
    .footer .email {
        padding: 0px;
        font-size: 25px;
        text-align: center;
    }
    .footer .email a:hover {
        text-decoration: none;
    }
    .footer .social {
        padding: 0px;
        text-align: center;
        font-size: 15px;
    }
    .footer .social a {
        font-size: 1.2em;
        position: relative;
        top: 1px
    }
    .footer .svgicon {
        margin: 0px 11px;
    }
}
