@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";

@font-face {
    font-family: 'LMRomanSlant10';
    src: url("fonts/lmromanslant10-regular-webfont.eot");
    src: url("fonts/lmromanslant10-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/lmromanslant10-regular-webfont.woff") format("woff"), url("fonts/lmromanslant10-regular-webfont.ttf") format("truetype"), url("fonts/lmromanslant10-regular-webfont.svg#latin_modern_roman_slante10Rg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

header,
footer,
main,
section {
    display: block
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

hr {
    box-sizing: content-box;
    height: 0;
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?3hi6ws");
    src: url("fonts/icomoon.eot?3hi6ws#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?3hi6ws") format("truetype"), url("fonts/icomoon.woff?3hi6ws") format("woff"), url("fonts/icomoon.svg?3hi6ws#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chevron-thin-left:before {
    content: "\e904"
}

.icon-chevron-thin-right:before {
    content: "\e905"
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-family: "LMRomanSlant10", serif;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 415px) {
    body {
        font-size: 14px
    }
}

::selection {
    background: #aeb7ba;
}

::-moz-selection {
    background: #aeb7ba;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Raleway", Helvetica, sans-serif;
    color: #222;
}

h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
    color: #037196;
}

h1, h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 1;
}

@media (max-width: 640px) {
    h1, h2 {
        font-size: 30px;
    }
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #037196;
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:focus {
    color: #013d51;
}

.section {
    position: relative;
    height: 450px;
    margin: 15px;
    background-color: #efefef;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section {
        width: 1440px;
        max-width: 95%;
        height: 600px;
        margin: 30px auto;
    }
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#hero .wrapper .welcome {
    width: 45%;
    margin: 30px 0;
}

#hero .wrapper .welcome p {
    max-width: 450px;
}

#hero .wrapper .photographer {
    width: 55%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 0
}

@media (max-width: 1023px) {
    #hero .wrapper .welcome {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }

    #hero .wrapper .photographer {
        display: none
    }
}

#about .wrapper .camera {
    width: 45%
}

#about .wrapper .camera img {
    width: 85%
}

#about .wrapper .blurb {
    width: 55%
}

#about .wrapper .blurb p {
    max-width: 600px;
}

@media (max-width: 1023px) {
    #about .wrapper .camera {
        display: none
    }

    #about .wrapper .blurb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center;
    }
}

#full-slide .banner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

#full-slide .banner li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

#full-slide .banner li.active {
    opacity: 1;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out
}

#full-slide .banner li:nth-child(1) {
    background-image: url("../img/full-slide/thumb-1.jpg")
}

#full-slide .banner li:nth-child(2) {
    background-image: url("../img/full-slide/thumb-2.jpg")
}

#full-slide .banner li:nth-child(3) {
    background-image: url("../img/full-slide/thumb-3.jpg")
}

#full-slide i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    width: 60px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#full-slide i:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

#full-slide .prev {
    left: 30px
}

#full-slide .next {
    right: 30px
}

@media (max-width: 767px) {
    #full-slide i {
        -webkit-transform: translateY(-50%) scale(.7);
        transform: translateY(-50%) scale(.7)
    }

    #full-slide i:hover {
        -webkit-transform: translateY(-50%) scale(.8);
        transform: translateY(-50%) scale(.8)
    }

    #full-slide .prev {
        left: 0
    }

    #full-slide .next {
        right: 0
    }
}

.footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.footer .blurb {
    width: 100%;
    max-width: 700px;
    margin-top: -45px;
}

.footer .copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 12px;
}