/* FONTS */

@font-face {
    font-family: 'CaviarDream_Bold';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/CaviarDreams_Bold.ttf'),
}

@font-face {
    font-family: 'CaviarDream_BoldItalic';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/CaviarDreams_BoldItalic.ttf'),
}

@font-face {
    font-family: 'CaviarDream';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/CaviarDreams.ttf'),
}

@font-face {
    font-family: 'Snell';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/SnellBT-Regular.ttf'),
}

.gfs-didot-regular {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    font-style: normal;
  }

.normal-font{
    font-family: 'CaviarDream';
}

.small-lh {
    line-height: 5px;
}

.mid-lh {
    line-height: 7px;
}

.map-btn {
    border-style:solid;
    padding: 5px;
    font-family: "GFS Didot", serif;
    color: black;
    font-size: 9px;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.image-container {
    width: 100%;
    object-fit: cover; /* This is optional, but recommended for wider images */
    aspect-ratio: 3 / 4; /* This maintains the 16:9 aspect ratio (invert for vertical images) */
    border-style: solid;
    border-color: white;
    border-width: 5px;
}

.cursive-font {
    font-family: 'Snell';
}
/* END FONTS */

.main-bg {
    background-color: rgb(247, 245, 244);
}

.brown-text {
    color: rgb(178,179,164);
}

.hero-name {
    color: white;
    font-size: 7em;
    text-align: left;
    margin-top: 10%;
    margin-left: 5%;
}

.date-font {
    font-size: 3.5em;
    text-align: center;
    line-height: 40px;
}

.date-border {
    border-style: double;
    border-color: goldenrod;
}

.bottom-main {
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
}

.divider {
    border-color: white;
    margin-left: 20%;
    margin-right: 20%;
}

.logo {
    height: 10em;
    width: auto;
    margin-bottom: 4em;
}

.grey-background {
    background-color: #e9e9e9;
}

.main-color {
    color: rgb(178,179,164);
}

.info-div {
    background-color: white;
    text-align: center;
    padding: 10%;
    border-color: rgb(196, 157, 173);
}

.background-main-color {
    background-color: rgb(196, 157, 173);
}

.no-line-height {
    line-height: 1em;
}

.no-line-height-0 {
    line-height: 0;
}

.main-button {
    background-color: rgb(196, 157, 173);
    border-color: rgb(196, 157, 173);
}

.normal-itallic-font{
    font-family: 'Cochin', serif;
    font-style: italic;
}

.sm-font {
    font-size: 14px;
}

.confirm-btn-2 {
    color: white;
    background-color: rgb(179,179,164);
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
}