body {
    margin: 0;padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    overflow-x: hidden;
    background-color:#F3F3F7;
    background-color:#fff;
  }
.section-home{
    background-image: url(../image/img-02-d.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh!important;
}
.display-1{
    font-size: 3rem;
}

.section-home-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

.section-home-footer{
    position: absolute;
    bottom: 1.5rem;
}

header .container{
    position: relative;
}
nav img{
    position: absolute;
    top: -8px;
    left: 7px;
}

.logo-lg{
    width: 126px;
    height: auto;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width  1s;
}



.section-1, .section-2, .section-3, .section-4, .section-5{

    padding: 80px 0px!important;
    
}

.section-2, .section-4{
    background-color: #f8f9fa;
}

.section-1, .section-3{
    background-color: #FFC107;
}

.container{
    margin: auto;
    padding: 0;
}
.text-white{
    color:#fff!important;
}
.text-yellow{
    color: #FFC107!important;
}

.text-warning-invert{
    color:#fff!important;
}

a.text-warning-invert:focus, a.text-warning-invert:hover{
    color:#ffc107!important;
}

.bg-yellow{
    background: #FFC107!important;
}

.bg-black{
    background-color: #212529!important;
}

.texture{
    background-image: url(../image/texture-04.png);
    background-position: center;
    background-repeat: repeat;
    
}


.border-sm-0 {
    border: 0;
}

.btn-arrow-up {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.53);
}

.btn-arrow-down {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: auto;
    border: 2px solid #f8f9fa!important;
    color:#f8f9fa!important;
    padding: 5px;
    font-size: 24px;
}

.btn-arrow-up:hover, .btn-arrow-down{
    cursor: pointer;
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
    background-color: #e7e7e7;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.header-bar-nav{
    background-color: #f8f9fa!important;
    background-color: #fff!important;
    color: #fff!important;
    border-bottom: 1px solid #dee2e6!important;
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
}


.header-bar-nav a:focus, .header-bar-nav a:hover{
    color:#ffc107!important;
}

.header-bar-nav a{
    color: #212529!important;
}
.bg-menu{
    position: fixed;
    top: 0;
    z-index: 1450;
    width: 0;
}


aside{
    width: 270px;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 1500;
    -webkit-transition: right 1s;
    -o-transition: right 1s;
    transition: right 1s;
}

@media (min-width: 576px) { 

    .border-sm-0 {
        border-left: 1px solid #666;
    }
    .section-home{
        height: 75vh!important;
    }
    .display-1{
        font-size: 4.5rem;
        
    }
    .section-1, .section-2, .section-3, .section-4, .section-5{

        padding: 80px 25px!important;
    }

    
}
