*{
    box-sizing: border-box;
}
div{
    display: block;
}
footer{
    left:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #df6231;
    color: white;
    text-align: center;
    padding:10px;
    box-shadow: 0 -15px 20px -15px #111;
}
.footer-header{
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}
.footer-line{
    width: 10%;
    align-items: flex-start;
    background-color: #fff;
    height:2px;
    border-width:0;
}
.footer-content{
    width: 100%;
}
.footer-content:after{
    content:"";
    display:table;
    clear:both;
}
.footer-section{
    width:33%;
    float:left;
    align-items: center;
}
.footer-text-container{
    padding:5px 0px;
    list-style-type: none;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
    font-size: 15px;
    align-items: center;
}
.footer-table-container{
    padding:5px 0px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
    font-size: 15px;
    border-collapse: collapse;
  justify-content: center;
  align-items: center;
}
table{
    width: 100%;
    justify-content: center;
    align-items: center;
}
th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.table-hours{
    padding-left: 20px;
    text-align: right;
}
.map{
    height:80%;
    width: 80%;
    margin-top: 10px;
}

.social-icons{
    padding: 10px 0;
    height: 10%;
    width: 10%;
}

.footer-info{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
    font-size: 15px;
    margin-top: 2vw;
}
#footer-brand{
    font-weight: bold;
}


@media (max-width:768px){
    .toggle-button{
        display:flex;
    }
    .navbar-links{
        display:none;
        width: 100%;
    }
    .navbar{
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-links ul{
        width: 100%;
        flex-direction: column;
    }
    .navbar-links li{
        text-align: center;
    }
    .navbar-links li a{
        padding:.5rem 1rem;
    }
    .navbar-links.active{
        display:flex;
    }
    table {
    font-size: 14px; /* Adjust the font size as needed */
  }
  .footer-section {
    width: 100%;
    display: block;
  }
}