/* 
———————————————————————————————————————————————————
Version: 1.0
Author: Mason Kessinger
Contact: masonkessinger@gmail.com
———————————————————————————————————————————————————
Light Blue: #DADDE5;
Medium Blue: #868799;
Blue: #484F66;
———————————————————————————————————————————————————
*/

/* 
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$        /$$$$$$ 
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$       /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$      |  $$$$$$ 
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$       \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/ \______/ 

*/

html, body {
    height: 100%;
    color: #484F66;
    font-family: avenir, 'avenir next', helvetica, arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
* {
    -webkit-font-smoothing: inherit;
    letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 600;
}


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

.max_wrapper {
    max-width: 1200px;
    min-height: 100px;
    overflow: hidden;
    margin: 0 auto;
    padding: 120px 40px;
    position: relative;
}

@media (max-width: 768px) {
    .max_wrapper {
        padding: 60px 20px;
    }
}

h1 {
    margin: 0 0 50px 0;
}

h2 {
    padding-top: 0;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;

}

/* 
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$ 
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
*/

#header {
    position: fixed;
    z-index: 1000;
    top: 0;
    background-color: rgba(255, 255, 255, .9);    
    height: 80px;
    width: 100%;
    transition: top 0.2s;
}

#header #mobile_toggle {
    display: none;
    position: absolute; 
    width: 20px;
    height: 15px;
    right: 20px;
    top: 0;
    z-index: 1001;
    padding: 18px 20px;
}

#header #mobile_toggle:hover{
    cursor: pointer;
}

#header.nav-up {
    top: -80px;
    transition: top 0.4s;
}

#header .max_wrapper {
    padding: 0;
}

#header h1 a {
    position: absolute;
    left: 40px;
    color: #484F66;
    display: block;
    text-decoration: none;
    line-height: 80px;
}

#header nav#nav_main {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
    padding: 0;
    display:;
}

#header nav#nav_main ul {
    margin: 0;
    padding: 0;
}

#header nav#nav_main ul li {
    display: inline-block;
}

#header nav#nav_main ul li a {
    color: #484F66;
    text-decoration: none;
    line-height: 80px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

#header nav#nav_main ul li a:hover {
    background-color: rgba(255,255,255,.1);
}


@media (max-width: 768px) {

    #header {
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, .9);    
        height: 50px;
    }

    #header.nav-up {
        top: 0;
    }

    #header #mobile_toggle {
        display: block;
    }
    
    #header nav#nav_main {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 50px;
        left: 0;
        background-color: rgba(72, 79, 102, .9);
    }

    #header h1 a {
        position: absolute;
        left: 20px;
        color: #484F66;
        display: block;
        text-decoration: none;
        line-height: 50px;
        font-size: 24px;
    }

    #header nav#nav_main ul {
        margin: 0;
        padding: 50px 0 0 0;
        text-align: center;
    }

    #header nav#nav_main ul li {
        display: block;
        margin: 0;
    }

    #header nav#nav_main ul li a {
        color: #FFF;
        font-size: 24px;
        line-height: 60px;
    }

    #header nav#nav_main ul li a:hover {
        color: #DADDE5;
        background-color: transparent;  
    }
}




/* 
  /$$$$$$  /$$       /$$$$$$ /$$$$$$$  /$$$$$$$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$      /$$
 /$$__  $$| $$      |_  $$_/| $$__  $$| $$_____/ /$$__  $$| $$  | $$ /$$__  $$| $$  /$ | $$
| $$  \__/| $$        | $$  | $$  \ $$| $$      | $$  \__/| $$  | $$| $$  \ $$| $$ /$$$| $$
|  $$$$$$ | $$        | $$  | $$  | $$| $$$$$   |  $$$$$$ | $$$$$$$$| $$  | $$| $$/$$ $$ $$
 \____  $$| $$        | $$  | $$  | $$| $$__/    \____  $$| $$__  $$| $$  | $$| $$$$_  $$$$
 /$$  \ $$| $$        | $$  | $$  | $$| $$       /$$  \ $$| $$  | $$| $$  | $$| $$$/ \  $$$
|  $$$$$$/| $$$$$$$$ /$$$$$$| $$$$$$$/| $$$$$$$$|  $$$$$$/| $$  | $$|  $$$$$$/| $$/   \  $$
 \______/ |________/|______/|_______/ |________/ \______/ |__/  |__/ \______/ |__/     \__/
*/


#slideshow {
    width: 100%;
    height: 80%;
    min-height: 80%;
    position: relative;
    z-index: 500;
}

#slideshow .cycle-slideshow {
    height: 100%;
    min-height: 100%;
}

#slideshow .cycle-slideshow section {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
}

@media (max-width: 768px) {
    #slideshow {
        display: none;
    }
}

/* 
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$       /$$$$$$ /$$   /$$ /$$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$      |_  $$_/| $$$ | $$| $$_____/
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$        | $$  | $$$$| $$| $$      
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$        | $$  | $$ $$ $$| $$$$$   
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$        | $$  | $$  $$$$| $$__/   
| $$  | $$| $$      | $$  | $$| $$  | $$| $$        | $$  | $$\  $$$| $$      
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$ /$$$$$$| $$ \  $$| $$$$$$$$
|__/  |__/|________/|__/  |__/|_______/ |________/|______/|__/  \__/|________/
*/

#headline {
    position: relative;
    z-index: 800;
    width: 100%;
    color: #484F66;
    background-color: #DADDE5;
    padding-top: 30px;
    padding-bottom: 30px;
}

#headline h3 {
    font-size: 24px;
    line-height: 36px;
    padding: 0 50px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    #headline h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 0 20px;
    }
}

/* 
  /$$$$$$  /$$$$$$$$ /$$$$$$$  /$$    /$$ /$$$$$$  /$$$$$$  /$$$$$$$$  /$$$$$$ 
 /$$__  $$| $$_____/| $$__  $$| $$   | $$|_  $$_/ /$$__  $$| $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$   | $$  | $$  | $$  \__/| $$      | $$  \__/
|  $$$$$$ | $$$$$   | $$$$$$$/|  $$ / $$/  | $$  | $$      | $$$$$   |  $$$$$$ 
 \____  $$| $$__/   | $$__  $$ \  $$ $$/   | $$  | $$      | $$__/    \____  $$
 /$$  \ $$| $$      | $$  \ $$  \  $$$/    | $$  | $$    $$| $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$| $$  | $$   \  $/    /$$$$$$|  $$$$$$/| $$$$$$$$|  $$$$$$/
 \______/ |________/|__/  |__/    \_/    |______/ \______/ |________/ \______/ 
*/

#services {
    position: relative;
    z-index: 700;
    color: #FFFFFF;
    background-color: #484F66;
    overflow: hidden;
}

#services nav.services-nav,
#services .descriptions {
    width: 50%; 
    float: left;
}

#services nav.services-nav a {
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

#services nav.services-nav a:hover,
#services nav.services-nav a.cycle-pager-active {
    background-color: rgba(255,255,255,.05);
    border: none;
    outline: none;
}

#services .descriptions {
    border-left: 1px #FFF solid;
}

#services .description {
    padding: 0 40px 40px 40px;
}




@media (max-width: 768px) {
    #services nav.services-nav,
    #services .descriptions {
        width: 100%; 
        float: none;
    }

    #services nav.services-nav {
        padding: 20px 0;
        border-top: 1px #868799 solid;
        text-align: center;
    }

    #services nav.services-nav a {
        display: inline-block;
    }

    #services .descriptions {
        border-left: 0px #FFF solid;
        border-top: 1px #868799 solid;
    }

    #services .description {
        padding: 30px 0 0 0;
    }

}




/* 
 /$$$$$$$   /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$  /$$       /$$$$$$  /$$$$$$ 
| $$__  $$ /$$__  $$| $$__  $$|__  $$__/| $$_____//$$__  $$| $$      |_  $$_/ /$$__  $$
| $$  \ $$| $$  \ $$| $$  \ $$   | $$   | $$     | $$  \ $$| $$        | $$  | $$  \ $$
| $$$$$$$/| $$  | $$| $$$$$$$/   | $$   | $$$$$  | $$  | $$| $$        | $$  | $$  | $$
| $$____/ | $$  | $$| $$__  $$   | $$   | $$__/  | $$  | $$| $$        | $$  | $$  | $$
| $$      | $$  | $$| $$  \ $$   | $$   | $$     | $$  | $$| $$        | $$  | $$  | $$
| $$      |  $$$$$$/| $$  | $$   | $$   | $$     |  $$$$$$/| $$$$$$$$ /$$$$$$|  $$$$$$/
|__/       \______/ |__/  |__/   |__/   |__/      \______/ |________/|______/ \______/ 
*/

#portfolio {
    position: relative;
    z-index: 400;
    height: 250%;
    max-height: 1500px;
    overflow: hidden;
}

#portfolio h1 {
    color: #FFF;
    position: fixed;
    z-index: 401;
    left: 40px;
    top: 100px;
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#portfolio .cycle-slideshow section {
    height: 250%!important;
}

#portfolio .cycle-slideshow section {
    width: 100%;
    height: 250%;
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #portfolio .cycle-nav {
        position: fixed;
        bottom: 238px;
        z-index: 403;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 800px;
    }


    #portfolio .cycle-nav a {
        padding: 0 2px;
        font-size: 36px;
        line-height: 0;
        text-decoration: none;
        color: rgba(255,255,255,.5);
    }
    #portfolio .cycle-nav a.cycle-pager-active,
    #portfolio .cycle-nav a.cycle-pager-active:focus,
    #portfolio .cycle-nav a.cycle-pager-active:hover {
        color: rgba(255,255,255,1);
        border: none;
        outline: none;
    }
    #portfolio .cycle-nav a:hover {
        color: rgba(255,255,255, 1);
    }


    #portfolio .cycle-overlay {
        position: fixed;
        bottom: 40px;
        height: 250px;
        width: calc(100% - 80px);
        color: #FFF;
        background-color: rgba(72, 79, 102, .8);
        padding: 55px 40px 40px;
        text-align: center;
        z-index: 402;
        max-width: 1140px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    #portfolio .cycle-overlay div:nth-child(1) {
        color: #FFF;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #portfolio .cycle-overlay div:nth-child(2) {
        font-size: 16px;
        line-height: 24px;
        max-width: 900px;
        margin: 0 auto;
    }


@media (max-width: 768px) {
    #portfolio {
        display: none;
    }
}

/* 
  /$$$$$$  /$$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$
 /$$__  $$| $$__  $$ /$$__  $$| $$  | $$|__  $$__/
| $$  \ $$| $$  \ $$| $$  \ $$| $$  | $$   | $$   
| $$$$$$$$| $$$$$$$ | $$  | $$| $$  | $$   | $$   
| $$__  $$| $$__  $$| $$  | $$| $$  | $$   | $$   
| $$  | $$| $$  \ $$| $$  | $$| $$  | $$   | $$   
| $$  | $$| $$$$$$$/|  $$$$$$/|  $$$$$$/   | $$   
|__/  |__/|_______/  \______/  \______/    |__/   
*/

#about {
    position: relative;
    z-index: 900;
    min-height: 95%;
    max-height: none;
    background: url(/_assets/images/about/emily-betts-susanin.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}

#about .biography {
    width: 50%;
    float: right;
    border-left: 1px #FFF solid;
    padding: 0 40px 40px 40px ;
}

@media (max-width: 768px) {

    #about {
        background-image: none;
        background-color: #DADDE5;
        color: #484F66;
    }

    #about .biography {
        width: 100%;
        float: none;
        border-left: 0px #FFF solid;
        padding: 0 ;
    }

    #about .biography img {
        margin-bottom: 40px;
    }

    #about .biography button {
        color: #484F66;
        border: 1px #484F66 solid;
        margin: 0 auto;
    }
    
    #about .biography button:hover,
    #about .biography button:focus {
        border: 1px #484F66 solid;
        color: #FFFFFF;
        background-color: #484F66;
        transition: color .2s;
        transition: background-color .2s;
    }
}

/* 
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__//$$__  $$ /$$__  $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$  | $$  \ $$| $$  \__/   | $$   
| $$      | $$  | $$| $$ $$ $$   | $$  | $$$$$$$$| $$         | $$   
| $$      | $$  | $$| $$  $$$$   | $$  | $$__  $$| $$         | $$   
| $$    $$| $$  | $$| $$\  $$$   | $$  | $$  | $$| $$    $$   | $$   
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$  | $$  | $$|  $$$$$$/   | $$   
 \______/  \______/ |__/  \__/   |__/  |__/  |__/ \______/    |__/   
*/

#contact {
    position: relative;
    z-index: 900;
    background-color: #484F66;
    color: #FFF;
}

#contact h3 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}

#contact h3 a {
    color: #DADDE5;
}
#contact form {
    max-width: 900px;
    margin: 0 auto;
}

#contact form p {
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto 10px auto;
}

#contact form p label {
    width: 20%;
    margin-right: 10px;
    display: block;
    float: left;
    text-align: right;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
}

#contact form p textarea,
#contact form p input {
    width: calc(75% - 10px);
    float: left;
    border: none;
    border: 1px #484F66 solid;
    background-color: rgba(255,255,255,.1);
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    transition: background-color .5s;
}


#contact form p textarea:focus,
#contact form p input:focus {
    transition: background-color .5s;
    background-color: rgba(255,255,255,.2);
    outline: 0;
}

#contact form p textarea {
    height: 200px;
    resize: none;
}

#contact form p:last-child{
    padding-left: 12.5%;
    margin-top: 30px;
}

#contact form p button {
    margin: 0 auto;
}

@media (max-width: 768px) {
    #contact form p label {
        width: 100%;
        float: none;
        text-align: left;
    }

    #contact form p textarea,
    #contact form p input {
        width: 100%;
        float: none;
    }

    #contact form p:last-child{
        padding-left: 0%;
    }

}

/* 
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$ 
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
*/

footer {
    position: relative;
    z-index: 850;
    padding: 30px 0;
    background-color: #FFF;
}

footer p {
    text-align: center;
    margin: 0;
    line-height: 28px;
}

footer a {
    color: #484F66;
    text-decoration: underline;
}

footer a:hover{
    color: #000;
}

footer .pipe {
    padding: 0 5px;
    color: #868799;
}

/* 
  /$$$$$$  /$$$$$$$  /$$$$$$$$  /$$$$$$  /$$$$$$  /$$$$$$  /$$        /$$$$$$ 
 /$$__  $$| $$__  $$| $$_____/ /$$__  $$|_  $$_/ /$$__  $$| $$       /$$__  $$
| $$  \__/| $$  \ $$| $$      | $$  \__/  | $$  | $$  \ $$| $$      | $$  \__/
|  $$$$$$ | $$$$$$$/| $$$$$   | $$        | $$  | $$$$$$$$| $$      |  $$$$$$ 
 \____  $$| $$____/ | $$__/   | $$        | $$  | $$__  $$| $$       \____  $$
 /$$  \ $$| $$      | $$      | $$    $$  | $$  | $$  | $$| $$       /$$  \ $$
|  $$$$$$/| $$      | $$$$$$$$|  $$$$$$/ /$$$$$$| $$  | $$| $$$$$$$$|  $$$$$$/
 \______/ |__/      |________/ \______/ |______/|__/  |__/|________/ \______/ 
*/

button {
    padding: 13px 40px;
    color: #FFF;
    border: 1px #FFF solid;
    display: block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    transition: color .2s;
    transition: background-color .2s;
    font-weight: 500;
}

button:hover,
button:focus {
    border: 1px #FFF solid;
    color: #484F66;
    background-color: #FFF;
    transition: color .2s;
    transition: background-color .2s;
}

.hidden {
    display: none !important;
}

.notifyjs-corner {
    z-index: 10000!important;
}

    .tablet_hide { display: inline-block!important; }
    .tablet_show { display: none!important; }

    .mobile_hide { display: inline-block!important; }
    .mobile_show { display: none!important; }

@media (max-width: 900px) {

    .tablet_hide { display: none!important; }
    .tablet_show { display: block!important; }


}
@media (max-width: 512px) {

    .mobile_hide { display: none!important; }
    .mobile_show { display: block!important; }

}