   @font-face {
        font-family: Helvetica; src: url(../../css/Helvetica.ttf);
    }
    .navbar{
        padding: 1em 10%;
    }
    .logo_img {
        width:250px;
    }   
 .section1{
        height:100vh;
        background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/01.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section2{
        height:100vh;
        background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/02.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section3{
        height:100vh;
        background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/03.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section4{
        height:100vh;
        background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/04.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section5{
        height:100vh;
        background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/05.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section6{
        height:100vh;
        background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/06.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    @media (max-width:992px){
        .section1{
            height:100vh;
            background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/01.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section2{
            height:100vh;
            background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/02.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section3{
            height:100vh;
            background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/03.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section4{
            height:100vh;
            background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/04.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section5{
            height:100vh;
            background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/05.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section6{
            height:100vh;
            background-image:linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url('../../img/06.jpg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
 	.navbar {
            padding: 0;
        }
        .nav-box {
            width: 100%;
        }
        .logo_img{
        width:250px;
        }
       .section h1{
            font-size: 28px;
       }
    }