
.responsive-bar{
    display: none;
}
.navi{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .8s;
	z-index: 100;
}
.navi.black{
    /*background: #00bff3;*/
	background: rgba(255, 255, 255, 0.9);
    height: 80px;
    padding: 10px 50px;
}
.navi .logo{
    float: left;
	padding: 0px 1px 1px 1px;
}
.navi .logo img{
    height: 70px;
    transition: .5s;
}
.navi.black .logo img{
    height: 40px;
}
.navi > ul{
    width: 80%;
    margin: 0 auto;
    padding: 0;
    float: right;
}
.navi > ul > li{
    list-style: none;
    display: inline-block;
}
.navi > ul > li > a:hover{
    /*background: #f00;*/
    color: #fff;
}
.navi > ul > li > a{
    color: #262626;
    text-decoration: none;
    text-transform: uppercase; /*for capitalisation of letters */
    line-height: 80px;
    padding: 5px 20px;
    transition: .5s;   
}
.navi.black > ul > li > a{
    color: #fff;
    line-height: 60px;
}

section.sec1{
	
    width: 100%;
    /*height: 100vh;*/
    /*
    background-size: cover;
	background-position: center left;*/
}
section.content{
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
section.sec2{
    width: 100%;
    height: 100vh;
    background: url(https://images.pexels.com/photos/276517/pexels-photo-276517.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
    background-size: cover;
}
@media(max-width:768px){
    .responsive-bar{
        display: block;
        width: 100%;
        height: 60px;
        background: #262626;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 1;
    }
    .responsive-bar .logo img{
        float: left;
        height: 50px;  
    }
    .responsive-bar .menu h4{
        float: right;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 50px;
        cursor: pointer;
        text-transform: uppercase;
    }
    .navi{
        padding: 0;
    }
    .navi,
    .navi.black{
    background: #262626;
    height: 60px;
    padding: 0;
    }
    .navi .logo{
        display: none;
    }
    .navi ul{
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        background: white;
        float: none;
        display: none;
    }
    .navi ul.active{
        display: block;
    }
    .navi ul li{
        width: 100%;
    }
   .navi ul li a{
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        line-height: 30px !important;
        color: #fff;
        
    }

    .navi > ul{
        width: 100%;
        display: none;
    }
    .navi > ul > li{
        display: block;
        text-align: center;
    }
    .active{
        display: block;
    }
}



.nb_fixed-bg {

    min-height: 85vh;
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color:#333;*/
}
#nb_slideshow_bg {

  top: 120px;
	min-height: 85vh;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}

