@import url(https://fonts.googleapis.com/css2?family=Edu+QLD+Beginner:wght@400;500;600;700&display=swap);

.hero-section {
    background-color: #00000079;
    min-height: calc(100vh - 56px);
    background-image: linear-gradient(#00000080, #00000080), url(../pictures/index/background_hero.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.font-edu-beginner {
    font-family: 'Edu QLD Beginner', cursive;
}

.text-color {
    color: #daa95d;
}

.text-card {
    color: #ffffff;
}

.social-link:hover {
    color: #b1ca3b;
}

.internal-link:hover {
    color: red;
}

.link-hover:hover {
    color: #000000;
}

.img-service:hover {
    filter: brightness(70%)
}

.card-service:hover {
    background-color: #2a4820;
}

.card {
    background-color: #30604c;
}

.carousel .carousel-item {
    max-height: 1000px;
}

.carousel-item img {
    object-fit: cover;
    object-position: center;
    max-height: 1000px;
}

.carousel {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.text-justify {
    text-align: justify;
}

.navbar-size {
    height: 56px;
}

.social-btn {
    background-color: #4d8337;
    margin: 15px;
    color: white;
}

.social-btn:hover {
    background-color: #b1ca3b;
    color: white;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color:inherit;
}

.title {
    color: #30604c;
}

.card-hero {
    height:auto;
    max-height:250px;
    max-width: 100%;
    filter: brightness(85%)
}
