/* Hightlight */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
    vertical-align: middle;
}

/* Chrome Frame prompt */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Global */

body {
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: Sanchez, Verdana, sans-serif;
}

h1, ul, p {margin: 0;}

.dark, .dark h1, .dark ul li a {color: #ccc;}
.light, .light h1, .light ul li a {color: #235178;}

h3, h5, ul {font-family: Helvetica, Arial, sans-serif;}

.wrapper {
    width: 50%;
    padding: 20px;
    margin: 0 auto;
}

.col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.summary {
    width: 30%;
    margin-right: 10px;
}

.description {width: 60%;}

/* Intro */
#intro {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
                url('../images/bg/la-jolla.jpg') no-repeat center top fixed;
    background-size: auto 100%;
    height: 100vh;
    color: white;
    text-align: center;
}

#intro h1 {
    font-size: 4em;
    padding-top: 40vh;
}

/* Quote */
aside {
    display: none;
    background: #e1e4e7;
    width: 100vw;
    height: 325px;
    z-index: 50;
    text-align: center;
}

.quote-wrapper {
    background: #e1e4e7 url('../images/icon-lifting.png') no-repeat right  12px;
    width: 95%;
    height: 100%;
}

.quote-text {
    display: block;
    height: 149px;
    width: 637px;
    border-left: 2px solid #b8bbcc;
    border-right: 2px solid #b8bbcc;
    margin: 0px auto;
    position: relative;
    top: 88px;
}

.quote-wrapper p {
    display: block;
    width: 637px;
    height: 40px;
    margin: 54px 0px 52px 0px;
    font-size: 1.7em;
    font-weight: 200;
    /*color: #2c2e3b;*/
    text-align: center;
    line-height: 1.5;
    letter-spacing: .01em;
    float: left;
}

span.small-line1 {
    background-color: #b8bbcc;
    display: block;
    height: 2px;
    width: 48px;
    float: left;
}
span.small-line2 {
    background-color: #b8bbcc;
    display: block;
    height: 2px;
    width: 48px;
    float: right;
}

/* Samples */
#samples {
    background: linear-gradient(rgba(35, 81, 120, 0.9), rgba(35, 81, 120, 0.9)), url('../images/bg/stingray-grand-caymans.jpg') no-repeat center bottom fixed;
    background-size: cover;
    /*background: #235178;*/
    position: relative;
    text-align: center;
    padding: 100px 0;
}

#samples ul {
    list-style: none;
    padding: 0;
}

#samples li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

#sites li {
    margin-left: 15px;
    margin-bottom: 20px;
}

#sites img {width: 200px;}

#brands {
    background: white;
    width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 20px;
    margin-top: 100px;
    border-radius: 5px;
}

#brands li {margin-left: 20px;}

#samples li:first-child {margin-left: 0;}

/* Credentials */
#credentials h3, #contact h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

#credentials h4, #contact h4 {
    font-family: Sanchez, Verdana, sans-serif;
    margin: 0;
    margin-bottom: 10px;
}

#credentials h5, #contact h5 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

/* Resume */

#resume {
    padding: 100px 0;
    background: white;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
}

#resume section, #contact section {
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
    padding: 10px 0;
}

#resume h3, #resume h4, #contact h3, #contact h4 {color: #235178;}

#resume p, #resume li {font-size: 0.9em;}

#resume ul {padding-left: 16px;}

/* Skills/Education */

#skills-education {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
                black url('../images/bg/sunset-grand-canyon.jpg') no-repeat center top;
    background-size: 100% auto;
    padding: 400px 0 100px;
}

#skills-education h3, #skills-education h4 {color: #df9244;}

#skills-education a {
    color: #df9244;
    text-decoration: underline;
}

#skills section {margin-bottom: 15px;}

#skills ul {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    padding: 0;
}

#skills li {list-style: none;}

/* Contact */

#contact {
    background: white;
    padding: 20px 0;
}

#contact p {
    font-size: 25px;
    margin: 40px 0;
}

#contact span {font-weight: bold;}

#contact a {
    text-decoration: none;
    background: #0f6fa1;
    color: white;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#contact section {
    padding-bottom: 24px;
    overflow: auto;
}

#contact .description p {margin: 0;}

#contact .summary {
    float: right;
    text-align: right;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1280px) {
.quote-wrapper {
    background-image: none;
    width: 100%;
}
.wrapper, #brands {width: 75%;}
#skills-education {padding: 300px 0 100px;}
}

@media only screen and (max-width: 960px) {
#skills-education {padding: 200px 0 100px;}
}

@media only screen and (max-width: 768px) {
.wrapper, #brands {
    width: 85%;
    padding: 5%;
}
aside {display: none;}
#sites li {margin-left: 0;}
#resume {padding: 30px 0;}
.col {
    width: 95%;
    margin: 0;
}
#skills ul {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
#contact p {
    font-size: 20px;
    margin: 20px 0;
}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
