footer {
    background-color: rgba(14, 14, 14);
    padding: 12px 20px 23px;
}







#fancyStrip {
    display: flex;
    justify-content: center;
}

#fancyStrip img {
    margin: 0px 90px 0px;
    height: auto;
    max-width: 376px;
    width: 100%;
}

#fancyStrip div.textBox {
    width: 260px;
    display: flex;
    margin-top: 15px;
    font-size: 40px;
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
    color: hsl(48, 100%, 50%);
    white-space: nowrap;
}





#fancyStripContent {
    display: flex;
    align-items: center;
    height: 75px;
}

#fancyStripContent div.textBox:first-of-type {
    justify-content: end;
}

#fancyStripContent div.textBox:last-of-type {
    justify-content: start;
}




#fancyStripContent2 {
    display: none;
}

#fancyStripContent2 div.textBox {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}

#fancyStripContent2 div:nth-child(2) {
    margin-bottom: 10px;
}

#fancyStripContent2 img {
    margin: 0 0 24px;
}







#footerMain {
    margin: 9px 0 20px;
    display: flex;
    justify-content: center;
}

#footerMain #mainContentContainer {
    max-width: 1500px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: solid rgba(226, 226, 226, 0.151) 1px;
    border-left: none;
    border-right: none;
}

#footerMainContent {
    max-width: 1200px;
    width: 100%;
    padding: 35px 0 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
}

#footerMainContent div.contentSection {
    width: 270px;
    height: 160px;
    display: flex;
    align-items: center;
}

#footerMainContent div.contentSection:nth-child(2) {
    justify-content: center;
}

#footerMainContent ul li {
    margin-bottom: 24px;
}

#footerMainContent ul li:last-child {
    margin-bottom: 0;
}

#footerMainContent ul li a {
    font-size: 17px;
    color: rgb(240, 240, 240);
}

#footerMainContent ul li a:hover {
    color: hsl(48, 100%, 75%);
}

#logoAndPhone img {
    display: block;
    width: 100%;
}

#logoAndPhone img:first-child {
    margin-bottom: 27px;
    padding-right: 11px;
}







#footerBottom {
    color: rgba(226, 226, 226, 0.856);
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#footerBottom div:nth-child(2) {
    margin: 0 15px;
}







@media (max-width: 1095px) {
    footer {
        padding: 25px 15px 23px;
    }

    #fancyStripContent {
        display: none;
    }

    #fancyStripContent2 {
        display: block;
    }

    #footerMainContent {
        justify-content: center;
    }

    #footerMainContent div.contentSection:first-child {
        width: auto;
    }
}

@media (max-width: 750px) {
    #footerBottom div:nth-child(2) {
        display: none;
    }

    #footerBottom div:first-child {
        margin-bottom: 10px;
    }
}

@media (max-width: 595px) {
    #footerBottom {
        font-size: 14px;
        line-height: 25px;
    }
}

@media (max-width: 464px) {
    #footerMainContent ul li {
        text-align: center;
    }
}