

html,body{
    min-height: 100%;
}
body {
    line-height: 1.9;
    font-family: "Arial";
    overflow-x: hidden;
    color: #333;

}
body{
    background: #fff;
    /*background:#16371c url("../images/back.png") no-repeat center center ;
    background-size: cover;*/

   /* -webkit-background-size: cover;
    background-size: cover;*/
}

.margin-10{
    margin: 1rem;
}
.margin-xs-bottom-2{
    margin-bottom: 15rem;
}
@media (min-width: 768px){
    .margin-xs-bottom-2{
        margin-bottom: 0rem;
    }
    .margin-10{
        margin: 10rem;
    }
}
@media (max-width: 768px){
    .h1, h1 {
        font-size: 20px;
    }
    .h2, h2 {
        font-size: 20px;
    }
    .h3, h3 {
        font-size: 16px;
    }
}

.text-white{
    color:#fff;
}