body{
    margin: 0px;
    background-color: black;
    overflow-x: hidden;
}
    /* If you put the style.css info folder you need to change the url*/
#LV{
    position: absolute;
    z-index: 2;
    display: block;
    max-width: 100%;
}
a:link, a:visited{
    color: #ec4444;
    text-decoration: none;
}
@media only screen and (max-width: 500px){
    .video {
      width: 0px;
    }
    a:link, a:visited{
        color: #ec4444;
        text-decoration: none;
    }
}
img{
    position: relative;
    z-index: 0;
    display: block;
    max-width: 100%;
}
::-webkit-scrollbar {
    width: 0px;
}
.rtitle{
    top: 0px;
    width: 100%;
    font-family: "alagard";
    text-decoration: none;
    text-align: center;
    font-size: 40px;
    color: #F3BE94;
}
.rpara{
    top: 40px;
    margin: 100px;
    width: 85%;
    font-family: "alagard";
    text-align: left;
    font-size: 30px;
    color: #F3BE94;
}
ul{
    margin-top: -60px;
    margin-left: 100px;
    width: 85%;
    font-family: "alagard";
    text-decoration: none;
    text-align: left;
    font-size: 30px;
    color: #F3BE94;
}
.image{
    position: absolute;
    top: 0;
    left: 0;
}
.p1{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 56vw;
    color: #F3BE94;
    font-family: "alagard";
    font-size: clamp(10px, 3vw, 40px);
}
.stamp{
    position: absolute;
    top: 68vw;
    left: 45vw;
    width: clamp(50px, 9vw, 150px);
}
.p2{
    position: absolute;
    text-align: left;
    margin-left: 10%;
    margin-right: 9%;
    width: 81%;
    top: 85vw;
    color: #F3BE94;
    font-family: "alagard";
    font-size: clamp(8px, 2.5vw, 40px);
}
.p3{
    position: absolute;
    text-align: left;
    margin-left: 10%;
    margin-right: 9%;
    width: 81%;
    top: 185vw;
    color: #F3BE94;
    font-family: "alagard";
    font-size: clamp(10px, 3vw, 40px);
}
.p4{
    position: absolute;
    text-align: left;
    margin-left: 10%;
    margin-right: 9%;
    width: 81%;
    top: 290vw;
    color: #F3BE94;
    font-family: "alagard";
    font-size: clamp(10px, 3vw, 40px);
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
/* copy and paste static nav START*/
nav{
    position:fixed;
    z-index: 3;
    height: 100%;
    width: clamp(10vw);
    right: 0vw;
    text-align: center;
}
.open-sidebar-button{
    display: block;
}
.close-sidebar-button{
    display: none;
}
#sidebar-active{
    display: none;
}
.page-container{
    position: relative;
    height: 100%;
    right: -100vw;
    display: flex;
    flex-direction: column;
    z-index: 10;
    transition: 0.5s ease-out;
    font-family: "alagard";
    font-size: 20px;
}
nav a:link, a:visited{
    padding: 10px;
    text-decoration: none;
    color: #ec4444;
    background-color: black;
}
nav a:hover{
    backdrop-filter: blur(3px);
    background-color: rgba(130, 26, 26, 0.5);
}
#sidebar-active:checked ~ .page-container{
    right: 0vw;
}
.home-icon{
    width: 100px;
    padding: 20px;
}
/* copy and paste static nav END*/