html {
    /* height: 100%; */
}

body {
    background: url('../images/background.png') no-repeat center;
    background-size: cover;
    margin: 0;
    padding: 30px;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

h1, h2 ,h3, h4, h5, h6 {
    font-family: 'century-gothic', sans-serif;
}

.content {
    width: 100%;
    max-width: 792px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.logo {
    margin: 0 auto 35px auto;
    width: 100%;
    max-width: 226px;
}

@media screen and (min-width: 769px) {
    .logo {
        /* margin: 0 0 70px 0; */
    }
}

.services {
    font-family: 'century-gothic', sans-serif;
    margin-bottom: 70px;
}

.services h2 {
    margin-bottom: 0;
}

.copy {
    text-align: center;
    color: #22205F;
}

.pipe {
    display: inline-block;
    margin: 0 10px;
    color: #27AAE1;
}

.divider {
    height: 1px;
    width: 100%;
    max-width: 400px;
    background: #27AAE1;
    margin: 40px auto;
}

.address {
    font-size: 16px;
    font-family: 'century-gothic', sans-serif;
}

@media screen and (min-width: 769px) {
    .address {
        font-size: 16px;
    }
}

.contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'AP-Medium', sans-serif;
    font-size: 13px;
    margin: 0 0 88px 0;
}

@media screen and (min-width: 769px) {
    .contacts {
        font-size: 20px;
    }
}


.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}

.contact:last-child {
    margin: 0;
}

@media screen and (min-width: 769px) {
    .contact {
        width: 50%;
        margin: 0;
    }
}

.name {
    font-family: 'century-gothic', sans-serif;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 700;
}

@media screen and (min-width: 769px) {
    .name {
        font-size: 24px;
    }
}

.role {
    /* color: rgba(255, 255, 255, 0.5); */
    margin: 0 0 35px 0;
}

.phone,
.email,
.linkedin {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phone img,
.email img,
.linkedin img {
    margin: 0 15px 0 0;
    width: 16px;
}

@media screen and (min-width: 769px) {
    .phone img,
    .email img,
    .linkedin img {
        width: 24px;
    }
}

.phone,
.email {
    margin: 0 0 20px 0;
}

.phone a,
.email a,
.linkedin a {
    color: #22205F;
    text-decoration: none;
}

.clients h3 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px 0;
}

@media screen and (min-width: 769px) {
    .clients h3 {
        font-size: 20px;
    }
}

.clients-logos {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.clients-logos a img{
    min-height: 50px;
    max-height: 50px;
    mix-blend-mode: darken;
}

.clients-logos a img.small {
    min-height: 30px;
    max-height: 33px;
}

.no-logo {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
}