.footer {
    background-color: black;
    color: #aaaaaa;
    padding: 180px 100px 20px 100px;
    font-size: 20px;
}

.footer a {
    text-decoration: none;
    color: #aaaaaa;
}

.footer a:hover {
    color: white;
}

.frow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row.copy-cont {
    justify-content: space-between;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col1 {
    width: 400px;
    flex: 1 0 150px;
    text-align: center;
}

.descr-cont {
    margin-bottom: 40px;
}

.descr-text {
    text-align: center;
}

.social {
    margin-top: 40px;
}

.col1 img {
    width: 100px;
}

.col2 .newsletter-in {
    font-family: 'Courier';
}

.col2 {
    width: 400px;
    flex: 1 0 150px;
    padding-left: 20%;
}

.col3 {
    width: 400px;
    flex: 1 0 150px;
}

.input-cont {
    width: 100%;
}

.input-cont .newsletter-in {
    width: 80%;
    font-size: 20px;
    color: #727376;
    padding: 1rem 0;
}

.input-cont .signup-btn {
    font-size: 20px;
    color: #aaaaaa;
    padding: 1rem 0;
}

.input-cont .newsletter-in::placeholder {
    font-size: 20px;
}

.ftop-row {
    margin-bottom: 120px;
}

.sub-head {
    margin-bottom: 80px;
    color: #e9e9e9;
}

.acol-btn {
    margin-top: 20px;
    background: white;
    color: #727376;
    padding: .5rem 1rem;
    font-size: 20px;
    border-radius: 40px;
    border: 2px solid #727376;
}

.acol-btn:hover {
    background-color:rgb(216, 216, 216);
    cursor: pointer;
    box-shadow: 0px 1px 10px -3px;
}

.social-text {
    margin-right: 1rem;
    font-size: 1.8rem;
}

.footer .abtn-container {
    text-align: left;
}

@media screen and (max-width: 1100px) {
    .footer {
        padding: 80px 2rem 30px 2rem;
        font-size: 20px;
    }

    .input-cont {
        width: 100%;
    }
    
    .input-cont .newsletter-in {
        font-size: 20px;
        padding: .5rem 0;
    }
    
    .input-cont .signup-btn {
        font-size: 20px;
        padding: .5rem 0;
    }
    
    .input-cont .newsletter-in::placeholder {
        font-size: 20px;
    }

    .col2 {
        padding-left: 10%;
    }

    .sub-head {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 800){
    
}