.bg-custom-dark-gray{
    background-color: #272623;
}

.bg-custom-dark-green{
    background-color: #4d4d41;
}

#divSection1 {
    font-family: "Raleway", sans-serif;
    height: 91vh
}

#divSection1 .rounded-pill{
    border-radius: 0.55rem !important;
    height: 32px;
}

#divSection1 a{
    color: white;
    text-decoration: none;
}

@media (max-width: 400px) {
    #divSection1 .responsive-fs-info{
        font-size: 0.9rem !important;
    }
    #divSection1 .responsive-fs-link{
        font-size: 0.65rem !important;
        padding-top: .4rem !important;
    }
    #divSection1 .fs-4 {
        font-size: calc(1rem + .3vw) !important;
    }
}

@media (min-width: 1400px) {
    #divSection1{
        height: 91vh !important;
    }
    #divSection1 .mt-3 {
        margin-top: 4rem !important;
    }
}
