html {
    scroll-behavior: smooth;
}

.main{
    width: 100%;
    font-family: 'Sentient-Variable';
    font-weight: 200;
}  

.parallax-item {
    width: 100%;
}
  
.parallax-item:first-child {
    background: url(/assets/img/canyon.png);
    background-size: cover;
    background-position: center;
    padding-top: 25px;
    min-height: 100vh;
}
  
.parallax-item:nth-child(2) {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    min-height: 100vh;
}
  
.parallax-item:nth-child(3) {
    background: url(/assets/img/neon.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-position: center;
    min-height: 100vh;
}
  
.parallax-item:nth-child(4) {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}


.reviews{text-align: center;}
.reviews h1{font-size: 48px; margin-bottom: 0px; margin-top: 0px; color: #841f23;}

.redline{
    border-color: #841f23;
    width: 50%;
    margin-bottom: 20px;
}

.splidecontainer{
    margin: auto;
    width: 85%;
}

.splide{
    margin: auto;
}

.card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    height: 425px;
    background: lightgray;
    padding: 2px;
    text-align: center;
    border: solid #841f23 2px;
    font-family: 'Sentient-Variable';
    filter: drop-shadow(#841f23 0px 0px 2px);
}


.card h1{margin: 0px;}
.card h2{margin: 0px;}
.card p{font-family: 'Author-Variable'; font-size: 22px;}

.card img{
    width: 75px;
}

.bottomofreviews{
    margin: auto;
    color: black;
    font-weight: 400;
    background: lightgray;
    padding: 2px;
    text-align: center;
    border: solid #841f23 2px;
    font-family: 'Author-Variable';
    filter: drop-shadow(#841f23 0px 0px 2px);
    width: 75%;
    font-size: 22px;
    margin-bottom: 25px;
}

.moreinfo{
    margin: auto;
    color: black;
    font-weight: 400;
    background: lightgray;
    padding: 2px;
    text-align: center;
    border: solid #841f23 2px;
    font-family: 'Sentient-Variable';
    filter: drop-shadow(#841f23 0px 0px 2px);
    width: 75%;
}

.moreinfo h1{font-size: 48px; margin-bottom: 0px; margin-top: 0px; color: #841f23;}
.moreinfo li{ font-family: 'Author-Variable'; font-size: 22px;list-style: inside; text-align: left;}
.whatoffer{width: 25%; margin: auto;}

@media (max-width: 800px){
    .reviews h1{font-size: 28px; margin-bottom: 0PX;}
    .splidecontainer{width: 90%;}
    .card h1{font-size: 24px;}
    .card h2{font-size: 22px;}
    .card p{font-size: 20px;}
    .card img{width: 50px;}
    .bottomofreviews{ margin: auto; width: 90%; font-size: 18px; margin-bottom: 25px;}
    .moreinfo{width: 90%; font-size: 18px;}
    .moreinfo h1{font-size: 24px;}
    .whatoffer{width: 100%;}
}