html {
    margin: 0px;
    height: 100%;
    width: 100%;
}

@import url(Ovo.ttf);
@import url(ArtefakVintage.otf);

@font-face {
    font-family: 'ArtefakVintage';
    src: url(/ArtefakVintage.otf);
}

@font-face {
    font-family: 'Ovo';
    src: url(Ovo.ttf);
}

body {
    background-color: #171813;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    color: #F0F2EF;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a {
    font-family: 'Ovo';
    text-decoration: none;
    color: #F0F2EF;
    text-shadow: 2px 2px 4px #000000;
}

.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    font-size: 1.1rem;
}

.home-link {
    margin-top: 24px;
    margin-bottom: 40px;
}

.julia-luca {
    font-family: 'ArtefakVintage';   
    font-size: 3rem;
}

.info {
    margin-top: 32px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
}

.info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}

.info-location {
    font-family: 'ArtefakVintage';   
    margin: 0;
    margin-top: 0;
    margin-bottom: 24px;
}

.info-date {
    font-family: 'ArtefakVintage';   
    margin: 0;
    margin-top: 0;
    margin-bottom: 24px;
}

.button {
    background-color: #CE6542;
    border-radius: 5px;
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-text {
    font-size: 1rem;
}

.info {
    margin-top: 32px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
}



/* F.A.Q CSS */

.info-container {
    display: flex;
    flex-direction: column;
}

.faq {
    font-family: 'Ovo';
    display: flex;
    flex-direction: column;
}
h1 {
    font-family: 'ArtefakVintage';
    font-size: 2rem;
    font-weight: lighter;
    text-align: center;
}
h2 {
    font-size: 1.2rem;
    font-weight: lighter;
}

p {
    font-size: 1rem;
}

iframe {
    width: 360px;

}

.vendor-link {
    color: aqua;
    text-shadow: none;
}

/* For screens iPad size */

    @media screen and (min-width: 810px) {
        body{ 
            background-image: url(hero.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center   ;
            background-position-y: bottom;
        }

        .home-link {
            margin-top: 40px;
            margin-bottom: 56px;
        }

        .julia-luca {
            font-size: 4rem;
        }

        .nav {
            font-size: 1.2rem;
            flex-direction: row;
            margin-bottom: 10px;
        }

        .button {
            width: 120px;
            height: 50px;
        }

        .button-text {
            font-size: 1.4rem;
        }

        .info-location {
            font-size: 2rem;
            margin-bottom: 40px;
        }

        .info-date {
            font-size: 2rem;
            margin-bottom: 40px;
        }
        .info {
            margin-left: 10%;
            margin-right: 10%;
            display: flex;
            flex-direction: column;
        }


        /* F.A.Q CSS */

        .info-container {
            display: flex;
            flex-direction: column;
        }

        .faq {
            font-family: 'Ovo';
            display: flex;
            flex-direction: column;
        }

        h2 {
            font-size: 1.5rem;
            font-weight: lighter;
        }

        p {
            font-size: 1.1rem;
        }

        .scroll {
            height: 700px;
            width: 700px;
            overflow: auto;
            border: none;
            background-image: none;
            border-radius: 10px;
            backdrop-filter: brightness(70%);
            padding: 30px;
        }

    } 

/* For screens bigger than 1080px */

        @media screen and (min-width: 1080px) {
            body{ 
                background-image: url(hero.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                background-position-x: center;
                background-position-y: 40%;
            }

            .home-link {
                margin-top: 16px;
                margin-bottom: 16px;
            }

            .julia-luca {
                font-size: 4rem;
            }

            .nav {
                display: flex;
                flex-direction: row;
                font-size: 1.2rem;
                margin-bottom: 32px;
                margin-top: 32px;
            }

            .menu-link {
                display: flex;
                align-items: center;
                padding: 16px;
            }

            .info {
                margin-top: 32px;
                margin-left: 10%;
                margin-right: 10%;
                display: flex;  
                flex-direction: column;
            }

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

            .info-location {
                font-size: 1.7rem;
                margin-bottom: 8px;
            }

            .info-date {
                font-size: 1.7rem;
                margin-top: 24px;
                margin-bottom: 32px;
            }  

            .button {
                width: 110px;
                height: 40px;
            }

            .button-text {
                font-size: 1.2rem;
            }

            /* F.A.Q CSS */

            .info-container {
                display: flex;
                flex-direction: column;
            }

            .faq {
                font-family: 'Ovo';
                display: flex;
                flex-direction: column;
            }

            h2 {
                font-size: 1.5rem;
                font-weight: lighter;
            }

            p {
                font-size: 1.1rem;
            }

            .scroll {
                height: 600px;
                width: 700px;
                overflow: auto;
                border: none;
                background-image: none;
            }
        }

/* For screens bigger than 1600px */

            @media screen and (min-width: 1600px) {
                body{ 
                    background-image: url(hero.jpg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position-x: center;
                    background-position-y: 40%;
                }

                .home-link {
                    margin-top: 24px;
                    margin-bottom: 0px;
                }

                .julia-luca {
                    font-size: 5rem;
                }

                .nav {
                    display: flex;
                    flex-direction: row;
                    font-size: 1.4rem;
                    margin-bottom: 32px;
                }

                .menu-link {
                    display: flex;
                    align-items: center;
                    padding: 32px;
                }

                .info {
                    margin-top: 32px;
                    margin-left: 10%;
                    margin-right: 10%;
                    display: flex;
                    flex-direction: column;
                }

                .info-container {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                }

                .info-location {
                    font-size: 2rem;
                    margin-bottom: 16px;
                }

                .info-date {
                    font-size: 2.5rem;
                    margin-top: 24px;
                    margin-bottom: 40px;
                }  

                .button {
                    width: 120px;
                    height: 50px;
                    margin-left: 16px;
                }

                .button-text {
                    font-size: 1.4rem;
                }

                /* F.A.Q CSS */

                .info-container {
                    display: flex;
                    flex-direction: column;
                }

                .faq {
                    font-family: 'Ovo';
                    display: flex;
                    flex-direction: column;
                }

                h2 {
                    font-size: 1.5rem;
                    font-weight: lighter;
                }

                p {
                    font-size: 1.1rem;
                }

                .scroll {
                    height: 600px;
                    width: 700px;
                    overflow: auto;
                    border: none;
                    background-image: none;
                }
            }

/* For screens bigger than 1920px */

                    @media screen and (min-width: 1920px) {
                        body{ 
                            background-image: url(hero.jpg);
                            background-size: cover;
                            background-repeat: no-repeat;
                            background-position-x: center;
                            background-position-y: 40%;
                        }

                        .home-link {
                            margin-top: 24px;
                            margin-bottom: 24px;
                        }

                        .julia-luca {
                            font-size: 6rem;
                        }

                        .nav {
                            display: flex;
                            flex-direction: row;
                            font-size: 1.6rem;
                            margin-bottom: 56px;
                        }

                        .menu-link {
                            display: flex;
                            align-items: center;
                            padding: 32px;
                        }

                        .info {
                            margin-top: 32px;
                            margin-left: 10%;
                            margin-right: 10%;
                            display: flex;
                            flex-direction: column;
                        }

                        .info-container {
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: center;
                            gap: 10px;
                        }

                        .info-location {
                            font-size: 3rem;
                            margin-bottom: 16px;
                        }

                        .info-date {
                            font-size: 3rem;
                            margin-top: 24px;
                            margin-bottom: 40px;
                        }  

                        .button {
                            width: 130px;
                            height: 55px;
                        }

                        .button-text {
                            font-size: 1.5rem;
                        }

                    /* F.A.Q CSS */

                        .info-container {
                            display: flex;
                            flex-direction: column;
                        }

                        .faq {
                            font-family: 'Ovo';
                            display: flex;
                            flex-direction: column;
                        }

                        h2 {
                            font-size: 1.5rem;
                            font-weight: lighter;
                        }

                        p {
                            font-size: 1.1rem;
                        }

                        .scroll {
                            height: 600px;
                            width: 700px;
                            overflow: auto;
                            border: none;
                            backdrop-filter: brightness(50%);
                            background-image: none;
                        }
                    }