﻿@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playball&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

body {
    margin: 1rem;
    background-image: url(/images/christmas-tree-2928142_1280.jpg);
    background-color: rgb(228, 221, 212);
    font-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    font-family: "Roboto", sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: scroll;
    min-height: 100%;
}

/*body background{
    position:relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

body background-image{
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

h1 {
    color: hsla(240, 100%, 70%);
    padding: 1rem;
    margin-top: 50px;
    font-size: 4rem;
    font-family: Great Vibes;
}

h2 {
    color: aliceblue;
    padding: 1rem;
    font-family: Roboto, Arial, sans-serif;
}

nav {
    border: 2px solid aliceblue;
    margin: 1rem auto 1rem;
    max-width: 300px;
    border-radius: 2rem;
    text-align: center;
    color: aliceblue;
    font-size: 1.5rem;
    line-height: 4rem;
}

.whatsnewnav {
    border: 2px solid aliceblue;
    margin: 1rem auto 1rem;
    max-width: 800px;
    border-radius: 0rem;
    text-align: center;
    color: aliceblue;
    font-size: 1.25rem;
    line-height: 2rem;
}

    .whatsnewnav li:last-child {
        border-radius: 0;
    }

h3 {
    color: aliceblue
}

    h3 a {
        color: aliceblue;
    }

        h3 a,
        h3 a:visited {
            text-decoration: none;
            color: aliceblue;
        }

            h3 a:hover,
            h3 a:focus {
                background: aliceblue;
                color: blue;
                display: block;
                border-radius: 2rem 2rem 0 0;
                text-decoration: none;
            }

ul {
    list-style-type: none;
    color: aliceblue;
}

li {
    border-top: 1px solid aliceblue;
}

    li a {
        display: block;
    }

        li a,
        li a:visited {
            text-decoration: none;
            color: aliceblue;
        }

            li a:hover,
            li a:focus {
                background: aliceblue;
                color: blue;
                cursor: pointer;
            }

    li:last-child a {
        border-radius: 0 0 2rem 2rem;
    }

section {
    /*height: 100vh;*/
    width: 100%;
    margin: 0 auto;
}

.Whats_New {
    color: aliceblue;
}

.where_when p {
    color: aliceblue;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2%;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
}

.yellow-text {
    color: yellow;
}

.where_when iframe {
    padding: 0px;
    margin: auto;
    border-radius: 2rem;
}

header {
    color: aliceblue;
    background-image: url(/images/christmas-1911637_1920-strip\ 800x54.jpg);
    text-align: center;
    height: 40px;
    font-size: 2rem;
    position: sticky;
    top: 0;
    width: auto;
    margin: 0 auto;
}

.largeFooter {
    display: none;
    background-color: rgb(3, 3, 77);
    color: aliceblue;
    text-align: center;
    height: 30px;
    font-size: 1.5rem;
    position: sticky;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.smallFooter {
    /* display: none; */
    background-color: rgb(3, 3, 77);
    color: aliceblue;
    text-align: center;
    height: 30px;
    font-size: 1.5rem;
    position: fixed;
    bottom: 0;
    width: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

footer a {
    text-decoration: none;
    padding: 1.5rem;
    color: aliceblue;
}

    footer a:visited {
        color: aliceblue;
        text-decoration: none;
    }

.ytContainer {
    max-width: 80%;
    min-height: 400px;
    margin: 50px auto;
    margin-inline: auto;
    /*border: 1px solid #f00;*/
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    align-content: space-evenly;
    /*color:#f00*/
}

    /* .ytContainer{
    max-width: 80%;
    border: 1px solid red;
    margin: 0 auto;
    margin-inline: auto;
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: 150px;
} */

    .ytContainer .box {
        height: 100px;
        width: 100px;
        background-color: blue;
        color: aliceblue;
        font-size: .75rem;
        padding: 10px;
        display: flex;
        justify-content: left;
        align-items: center;
        flex: 0 0 275px;
        border-radius: 50%;
    }

    .ytContainer img {
        display: block;
        border-radius: 50%;
        height: 150px;
        width: 150px;
        padding: 1rem;
    }

img:hover {
    opacity: 0.5;
}

.ytContainer a {
    color: aliceblue;
    font-size: 1rem;
    text-decoration: none;
}

.historyPicFigure {
    width: 40%;
}

    .historyPicFigure img {
        margin: 2rem;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        margin-left: 10%;
        border-radius: 2rem;
    }

    .historyPicFigure figcaption {
        color: aliceblue;
        font-size: 1rem;
        padding: 5px;
        text-align: left;
        margin-left: 10%;
    }

.block {
    width: 30vw;
    height: 50vw;
    padding: 1rem;
}

.left {
    float: left;
    margin-right: 10%;
}

.historyClass p {
    color: aliceblue;
    font-size: 1.5rem;
    padding: 0px;
    line-height: 1.5;
    margin-top: 2rem;
    margin-right: 10%;
    margin-left: 5%;
    text-align: justify;
}

#History {
    opacity: 0;
    visibility: collapse;
}

.ContactUs p {
    color: aliceblue;
    font-size: 1rem;
    padding: 5px;
    margin-top: 10%;
    margin: auto;
    text-align: justify;
}
#contactemail {
    color: aliceblue;
    font-size: 1.5rem;
    padding: 5px;
    margin-top: 1rem;
    margin-left: 25%;
    margin-right: 25%;
    line-height: 1.5;
    text-align: justify;
}

#mailtoaddr {
    background-color: aliceblue;
    color: blue;
    padding: 10px;
    font-size: 2rem;
    margin-top: 5%;
    margin-left: 25%;
    margin-right: 25%;
}

/*#navBTS {
    margin-top: 100px;
    max-width: unset;
    width: 300px;
    display: inline-block;
}*/

#nearby {
    background-color: aliceblue;
    color: blue;
    padding: 10px;
    font-size: 1.5rem;
    margin-top: 25%;
    margin-left: 10%;
    margin-right: 10%;
}

#lightorama {
    background-color: aliceblue;
    color: blue;
    padding: 10px;
    font-size: 1.5rem;
    margin-top: 25%;
    margin-left: 10%;
    margin-right: 10%;
}

#creativedisplays {
    background-color: aliceblue;
    color: blue;
    padding: 10px;
    font-size: 1.5rem;
    margin-top: 25%;
    margin-left: 10%;
    margin-right: 10%;
}

#LOR {
    background-color: blue;
    color: aliceblue;
    /*padding: px;*/
    font-size: 1.5rem;
    margin-top: 25%;
    margin-left: 20%;
    margin-right: 20%;
}

#CD {
    background-color: blue;
    color: aliceblue;
    /*padding: px;*/
    font-size: 1.5rem;
    margin-top: 25%;
    margin-left: 20%;
    margin-right: 20%;
}

#BehindTheScenes{
    text-align:center;
}

#navBTSdiv {
    display: inline-block;
    float: left;
    margin-left: -150px;
    padding: 5px;
}

/* SMALL */
@media screen and (max-width: 576px) {
    body {
        background-color: rgb(3, 3, 77);
        font-size: 1rem;
        overflow: scroll;
        height: 100%;
    }

    nav {
        border: 2px solid aliceblue;
        margin: 1rem auto 1rem;
        max-width: 150px;
        border-radius: 1rem;
        text-align: center;
        color: aliceblue;
        font-size: 1rem;
        line-height: 2rem;
    }

    .whatsnewnav {
        border: 2px solid aliceblue;
        margin: 1rem auto 1rem;
        max-width: 80%;
        border-radius: 0rem;
        text-align: center;
        color: aliceblue;
        font-size: 0.8rem;
        line-height: 1.25rem;
        overflow: scroll;
        height: 100%;
    }

    h1 {
        font-size: 2rem;
    }

    h3 a {
        color: aliceblue;
    }

        h3 a,
        h3 a:visited {
            text-decoration: none;
            color: aliceblue;
        }

            h3 a:hover,
            h3 a:focus {
                background: aliceblue;
                color: blue;
                display: block;
                border-radius: 1rem 1rem 0 0;
                text-decoration: none;
            }

    ul {
        list-style-type: none;
        color: aliceblue;
    }

    li {
        border-top: 1px solid aliceblue;
    }

        li a {
            display: block;
        }

            li a,
            li a:visited {
                text-decoration: none;
                color: aliceblue;
            }

                li a:hover,
                li a:focus {
                    background: aliceblue;
                    color: blue;
                    cursor: pointer;
                }

        li:last-child a {
            border-radius: 0 0 1rem 1rem;
        }

    .historyPicFigure {
        width: 100%;
    }

        .historyPicFigure img {
            margin: 1rem;
            width: 100%;
            height: auto;
            margin-bottom: 0px;
            margin-left: 10%;
            border-radius: 1rem;
        }

        .historyPicFigure figcaption {
            color: aliceblue;
            font-size: .75rem;
            padding: 0;
            text-align: left;
            margin-left: 10%;
            margin-bottom: 10px;
        }

    .block {
        width: 30vw;
        height: 50vw;
        padding: 1rem;
    }

    .left {
        float: left;
        margin-right: 10%;
    }

    .historyClass p {
        color: aliceblue;
        font-size: .80rem;
        padding: 5px;
        line-height: 1.25;
        margin-top: 1rem;
        margin-right: 10%;
        margin-left: 5%;
        text-align: justify;
    }

    .where_when p {
        color: aliceblue;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 2%;
        padding: .5rem;
        text-align: center;
        font-size: .75rem;
        line-height: 1.0;
    }

    .whereWhenContainer {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 75%;
    }

    .responsive-iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
    }

    .ytContainer {
        max-width: 80%;
        min-height: 100px;
        margin: 5px auto;
        margin-inline: auto;
        /*border: 1px solid #f00;*/
        display: flex;
        gap: 1.0rem;
        justify-content: center;
        align-items: center;
        flex-flow: wrap;
        align-content: space-evenly;
        /*color:#f00*/
    }

        .ytContainer .box {
            height: 50px;
            width: 50px;
            background-color: blue;
            color: aliceblue;
            font-size: .75rem;
            padding: 10px;
            display: flex;
            justify-content: left;
            align-items: center;
            flex: 0 0 175px;
            border-radius: 50%;
        }

        .ytContainer img {
            display: block;
            border-radius: 50%;
            height: 75px;
            width: 75px;
            padding: .75rem;
        }

    img:hover {
        opacity: 0.5;
    }

    .ytContainer a {
        color: aliceblue;
        font-size: 1.5rem;
        text-decoration: none;
    }

    header {
        color: aliceblue;
        background-image: url(/images/christmas-1911637_1920-strip\ 800x54.jpg);
        text-align: center;
        height: 20px;
        font-size: 1rem;
        position: sticky;
        top: 0;
        width: 100%;
        margin: 0 auto;
    }

    .largeFooter {
        display: none;
        background-color: rgb(3, 3, 77);
        color: aliceblue;
        text-align: center;
        height: 30px;
        font-size: 1.5rem;
        position: sticky;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
    }

    .smallFooter {
        /* display: none; */
        background-color: rgb(3, 3, 77);
        color: aliceblue;
        text-align: center;
        height: 20px;
        font-size: 0.75rem;
        position: fixed;
        bottom: 0;
        width: 20%;
        margin: 0 auto;
    }

    footer a {
        text-decoration: none;
        padding: 1rem;
        color: aliceblue;
    }

        footer a:visited {
            color: aliceblue;
            text-decoration: none;
        }

    .historyPicFigure img {
        margin: 0.5rem;
        width: 90%;
        height: auto;
        margin-bottom: 0;
        margin-left: 5%;
        border-radius: .75rem;
    }

    #contactemail {
        color: aliceblue;
        font-size: 0.8rem;
        padding: 5px;
        margin-top: 1rem;
        margin-left: 5%;
        margin-right: 10%;
        line-height: 1.25;
        text-align: justify;
    }

    #mailtoaddr {
        background-color: aliceblue;
        color: blue;
        padding: 2px;
        font-size: 0.8rem;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #navBTS {
        margin-top: 50px;
        max-width: unset;
        width: 200px;
        display: inline-block;
    }

    #navBTSdiv {
        display: inline-block;
        float: left;
        margin-left: 75px;
    }

    #nearby {
        background-color: aliceblue;
        color: blue;
        padding: 0px;
        font-size: 1rem;
        margin-top: 25%;
        margin-left: 0%;
        margin-right: 0%;
    }
}
