@media screen and (min-width: 960px) {
    * {
        margin: 0;
        padding: 0;
    }

    header {
        background-color: #E56523;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #98C110;
    }

    .logo img {
        height: 75px;
    }

    nav ul {
        display: flex;
        margin: 0;
        font-family: Comic Sans MS, Comic Sans, cursive;
        font-size: 24px;
        padding: 20px;
    }

    nav li {
        margin-right: 70px;
    }

    nav a {
        text-decoration: none;
        color: white;
    }

    nav a:hover {
        color: #98C110;
    }

    .location img {
        height: 45px;
        margin-left: 0;
    }

    .main {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    body {
        background-color: #fff8dc;
    }

    #map {
        width: 100%;
        height: 400px;
    }
    #addresses {
        margin: 20px 0;
    }
    #addresses ul {
        list-style: none;
        padding: 1px;
        font-family: Comic Sans MS, Comic Sans, cursive;
        font-size: 15px;
        text-indent: 10px;
        line-height: 15px;
    }

    #addresses li:hover{
        color: #98C110;
    }

    #addresses li {
        margin: 4px 0;
        cursor: pointer;
    }

    footer {
        background-color: #98C110;
        color: #fff;
        padding: 2% 0;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: -15%;
        width: 100%;
        height: 8.33%;
        font-family: Comic Sans MS, Comic Sans, cursive;
    }

    .footer-container {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contact-info {
        display: flex;
        align-items: center;
        width: calc(100% - 200px);
    }

    .contact-info h5 {
        text-align: center;
    }

    .contact-info img {
        width: 21%;
        height: auto;
        margin-right: 1%;
        margin-left: 10%;
    }

    h4 {
        font-family: Comic Sans MS, Comic Sans, cursive;
        text-align: center;
        margin-bottom: 40px;
    }
}* {
  margin: 0;
  padding: 0;
}

header {
  background-color: #E56523;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #98C110;
}

.logo img {
  height: 75px;
}

nav ul {
  display: flex;
  margin: 0;
    font-family: Comic Sans MS, Comic Sans, cursive;
  font-size: 24px;
  padding: 20px;
}

nav li {
  margin-right: 70px;
}

nav a {
  text-decoration: none;
  color: white;
}

nav a:hover {
  color: #98C110;
}

.location img {
  height: 45px;
  margin-left: 0;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

body {
   background-color: #fff8dc;
}

.title {
   font-size: 36px;
   font-weight: bold;
   margin-bottom: 20px;
   font-family: Comic Sans MS, Comic Sans, cursive;
}

h2 {
   font-size: 36px;
   font-weight: bold;
   margin-bottom: 20px;
   font-family: Comic Sans MS, Comic Sans, cursive;
    text-align: center;
}

.schedule {
   width: 100%;
   border-collapse: collapse;
   font-family: Comic Sans MS, Comic Sans, cursive;
}

.schedule th, .schedule td {
   border: 1px solid #ddd;
   padding: 10px;
   text-align: center;
}

.schedule th {
   background-color: #fff8dc;
}

.contact-info {
   margin-top: 20px;
   font-size: 18px;
   line-height: 1.5;
}

.contact-info p {
   margin-bottom: 10px;
}

.carousel-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 18%;
    max-width: 79.17%;
    border-radius: 0.83%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 25%;
    padding: 0.83%;
    background-color: #fff8dc;
    margin-bottom: 8.33%;
}

.carousel-inner ul {
  list-style: none;
  margin: -30px;
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
  font-family:  Courier New, monospace;
}

.carousel-inner ul li {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #fff8dc;
  border-radius: 5px;
}
