/* Style navigation bar */



@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto_Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto_Bold.ttf");
  font-weight: bold;
}



@font-face {
  font-family: "Libre Franklin";
  src: url("fonts/Libre Franklin/Libre_Franklin_Regular.ttf");
  src: url("fonts/Libre Franklin/Libre_Franklin_Bold.ttf");
  font-weight: bold;
}


@font-face {
  font-family: "EB Garamond";

  src: url("fonts/EBGaramond-Italic-VariableFont_wght.ttf");

}








.bars {
  padding: 0px;
}





.sml {
  letter-spacing: -0.03em;
  font-size: 48px;
  font-family: 'EB Garamond';
  background-color: rgb(255, 208, 0);
  /* top: -100px; */
}


.transparent-text {
  /* background-color: yellow; */
  opacity: 0.35;
}



.auth {
  opacity: 0.15;
}




.navbar a:hover {
  background: #248bb7;
  text-decoration: none;
  color: #ffffff;
}





body {
  /* background-image: url(/images/22__A.jpg); */
  margin: 0px;
  padding: 0px;
  background-size: 1200px, 800px;
  background-repeat: no-repeat;
  background-color: #2da7dc;
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  color: white;
  justify-content: flex-start;
  letter-spacing: 0.2em;
  font-family: "Libre Franklin";
  font-weight: bold;
  position: relative;
  

}

/* Style navigation links */
.navbar a {
  color: rgb(168, 168, 168);
  text-decoration: none;
  padding: 14px 20px;
  text-align: left;
  position: relative;

}



/* Add responsive behavior */
@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
  }
}




.fall23 {
  position: relative;
  top: 20px;
  left: 20px;
  /* letter-spacing: -0.04em; */
  line-height: 0.85;
  font-size: 24px;
  font-family: 'Roboto Bold';
  color: #ffffff;
}

.fall24{
  background-color: rgb(201, 0, 0);
  max-width: 480px;
  margin: 20px;

}

.fall22 {
  position: relative;
  top: -0px;
  left: 20px;
  letter-spacing: -0.04em;
  line-height: 0.85;
  font-size: 72px;
  font-family: 'Roboto';
  font-weight: bold;
}


.bars22 {
  position: relative;
  background-image: url('images/22__CA.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -40px;
  min-width: 640px;
}


.bars33 {
  position: relative;
  background-image: url('images/22__CA.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -80px;
  min-width: 640px;
}



.bars99 {
  position: relative;
  margin-top: -80px;
  font-family: 'Roboto';
  max-width: 640px;
}





.fall {
  left: 20px;
  letter-spacing: -0.04em;
  line-height: 0.85;
  font-size: 72px;
  font-family: 'Roboto Bold';
}

.falls {
  left: 20px;
  position: relative;
  top: -50px;
  /* letter-spacing: -0.04em;
  line-height: 0.85; 
  font-size: 72px;  */
  font-family: 'Roboto';
  width: 480px;
}




.tall {
  letter-spacing: -0.04em;
  line-height: 0.85;
  font-size: 72px;
  font-family: 'Roboto';
  font-weight: bold;
  opacity: 0.35;
  padding: 0px;
  margin: 20px;
}

.wall {
  top: -20px;
  padding: 0px;
  margin: 20px;
  width: 480px;
  font-family: 'Roboto';
  color: rgba(0, 0, 0, 0.678);

}



img {
  position: relative;
}

p {
  position: relative;
  top: -80px;
  bottom: 0;
  left: 0;
}




.bottom {
  position: relative;
  z-index: 100;
}





/* this controls link colors */
/*
a {
  color: rgb(53, 53, 53); 
}
a:visited {
  color: rgb(99, 99, 99);
}
a:hover {
  color: rgb(0, 24, 84);
}
a:active {
  color: red; 
} */