#footer img {
    width: 80%;
    max-width: 520px;
}
.project-link {
    background-color: white;
    border-right-color: white;
    color: black;
}
.bg-everything {
    background-color: #f4f2f3;
}
.everything-text {
    font-size: 18px;
    margin-bottom: 40px;
}
.font-14 {
    font-size: 14px;
}
.font-13 {
    font-size: 13px;
}
.font-12 {
    font-size: 12px;
}
.color-green {
    color: #1ececb;
}
.color-pink {
    color: #f3426e;
}

.single-case-study .marquee.black p {
    position:relative;
}

section.full-width-image-block .translator-button img {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.character-image {
    width: 25%;
}

.character-logo {
    position: absolute;
    left: 100%;
    top: 40%;
    width: auto;
    height: 60px;
    transition: left 0.8s ease;
}
.character-logo.activated {
    left: 65%;
}
.discover-characters-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.discover-top .character-logo {
    max-width: inherit;
    max-height: 145px;
    height: 120px;
 }
.character-logo.activated1 {
    left: 15%;
}
.character-logo.activated2 {
    left: 33%;
}
.character-logo.activated3 {
    left: 51%;
}
.character-logo.activated4 {
    left: 71%;
}

/* relevant styles */
.img__wrap {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.img__description {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.5);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;

    /* transition effect. not necessary */
    transition: opacity .4s, visibility .4s;
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}

.page-template-page-work .half-width.case-study:hover .project-photo {
    filter: alpha(opacity=30);
    -khtml-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    filter: .2;
    transform: scale(1.02) translateZ(0);
    -webkit-transform: scale(1.02) translateZ(0);
    -moz-transform: scale(1.02) translateZ(0);
    -o-transform: scale(1.02) translateZ(0);
}

.typewrite {
    margin-bottom: 10px;
}

/* menu */
#menu .menu-links-wrap .menu-links .menu-link {
    font-size: 50px;
    padding: 18px 0;
}

.page-template-page-work .half-width.work-header p {
    color: #dddddd;
}

.discover-text {
    font-size: 18px !important;
    text-align: left;
}

.logo-link .logo-mark {
    width: 250px;
    filter: invert(100%);
}

.page-template-page-contact {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/characters/newton/character.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 0 120%;
}
.page-template-page-contact h1 {
    font-size: 80px;
}
.page-template-page-contact input[type=text] {
    margin-right: 0;
    width: 100%;
    border-radius: 10px;
}
.page-template-page-contact input[type=submit] {
    width: auto;
    border-radius: 10px;
}
.contact-container {
    max-width: 800px;
    text-align: center;
}
.contact__form-container {
    margin: auto;
    max-width: 500px;
}
.page-template-page-contact p.e-contact-privacy {
    font-size: 12px;
}

.conditions-container {
    margin: 150px auto 50px auto;
    max-width: 800px;
    padding: 0 20px;
    font-size: 14px;
}

@media only screen and (max-width:800px) {
    .page-template-page-contact {
        background: none;
        margin-top: 40px;
    }
    .contact-container {
        max-width: 90%;
        text-align: center;
    }
    .character-image {
        width: 50%;
    }
    .character-logo.activated {
        top: 110%;
        /* left: calc(50% - 75px); */
        left: 50%;
        transform: translateX(-50%);
    }

    .character-logo.activated1 {
        top: 25%;
        left: 15%;
    }
    .character-logo.activated2 {
        top: 25%;
        left: 60%;
    }
    .character-logo.activated3 {
        top: 65%;
        left: 15%;
    }
    .character-logo.activated4 {
        top: 65%;
        left: 60%;
    }
}
@media only screen and (max-width:500px) {
    #menu .menu-links-wrap .menu-links .menu-link {
        font-size: 38px;
        padding: 13px 0;
    }
    .page-template-page-contact {
        margin-top: 140px;
    }
    .e-products-title {
        line-height: 50px;
    }
    .character-image {
        width: 70%;
    }
    .discover-top .character-logo {
        max-height: 90px;
    }
    .character-logo.activated1 {
        top: 30%;
        left: 15%;
    }
    .character-logo.activated2 {
        top: 30%;
        left: 55%;
    }
    .character-logo.activated3 {
        top: 60%;
        left: 15%;
    }
    .character-logo.activated4 {
        top: 60%;
        left: 55%;
    }
    .page-template-page-contact h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .page-template-page-contact input[type=email],
    .page-template-page-contact input[type=text],
    .page-template-page-contact textarea,
    .page-template-page-contact input[type=submit] {
        margin-top: 5px;
    }
    .composer-text {
        height: 150px;
        line-height: 50px;
        margin-bottom: 0;
    }
}
