@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #212121;
}

h1,h2,h3,h4,h5 {
    color: #292B37;
    font-weight: 700;
}

.br-6 {
    border-radius: 6px;
    overflow: hidden;
}

.wellcome h1 {
    font-size: 4rem;
    font-weight: 700;
    color: white;
    margin-top: 3rem;
    margin-bottom: 20px;
    line-height: 1;
}

.green-text {
    color: #76c801;
}

.green {
    background: #76c801;
}

.white-text {
    color: white;
}

.black-text {
    color: #292B37;
}

.black, .black-section {
    background: #292B37;
}

.grey-section {
    background: #f0f0f0;
}

.wellcome {
    background-image: url(../img/run-bg.png);
    background-size: 200px;
}

section {
    padding: 80px 0;
}

.btn-outline-success {
    color: white;
    border: solid 1px #599601;
}

.btn-outline-success:hover {
    background: #599601;
    color: white;
}

.btn-success {
    background: #599601;
    color: white;
}

.btn-lg {
    padding-left: 64px;
    position: relative;
}

.btn-lg .fa-solid {
    background: #599601;
    padding: 13px 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
}

.btn-success:hover {
    background: #447401;
}

.who h3 {
    font-weight: 700;
}

.who .card {
    height: 400px;
    margin-bottom: 20px;
}

.soc  {
    list-style-type: none;
    padding-left: 0;
}

.soc a {
    padding-bottom: 3px;
    text-decoration: none;
    color: #231f20;
    border-bottom: dashed 1px transparent;
    transition: 0.3s;
}

.soc .fa-brands {
    margin-right: 10px; 
}

.soc a:hover {
    border-color: #76c801;
}

.info h4 {
    font-size: 3rem;
}

section h4 {
    font-size: 3rem;
}

.carousel-control-prev .fa-solid {
    font-size: 40px;
    height: 80px;
    width: 80px;
    background: #599601;
    line-height: 80px;
    border-radius: 5px;
}

.carousel-control-next .fa-solid {
    font-size: 40px;
    height: 80px;
    width: 80px;
    background: #599601;
    line-height: 80px;
    border-radius: 5px;

}

.section-partners {
    background: #F7f7f7;
}

.section-partners .link {
    font-weight: 600;
    color: #76c801;
    text-decoration: none;
}

.section-partners .card {
    position: relative;
    border: none;
    padding: 20px;
}

.section-partners .figure-caption {
    font-size: .875em;
    height: 60px;
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgb(0 0 0 / 8%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 8%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}


@media screen and (max-width: 800px) {
    .wellcome {
        text-align: center;
    }
    .wellcome h1 {
        margin-top: 0;
        font-size: 2.4rem;
    }

    .wellcome .img-fluid {
        max-width: 300px;
    }

    section {
        padding: 40px 0;
    }

    .who .card {
        height: auto;
    }
}
