/* ------------- STYLE ------------- */

body {
    background-color: transparent;
    font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 62.5%;
    color: #333333;
    line-height: 1.3;
    width: 100%;
}

.linky {
    text-decoration: none;
    color: #333333;
}

a {
    text-decoration: none;
}

a h2:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

h1,
h2,
h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: 700;
}

p {
    font-size: 1.8em;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

hr {
    border: 0;
    height: 2px;
    padding: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(152, 188, 75, 0.75), rgba(0, 0, 0, 0));
    width: 100px;
}

.smoothScroll {
    display: block;
    height: 51px;
    margin-top: -51px;
    visibility: hidden;
}


/* ------------- NAV ------------- */

#promoimg {
    width: 100%;
    background-image: url(../images/IMG_2252.JPG);
    background-size: cover;
    background-position: center center;
    margin-bottom: -15px;
    display: block;
    padding-bottom: 100px;
}

#promoimg h2 {
    margin-bottom: 25px;
}

#promoimg p {
    color: #e5e5e5;
}

#promoimg span {
    color: orangered;
    font-weight: 600;
}

.item img {
    width: 50%;
    float: left;
}

#centerbtn {
    width: 100px;
    border: 3px solid white;
    font-size: 1.75em;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    margin: 0 auto;
    color: white;
    transition: 0.3s;
    margin-top: 50px;
    border-radius: 10px;
    font-weight: 600;
}

#centerbtn:hover {
    background-color: orangered;
    border: 3px solid orangered;
    transition: 0.3s;
}

#infobtn {
    color: white;
    margin: 0 auto;
    display: block;
}

.logo {
    display: inline-block;
    width: 80%;
    text-indent: -9999px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 7.5% center;
    height: 30px;
}

nav {
    background-color: #565d46;
    position: fixed;
    width: 100%;
    z-index: +30000;
}

nav ul li a {
    text-decoration: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 1.5em;
    transition: 0.5s;
    display: block;
    padding: 12px 0px;
    letter-spacing: 0.1em;
}

nav ul li a:hover {
    color: #e3530c;
    transition: 0.5s;
}

#about {
    padding-top: 5px;
    border-top: solid 1px #444444;
}

#contact_nav {
    padding-bottom: 5px;
}

a.nav-active {
    opacity: 0.5;
    width: 100%;
}

#scroll_down.nav-active {
    background-color: transparent;
}

#bottomtexture2 {
    background-image: url(../images/texture-top.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1000;
    display: block;
    position: relative;
    visibility: hidden;
}


/* Hamburger Menu */

nav ul {
    display: none;
    height: auto;
}

#pull {
    display: inline-block;
    margin-right: 0px;
    width: 40px;
    height: 33px;
    text-indent: -9999px;
    background-image: url(../images/nav-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: solid 1px #505641;
    transition: 0.3s;
    margin-left: 85%;
}

#pull:hover {
    background-color: #e3530c;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* ------------- INTRO ------------- */

.intro {
    background-image: url(../images/htbackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding: 100px 0px;
    padding-bottom: 80px;
}

#centerlogo {
    width: 200px;
    margin: auto;
}

.intro h1 {
    text-align: center;
    font-size: 5em;
    padding: 30px 0%;
}

.intro p {
    padding: 0px 15%;
    font-size: 1.6em;
    margin-bottom: 25px;
    font-family: 'Merriweather', serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 1.5em;
}

#button {
    width: 50px;
    margin: auto;
    margin-bottom: 5px;
}

#scroll_down {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 49px 49px;
    opacity: 0.5;
    transition: 0.5s;
    text-
}

#scroll_down:hover {
    opacity: 1;
    transition: 0.5s;
}


/* ------------- ABOUT ------------- */

#profile {
    border-radius: 50%;
    margin-top: 65px;
    margin-bottom: 40px;
    border: solid 1em #E8E8E8;
    width: 93%;
}

#centerprofile {
    margin: auto;
    width: 85%;
    max-width: 300px;
}

.about h2 {
    text-align: center;
    font-size: 4em;
    padding-bottom: 10px;
    color: #465d50;
}

.about p {
    padding: 15px 5%;
}

.about span a {
    text-decoration: none;
    color: #98BC4B;
    transition: 0.3s;
}

.about span a:hover {
    color: #465622;
    transition: 0.3s;
}

.socialmedia_about {
    margin-top: 15px;
    margin-bottom: 60px;
}

#centersocial {
    width: 215px;
    margin: auto;
}

.socialmedia_about li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.socialmedia_about li:hover {
    background-color: #98BC4B;
}

.socialmedia_about li a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

#icofb {
    background-image: url(../images/ico-fb-dark.svg);
    margin-right: 30px;
}

#icofb:hover {
    background-image: url(../images/ico-fb-light.svg);
}

#icotwitter {
    background-image: url(../images/ico-twitter-dark.svg);
}

#icotwitter:hover {
    background-image: url(../images/ico-twitter-light.svg);
}

#icoin {
    background-image: url(../images/ico-in-dark.svg);
    margin-left: 30px;
}

#icoin:hover {
    background-image: url(../images/ico-in-light.svg);
}


/* ------------- SERVICES ------------- */

#instah2 {
    font-size: 2.5em;
}

#toptexture {
    background-image: url(../images/texture-bottom.png);
    height: 24px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -21px;
}

#toptexture3 {
    background-image: url(../images/texture-bottom.png);
    height: 30px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10000;
    position: relative;
}

#toptexture2 {
    background-image: url(../images/texture-bottom.png);
    height: 25px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1000;
    margin-top: -21px;
    position: relative;
}

#bottomtexture {
    background-image: url(../images/texture-top.png);
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1000;
    display: block;
    position: relative;
}

.services {
    background-color: #fff;
    padding: 95px 0px;
    overflow: auto;
    background-image: url(../images/content-bg.png)
}

.services2 {
    background-color: #fff;
    padding: 50px 0px;
    overflow: auto;
}

.hideme span {
    color: orangered;
}

.services h2,
.services2 h2 {
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 15px;
    color: #565d46;
    margin-top: 35px;
}

.services figcaption {}

.services p,
.services figcaption {
    width: 90%;
    color: #212722;
    font-size: 1.8em;
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services h3 {
    text-align: center;
    font-size: 2.3em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #317C00;
}

.services .centerimg {
    margin: 30px 0px 35px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 75px;
}

.services figure img {
    width: 75px;
    height: 75px;
}


/* ------------- MARKETING ------------- */

.promo {
    clear: both;
    overflow: auto;
    z-index: 10;
    width: 100%;
}

.promoleft {
    width: 100%;
    background-color: #565d46;
    background-image: url(../images/watermarks2.png);
    background-position: center center;
    padding-bottom: 75px;
}

.promoleft2 {
    width: 100%;
    background-color: #565d46;
    background-image: url(../images/watermarks2.png);
    background-position: center center;
    padding-bottom: 75px;
}

.promoleft img {
    margin-top: 75px;
}

.promoleft2 img {
    margin-top: 75px;
}

.promoleft p {
    color: white;
    width: 65%;
    margin-bottom: 15px;
}

.promoleft2 p {
    color: white;
    width: 65%;
    margin-bottom: 15px;
}

.promoright {
    background-image: url(../images/promopic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.promoright2 {
    background-image: url(../images/promopic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.promo h2 {
    font-size: 3.6em;
    text-align: center;
    margin-bottom: 15px;
    color: white;
}

.marketing {
    background-image: url(../images/marketingbg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

.marketing p {
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    width: 85%;
    margin-bottom: 25px;
}

.marketing span {
    color: #98bc4b;
}

.marketing a {
    display: block;
    height: 35px;
    border: solid white 1px;
    width: 140px;
    padding-right: 10px;
    padding-top: 17px;
    margin-top: 25px;
    background-image: url(../images/pdf_white.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition: 0.5s;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5em;
    padding-left: 15px;
}

#centermarketing {
    width: 167px;
    margin: 0px auto;
}

.marketing a:hover {
    color: #98bc4b;
    transition: 0.5s;
    background-color: white;
    background-image: url(../images/pdf_green.png);
}


/* ------------- PORTFOLIO ------------- */

.portfolio {
    z-index: 10;
    position: block;
    padding: 0px;
    width: 100%;
    overflow: auto;
    margin-top: -24px;
    clear: both;
}

.portfolio h2 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 10px;
}

.portfolio ul {
    margin: 0px;
}

.portfolio li {
    width: 100%;
    float: left;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(75%);
}

.portfolio li img {
    width: 100%;
    height: 100%;
    margin-bottom: -3px;
}

span.roll {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    /* box-shadow: inset 0 0 0 5px #b49758; */
}

li:hover {
    -webkit-filter: grayscale(0%);
}


/* ------------- CLIENTS ------------- */

.clients {
    border-top: solid 2px #444444;
    border-bottom: solid 2px #444444;
    background-color: #333333;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 65px;
}

#whitehr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    padding: 0;
}

.clients h2 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 15px;
}


/* ------------- CONTACT ------------- */

.contact {
    padding: 90px 0px;
    padding-bottom: 75px;
}

.contact h2 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 15px;
}

.contact p {
    margin-top: 25px;
    margin-bottom: 45px;
    width: 90%;
}

.contact form input {
    font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
    background-color: #F6F6F6;
    height: 75px;
    width: 90%;
    padding-left: 5%;
    font-size: 2.5em;
    border-bottom: solid 1px #d5d5d5;
    border-top: none;
    border-left: none;
    border-right: none;
}

input-placeholder {
    color: #e74c3c;
}

#name {
    border-top: solid 1px #e1e1e1;
}

#contact_message {
    padding-bottom: 125px;
}

input:focus {
    outline: 0;
}

#contact_submit {
    display: block;
    text-align: left;
    background-color: #F6F6F6;
    font-size: 1.9em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    color: #333333;
    border: solid 2px #333333;
    background-image: url(../images/submit-btn-dark.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-top: 20px;
    padding-left: 55px;
    width: 115px;
    height: 40px;
    cursor: pointer;
}

#contact_submit:hover {
    background-color: #98BC4B;
    color: white;
    border: solid 2px #F6F6F6;
    background-image: url(../images/submit-btn.png);
    transition: 0.3s;
}

input.formInvalid::-webkit-input-placeholder {
    color: #e74c3c;
}


/* ------------- Footer ------------- */

footer {
    background-color: #fff;
    background-image: url(../images/watermarks2.png);
    color: #fff;
}

footer h3 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 15px;
    display: inline-block;
    color: #E3530D;
    letter-spacing: 0.1em;
}

footer p {
    font-size: 1.9em;
    color: #212722;
    line-height: 1.5em;
}

#amaze {
    font-size: 2.3em;
}

.info li {
    margin: 60px;
    margin-left: auto;
    margin-right: auto;
}

footer #logo_footer {
    transition: 0.5s;
}

.centerthumbs {
    width: 180px;
    margin: 0px auto;
}

.centerthumbs2 {
    width: 223px;
    margin: 0px auto;
    margin-top: 25px;
}

#centerfooterimg {
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 0px;
    max-width: 75px;
}

#centerleftimg {
    margin: 0px auto;
    margin-bottom: 25px;
    margin-top: 15px;
    max-width: 75px;
}

#centerpromoimg {
    margin: 0px auto;
    margin-bottom: 25px;
    padding-top: 100px;
    margin-top: -25px;
    max-width: 75px;
}

.footerhover {
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
}

.footerhover h3:hover {
    transition: 0.5s;
    opacity: 1;
    color: #212722;
}

.socialmedia_footer {
    margin-top: 70px;
    width: 165px;
}

#centerfooter {
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
}

.socialmedia_footer li {
    display: inline-block;
    width: 30px;
    height: 35px;
    text-indent: -9999px;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.socialmedia_footer li a {
    display: block;
    height: 30px;
}

#footerfb {
    background-image: url(../images/ico-fb-dark.svg);
    margin-right: 30px;
}

#footerinsta {
    background-image: url(../images/ico-insta-dark.svg);
}

#footerin {
    background-image: url(../images/ico-in-dark.svg);
    margin-left: 30px;
}

footer #logo_footer:hover {
    opacity: 1;
    transition: 0.5s;
}

#footerfb:hover {
    opacity: 1;
}

#footertwitter:hover {
    opacity: 1;
    transition: 0.5s;
}

#footerin:hover {
    opacity: 1;
    transition: 0.5s;
}

#copyright {
    margin-top: 70px;
    padding-bottom: 20px;
    font-size: 1.3em;
    color: #212722;
}

#footerlink {
    text-decoration: none;
    color: #212722;
    font-weight: 900;
}


/* ------------- 404------------- */

#etmain {
    background-color: #E8E8E8;
    padding-top: 50px;
    border-radius: 200%;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

#etmain img {
    width: 100%;
    margin-top: 25px;
    margin-left: 10%;
    z-index: -1;
    position: relative;
    transition: 2s;
}

#etmain a {
    display: block;
    text-align: center;
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    color: #333333;
    font-size: 2em;
    border: 4px solid #333333;
    transition: 0.5s;
    border-radius: 200%;
}

#etmain p {
    color: #666666;
    margin-top: 25px;
    opacity: 0.8;
}

#etmain a:hover {
    background-color: #98BC4B;
    transition: 0.5s;
    color: white;
    border: 4px solid #E8E8E8;
}

.centerphone {
    margin: 0px auto;
    width: 200px;
}

.centeret {
    margin: 0px auto;
    width: 250px;
    height: 276px;
    position: relative;
    z-index: 2;
    transition: 2s;
}

#cop {
    font-size: 1.2em;
    padding-top: 20px;
    margin-top: 10px;
    opacity: 0.7;
}

.cop {
    background-color: #F6F6F6;
    margin-top: -20px;
    z-index: 20;
    position: relative;
}

@keyframes blink {
    0% {
        box-shadow: 0 0 30px #98BC4B;
    }
    50% {
        box-shadow: 0 0 0;
    }
    100% {
        box-shadow: 0 0 30px #98BC4B;
    }
}

@-webkit-keyframes blink {
    0% {
        box-shadow: 0 0 30px #98BC4B;
    }
    50% {
        box-shadow: 0 0 0;
    }
    100% {
        box-shadow: 0 0 30px #98BC4B;
    }
}

@keyframes bob {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes bob {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes blink2 {
    0% {
        box-shadow: 0 0 30px #98BC4B;
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
    50% {
        box-shadow: 0 0 0;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        box-shadow: 0 0 30px #98BC4B;
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
}

@-webkit-keyframes blink2 {
    0% {
        box-shadow: 0 0 30px #98BC4B;
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
    50% {
        box-shadow: 0 0 0;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        box-shadow: 0 0 30px #98BC4B;
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
}

.glow {
    -webkit-animation: blink 3.0s linear infinite;
    animation: blink 3.0s linear infinite;
    background-color: #98BC4B;
    border-radius: 200%;
    height: 7px;
    width: 7px;
    position: relative;
    left: 267px;
    top: -186px;
    transition: 1s;
}

.extraglow {
    -webkit-animation: blink2 1.0s linear infinite;
    animation: blink2 1.0s linear infinite;
    transition: 1s;
    width: 10px;
    height: 10px;
    left: 267px;
    top: -186px;
}

.moveet {
    animation-name: bob;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 2s;
}


/*-------------------------- MEDIAQUERY 480px --------------------------*/

@media all and (min-width: 480px) {
    /* ------------- Font Sizes @480px------------- */
    .intro h1 {
        letter-spacing: 0.5em;
    }
    .about h2,
    .services h2,
    .services2 h2 {
        font-size: 3.5em;
        letter-spacing: 0.09em;
    }
    .promo H2 {
        margin-top: 45px;
        font-size: 3.5em;
        letter-spacing: 0.09em;
        margin-bottom: 45px;
    }
}


/*-------------------------- MEDIAQUERY 768px --------------------------*/

@media all and (min-width: 768px) {
    /* ------------- STYLE @768px------------- */
    .item img {
        width: 33%;
    }
    hr {
        width: 200px;
    }
    .smoothScroll {
        display: block;
        height: 80px;
        margin-top: -81px;
        visibility: hidden;
    }
    a.nav-active {
        width: auto;
    }
    .hideme,
    .hideme2,
    .hideme3,
    .hideme4 {
        opacity: 0;
    }
    .slidehide {
        opacity: 0;
        -moz-transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }
    .slideuphide {
        opacity: 0;
        -moz-transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -moz-transform: translate3d(0px, +50px, 0px);
        -webkit-transform: translate3d(0px, +50px, 0px);
        -o-transform: translate(0px, +50px);
        -ms-transform: translate(0px, +50px);
        transform: translate3d(0px, +50px, 0px);
        ;
    }
    .slidehide.in-view,
    .slideuphide.in-view {
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
    /* ------------- NAV @768px ------------- */
    #wrapper {
        max-width: 1150px;
        width: 90%;
        margin: auto;
    }
    #offerte_nav {
        color: white;
    }
    #offertenav {
        color: #e3530c;
        font-weight: 600;
        font-size: 1.7em;
    }
    nav {
        background-color: #FFF;
        transition: all 0.4s ease;
        height: 60px;
        border-bottom: none;
        transition: all 0.4s ease;
        border-bottom: none;
    }
    .logo {
        background-position: center center;
        width: 50px;
        height: 50px;
        margin-top: 25px;
        float: left;
    }
    .sticky .logo {
        margin-top: 15px;
    }
    nav ul {
        display: block;
        float: right;
        margin-top: 15px;
        height: 35px;
    }
    .sticky ul {
        margin-top: 15px;
    }
    nav ul li {
        float: left;
        padding: 0px 0%;
        font-size: 1em;
        margin-left: 40px;
    }
    nav ul li a {
        padding: 15px;
        padding-top: 2.5px;
        border-radius: 10px;
        color: #465d50;
    }
    #about {
        padding-top: 0px;
        border-top: none;
    }
    #contact_nav {
        padding-bottom: 0px;
    }
    #pull {
        display: none;
    }
    #bottomtexture2 {
        height: 24px;
        margin-top: 60px;
        visibility: visible;
    }
    /* ------------- INTRO @768px ------------- */
    .intro {
        height: 75vh;
        padding-top: 25vh;
    }
    #centerlogo {
        width: 66vh;
        margin: auto;
    }
    .intro h1 {
        font-size: 10vh;
    }
    .intro p {
        font-size: 2.2vh;
    }
    /* ------------- SKILLS @768px ------------- */
    .services li {
        width: 50%;
        float: left;
    }
    /* ------------- PORTFOLIO @768px ------------- */
    #close.clearfix {
        transition: all 0.4s;
    }
    .portfolio li {
        width: 50%;
    }
    /* ------------- CONTACT @768px ------------- */
    .contact #centercontact {
        width: 90%;
        margin: 0px auto;
        max-width: 800px;
    }
    .centerthumbs {
        width: 300px;
        text-align: center;
        margin: 0px auto;
    }
    .promo {
        width: 100%;
        margin-top: -24px;
        display: block;
    }
    .promoleft {
        width: 50%;
        float: left;
        height: 550px;
        padding-bottom: 0px;
    }
    .promoleft2 {
        width: 50%;
        float: right;
        height: 550px;
        padding-bottom: 0px;
    }
    .promoright {
        width: 50%;
        float: right;
        height: 550px;
        background-position: left center;
    }
    .promoright2 {
        width: 50%;
        float: left;
        height: 550px;
        background-position: left center;
    }
    .promoleft img {
        margin-top: 0px;
    }
    .promoleft2 img {
        margin-top: 0px;
    }
    #promoimg {
        height: 85vh;
    }
}


/*-------------------------- MEDIAQUERY 992px --------------------------*/

@media all and (min-width: 992px) {
    .promoleft img {
        margin-top: 75px;
    }
    .promoleft2 img {
        margin-top: 75px;
    }
    .item img {
        width: 16.66%;
        float: left;
    }
    #instah2 {
        font-size: 3.5em;
    }
    /* ------------- INTRO @992px------------- */
    .intro {
        background-attachment: fixed;
    }
    .intro h1 {
        margin-top: 75px;
    }
    /* ------------- ABOUT @992px ------------- */
    .about {
        overflow: auto;
        max-width: 900px;
        margin: 0px auto;
        margin-top: 50px;
    }
    .about #centerprofile {
        float: left;
        width: 40%;
        max-width: 350px;
        margin: 0px 5%;
        margin-top: 80px;
    }
    .about #centerprofile img {
        margin: 0px;
        padding: 0px;
    }
    .about #floatright {
        float: right;
        width: 50%;
        margin: 50px auto;
        margin-bottom: 30px;
    }
    /* ------------- SKILLS @992px ------------- */
    .services li {
        float: left;
    }
    .portfolio li {
        width: 25%;
    }
    /* ------------- MARKETING @992px ------------- */
    .marketing {
        background-attachment: fixed;
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .marketing p {
        font-size: 4em;
        line-height: 42px;
    }
    /* ------------- FOOTER @992px ------------- */
    .info li {
        width: 100%;
        float: left;
        margin-top: 0px;
    }
    .intro h1 {
        margin-left: 2%;
    }
    #centerinfo {
        max-width: 950px;
        margin: auto;
    }
    .centerthumbs {
        width: 300px;
        text-align: center;
        margin: 0px auto;
    }
}