@font-face {
  font-family: 'Greycliffe';
  src: url(Greycliff-CF-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Greycliffe';
  src: url(Greycliff-CF-Bold.otf) format("opentype");
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'Greycliffe';
  src: url(Greycliff-CF-Light.otf) format("opentype");
  font-style: lighter;
  font-weight: 300;
}

:root {
    --scrollable: none;
}

body {
    font-family: 'Greycliffe';
    margin: 0;
    color: #001011;
    /*margin-bottom: 100vh;*/
    user-select: none;
    overflow-x: hidden;
    overflow-y: var(--scrollable);
    overscroll-behavior: none;
    /*margin-bottom: 300vh;*/
}

h1,h2,h3,p {
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container {
    height: 100vh;
    width: 100vw;
    justify-content: start;
    margin-bottom: 5vh;
}

.header {
    margin-top: 15vh;
    margin-bottom: 15vh;
    width: 88vw;
    height: 50vh;
    justify-content: space-between;
    font-size: 50;
}

.titleText {
    width: 44vw;
    font-weight: lighter;
    font-size: 7vw;
}

.blurbText {
    font-size: 20;
    width: 60%;
    text-align: left;
}

.blurb {
    width: 20vw;
    height: 31vw;
    justify-content: start;
    flex-direction: column;
    border-radius: 1.5vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.cardsContainer {
    width: 88vw;
    gap: 2vw;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.card {
    width: 20vw;
    height: 31vw;
    background-color: #fff;
    border-radius: 1.5vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    transition: 0.2s;
}

.card:hover {
    scale: 1.01;
    transition: 0.2s;
    filter: brightness(105%);
}

.cardContent {
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    width: 17.5vw;
}

.modal-inform-mobile {
    display: none;
}

.itemImage {
    background-color: white;
    border-top-right-radius: 1.5vw;
    border-top-left-radius: 1.5vw;
    width: 20vw;
    height: 20vw;
    object-fit: cover;
}

.itemname {
    /*color: black;*/
    color: #001011;
    font-size: 1.6vw;
    text-decoration: none; 
}

.titleAndPrice {
    margin-top: 1vw;
    width: 100%;
    justify-content: space-evenly;
    align-items: start;
    gap: 1vw;
}

.price {
    font-size: 1.6vw;
    font-weight: bold;
}

.cardPiecesText {
    width: 100%;
    gap: 0.5vw;
    align-items: start;
    margin-top: 1vw;
}

.cardPiecesButton {
    width: 100%;
    align-items: start;
    margin-bottom: 1.25vw;
    gap: 0.5vw;
}

.break {
    /*height: 0.5vw;*/
}

.blueBtn {
    /*border: none;*/
    /*border-radius: 0.5vw;*/
    /*height: 3vw;*/
    /*width: 100%;*/
    /*align-self: center;*/
    /*font-size: 1vw;*/
    /*background-color: #0171e3;*/
    /*color: white;*/
    /*cursor: pointer;*/
    /*font-weight: bold;*/
    /*font-family: 'Greycliffe';*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    border: none;
    border-radius: 1vw;
    height: 3vw;
    width: 100%;
    align-self: center;
    font-size: 1.12vw;
    /*background-color: #0171e3;*/
    background-color: #003049;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Greycliffe';
    transition: 0.2s;
}

.greyBtn {
    border: none;
    border-radius: 0.5vw;
    height: 3vw;
    width: 100%;
    align-self: center;
    font-size: 1vw;
    background-color: #fafafa;
    color: #0171e3;
    cursor: pointer;
    font-family: 'Greycliffe';
    font-weight: bold;
}

.cardOneText {
    height: auto;
    width: 80%;
    font-size: 1.35vw;
    color: white;
}

.blurb {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #003049;
}

.description {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sortBy {
    width: 88vw;
    justify-content: flex-end;
}

.sortForm {
    font-size: 1vw;
    margin: 0;
}

select {
    outline; none;
    font-family: 'Greycliffe';
    border: none;
    font-size: 1vw;
}

.mobileOnly {
    display: none;
}

.desktopOnly {
    display: flex;
}

.honeymoonblurb {
    width: 20vw;
    height: 31vw;
    justify-content: center;
    gap: 1vw;
    flex-direction: column;
    border-radius: 1.5vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    background-color: #003049;
    margin-bottom: 5vh;
}

.honeymoonTitle {
    height: auto;
    width: 80%;
    font-size: 2vw;
    color: white;
}

.honeymoonText {
    height: auto;
    width: 80%;
    font-size: 1.35vw;
    color: white;
}