.viewBG {
    background-image: url('../images/View.jpg');
    background-size: cover; 
    background-position: center; 

}
.capeBG {
    background-image: url('../images/Cape.jpg');
    background-size: cover; 
    background-position: center; 
    height: 100vh;
}
.emoji {
    font-family: 'Segoe UI Emoji', sans-serif;
}
.carousel {
    width: 75%;
}
.custom-img {
    width: 100%;
    height: auto;
  }

.BF {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: large;


}
.Simg {
    max-width: 50%;
}

.MH {
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: xxx-large;
}


@font-face {
    font-family: 'Folio'; /* Choose a name for your font */
    src: url('../Font/Foliol.ttf') format('truetype'); /* Replace with the actual path and filename */
  }
  @font-face {
    font-family: 'Nomark'; /* Choose a name for your font */
    src: url('../Font/Nomark.otf') format('truetype'); /* Replace with the actual path and filename */
  }