html,body{
    height: 100%;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
    font-weight: 400;
}


body,html{
    overflow-x: hidden;
}



.sec1, .sec2 , .sec3{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}  
.sec1{
    background-image: url(images/image1.png);
    height: 100%;
}
.text{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: black;
    font-size: 27px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.bg{
    background-color: #313534;
    color: #fff;
    padding: 20px;
}
.one{
    background-color: white;
}
h2,p{
    text-align: center;
}
.section{
    padding: 50px 80px;
    text-transform: capitalize;
}
/* section two */
.sec2{
    background-image: url(images/image2.png);
    height: 400px;
}
.text2{
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 27px;
    letter-spacing: 8px;
}
.bg2{
    background-color: #313534;
    padding: 20px;
    color: #fff;
}
.two{
    background-color: #313534;
}
.white{
    color: white;
}
/* section 3 */
.sec3{
    background-image: url(images/image3.png);
    height: 400px;
}
.text3{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 27px;
    letter-spacing:6px;
    word-spacing: 5px;      
}
.bg3{
    background-color: #313534;
    padding: 20px;
}
.three{
    background-color: #313534;
   color: #ddd;
}




/* responsive portion */


@media (max-width:450px){
    .bg{
        letter-spacing: 0;
        word-spacing: 3;
    }
}


@media (max-width:561px){
    .bg3{
        letter-spacing: 0;
    }
}


@media (max-width:535px){
    .section{
        padding: 10px;
    }

}



@media (max-width: 433px){

    .bg,.bg2,.bg3{
        text-align: center;
        background-color: transparent;
    }
}