
body{
    background-color: #ffffff;
    font-family: Calibri;
    width: 100%;
    margin-left: 0px;
    position: relative;
}

#logo{
    height: auto;
    width: auto;
    max-width: 50px;
    max-height: 50px;
}
.row{
    margin-right: 0px;
}
#section1, #section2, #section3{
    background-attachment: scroll;
    display: block;
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
}
#section1{
    background-color: #ffffff;
    color: #acacac;
    align-content: center;
}
#section2{
    background-color: #acacac;
    color: #ffffff;
}
#section3{
    background-color: #ffffff;
    color: #acacac;
    align-content: center;
}

.p_text{

    padding-left: 30px;
    padding-right: 30px;
}
.h_title{
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
#sectionFooter{
    color: #000;
    height: 100px;
    background-color: #0f0f0f;
}
.img-responsive {
    width: 250px;
    height: 250px;
    object-fit: cover;
}