body#honumain {
    background-color: #ede4d3;
}

.banner-image {
    padding: 20px 70px;
    padding: 5% 20%;
}

.banner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    font-size: 1.6rem;
}

.banner-text h1{
    font-size: 4rem;
    text-align: center;
}

.honu_nav {
    display: flex;
    justify-content: flex-end;
    padding: 61px 0px 61px 0px;
    font-size: 17px;
    flex-wrap: wrap;
}

.nav_item {
    padding: 10px;
}

.nav_item a {
    padding: 0.5rem 0.75rem;
    color: #1c384c;
}

.nav_item a:hover {
    background-color: #00000012;
    color: #1c384c;
    text-decoration: none;
}


.wb-text{
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #00000054;
}

.image-bg-outer {
    position: relative;
    overflow: hidden;
}

.image-bg-absolute {
    position: absolute;
    width: 0px;
    min-width: 101%;
    min-height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.welcome-banner{
    height: 500px;
}

.presentation > div > div{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pn-text{
    padding: 88px 50px;
}

.pn-image{
    padding: 11vw 3vw;
}

.pn-image img{
    width: 100%;
}

.rounded-shadow{
    border-radius: 100%;
    border: 1px solid #00000030;
    border-width: 0.4vw 1vw;
}

.honu-footer{
    background-color:#0000004d;
    padding: 20px;
}

.honu-footer a {
    color: white;
    text-decoration: underline;
}

.honu-footer a:hover {
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.formbox{
    padding: 10px;
    display:flex;
    background-color: #ede4d3;
    border-radius: 10px;
    flex-direction: column;
}

#inquiry_form label, .process_inquiry {
    display: block;
}

/* after missing large */
@media screen and (max-width: 991px) {

    .honu_nav {
        justify-content: center;
        padding-top: 0px;
    }

}

.hcenter {
    display: flex !important;
    justify-content: center !important;
}

.vcenter {
    display: flex !important;
    align-items: center !important;
}

.vtop{
    display: flex !important;
    justify-content: flex-start !important;
}
.background-dark{
    background-color: #0000004d;
}

.background-standard{
    background-color: #ede4d3;
}