
.topnav {
  margin: 0;
  padding-top: 2%;
  padding-bottom 0;
  padding right: 5%;
  padding left: 0%;
  background-color: ivory;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
hr {
  border-top: 3px dotted;
  width: 90%;
}
img {
  border-radius: 15px;
  width: 80%;
  object-fit: cover; 
}
body {
  background-color: ivory;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 4%;
  padding-bottom: 2%;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
}
.button {
  color: black;
  transition-duration: 0.4s;
  cursor: pointer;
}
@font-face {
  font-family: 'Vintella Skillton'; 
  src: url('./fonts/vintella_skillton/Vintella\ Skillton.otf'); /*URL to font*/
}
h1 {
  font-size: 200%;
  font-family: /*"Vintella Skillton", */Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}