html, body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}
body {
    flex: 1;
    font-family: 'Lato', sans-serif;
    background-color: black;
    overflow-x: hidden;
}
.main {
    position: relative;
    width: 90%;
    max-width: 760px;
    margin: 0 auto;
}
.drupal-uppermost {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.drupal-uppermost img {
    align-self: baseline;
}
.drupal {
    width: 127px;
    height: 167px;
}
h1 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
    line-height: 1.4;
}
@media screen and (max-width: 540px) {
    h1 {
        font-size: 24px;
    }
}
p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
}
@media screen and (max-width: 540px) {
    p {
        font-size: 16px;
    }
}
.drupal-customers {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 50px 0 20px 0;
}
.drupal-customers div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.d1 {
    width: 120px;
    height: 120px;
    background-image: url(../img/kodak-drupal.png);
}
@media screen and (max-width: 730px) {
    .d1 {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 570px) {
    .d1 {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 460px) {
    .d1 {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 350px) {
    .d1 {
        width: 40px;
        height: 40px;
    }
}
.d2 {
    width: 120px;
    height: 120px;
    background-image: url(../img/cnn-drupal.png);
}
@media screen and (max-width: 730px) {
    .d2 {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 570px) {
    .d2 {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 460px) {
    .d2 {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 350px) {
    .d2 {
        width: 40px;
        height: 40px;
    }
}
.d3 {
    width: 180px;
    height: 120px;
    background-image: url(../img/bp-drupal.png);
}
@media screen and (max-width: 730px) {
    .d3 {
        width: 140px;
        height: 90px;
    }
}
@media screen and (max-width: 570px) {
    .d3 {
        width: 100px;
        height: 70px;
    }
}
@media screen and (max-width: 460px) {
    .d3 {
        width: 85px;
        height: 60px;
    }
}
@media screen and (max-width: 350px) {
    .d3 {
        width: 65px;
        height: 40px;
    }
}
.d4 {
    width: 170px;
    height: 120px;
    background-image: url(../img/osu-drupal.png);
}
@media screen and (max-width: 730px) {
    .d4 {
        width: 130px;
        height: 90px;
    }
}
@media screen and (max-width: 570px) {
    .d4 {
        width: 100px;
        height: 70px;
    }
}
@media screen and (max-width: 460px) {
    .d4 {
        width: 80px;
        height: 60px;
    }
}
@media screen and (max-width: 350px) {
    .d4 {
        width: 60px;
        height: 40px;
    }
}
.alt {
    display: none;
}
.customer-subtext {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
    color: #aaa;
    font-size: 14px;
}
@media screen and (max-width: 460px) {
    .customer-subtext {
        font-size: 12px;
    }
}
@media screen and (max-width: 350px) {
    .customer-subtext {
        font-size: 10px;
    }
    .customer-subtext-i {
        display: none;
    }
}
.drupal-intro,
.drupal-outro {
    font-size: 20px;
}
h2 {
    width: 100%;
    margin: 30px 0 30px 0;
    color: white;
}
.drupal-blue {
    font-weight: 700;
    color: #009cde;
}
.drupal-outro {
    margin: 50px 0 70px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
a {
    font-weight: 900;
    color: rgba(255,89,0);
    text-decoration: none;
}