footer {
    background-color: #a0ce11;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #ffffff;
        padding-right: 40px;
        padding-left: 40px; 
}

footer a {
    color: white;
}

footer input[type=email] {
    color: white;
    border: 1px solid white;
    background-color: transparent;
    margin-top: 5px;
    font-size: 16px;
    max-width: 275px;
    height: 35px;
}

footer input[type='email']::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}
footer input[type='email']:-moz-placeholder {
    color: white;
    opacity: 1;
}
footer input[type='email']::-moz-placeholder {
    color: white;
    opacity: 1;
}
footer input[type='email']:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

footer a.green-button {
    max-width: 190px;
}

footer > .row > div {
    display: inline-block;
}

footer > .row > div:last-child > .flex > :first-child {
    align-self: flex-start;
}

footer > .row > div:last-child > .flex > :last-child {
    align-self: flex-end;
}

#social-links {
    margin-top: 10px;
    margin-bottom: 50px;
}

#social-links > a {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ecf5cf;
    color: #a0ce11;
    line-height: 32px;
}

#social-links > a:not(:last-child) {
    margin-right: 10px;
}


@media screen and (max-width: 1099px) {
    footer {
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 30px;
        padding-left: 30px;   
    }
}

@media screen and (max-width: 767px) {       
    footer p {
        font-size: 16px;
    }
    
    footer > .row > div:first-child, footer > .row > div:last-child {
        margin-bottom: 30px;
    }
    
    footer > .row > div:nth-child(2) {
        margin-bottom: 50px;
    }
    
    footer > .row > div:last-child > .flex > :first-child {
        align-self: center;
    }

    footer > .row > div:last-child > .flex > :last-child {
        align-self: center;
    }
    
    footer p {
        margin-left: auto;
        margin-right: auto;
    }
}