.footer {
    background-color: #93B1A6;
    min-height: 280px;
    position: relative;
    /* padding: 20px; */
    color: black;
    font-family: monospace;
    font-size: 16px;
}

.footer-cp {
    background-color: #CECCD1;
    min-height: 280px;
    position: relative;
    /* padding: 20px; */
    color: black;
    font-family: monospace;
    font-size: 16px;
}

.aff-disc {
    font-size: 14px;
    color: gray;
  }

.footer-section a {
    text-decoration: none;
    color: black;
}

.footer-section li {
    margin-top: 15px;
}

.footer-section ul {
    list-style-type: none;
    padding-inline-start: 0px
}

.marg-top {
    margin-top: 35px;
} 

.social-icons {
    padding-top: 20px;
    position: relative;
}

.social-icons svg {
    font-size: 30px;
    color: #5C8374;
    padding: 0 10px;
} 

.footer-head-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
}

.copyright {
    font-size: 14px;
    padding: 20px 0;
    font-style: italic;
}

@media screen and (max-width: 600px) {
    .footer {
        margin-bottom: 50px;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        justify-content: center;
        padding-bottom: 40px;
    }

    .footer-section {
        width: 100%;
    }

    #f-logo{
        order: 2;
        width: 90%;
        margin: auto;
    }
    #menu {
        order: 3;
    }
    #company{
        order: 4;
    }
    #sites{
        order: 5;
    }
    #f-signup{
        order: 1;
        margin-bottom: 20px;
    }

    .desktop-footer-logo {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .footer-inner {
        display: flex;
        flex-direction: row;
        width: 70%;
        margin: auto;
        justify-content: space-evenly;
        padding: 40px 0;
    }

    .footer-section {
        text-align: left;
    }

    .footer-section:first-child {
        margin-right: 20px;
    }

    .footer-section:nth-child(3) {
        margin-right: 25px;
    }

    #f-logo{
        width: 300px;
    }
    #menu, #menu2 {
        width: 175px;
    }
    #company{
        width: 150px;
    }
    #sites{
        width: 250px;
    }
    #f-signup{
        width: 300px;
    }
}

.signup-newsletter {
    position: relative;
}

.input {
    outline: none;
    padding: 0;
    border: none;
    text-indent: 10px;
}

.submit {
    background-color: #5C8374;
    color: #393939;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.signup-segment form {
    display: flex;
    margin-top: 20px;
}

.header, .sub-header {
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .input {
        height: 35px;
        width: 70%;
    }
    
    .submit {
        height: 35px;
        width: 30%;
        font-size: 15px;
    }

    .signup-segment form {
        width: 90%;
        margin: 15px auto 0 auto;
    }

    .header {
        font-size: 20px;
    }
    
    .sub-header {
        font-size: 15px;
    }
    
}

@media screen and (min-width: 601px) {
    .input {
        height: 35px;
        width: 70%;
    }
    
    .submit {
        height: 35px;
        width: 30%;
        font-size: 13px;
    }

    .header {
        font-size: 30px;
    }
    
    .sub-header {
        font-size: 20px;
    }
    
}