html, body{
    overflow-x: hidden;
}
body{
    font-family: "Poppins", sans-serif;

}
h1, h2,h3,h4,h5,h6{

}
.img-container{
    background: url("../img/bg.jpg") no-repeat top center;
    background-size: cover;
}
h2{
    font: 700 34px/40px "Poppins", sans-serif;
}
p{font: 400 16px/28px "Poppins", sans-serif;}
a:hover {
    color: inherit;
    text-decoration: none;
}
h1{
    color: #1D1F20;
}
header{
    margin-bottom: -30px;
}
.logo{

}
.bw{
    background-color: #F4BE30;
    padding: 25px 0;
}
.cont .row{
    height: 90vh;

}
footer{
    margin-top: 5px;
    background-color: #1D1F20;
    color: #FFF;
    font-size: 20px;
}
footer a{
    color: #F4BE30;
}
footer a:hover{
    text-decoration: underline;
    color: #FFF;
}