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

}
.header {

    width:100%;
    z-index: 9;

    padding-top:15rem
   
}
.header.header--fixed {
    position: relative;
    top: 0;
}
.header.header--fixed-bottom {
    position: fixed;
    bottom: 0;
}
.section {
    position: relative;
    padding: 0 0 0;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.main-container {}
/*.header--fixed {background-color:#fff;padding:3rem 0;}*/
.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: #fff;
}
.section--basic {
   
}
.section--gray {
    background: #ced9de;
}
.logo {
    font-family: 'Baloo Chettan', cursive;
    color: #fff;
     text-shadow: 1px 1px 1px #000;
}
.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;
}
.hamburger {
    display: none;
    padding: 17px 0;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff;
}
.main-menu > li {
    list-style: none;
   
}
.main-menu > li > a {
   
}


.main-menu-holder {
    background: #fd543f;
    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: #fff;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #fff;
    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;
}

.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;
}

@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;
    }
   
}
