@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);
   color: #000;
  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
  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;
}
.nav-link:hover {
  color: #fffc !important;
}
body {
  font-family: Source Sans Pro;
  background: #f5f5f5;
  color: #222;
}
.header {
  /*background-image: linear-gradient(90deg, #055694, #054474, #055694);*/
    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;
}
