body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(../images/BG.jpg) top center no-repeat;
    background-color: transparent;
    background-size: 100%;
}


/* disabled */

.appbar {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    background: #8e2c25;
    margin: 0 auto;
    padding: 1% 0 0;
    text-align: center;
    z-index: 800;
}

.appbar h1 {
    font-family: Pirulen, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 28px;
    z-index: 5;
}

.appbar:before {
    content: "W-Invisible";
    font-family: Pirulen, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 28px;
}

.invi {
    margin: 40% auto 0;
    width: 90%;
    height: 30vh;
    /* border: solid 1px red; */
}

.invi h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #656565;
    margin-bottom: 8%;
}

#invi {
    width: 100%;
    height: 100%;
}

.leftbar {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 11;
    width: 0%;
    background-color: #8e2c25;
    height: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    z-index: 900;
}

.leftbar.active {
    width: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    text-align: center;
}

.logo {
    cursor: pointer;
    opacity: 0;
    position: relative;
    top: 0;
    margin: 8% auto 6%;
    height: 15vh;
    width: 36%;
    background: url(../images/waidler-white.png) top center no-repeat;
    background-color: transparent;
    background-size: 100%;
    /* border: solid 2px green; */
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.logo.active {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.menu a {
    display: inline-block;
    pointer-events: none;
    opacity: 0;
    font-family: Pirulen, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    letter-spacing: 0px;
    position: relative;
    top: 18%;
    margin: 0 10% 3%;
    /* border: solid white 1px; */
}

.menu a.active {
    pointer-events: all;
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.menu a.active:after {
    content: "";
    position: absolute;
    height: 5%;
    background-color: #fff;
    width: 0;
    left: 50%;
    bottom: 4%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}

.menu a.active:hover {
    color: #fff;
}

.menu a.active:hover:after {
    width: 95%;
}

.media {
    margin: 3% auto 0;
    width: 50%;
}

.media a {
    font-size: 30px;
}

.bubble-wrap {
    height: 50px;
    width: 12%;
    top: 0;
    left: 0;
    background: #8e2c25;
    position: fixed;
    cursor: pointer;
    display: block;
    z-index: 999;
}

.bar {
    position: relative;
    background-color: #fff;
    height: 6%;
    top: 20%;
    left: 20%;
}

.first {
    position: absolute;
    width: 45%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.first.active {
    margin-top: 25%;
    width: 70%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
    transition-delay: .4s;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition-delay: .4s;
}

.second {
    margin-top: 25%;
    width: 55%;
    position: absolute;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.second.active {
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.third {
    margin-top: 50%;
    width: 50%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.third.active {
    margin-top: 25%;
    width: 55%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.2s ease-out;
    transition-delay: .4s;
    -webkit-transition: all 0.2s ease-out;
    -webkit-transition-delay: .4s;
}

.rec {
    margin: 50% auto 0;
    width: 90%;
    height: 25vh;
    background: url(../images/rec.png) top center no-repeat;
    background-color: transparent;
    background-size: 100%;
    -webkit-animation: text-flicker-in-glow 3s linear both;
    animation: text-flicker-in-glow 3s linear both;
    border: solid 1px transparent;
}

.rec p {
    margin: 35% auto 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 26px;
    text-align: center;
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
}

.foot {
    position: relative;
    bottom: 0;
    height: 12vh;
    width: 80%;
    margin: 10px auto 10px;
    padding-top: 8px;
    text-align: center;
    background: #fffafa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    /* border: solid blue 1px; */
}

.foot a {
    cursor: pointer;
}

.foot img {
    width: 48%;
}


/* about us divs */


/* tablet */

@media only screen and (min-width: 768px) {
    /* appbar */
    .appbar {
        height: 60px;
    }
    .leftbar.active {
        width: 60%;
    }
    .logo {
        margin: 15% auto 6%;
        height: 15vh;
        width: 42%;
    }
    .menu a {
        opacity: 0;
        font-size: 25px;
        margin: 0 10% 5%;
        /* border: solid white 1px; */
    }
    .media {
        margin: 3% auto 0;
        width: 50%;
    }
    .media a {
        font-size: 38px;
    }
    .bubble-wrap {
        height: 60px;
    }
    .bar {
        top: 16%;
    }
    .first {
        width: 35%;
    }
    .first.active {
        margin-top: 25%;
        width: 50%;
    }
    .second {
        margin-top: 19.5%;
        width: 45%;
    }
    .second.active {
        opacity: 0;
        transition: all 0.2s ease-out;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .third {
        margin-top: 40%;
        width: 40%;
    }
    .third.active {
        margin-top: 25%;
        width: 50%;
    }
    .appbar:before {
        content: "Waidler invisible";
        font-family: Pirulen, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 32px;
    }
    .invi {
        margin: 20% auto 0;
        width: 85%;
        height: 50vh;
        /* border: solid 1px red; */
    }
    .invi h1 {
        font-size: 42px;
        margin-bottom: 3%;
    }
    .foot {
        position: relative;
        height: 14vh;
        margin: 40px auto 15px;
        padding-top: 8px;
    }
    .foot a {
        cursor: pointer;
    }
    .foot img {
        width: 48%;
    }
}

@media only screen and (min-width: 992px) {
    /* intro banner */
    /* custome heading for each page */
    /* services */
    .appbar {
        height: 60px;
        padding: 5px 0 0;
    }
    .appbar h1 {
        font-size: 38px;
    }
    .appbar:before {
        font-size: 36px;
    }
    .invi {
        margin: 12% auto 0;
        width: 85%;
        height: 60vh;
        /* border: solid 1px red; */
    }
    .invi h1 {
        font-size: 46px;
        margin-bottom: 3%;
    }
    .leftbar.active {
        width: 50%;
    }
    .logo {
        margin: 8% auto 0%;
        height: 15vh;
        width: 30%;
    }
    .menu a {
        display: block;
        opacity: 0;
        font-size: 22px;
        margin: 0 10% 5%;
        /* border: solid white 1px; */
    }
    .media {
        margin: 3% auto 0;
        width: 40%;
    }
    .media a {
        font-size: 32px;
    }
    .bubble-wrap {
        height: 60px;
        width: 10%;
    }
    .bar {
        top: 15%;
    }
    .first {
        width: 30%;
    }
    .first.active {
        margin-top: 25%;
        width: 40%;
    }
    .second {
        margin-top: 15%;
        width: 40%;
    }
    .second.active {
        opacity: 0;
        transition: all 0.2s ease-out;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .third {
        margin-top: 30%;
        width: 35%;
    }
    .third.active {
        margin-top: 25%;
        width: 40%;
    }
    .rec {
        margin: 20% auto 0;
        width: 80%;
        height: 40vh;
    }
    .rec p {
        margin: 30% auto 0;
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    /* disabled */
    .appbar {
        display: none;
    }
    .appbar:before {
        font-size: 36px;
    }
    .invi {
        margin: 5% auto 0;
        width: 55%;
        height: 65vh;
        /* border: solid 1px red; */
    }
    .invi h1 {
        font-size: 36px;
        margin-bottom: 3%;
    }
    /* modals */
    .leftbar {
        display: block;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 11;
        width: 0%;
    }
    .leftbar.active {
        width: 35%;
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        text-align: center;
    }
    .logo {
        cursor: pointer;
        opacity: 0;
        position: relative;
        top: 0;
        margin: 6% auto 8%;
        height: 15vh;
        width: 36%;
        background: url(../images/waidler-white.png) top center no-repeat;
        background-color: transparent;
        background-size: 100%;
        /* border: solid 2px green; */
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
    .logo.active {
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        transition-delay: .5s;
        -webkit-transition-delay: .5s;
    }
    .menu a {
        display: inline-block;
        pointer-events: none;
        opacity: 0;
        font-family: Pirulen, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
        position: relative;
        top: 18%;
        margin: 0 12% 2.8%;
        /* border: solid white 1px; */
    }
    .menu a.active {
        pointer-events: all;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        transition-delay: .5s;
        -webkit-transition-delay: .5s;
    }
    .menu a.active:after {
        content: "";
        position: absolute;
        height: 5%;
        background-color: #fff;
        width: 0;
        left: 50%;
        bottom: 4%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
        transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    }
    .menu a.active:hover {
        color: #fff;
    }
    .menu a.active:hover:after {
        width: 95%;
    }
    .media {
        margin: 3% auto 0;
        width: 50%;
    }
    .media a {
        font-size: 26px;
    }
    .bubble-wrap {
        height: 6%;
        width: 3%;
        top: 1%;
        left: .5%;
        background: transparent;
        position: fixed;
        cursor: pointer;
        display: block;
        z-index: 50;
    }
    .bar {
        position: relative;
        background-color: #8e2c25;
        height: 6%;
        top: 20%;
        left: 25%;
    }
    .first {
        position: absolute;
        width: 45%;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
    }
    .first.active {
        background-color: #fff;
        margin-top: 25%;
        width: 70%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.2s ease-out;
        transition-delay: .4s;
        -webkit-transition: all 0.2s ease-out;
        -webkit-transition-delay: .4s;
    }
    .second {
        margin-top: 25%;
        width: 55%;
        position: absolute;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
    }
    .second.active {
        opacity: 0;
        transition: all 0.2s ease-out;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .third {
        margin-top: 50%;
        width: 50%;
        position: absolute;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .third.active {
        background-color: #fff;
        margin-top: 25%;
        width: 55%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: all 0.2s ease-out;
        transition-delay: .4s;
        -webkit-transition: all 0.2s ease-out;
        -webkit-transition-delay: .4s;
    }
    .rec {
        margin: 8% auto 0;
        width: 60%;
        height: 40vh;
    }
}

@media only screen and (min-width: 1400px) {
    .menu a {
        font-size: 26px;
    }
    .menu a.active:hover {
        color: #fff;
    }
    .menu a.active:hover:after {
        width: 95%;
    }
    .media {
        margin: 3% auto 0;
        width: 50%;
    }
    .media a {
        font-size: 30px;
    }
}