
style{
    position: absolute;
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
}


header{
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(214, 50, 0);
    color: rgb(255, 217, 0);
    font-family: Caprasimo;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    width: 100dvw;
    height: 8dvh;
}

header a{ 
    color: rgb(255, 217, 0);
    padding: 0 .5dvw;
    @font-face {
        font-family: ;
        src: url();
    }
}
header nav ul{
    font-size: 125%;
    padding: 0 1dvw;
}
header h1{
    font-size: 200%;
    padding: 0 1dvw;
}

html, body{
    height: 100%;
    margin:0;
}

body{
    margin: 0%;
    background-color: #570f00;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

ul{
    color: rgb(255, 217, 0);
    padding-left: 200px;
list-style: none;
display: flex;
padding: 0;
}

li{
    color: rgb(255, 217, 0);
    padding-left: 1dvh;
    @font-face {
        font-family: ;
        src: url();
        
    }
}

.contactlist {
    display: flex;
    flex-direction: column;
    align-items: center;  /* ensures all <p> tags are centered as a group */
    font-size: 2.5vh;      /* use a smaller value if 5vh is too large */
    gap: 1rem;             /* spacing between lines */
}

a{
text-decoration: none;
color: rgb(255, 217, 0);
}

main{
    margin: 0 auto;
    width: 60dvw;
    max-width: 1200px;
    color: rgb(255, 217, 0);
    font-family: Caprasimo;
    list-style-type: none;
    align-items: left;
    
}

img{
    width: 100%;
}

figcaption{
    text-align: center;
}

figure{
    margin: 10%;
}

.videoWrapper169 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50%; /* 16:9 aspect ratio */
    height: 0;
}
.videoWrapper169 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper2351 {
    width: 100%;
    margin: 0 auto;             /* Centers the wrapper */
    position: relative;
    padding-bottom: 50%;     /* 2.35:1 aspect ratio */
    height: 0;
}

.videoWrapper2351 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page {
  display: grid;
  min-height: 100%;
}

footer{
    pointer-events: auto;
    margin-block-start: auto;
}

footer nav ul{
   list-style: none;
    margin: 0;
    padding: 0 14px;
    display: flex;
    justify-content: flex-end; /* aligns items to the left */
    align-items: center;
}

footer li img{
    opacity: 75%;
}

main li{
    margin: 4em 0;
    font-size:x-large
}

@media (max-width: 600px) {
                        main{
    width: 95dvw;
    
}
    
                        .abouttext{
                            font-size: 3.2dvw;
                        }
                            header nav ul{
                            font-size: 3dvw;
                            padding: 0 3dvw;
                        }
                        header h1{
                            font-size: 5dvw;
                            padding: 0 2dvw;
                        }
                        footer nav ul li{
                            width: 15%;
                        }
                        .contactlist {
                        font-size: 3dvh;}
}