html, body {
    background-color: #000;
}
* {
    font-family: Montserrat;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#mission {
    background-image: url(../img/mission.JPG);
    background-size: auto 150%;
}
#experience {
    background-image: url(../img/work.jpg);
}
#personal {
    background-image: url(../img/personal.JPG);
    background-size: auto 135%;
}
#advantage {
    background-image: url(../img/cheesecake.JPG);
    background-size: auto 250%;
}
#drop {
    background-image: url(../img/drop.JPG);
    background-size: auto 140%;
}
#craft {
    background-image: url(../img/craft.JPG);
    background-size: auto 125%;
}
#special {
    background-image: url(../img/special.JPG);
}
.who {
    background-image: url(../img/try1.png);
}
.offer {
    background-image: url(../img/try2.png);
}
.include {
    background-image: url(../img/try3.png);
}
.cont {
    background-image: url(../img/try4.png);
}
.instagram {
    background-image: url(../img/ig.svg);
}
a.s {
    text-decoration: none;
    color: inherit;
}
#gallery {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .9);
}
#gallery-image {
    position: relative;
    z-index: 102;
    display: inline-block;
    width: 80vw;
    height: 100vh;
    padding: 5vh 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#gallery-left, #gallery-right {
    position: absolute;
    z-index: 102;
    top: 0;
    width: 5vw;
    min-width: 40px;
    max-width: 80px;
    height: 100%;
    cursor: pointer;
    opacity: .8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#gallery-left {
    left: 0;
    background-image: url(../img/left.svg);
}
#gallery-right {
    right: 0;
    background-image: url(../img/right.svg);
}
#gallery-left:hover, #gallery-right:hover, #gallery-x:hover {
    opacity: 1;
}
#gallery-cover {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gallery-x {
    position: absolute;
    z-index: 102;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: .8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/x.svg);
}
@media (max-width: 999px) {
    #experience {
        background-image: url(../img/mobile.jpg);
    }
    #navbar {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-color: #000;
    }
    #navbar-inner {
        position: relative;
        top: 0;
        max-width: 100vw;
        height: 80px;
        margin: 0;
    }
    #navbar-logo {
        width: 80%;
        height: 100%;
        background-image: url(../img/logo-text.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: inline-block;
    }
    #mobile-menu {
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        background-image: url(../img/menu.svg);
        background-size: 8vw;
        background-repeat: no-repeat;
        background-position: center;
        opacity: .75;
    }
    #navbar ul {
        display: none;
    }
    #navbar.expand #navbar-inner {
        margin: 0;
        max-width: 100vw;
    }
    #navbar.expand a {
        text-decoration: none;
    }
    #navbar.expand ul {
        display: block;
        width: 100%;
        background-color: #000;
        margin: -24px 0 0 0;
        padding: 8px;
        max-height: calc(100vh - 60px);
        overflow-y: scroll;
    }
    #navbar.expand ul li {
        font-size: 15px;
        display: block;
        margin: 2vh 5px;
        padding: 8px 20px;
        color: #fff;
        text-decoration: none;
    }
    #navbar.expand {
        height: auto;
    }
    #navbar ul.sub li {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    li.sub {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    li.sub > a {
        display: none;
    }
    ul.sub {
        padding: 0 !important;
    }
    #header {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(50vh - 80px);
        background-color: #000;
        background-image: url(../img/logo-image.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #home {
        position: absolute;
        top: calc(52vh);
        left: 0;
        width: 100%;
        height: calc(46vh);
        max-height: 400px;
        background-color: #000;
    }
    #home-nav {
        position: relative;
        max-width: 1200px;
        height: 100%;
        margin: 0;
    }
    .home-nav {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: calc(50% - 8px);
        height: 50%;
        margin: 4px;
        vertical-align: top;
        text-decoration: none;
        border-radius: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .home-nav span {
        font-size: 32px;
        line-height: 23vh;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        color: #e8f717;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, .333);
    }
    #content {
        position: absolute;
        top: 50vh;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 255, .05);
    }
    #content.no-header {
        top: 80px;
    }
    .content-section {
        position: relative;
        width: 100%;
        margin: 0;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .content-section .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    }
    .inner {
        position: relative;
        top: 0;
        width: 100%;
        margin: 0 auto;
        padding: 80px 20px 40px;
        text-align: left;
    }
    h1 {
        font-size: 48px;
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
        color: #e8f717;
    }
    h2 {
        font-size: 42px;
        margin: 0;
        text-transform: uppercase;
        color: #e8f717;
    }
    p.h {
        font-size: 18px;
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding: 80px 0;
        text-align: center;
    }
    p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
    }
    #content li {
        font-size: 15px;
        line-height: 15px;
        margin: 0 0 5px 0;
        color: #fff;
    }
    #content li>span {
        text-decoration: underline;
        color: #e8f717;
    }
    #contact-button {
        font-size: 22px;
        position: relative;
        display: block;
        width: 260px;
        margin: 50px auto;
        padding: 12px 50px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border-radius: 500px;
        background-color: #006dbb;
    }
    .contact {
        border-radius: 500px;
        background-color: #006dbb;
    }
    .contact:hover, #contact-button:hover {
        cursor: pointer;
        color: #fff;
        background-color: #003d9b;
    }
    #navbar.expand .contact {
        border-radius: 0;
        background-color: transparent;
    }
    #footer {
        width: 100%;
        background: #00000c;
    }
    #footer .inner {
        padding: 20px;
    }
    #footer .copyright, #footer .social, #footer .address {
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }
    #footer p {
        font-size: 14px;
        line-height: 18px;
        display: inline;
        margin: 0;
        padding: 0;
        color: rgba(255, 255, 255, .9);
    }
    #footer .social>a {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 10px;
        opacity: .9;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #contact {
        background-color: #000;
    }
    #contact .inner {
        min-height: calc(100vh - 224px);
        text-align: center;
    }
    #contact .half h1 {
        padding: 0 0 50px 0;
        text-align: center;
    }
    #contact .half {
        width: 100%;
        padding: 0;
        vertical-align: middle;
    }
    #contact-logo {
        display: none;
    }
    #contact input, textarea {
        font-size: 18px;
        width: 100%;
        margin: 10px 0;
        padding: 10px;
        color: #fff;
        border: none;
        border-radius: 6px;
        outline: none;
        background: #223;
    }
    #contact textarea {
        max-width: 100%;
        min-height: 150px;
    }
    #contact input[type='submit'] {
        font-size: 22px;
        position: relative;
        display: block;
        width: 260px;
        margin: 50px auto 0 auto;
        padding: 12px 50px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border-radius: 500px;
        background-color: #006dbb;
    }
    #gal .inner, #clients .inner {
        padding: 0;
        text-align: center;
    }
    #clients .inner div {
        box-sizing: border-box;
        height: 33vh;
        margin: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    #gal .inner .thumb-zoom {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        width: calc(100% - 40px);
        margin: 20px;
        cursor: pointer;
        overflow: hidden;
        height: 60vw;
    }
    #gal .inner .thumb-zoom .thumb {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #gal .inner .thumb-zoom:hover .thumb {
        transform: scale(1.05);
    }
}
@media (min-width: 1000px) {
    #mobile-menu {
        display: none;
    }
    #navbar {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-color: #000;
    }
    #navbar-inner {
        position: relative;
        top: 0;
        max-width: 1600px;
        height: 80px;auto
        margin: 0 auto;
    }
    #navbar-logo {
        position: absolute;
        top: 10px;
        left: 20px;
        width: 400px;
        height: 60px;
        background-image: url(../img/logo-text.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: block;
    }
    #navbar ul {
        position: absolute;
        top: 0;
        right: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #navbar ul.sub {
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        overflow: hidden;
        width: 200px;
        margin: 0;
        padding: 0;
        list-style: none;
        opacity: 0;
        background: #000;
    }
    #navbar li.sub:hover>ul.sub {
        display: block;
        opacity: 1;
    }
    #navbar li.sub:hover {
        background: #000;
    }
    #navbar ul li {
        font-size: 15px;
        position: relative;
        display: inline-block;
        margin: 20px 5px;
        padding: 8px 20px;
        color: #fff;
    }
    #navbar ul.sub>a>li {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        margin: 10px 5px;
        padding: 8px 0 8px 20px;
    }
    #navbar li.sub {
        margin: 0;
        padding: 30px 25px;
    }
    #navbar ul li:hover, ul.sub>a>li:hover {
        cursor: pointer;
        color: #e8f717;
    }
    #header {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(50vh - 80px);
        background-color: #000;
        background-image: url(../img/logo-image.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #home {
        position: absolute;
        top: calc(52vh);
        left: 0;
        width: 100%;
        height: calc(46vh);
        max-height: 400px;
        background-color: #000;
    }
    #home-nav {
        position: relative;
        max-width: 1200px;
        height: 100%;
        margin: 0 auto 100px auto;
    }
    .home-nav {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: calc(25% - 8px);
        height: 100%;
        margin: 0 4px;
        vertical-align: top;
        text-decoration: none;
        border-radius: 25px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .home-nav span {
        font-size: 45px;
        display: block;
        width: 100%;
        height: 100%;
        padding: calc(80% - 95px) 10px 10px 10px;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        opacity: 0;
        color: #e8f717;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, .5);
    }
    .home-nav:hover span {
        opacity: 1;
    }
    #content {
        position: absolute;
        top: 580px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 255, .05);
    }
    #content.no-header {
        top: 80px;
    }
    .content-section {
        position: relative;
        width: 100%;
        margin: 0;
        text-align: center;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }
    .align-right {
        background-position: left center;
    }
    .content-section .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    }
    .align-right .gradient {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    }
    .inner {
        position: relative;
        top: 0;
        max-width: 1600px;
        margin: 0 auto;
        padding: 200px 30% 200px 100px;
        text-align: left;
    }
    .align-right>.inner {
        padding: 200px 100px 200px 30%;
    }
    .align-center>.inner {
        padding: 40px 0;
    }
    h1 {
        font-size: 64px;
        margin: 0;
        padding: 100px 0 0 0;
        text-align: center;
        color: #e8f717;
    }
    h2 {
        font-size: 42px;
        margin: 0;
        text-transform: uppercase;
        color: #e8f717;
    }
    p.h {
        font-size: 18px;
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        padding: 80px 0;
        text-align: center;
    }
    p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(255, 255, 255, .9);
    }
    #content li {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 5px 0;
        color: rgba(255, 255, 255, .9);
    }
    #content li>span {
        text-decoration: underline;
        color: #e8f717;
    }
    #contact-button {
        font-size: 22px;
        position: relative;
        display: block;
        width: 260px;
        margin: 50px auto 100px auto;
        padding: 12px 50px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border-radius: 500px;
        background-color: #006dbb;
    }
    .contact {
        border-radius: 500px;
        background-color: #006dbb;
    }
    .contact:hover, #contact-button:hover, #contact input[type='submit']:hover {
        cursor: pointer;
        color: #fff;
        background-color: #003d9b;
    }
    #footer {
        width: 100%;
        background: #00000c;
    }
    #footer .inner {
        padding: 50px 20px;
    }
    #footer .copyright, #footer .social, #footer .address {
        display: inline-block;
        width: 33%;
        vertical-align: middle;
    }
    #footer p {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        color: rgba(255, 255, 255, .9);
    }
    #footer .social {
        text-align: center;
    }
    #footer .address {
        text-align: right;
    }
    #footer .social>a {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 10px;
        opacity: .8;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    #footer .social>a:hover {
        opacity: 1;
    }
    #contact {
        background-color: #000;
    }
    #contact .inner {
        min-height: calc(100vh - 224px);
        text-align: center;
    }
    #contact .half h1 {
        padding: 0 0 50px 0;
        text-align: center;
    }
    #contact .half {
        position: relative;
        display: inline-block;
        width: calc(50% - 80px);
        min-height: 500px;
        padding: 40px;
        vertical-align: middle;
    }
    #contact-logo {
        width: 100%;
        min-height: 300px;
        background-image: url(../img/logo-image.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }
    #contact input, textarea {
        font-size: 18px;
        width: 100%;
        margin: 10px 0;
        padding: 10px;
        color: #fff;
        border: none;
        border-radius: 6px;
        outline: none;
        background: #223;
    }
    #contact textarea {
        max-width: 100%;
        min-height: 150px;
    }
    #contact input[type='submit'] {
        font-size: 22px;
        position: relative;
        display: block;
        width: 260px;
        margin: 50px auto 0;
        padding: 12px 50px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border-radius: 500px;
        background-color: #006dbb;
    }
    #gal .inner, #clients .inner {
        padding: 100px 0;
        text-align: center;
    }
    #gal .inner .thumb-zoom {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        width: calc(33.33% - 40px);
        margin: 20px;
        cursor: pointer;
        overflow: hidden;
        height: 20vw;
    }
    #gal .inner .thumb-zoom .thumb {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #gal .inner .thumb-zoom:hover .thumb {
        transform: scale(1.05);
    }
    #clients .inner div {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        width: calc(20% - 80px);
        height: 240px;
        margin: 20px;
        cursor: pointer;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}
