@import "./footer.css";
@import "./navbar.css";
@import "./navigation.css";
@media (min-width: 600px) { html, body { height: 100%; overflow: scroll; } }

html, body {
    display: flex;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.new {
    background: #07364287;
    color: hsla(196, 13%, 96%, 1);
    border-radius: 100px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 2rem;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid #6c757c;
    transition: all 0.1s;
}

.new:hover {
    color: hsla(196, 13%, 96%, 1);
    background: rgba(7, 54, 66, 0.6);
    text-decoration: none !important;
}

@media (max-width: 860px) {
    .new { font-size: 10px; }
}

* {
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-weight: 700;
    color: #073642;
}

body {
    color: #073642;
}

.bg-light {
    background-color: rgb(250, 250, 251) !important;
}



.job-position {
    display: block;
    color: inherit !important;
    text-decoration: none !important;
    background-color: white;
    box-shadow: 0 1px 2px 1px rgb(7 54 66 / 0.2);
    border-radius: 6px;
    padding: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.job-position h5 {
    margin-bottom: 0;
}

.feature h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #073642;
}

.feature {
    font-weight: 400;
    
    color: rgba(7, 54, 66, 0.95);
}


.key-benefits {
    font-size: 1.125rem;
}
.key-benefits h3 {
    font-weight: 700;
    font-size: 1.125rem;
}




.btn.btn-primary {
    background-color: hsla(192, 81%, 26%, 1);
    color: hsla(196, 13%, 98%, 1);
    border: 1px solid hsla(192, 81%, 19%, 0.1);
    font-weight: 500;
}

.btn.btn-primary:active {
    background-color: hsla(192, 81%, 26%, 0.9) !important;
    color: hsla(196, 13%, 98%, 1) !important;
    border: 1px solid hsla(192, 81%, 19%, 0.1) !important;
}

.btn.btn-primary:hover {
    background-color: hsla(192, 81%, 26%, 0.8);
}

.btn-outline-primary {
    border-color: hsla(192, 81%, 26%, 1);
    color: hsla(192, 81%, 26%, 1);
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: hsla(192, 81%, 26%, 1) !important;
    border-color: hsla(192, 81%, 26%, 1) !important;
}

a, .btn-link {
    color: hsla(192, 81%, 26%, 1);
}

a:hover {
    color: hsla(192, 81%, 15%, 1);
}


#job-positions-index .product {
    background-color: hsla(192, 81%, 26%, 0.15);
    padding: 0.5rem;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 1rem;
}

#job-positions-index .product .product-name {
    font-weight: 600;
    font-size: 1.125rem;
    color: hsl(192 81% 16% / 0.8);
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

#job-positions-index .product .product-description {
    color: #073642;
    font-size: 14px;
}

#digital-future {
    width: 100%;
}

@media (min-width: 1000px) {
    #digital-future { width: 75%; }
}