body{
    height: 100% !important;
    margin: 0;
    font-family: "basic-sans", sans-serif;
}

.header-image-custom {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.card-image-custom {
    height: 15vh;
}

.mainmenu {
    position: absolute !important;
    right: 32px !important;
    top: 16px !important;
    font-size: 24px !important;
}
/* .container-custom {
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 24px;
} */

.menu-link-custom {
    color: white;
    text-decoration: none;
    margin-left: 24px;
}

.menu-link-custom:hover {
    text-decoration: underline;
}

.h1-custom {
    font-size: 70px;
    color: white;
    padding-top: 5%;
    /* position: absolute; */
    /* left: 110px; */
    /* top: 80px;           */
    /* width: 700px; */
    word-wrap: break-word !important;
}

.h2-custom {
    font-size: 25px;
    color: white;
    text-align: center;
}

.card-text-custom {
    color: white;
}

.link-custom {
    color: white;
    text-decoration: none;
}

.link-custom:hover {
    text-decoration: underline;
}

.grey-custom {
    color: #b9b9b9;
}

.description-section-custom {
    font-size: 20px;
    color: white;
    max-width: 30vw;
    /* position: absolute; */
    /* left: 110px; */
    /* top: 350px;           */
    /* width: 700px; */
}

/* .button-custom-green {
    background-color: #84bd00;
    padding: 8px 30px;
    border-radius: 8px;
    width: 25%;
    min-width: 390px !important;
} */

.btn-green{
    background-color: #84bd00;
}

.button-custom{
    padding: 8px 30px;
    border-radius: 8px;
    width: 25%;
    min-width: 390px !important;
    max-width: 390px !important;
}

.button-custom:hover{
    background-color: rgb(0, 0, 0);
}

/* .button-custom-green:hover {
    background-color: rgb(0, 0, 0);
} */

.button-custom-blue {
    background-color: #0067B1;
    padding: 8px 30px;
    border-radius: 8px;
    width: 25%;
    min-width: 390px !important;
    max-width: 390px !important;
}

.button-custom-blue:hover {
    background-color: rgb(0, 0, 0);
}

.contact-section-custom {
    height: 450px;
    padding: 30px 100px; 
    display: flex;
}

.card-custom {
    background-color: #b9b9b9;
    border-radius: 8px;
    /* width: 50%; */
    margin: 10px;
    padding:10px;
    text-align: center;
}

footer {
    background-color: #787878;
    color: white !important;
    text-align: center;
    font-size: 10px;
    padding:10px;
}

footer ul li a{
    color: white !important;
}

  
@media (max-width: 800px) {
    .row {
       flex-direction: column;
       align-items: center;
       height: unset;
    }

    .card-custom {
        width: 100%;
    }

    .h1-custom {
        font-size: 50px;
    }
}
@media(max-width:1521px) {
    .description-section-custom {
    max-width: 40vw;
}
}
@media(max-width:1141px) {
    .description-section-custom {
    max-width: 45vw;
}
}

@media(max-width:1014px) {
    .description-section-custom {
    max-width: 50vw;
}
}

@media(max-width:914px) {
    .description-section-custom {
    max-width: 60vw;
}
}