body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(135deg, #18b7ec, #00aaff);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: left;
  max-width: 600px;
  padding: 20px;
}

.logo img {
  height: 40px;
  margin-bottom: 20px;
}

.branding {
  display: flex;
  align-items: center;
  font-size: 4.0rem;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.currently {
  font-style: italic;
  font-weight: bold;
  margin-right: 5px;
}

.from-att {
  font-style: italic;
  font-weight: normal;
  margin-right: 10px;
}

.divider {
  margin-right: 10px;
  font-weight: bold;
}

.yahoo {
  font-weight: bold;
  line-height: 1;
}

.mail {
  font-weight: bold;
  font-size: 0.8em;
}

.headline {
  font-size: 3.9rem;
  font-weight: bold;
  margin: 20px 0;
}

.subtext {
  font-size: 1.7rem;
  margin-bottom: 30px;
  line-height: 1.8;
}

.login-btn {
  background-color: white;
  color: #0072ce;
  font-weight: bold;
  padding: 10px 60px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.2rem;
}





/* Make the page take full height */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
}

/* Table layout */
.layout-table {
  width: 100%;
  height: 100vh;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Text side */
.text-side {
  width: 50%;
  padding: 40px;
  vertical-align: middle;
  background-color: #18b7ec;
}

/* Slideshow side */
.slideshow-side {
  width: 50%;
  padding: 0;
  margin: 0;
}

/* Slideshow container */
.slideshow {
  width: 100%;
  height: 100%;
  animation: slideshow 20s infinite;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Background slideshow animation */
@keyframes slideshow {
  0%   { background-image: url('./img/a1.JPG'); }
  33%  { background-image: url('./img/a2.JPG'); }
  66%  { background-image: url('./img/a3.JPG'); }
  100% { background-image: url('./img/a4.JPG'); }
  140% { background-image: url('./img/a5.JPG'); }
}







.section {
  padding: 10px 10px;
  max-width: 2200px;
  margin: 70px;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

.column {
  flex: 1;
  min-width: 300px;
  font-size: 24px;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.faq-section {
  margin-top: 30px;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li {
  background-color: #009ddc;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-list li span {
  font-size: 40px;
  font-weight: bold;
}








.footer {
  background-color: #1b1b1b;
  color: white;
  padding: 40px 20px 20px;
  font-size: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.footer-column a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.social-icons .icon {
  font-size: 10px;
}

.footer-bottom {
  border-top: 10px solid #333;
  padding-top: 20px;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  align-items: center;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-note {
  color: #ccc;
  font-size: 20px;
  line-height: 2.5;
  align-items: center;
}
