@font-face {
    font-family: neutralsans;
    src: url(../fonts/NeutralSansVF.woff)
  }

body {
    background: #f0f0f0;
    color: #000000;
    font-family: neutralsans, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.8;
    margin: 0;
}

a:link, a:visited, .services h2, .service-card h3, .about h2, .about h3 {
    color: #472e89;
    text-decoration: none;
    transition: 0.2s ease;
}

a:hover, a:active {
    color: #190f33;
    text-decoration: underline;
}

h2 {
    font-size: 40px;
}

.align-center {
    text-align: center;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.navigation {
    background: #f0f0f0;
    box-shadow: 0 6px 4px -4px #000000;
    position: sticky;
    overflow: hidden;
    top: 0;
    padding: 15px 15px 10px 15px;
    z-index: 999;
}

.navigation .navlinks {
    float: right;
    padding: 17px 0 0 0;
}

.navigation .navlinks a {
    border: 3px solid transparent;
    padding: 15px 15px;
    font-weight: 400;
}

.navigation .navlinks a:hover, .navigation .navlinks a:active {
    border-color: #472e89;
    color: #472e89;
    text-decoration: none;
}

#about, #services, #clients, #contact {
    scroll-margin-top: 106.3px;
}

.hero {
    background-color: #472e89;
    color: #f0f0f0;
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding: 0 5px;
    top: -101.3px;
}

.hero-text {
    max-width: 1170px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero h1 {
    font-size: 55px;
}

.services {
    padding: 0 15px 85px 15px;
}

.service-flex, .clients-flex, .contact-flex, .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-flex, .clients-flex, .footer-flex {
    flex-flow: row wrap;
}

.service-flex {
    padding: 15px 0;
}

@media only screen and (max-width: 1106px) {
    .service-flex {
        display: grid;
        justify-content: center;
    }
}

.service-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    max-width: 500px;
    height: 650px;
    margin: 15px;
}

.service-card .image-container {
    background: #472e89;
    text-align: center;
    padding: 15px 0 0 0;
    height: 315px;
}

.service-card img, .contact-card a img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(184deg) brightness(111%) contrast(101%);
}

.service-card .text-content {
    padding: 5px 15px;
    text-align: center;
}

.clients, .contact {
    background: radial-gradient(circle, rgba(71,46,137,1) 0%, rgba(52,31,108,1) 100%);
    color: #f0f0f0;
    padding: 45px 15px 85px 15px;
}

.clients-flex {
    padding-top: 60px;
}

@media only screen and (max-width: 1120px) {
    .clients-flex {
        display: grid;
        justify-content: center;
    }
}

.clients-flex img {
    border: 3px solid transparent;
    padding: 25px;
    transition: 0.2s ease;
}

.clients-flex img:hover {
    border-color: #190f33;
}

.clients .button {
    border: 3px solid #f0f0f0;
    color: white;
    padding: 15px 30px;
    margin: 125px 0 0 0;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s ease;
}

.clients .button:hover {
    background-color: #f0f0f0;
    color: #472e89;
    text-decoration: none;
}

.about {
    padding: 45px 15px 100px 15px;
}

@media only screen and (max-width: 1106px) {
    .contact-flex {
        display: grid;
    }

    .contact-card :not(a) img {
        border-radius: 15px;
    }
}

.contact-card {
    background: #190f33;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    text-align: center;
    min-width: 350px;
    padding: 25px 15px 15px 15px;
    margin: 30px;
}

.contact-card a {
    color: #f0f0f0;
}

.contact-card a img {
    margin-right: 15px;
    width: 25px;
    height: auto;
}

.contact p {
    display: inline-block;
    text-align: justify;
} 

.footer {
    font-size: 18px;
    padding: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .company-information {
    margin-top: 65px;
    text-align: right;
}
