body {
    /*height: 100vh;*/
    /*background: url(../../Images/Home/homeEtancheite1.jpg);*/
    background-color: #e9a50c;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*font-family: Quicksand;*/
}

.divHeight72 {
    height: 72vh;
}

.h2margin150 {
    text-align: center;
    margin-top: 150px;
}

.socialReasonStyle {
    margin-top: 30px;
    font-family: fantasy;
    font-size: x-large;
    color: #efe40c;
}

.titleStyle {
    margin-top: 27px;
    font-family: fantasy;
    font-size: x-large;
    margin-bottom: 10px;
    /*margin-top: -1px;*/
    color: #ce19a1;
    text-decoration-line: underline;
}

.titleStyle1 {
    font-family: fantasy;
    margin-top: 25px;
}

.titleStyle2 {
    font-family: cursive;
    color: #b6ff00;
}

.imgWidhHeight {
    max-width: 350px;
    max-height: 350px;
}

.imgWidhHeight200 {
    max-width: 200px;
    max-height: 300px;
}

@media(max-width: 900px) {
    .imgWidhHeight200 {
        max-width: 350px;
        max-height: 350px;
    }
}

@media(max-width: 375px) {
    .imgWidhHeight {
        max-width: 200px;
        max-height: 300px;
    }
}
