﻿#global-footer-cont {
    width: 100%;
    background-color: #0D1215;
    min-height: 200px;
}

#footer-sub-footer-cont {
    border-top: 1px solid #374151;
    display: flex;
    flex-direction: row;
    position: relative;
    max-width: 1650px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

#bottom-nav-cont {
    display: flex;
    flex-direction: row;
    padding: 30px;
    padding-top: 30px;
    max-width: 1650px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:10px;
}

.bottom-nav-cont-section{
    flex:1;
    text-align:center;
}

.bottom-nav-cont-section h3 {
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    font-weight: 700;
    color:white;
    padding-bottom:8px;
    border-bottom: 2px solid #FFAC28;
}

.bottom-nav-cont-section a {
    display:block;
    margin-top:10px;
    text-decoration:none !important;
    color:#FFAC28 !important;
}

.bottom-nav-cont-section p {
    margin-top:0px;
    color:#777677;
}

#footer-social-cont{
    display:flex;
    justify-content:center;
}

#footer-social-cont a {
    color:#0D1215 !important;
    margin-top:0px !important;
}

.footer-social-icon {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin: 10px;
    background-color: #6b7280;
    margin-top:0px;
    position:relative;
}

.footer-social-icon span {
    font-size:20px;
    margin-top:10px;
}

#footer-social-fb:hover {
    background-color: #1D4ED8;
    color:white;
    transition:1.5s;
}

#footer-social-x:hover {
    background-color: #60A5FA;
    color: white;
    transition: 1.5s;
}

#footer-social-yt:hover {
    background-color: #D92828;
    color: white;
    transition: 1.5s;
}

#footer-social-ig:hover {
    background-color: #A855F7;
    color: white;
    transition: 1.5s;
}

#footer-sub-footer-cont a {
    flex:1;
    text-decoration:none !important;
    color:#374151;
    font-size:12px;
    font-weight:300;
}

#footer-sub-footer-cont p {
    flex: 1;
    margin-top:0px;
    color: #374151;
    font-size: 12px;
    font-weight: 300;
}

#fine-print {
    margin-top: 0px;
    font-size: 10px;
    font-weight: 300;
    color: #374151;
    padding: 10px;
    max-width: 1250px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
}

@media screen and (max-width: 550px) {
    #bottom-nav-cont{
        flex-direction:column;
    }
}