.home-header{
    position: relative;
    height: max-content;
}
.home-header img{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.header-abs-text{
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
    .home-header img{
        position: relative;
        height: 25rem;
        width: 100%;
        object-fit: cover;
    }
}


/* SECTION 1 */
.image-about-us img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
hr.title-hr {
    /* margin: 0 !important; */
    border: 3px solid #ff9700;
    opacity: 1 !important;
  }


  /* SECTION 2 */
.content-visi{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    height: 100%;
}
.visi-misi-img{
    position: relative;
    display: flex;
    align-items: start;
    height: max-content;
}
.visi-misi-img img{
    position: relative;
    width: 100%;
    object-fit: contain;
    filter: brightness(.25);
}
.visi-misi-img p{
    color: white;
    position: absolute;
    left: 40;
    bottom: 0;
}
.visi-misi-img h3{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
    .visi-misi-img img{
        height: 15rem !important;
        object-fit: cover;
    }
}



/* SECTION 3 */
.mice{
    background-color: #F7FAFF;
}
.logo-text{
    background-color: #ff9700;
    border-radius: 10px;
    width: max-content;
}
.logo-text h3{
    margin-bottom: 0 !important;
    color: blue;
    font-weight: bold;
}
.col-mice{
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 20px;
}


/* SECTION 4 */
.img-section-4{
    width: 100%;
    object-fit: contain;
}
hr.hr-4 {
    /* margin: 0 !important; */
    border: 3px solid #ff9700;
    opacity: 1 !important;
  }


  /* section 6 */
  hr.gallery-hr {
    /* margin: 0 !important; */
    border: 3px solid #ff9700;
    background-color: #ff9700;
    opacity: 1 !important;
    width: 5rem;
  }
  #gallery-img img{
    filter: brightness(.75);
  }



  /* FOOTER */
  footer{
    background-color: #004062;
    color: white;
}
.footerLogo img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


@media only screen and (max-width: 425px) {
    .bottomFooter p{
        font-size: calc(25% + 1vmin) !important;
    }
}
@media only screen and (max-width: 768px) {
    .footerLogo{
        text-align: center;
    }
    .footerLogo img{
        width: 25%;
        height: auto;
        object-fit: contain;
    }
    .footerTitle p{
        text-align: center;
    }
}