/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #222
}

.loading {
    height: 100vh;
    background-color: #222;
}

.loading-svg {
    /*
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
*/
    /*    position: static;*/
    display: block;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
}

#svg_1 {
    stroke-dasharray: 2765.314453125;
    stroke-dashoffset: 2765.314453125;
}

h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
    color: #fff;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}


/*
nav a {
    padding: 5%
}
*/

a {
    text-decoration: none;
    color: #d4d4d4
}

a:hover {
    text-decoration: underline;
    color: #01BAEF;
}

.dropdown {
    text-align: right;
    display: none;
    position: fixed;
    padding-top: 3%;
    box-sizing: border-box;
    z-index: 3;
}

.drop-nav {
    position: fixed;
    display: none;
    margin-top: 6%;
    /*    text-align: right;*/
    z-index: 2;
    background: #222
}

.drop-nav li {
    border-bottom: 1px solid #d4d4d4;
    /*    background: rgba(0,0,0,0.4);*/
}

.section-1 {
    height: 0vh;
    /*
    background-image: url(../img/minolta-camera-photography205.jpg);
    background-size: cover;
    background-position: center;
*/
}

.header-wrapper {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.arrow {
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    /*    padding-top: 90vh;*/
    display: block;
    margin: auto;
    opacity: 0;
    text-align: center;
    position: relative;
}

.about {
    /*    display: none;*/
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 2%;
    text-align: justify;
    overflow: hidden;
}

.parallax-parent {
    height: 100vh;
    overflow: hidden;
}

.image {
    background-size: cover;
    position: relative;
    background-position: center;
    height: 110%;
    top: -60%;
    z-index: -1;
}

.title-container {
    width: 80vw;
    position: relative;
    top: 7%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
}

.title {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: center;
}

.title a:hover {
    text-decoration: underline;
    color: #01BAEF;
}

footer {
    text-align: center;
    text-transform: uppercase;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


/*Media Query for Phones*/


/*Phones and down*/

@media (max-width: 767px) {
    .arrow {
        display: none;
    }
    .drop-nav {
        padding-left: 25%;
    }
}


/*phones and some tablets*/

@media (max-width: 768px) and (orientation: portrait) {
    h1,
    h2,
    h3 {
        font-size: 1em;
    }
    p {
        font-size: 0.5em;
    }
    .drop-nav {
        margin-top: 1%;
    }
    .loading-svg {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: 25%;
        display: inline;
        margin: none;
        height: auto;
        overflow: hidden;
    }
    .section-1 {
        height: 100vh;
        overflow: hidden;
    }
    .about {
        text-align: left;
    }
    .about h1 {
        font-size: 2em;
    }
    .about h2 {
        font-size: 1.5em;
    }
    .about p {
        font-size: 1em;
    }
    .parallax-parent {
        height: 50vh;
    }
    .image {
        height: 143%;
        top: -85%;
    }
    .title-container {
        top: 8%;
    }
    .arrow {
        display: none;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    h1,
    h2,
    h3 {
        font-size: 1em;
    }
    p {
        font-size: 0.6em;
    }
    .loading-svg {
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: -15%;
        display: inline;
        margin: none;
        height: auto;
        overflow: hidden;
    }
    .drop-nav {
        margin-top: 3%;
        padding-left: 5%;
    }
    .drop-nav li {
        display: inline;
        margin-left: 5%;
    }
    .section-1 {
        height: 100vh;
        overflow: hidden;
    }
    .about {
        text-align: left;
    }
    .about h1 {
        font-size: 2em;
    }
    .about h2 {
        font-size: 1.5em;
    }
    .about p {
        font-size: 1em;
    }
    .parallax-parent {
        height: 100vh;
    }
    .image {
        height: 112%;
        top: -69%;
    }
    .title-container {
        top: 8%;
    }
    .arrow {
        display: none;
    }
}


/*iPad media Query*/

@media (min-width: 768px) and (max-width: 1024px) {
    .loading-svg {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    .drop-nav {
        margin-top: 7%;
    }
    .section-1 {
        height: 100vh;
        overflow: hidden;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


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

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/*BOOTSTRAP ROW COL*/

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}