.navbar-brand img {
    width: 180px;
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: #16AB28;
}

.custom-toggler.navbar-toggler {
    border-color: rgba(22, 171, 39, 1);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22, 171, 39, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn:hover {
    color: white;
    background-color: #0D6617;
    border-color: #0D6617;
    text-decoration: none;
}

.title {
    font-family: 'Roboto', sans-serif;
}

.title-header {
    font-size: 2.0rem;
}

.title-contact {
    font-size: 2.2rem;
}

.title-green {
    color: #16AB28;
}

.body-text {
    font-family: 'Slabo 27px', serif;
}

.img-container {
    position: relative;
    height: 170px;
}

.card-header {
    text-align: center;
}

.card-img-top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
}

.img-sp {
    width: 250px;
}

.btn-learn-more {
    border-color: #16AB28;
}

.btn-learn-more:hover {
    background-color: #16AB28;
    color: white;
}

.btn-mail {
    background-color: #16AB28;
    color: white;
    padding: 3px;
}

.btn-mail:hover {
    color: #16AB28;
    background-color: white;
}

.form-send-button {
    text-align: center;
}

.form-message {
    min-height: 170px;
}

.form-send-button button {
    color: white;
    background-color: #16AB28;
    border-color: #16AB28;
}

.form-control {
    display: inline-block;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0%;
    border-color: black;
}

.form-control:focus {
    border-color: #16AB28;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px RGBA(22, 171, 40, 1);
}

.contact-info {
    text-align: center;
}

.form-contact {
    width: 100%
}

.container-footer {
    background-color: #0D6641;
}

.container-contact-message {
    text-align: center;
    font-size: 1.8rem;
}

.container-contact-message a {
    font-size: 1.3rem;
}

.footer-text {
    color: white;
}

.footer-item {
    width: fit-content;
}

.footer-item a:hover {
    color: white;
    text-decoration: underline;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .title-company {
        font-size: 1.6rem;
        font-weight: 300;
    }
    .nav-link {
        font-size: 1rem;
    }
    .text-intro {
        font-size: 1.3rem;
    }
    .title-header {
        font-size: 2.0rem;
    }
    .title-contact {
        font-size: 2.0rem;
    }
    .container-contact-message {
        text-align: center;
        font-size: 1.4rem;
    }
    .container-contact-message a {
        font-size: 1.3rem;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .title-company {
        font-size: 1.6rem;
        font-weight: 300;
    }
    .nav-link {
        font-size: 1rem;
    }
    .text-intro {
        font-size: 1.3rem;
    }
    .title-header {
        font-size: 2.0rem;
    }
    .title-contact {
        font-size: 2.0rem;
    }
    .container-contact-message {
        text-align: center;
        font-size: 1.4rem;
    }
    .container-contact-message a {
        font-size: 1.3rem;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .title-company {
        font-size: 1.6rem;
        font-weight: 300;
    }
    .nav-link {
        font-size: 1rem;
    }
    .text-intro {
        font-size: 1.3rem;
    }
    .title-header {
        font-size: 2.0rem;
    }
    .title-contact {
        font-size: 2.0rem;
    }
    .container-contact-message {
        text-align: center;
        font-size: 1.8rem;
    }
    .container-contact-message a {
        font-size: 1.3rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
        width: 250px;
    }
    .nav-link {
        font-size: 1.2rem;
    }
    .title-company {
        font-size: 3.0rem;
        font-weight: 300;
    }
    .title-header {
        font-size: 2.5rem;
    }
    .title-contact {
        font-size: 2.2rem;
    }
    .container-contact-message {
        text-align: center;
        font-size: 1.8rem;
    }
    .container-contact-message a {
        font-size: 1.3rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .navbar-brand img {
        width: 250px;
    }
    .nav-link {
        font-size: 1.2rem;
    }
    .title-company {
        font-size: 3.0rem;
        font-weight: 300;
    }
    .title-header {
        font-size: 2.5rem;
    }
    .title-contact {
        font-size: 2.2rem;
    }
    .container-contact-message {
        text-align: center;
        font-size: 1.8rem;
    }
    .container-contact-message a {
        font-size: 1.3rem;
    }
}