﻿/*
  FOOTER
  FOOTER
  FOOTER
*/
footer {
    background-color: white;
}

#footerLogo {
    max-height: 80px;
    max-width: 100px;
}

footer .logo-footer-links-container {
    background-color: var(--gray);
}

footer .free-pie {
    text-align: center;
    text-transform: none;
    font-weight: normal;
    color: var(--footerDkGray);
    font-size: 0.75rem;
    border-top: 3px dotted var(--dotColor);
    padding-top: 2rem;
}

footer .logo-connect-container img {
    width: 100px;
    margin-top: 5px;
}

footer .connect-social-container {
    display: flex;
}

footer .connect-social-container h2 {
    color: var(--connect);
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
}

    footer .social-container {
        display: flex;
        width: 185px;
        height: 30px;
        /*width: 250px;*/
        justify-content: space-evenly;
    }

    footer .social-container span.fa {
        color: #5c3d2b;
        font-size: 21px;
        font-weight: bold;
    }

        footer .social-container span.fa-facebook {
            color: #5c3d2b;
        }

    footer .social-container .fa-instagram {
        color: #5c3d2b;
    }

footer .footer-links ul {
    list-style-type: none;
    margin-top: 2rem;
}

footer .footer-links li {
    list-style-type: none;
}

footer .footer-links ul a {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    font-size: 0.9rem;
}

:focus {
    /*outline: none !important;*/
    outline-width: thin !important;
    outline-style: dotted !important;
}

footer .logo-footer-links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .logo-connect-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    footer .footer-copy {
        display: flex;
        background-color: #30c7a8;
        color: var(--white);
        text-transform: none;
        font-weight: normal;
        justify-content: center;
    }

footer .footer-copy p{
    margin-top: revert;
    font-size: 12.5px;
    overflow: hidden;
    white-space: nowrap;
}

        footer .footer-copy a {
            color: inherit;
            font-size: 13px;
        }

footer .footer-copy a.no-links{
    
}

/*
  MEDIA QUERY MIN 1046px
  MEDIA QUERY MIN 1046px
  MEDIA QUERY MIN 1046px
*/

footer .connect-social-container {
    flex-direction: column;
}

footer .social-container span.fa-facebook {
    font-size: 3rem;
    color: #5c3d2b;
}

    footer .social-container span.fa-facebook:hover {
        /*background-color: #b7b7b7;*/
    }

footer .social-container .fa-instagram {
    font-size: 3.25rem;
}

    footer .footer-links-full-width-container {
        background-color: #30c7a8;
    }

    footer .logo-footer-links-container {
        justify-content: space-around;
        padding-top: 38px;
        /*padding-bottom: 3rem;*/
        max-width: 1300px;
        margin: 0 auto;
        background-color: #30c7a8;
    }

footer .footer-links {
    padding: 30px 0 24px 0;
}

footer .logo-connect-container, footer .footer-links {
    width: 650px;
}

footer .division {
    width: 32%;
}

footer .logo-connect-container {
    justify-content: space-evenly;
}

footer .division {
    border-left: 1px dotted var(--dotColor);
    border-right: 1px dotted var(--dotColor);
    height: 2.75rem;
}

footer .connect-social-container {
    /*margin-left: 0.75rem;*/
}

footer .social-container {
    /*margin-top: 15px;*/
}

    footer .social-container span.fa-facebook {
        font-size: 21px;
        /*font-size: 30px;*/
        /*margin-right: 2.25rem;*/
    }

    footer .social-container .fa-instagram {
        font-size: 21px;
    }

footer .footer-links ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .footer-links ul li {
    padding: 0.25rem;
    padding: 5px;
    line-height: 1.25;
}

footer .footer-links ul li .spacing{
    padding: 0 0 0 8px;
    color: #ffffff;
    /*font-weight: 800;*/
}

footer .footer-copy span:last-child .spacing{
    display: none;
}

footer .footer-copy .spacing {
    padding: 0 5px;
}

    footer .footer-links a:hover {
        text-decoration: underline;
        /*color: #ff6b17;*/
    }

/*footer .footer-links a:hover {
    text-decoration: underline;
    color: var(--orange);
}*/

    footer .copy-full-width-container {
        background-color: #30c7a8;
        height: 150px;
        /*padding-top: 10px;*/
    }

    footer .footer-copy {
        flex-direction: row;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        max-width: 1251px;
        margin: 0 auto;
        flex-wrap: wrap;
        font-family: 'Raleway Medium', sans-serif !important;
    }

/*
  MEDIA QUERY MAX 1200px
  MEDIA QUERY MAX 1200px
  MEDIA QUERY MAX 1200px
*/

@media screen and (max-width: 1200px) {
    footer .copy-full-width-container {
        height: 100%;
        padding: 0 15px 15px 15px;
    }
    footer .footer-copy {
        width: 600px;
        padding: 0px;
    }
    footer .footer-copy p:first-child{
        
    }
    footer .footer-copy p:first-child{
        
    }
    footer .footer-copy p {
        margin: 5px;
    }
    footer .footer-copy p:nth-of-type(even) .spacing {
        /*display: none;*/
    }
}

/*
  MEDIA QUERY MAX 1045px
  MEDIA QUERY MAX 1045px
  MEDIA QUERY MAX 1045px
*/

@media screen and (max-width: 1045px) {

    footer .logo-footer-links-container {
        padding: 0 !important;
    }

    footer .free-pie {
        background-color: var(--gray);
        margin: 0;
        padding-bottom: 1rem;
    }

    footer .connect-social-container {
        flex-direction: column;
    }

    footer .connect-social-container h2 {
        font-size: 1.5rem;
    }

    footer .social-container {
        margin-bottom: 10px;
    }

    footer .logo-connect-container {
        justify-content: center;
        padding-top: 38px;
        /*padding-top: 20px;*/
        width: 100%;
    }

    footer .footer-copy p {
        margin: 8px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-links {
        display: flex;
        width: 100% !important;
        justify-content: center;
        text-align: center;
    }

    footer .footer-links ul {
        flex-direction: column;
    }

    footer .footer-links ul li {
        padding: 7px 0;
    }

    footer .footer-links ul li .spacing {
        display: none;
    }    

    footer .footer-copy {
        padding: 0;
    }

    footer .footer-copy:last-child {
        padding-bottom: 15px;
    }

    footer .footer-copy p {
    }
}

@media screen and (max-width: 620px) {
    footer .footer-copy {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    footer .footer-copy {
        flex-direction: column;
        align-items: center;
    }

    footer .footer-copy .spacing {
        display: none;
    }

    footer .footer-copy p {
        /*font-size: 11px;*/
    }
}

