@import url("https://fonts.googleapis.com/css2?&family=PT+Serif&family=Sansita+Swashed&family=Source+Sans+Pro&display=swap");

.navbar {
  /*background-image: linear-gradient(*/
  /*  90deg,*/
  /*  #055694,*/
  /*  #054474,*/
  /*  #055694*/
  /*) !important;*/
  /* background-image:url(../FX_banner.webp); */

  /* background: linear-gradient(135deg, #f2fbfb, #d9f1f1); */
  background-color: #ffffff !important;
  
    /* background-image:linear-gradient(90deg, #fff5, #fff5, #fff5),url(../FX_banner.webp); */
   /* color: #000; */
  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  
  min-height: 70px;
}

.nav-link {
  color: #000 !important;
  transition: all 0.2s;
  font-size: 1rem;
  /*text-shadow: 0 0 4px #000;*/
  margin-inline: 0.2rem;
}

body {
  font-family: Source Sans Pro;
  background: #f5f5f5;
  color: #222;
}
.header {
  /* background-image: linear-gradient(90deg, #055694, #054474, #055694); */
background: linear-gradient(135deg, #f2fbfb, #d9f1f1);



    /* background-image:linear-gradient(90deg, #fff5, #fff5, #fff5),url(../FX_banner.webp); */
  color: #000;
  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /*text-shadow: 0 2px 3px #000;*/
  font-family: PT Serif;
  /*text-shadow: 0 0 6px #000;*/
}
.section1 {
  padding-bottom: 2rem;
}
.section1 h3 {
  text-align: center;
  font-weight: 900;
  color: #055694;
  font-family: Sansita Swashed;
  margin-block: 1.3rem;
  font-size: 2rem;
}

.section1 h4 {
  color: #004172;
  font-size: 1.5rem;
  font-weight: bold;
  margin-block: auto;
}


.footer-alt {
  background: linear-gradient(180deg, #f9fdff, #eef7fb);
  padding: 32px 16px 12px;
  font-family: "Poppins", sans-serif;
}

.footer-row {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* Columns */
.footer-col {
  flex: 1;
  padding-left: 14px;
  border-left: 3px solid #055694;
}

.footer-col h5 {
  color: #055694;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-col p,
.footer-col li {
  font-size: 14px;
  color: #055694;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 6px;
}

.footer-col a {
  color: #055694;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* Highlight Venue */
.footer-col.highlight {
  background: rgba(5, 86, 148, 0.05);
  border-radius: 8px;
  padding: 14px;
}

/* Copyright */
.footer-copy {
  text-align: center;
  margin-top: 22px;
  padding-top: 10px;
  font-size: 13px;
  color: #055694;
  border-top: 1px dashed rgba(5, 86, 148, 0.3);
}

/* Tablet */
@media (max-width: 900px) {
  .footer-row {
    flex-wrap: wrap;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .footer-row {
    flex-direction: column;
    gap: 18px;
  }

  .footer-col {
    border-left: none;
    border-top: 3px solid #055694;
    padding-left: 0;
    padding-top: 10px;
  }
}
