* {
    margin: 0;
    padding: 0;
    outline: 0;
}

img {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.group {
    display: inline-block;
    clear: both;
}

/* start commented backslash hack \*/
* html .group {
    height: 1%;
}

.group {
    display: block;
}

/* close commented backslash hack */
html,
body {
    height: 100%;
}

body {
    font-weight: 400;
    color: #000;
    background: #f3e7bf;
    font-family: 'Open Sans', sans-serif;
}

.right {
    float: right;
}

.left {
    float: left;
}

.uppercase {
    text-transform: uppercase;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.text--center {
    text-align: center;
}

.text--bold {
    font-weight: 600;
}

.text--white {
    color: #fff;
}

.text--basic {
    color: #fd543f;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.body {
    position: relative;
    height: 100%;
}

.main-container {
    height: 100%;
    position: relative;
}

.header {
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.header.header--fixed {
    position: fixed;
    margin-bottom: 0px;
    top: 0;
}

.header.header--fixed-bottom {
    position: fixed;
    margin-bottom: 0px;
    bottom: 0;
}

.section {
    position: relative;
    padding: 80px 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.top-section {
    /* background: url('https://source.unsplash.com/EBtfyalTU50/2400x1600') no-repeat 0 0; */
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

.section--white {
    background: #000;
}

.section--basic {
    background: #030303;
   /*  background-image: -webkit-gradient(linear,
            right bottom,
            left top,
            color-stop(0, #e9ee81),
            color-stop(1, #73b4ed));
    background-image: -o-linear-gradient(left top, #000; 0%, #000; 100%);
    background-image: -moz-linear-gradient(left top, #000; 0%, #000; 100%);
    background-image: -webkit-linear-gradient(left top, #000; 0%, #000; 100%);
    background-image: -ms-linear-gradient(left top, #000; 0%, #000; 100%);
    background-image: linear-gradient(to left top, #000; 0%, #000; 100%); */
}

.section--gray {
    background: #000;
}

.logo {
    font-family: 'Baloo Chettan', cursive;
    color: #3794f1;
    text-shadow: 1px 1px 1px #f50e0e;
    fill:blue;

}

.logo--big {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -170px;
    font-size: 50px;
    line-height: 60px;
    z-index: 0;
}

.logo--small {
    font-size: 40px;
    line-height: 62px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.hamburger {
    display: none;
    padding: 17px 0;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #fff;
}

.main-menu>li {
    list-style: none;
    float: left;
    padding: 20px 0;
}

.main-menu>li>a {
    color: #141212;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 20px 0 20px 20px;
    font-family: 'Baloo Chettan', cursive;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.main-menu>li>a:hover,
.main-menu>li>a.active {
    color: #560c02;
}

.main-menu-holder {
    background: #020202;
    position: fixed;
}

.main-menu.mobile {
    top: 63px;
}

.main-menu.mobile li {
    float: none;
    padding: 0;
    list-style: none;
}

.main-menu.mobile li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 2px solid #ed0606;
    padding: 1em;
    transition: all .4s ease-in-out;

}

.main-menu.mobile li a:hover {
    color: #560c02;
}

.main-menu.mobile li a:active {
    color: #560c02;
}

.main-menu-holder {
    width: 180px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-right {
    right: -180px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
    box-shadow: -1px 0px 4px #464646;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cbp-spmenu-push-toleft {
    left: -180px;
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 {
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: 'Baloo Chettan', cursive;
}

h1:before {
    content: "";
    position: absolute;
    width: 7%;
    height: 1px;
    bottom: 0;
    left: 47%;
    border-bottom: 2px solid #fd543f;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

.hidden {
    display: none;
}

.non-visible {
    opacity: 0;
}

.footer {
    padding: 10px 0;
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .wrapper {
        width: 100%;
    }

    .row {
        margin: 0;
    }

    .header.header--fixed {
        right: 0;
        z-index: 99;
    }
}

@media screen and (max-width: 800px) {
    .hamburger {
        display: block;
    }

    .main-menu.desktop {
        display: none;
    }
}

/* Demo Styles */
.z-text {
    animation: wobble 10s ease-in-out infinite;
    transform: rotateX(30deg) rotateY(-30deg);
}

.z-layer {
    filter: brightness(0.7);
}

.z-layer:first-child {
    filter: brightness(1);
}


.z-layer:not(:first-child) {
    filter: brightness(0.7);
}

@keyframes wobble {

    0%,
    100% {
        transform: rotate3d(-1, 1, 0, 30deg);
    }

    25% {
        transform: rotate3d(1, 1, 0, 30deg);
    }

    50% {
        transform: rotate3d(1, -1, 0, 30deg);
    }

    75% {
        transform: rotate3d(-1, -1, 0, 30deg);
    }
}