body {
    background: transparent url(./images/bg.jpg) no-repeat 50% 0;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.container {
    margin: 0 auto;
    max-width: 640px;
    padding: 60px 20px 20px;
}

.hide-text {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.footer {
    background: #333;
    color: #fff;
}

.footer .container {
    padding-top: 10px;
}

.text-small {
    font-size: 14px;
}

h1 {
    margin-bottom: 40px;
    max-width: 300px;
}

h1 img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3em;
}

p {
    margin-top: 12px;
    line-height: 1.6em;
}

.member-companies {
    display: flex;
}

.company {
    display: inline-block;
    opacity: 0.85;
    padding: 24px 40px 40px 0;
    transition: opacity 0.3s;
    vertical-align: middle;
    width: 200px;
}

.company + p {
    flex: 1;
}

.company + p > a {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.company + p > a:hover {
    color: #000;
    text-decoration: none;
}

.company:hover {
    opacity: 1;
}

.company img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 640px) {
    .member-companies {
        display: block;
    }
}