
body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
table {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse;
}
th, td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}
th {
  background-color: #f2f2f2;
} 
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  } 
  li {
    float: left;
  }
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  li a:hover {
    background-color: #111;
  } 
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%; 
  }
  .container{
    width: 100%;
    padding: 10px'
  }
  .left-column{
    float: left;
    width: 50%;
    background-color: #c8102e;
  }
  .right-column{
    float: left;
    width: 50%;
    background-color: #4285F4;

  }
  @media (max-width: 500px){
.left-column{
  width: 100%;
}
.right-column{
  width: 100%;
}
  }
  .buildings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .building {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    flex: 1 1 45%;
    padding: 20px;
    border-radius: 8px;
  }
  .building h3 {
    margin-top: 0;
  }
  @media (max-width: 600px) {
    .building {
      flex: 1 1 100%;
    }
  }
  .intro-text {
    text-align: center;
    margin: 20px 0;
    font-size: 1.2em;
    line-height: 1.6;
  }
  .section-title {
    text-align: center;
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #4285F4;
    text-decoration: underline;
  }
  .form-container {
    max-width: 400px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  form input[type="text"],
  form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  form button {
    width: 100%;
    padding: 10px;
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
  }
  form button:hover {
    background-color: #3367D6;
  }
  #message {
    margin-top: 20px;
    font-size: 1.2em;
    text-align: center;
    color: green;
    font-weight: bold;
  }
  .section-title {
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
    color: #333;
  }
  .main-header {
    background-color: #c8102e;
    color: white;
    padding: 10px 20px;
  }
  .logo-container {
    display: flex;
    align-items: center;
  }
  .logo {
    height: 50px;
    margin-right: 15px;
  }
.main-header h1 {
  font-size: 24px;
}
nav ul {
  background-color: #f8f8f8;
  list-style-type: none;
  padding: 10px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.main-header ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  overflow: hidden;
  background-color: transparent; 
}
.main-header li {
  float: left;
}
.main-header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
}
.main-header li a:hover {
  background-color: #800000;
}
.nav-separator {
  height: 40px;
  background-color: #333; 
  margin-bottom: 20px;
}
nav a {
  text-decoration: none;
  color: #c8102e;
  font-weight: bold;
}
h2 {
  color: #c8102e;
  text-align: center;
  margin-top: 40px;
}
ol {
  width: 80%;
  margin: 10px auto 40px auto;
  font-size: 1.1em;
}
section {
  margin-bottom: 60px;
}
h3 {
  text-align: center;
  color: #c8102e;
  margin-top: 30px;
} 
ol li {
  margin-bottom: 10px;
}
.building-list {
  list-style-position: inside;
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}
.building-list li {
  display: block;
  margin-bottom: 12px;
  font-size: 1.1em;
}
.main-footer {
  margin-top: 40px;
}
.footer-separator {
  height: 40px;
  background-color: #333;
}
.footer-bar {
  height: 100px;
  background-color: #c8102e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-text {
  color: white;
  font-weight: bold;
}
.accessibility-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #000;
  background-color: transparent; 
}
.accessibility-list li {
  margin-bottom: 0.5em;   
}