body {
    font-family: 'Finlandica', sans-serif;

    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.0) 66%), url("api-service-bg.jpg");
    /* AI enhanced image inspirated by the (c) Sylvain Mauroux photo https://images.unsplash.com/photo-1594063194864-298aae90f258?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    background-color: #000000;
    padding-bottom: 75px;
}

@media (min-width: 768px) {
    body {
        padding-bottom: 110px;
    }
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    height: 21px;
}

.navbar-dark {
    padding-top: 35px;
    padding-bottom: 35px;
}

.navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.navbar-dark .navbar-text:last-child {
    border-right: 0;
}

@media (max-width: 991px) {
    .navbar-dark {
        padding-bottom: 0;
    }
}

.service-title {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 6px;
    text-shadow: -1px 3px 24px rgba(0,0,0,0.35);
}

@media (max-width: 991px) {
    .service-title {
        font-size: 35px;
        margin-bottom: 14px;
    }
}

.service-description {
    max-width: 630px;
    font-size: 24px;
    margin-bottom: 59px;
    text-shadow: -1px 3px 24px rgba(0,0,0,0.65);
}

@media (max-width: 991px) {
    .service-description {
        font-size: 20px;
    }
}

p {
    font-size: 16px;
    margin-bottom: 21px;
}

.footer-social-links .social-link {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links .social-link:last-child {
    margin-right: 0;
}

.footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
}