
body {
    display:flex;
    margin: 0;
    position: static;
    background-color: black;
   /* background-image:url("Background/HexBlueBkgnd.jpg"); */
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size:2vw;
    width:99.9vw;
    height:auto;
    top:0;
    z-index:0;
    
}
   /* .clearfix ::after { */
   .clearfix {
      content: "";
      clear: both;
      display: table;
    }
.VideoBackground {
    position: Static;
    top: 0;
    overflow: auto; /* hidden orig*/
    overflow: hidden;
    width: 100vw;
    height: auto;

    margin-bottom: 3vw;
    border-bottom:4px solid white;
    border-style: groove;
    z-index: -2;
}
.back_video {
    position: Static;
    top:0;
    width: 100vw;
    height: auto;
    object-fit:cover;
    filter:brightness(.8);
    z-index: -2;
}
.TBnav{
    position: fixed;
    width:100%;
    height: 5vw;
    background-color: transparent;
    background-image:none;
    left: 0;
    top: 0;
    z-index:5;
}
.TBnav.black {
    /* background-color: black; * TBnav turns black */
    Background-image: linear-gradient(rgb(5, 5, 5),rgba(12,3,51,.4));
}
.TBelements {
    display: inline-flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0;
    margin: 2px 1vw;
    padding: 2px 2px 0 0;
    stroke: black;
    stroke-width: 5px;
}
.TBelements a {
        /* font-family:'Eurostile MN'; */
        font-family:'Roadgeek 2005 Transport';
        padding: 4px 0 4px 2vw;
        margin-top:2vw;
        font-size: 1.7vw;
        font-weight: 10;
        color: white;
        align-content:center;
        text-decoration:none;
        text-shadow: 2px 4px 2px black,2px 4px 3px black;
        animation: glow is ease-in-out infinite alternate;
    }
.TBelements a:hover {
    font-style: italic;
    text-shadow: 0px -8px 66px gold, 0px 8px 66px gold;
}

/*      NavAbout popup */
#TBfloat {
    display: none;
    position:absolute;
    top: 6vw;
    left: 15vw;
    margin:0 0 0 0;
    padding:0 0 0 0;
    width: 80vw;
    height: 2em;
    background: linear-gradient(transparent,black);
    color: white;
    z-index: 5;
   
    z-index: 3;
}
    #TBfloat a {
        margin: 4px 2vw 10px 2vw;
        padding: 2px 0 4px 0;
        font-family: 'Roadgeek 2005 Transport';
        font-size: 1.5vw;
        font-weight: 10;
        color: gold;
        align-content: center;
        text-decoration: none;
        text-shadow: 2px 4px 2px black,2px 4px 3px black;
        animation: glow is ease-in-out infinite alternate;
    }
#HoverAbout:hover + #TBid {
    display:block;
    z-index: -1;
}
#HoverAbout {
    display:block;
}
/* END NavAbout popup */


.RowFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:center;
}
.BingoLogo {
    width:9vw;
}
 
/* park logo*/
.logo {
    width: 11vw; /* actual width of logo in terms of scalable font */
    color: black;
    transition:2s;
    animation: glow is ease-in-out infinite alternate;
}
TBnav ul li a img:hover {
    offset-rotate: 45deg;
    padding: 2px;
    background-image: linear-gradient(rgba(12,3,51,1,0.1),rgba(12,3,51,.2));
}


.Welcome {
    position:absolute; /*fixed;*/
    top: 2vw;
    text-align: center;
    background-color:transparent;
    width: 100vw;
    height: auto;
    z-index: 1;
}

.content {
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0;
    justify-content: center;
}
    .content h5 {  /* welcome */
        font-family:'Brush Script Std';
        font-style: italic;
        font-size: 4vw;
        font-weight:20;
        color: #fff;
        text-shadow: 2px 4px 2px black, 2px 4px 26px yellow;
        animation: glow is ease-in-out infinite alternate;
        margin-top: 2em;
        margin-bottom: 0;
    }
.content h1 {  /* Alburtis Park */
        font-size: 6vw;
        color: white;
        font-weight: 600;
        transition: 1.0s;
        text-shadow:  2px 1px 1px black, 4px 4px 4px gold;
        animation: glow is ease-in-out infinite alternate;
        margin:0;
    }
    .content h6 {  /* country music */
        font-size: 9vw;
        color: #fff;
        font-weight: 600;
        transition: 1.0s;
        text-shadow: 2px 1px 1px black, 4px 4px 4px gold;
        animation: glow is ease-in-out infinite alternate;
        margin: 0;
    }
    .content h6:hover{
        -webkit-text-stroke:2px aqua;
        color: transparent;
    }
    
    .DownScroll {  /* scroll down */
            width: 8vw;
            color: gold;
            margin: 0;
            background-color:transparent;
    }
    .DownScroll:hover {
        width:6.5vw;
    }
    
    .content h2 {
        font-size: 3vw;
        margin: 0 0 0 0;
        color: aqua;
        text-shadow: 0px -8px 66px black, 0px 8px 66px black;
        animation: glow is ease-in-out infinite alternate;
        font-weight: 500;
    }
    .content h3 {  /* hundred years */
        font-family: 'Brush Script MT';
        font-style: italic;
        font-size: 5vw;
        margin: 0;
        color:#fff;
        text-shadow: 1px 3px 8px black, -1px -4px 8px black;
        animation: glow is ease-in-out infinite alternate;
        font-weight:400;
    }
.content h4 {  /* address S. Main St */
    font-style: italic;
    font-size: 2.5vw;
    margin: 0;
    color: #ffd800;
    text-shadow: 1px 3px 8px black, -1px -4px 8px black;
    font-weight: 100;
}
.content a {
    text-decoration: none;
    display: inline-block;
    font-size: 9vw;
    margin-top: 0;
    margin-bottom: 1vw;
    z-index:2;
}
@media (min-aspect-ratio: 720/396) {
    .VideoBackground {
        width: 100vw;
        
    }
    .back_video {
        width: 100vw;
        /*object-fit: cover;*/
    }
}
/* ratio 16/9 originally*/
@media (max-aspect-ratio: 720/396) {
    .VideoBackground {
        width: 100%;
    }
    .back_video {
            width: 100%;
           /* height:100vh;*/
        }
    }
/* Media query for mobile devices */


.ParkInfo {
    float: left;
    background-image: linear-gradient(rgb(121, 109, 109,.4), rgba(0, 0, 0, 0.6)), url('Photos/APbingo.jpg');

    background-size: cover;
    margin: 0 1vw 0 0;
    width: 40vw;
    font-size: 2.5vw;
    font-weight: 600;
    /*border: 8px solid #fff;
        border-style: groove;*/
    padding: 0 0 0 3vw;
    color: white;
    text-align: center;
}

    .ParkInfo_Right {
        background-color: black;
        position: sticky;
        padding: 2vw 0 0 2vw;
        margin: 0 0 0 1vw;
        width: 43vw;
        float: right;
        font-size: 2.5vw;
        font-weight: 300;
        text-align:center;
        align-content:center;
        /* border: 8px solid #fff;
        border-style: groove;*/
        color: white;
        z-index: inherit;
    }
    #ContactInfo{
        width:auto;
        height: auto;
        border:2px dotted grey;
    }

#Chapter {
    text-align: center;
    font-size: 3vw;
    font-weight: 800;
    text-shadow: 1px 3px 1px black, 9px 18px 18px gold;
    animation: glow is ease-in-out infinite alternate;
}

    .pTextAlignCenter {
        text-align: center;

    }

    #cash {
        color: chartreuse;
        font-style: italic;
        margin-top: 80px;
        margin-left: 20%;
        font-weight: 800;
        text-shadow: 1px 3px 8px black, -1px -4px 8px black;
        animation: glow is ease-in-out infinite alternate;
    }

    #Info img {
        width: 12vw;
        margin: 3vh 0 0 0;
    }

    #AlignRightBlue {
        color: #0FF;
        font-style: italic;
        font-size: larger;
    }

    .extraImg {
        background-color: purple;
        position: absolute;
        margin-top: 0;
        height: 100vh;
        width: 100vw;
        color: black;
        z-index: auto;
    }
    /* this class should be placed on a div or break element and should be the final element 
    before the close of a container that should fully contain a float */
    .clearfloat {
        clear: both;
        height: 0;
        font-size: 1px;
        line-height: 0px;
    }

    .extraImb a::before {
        clear: both;
    }

    .FullWidth {
        position: sticky;
        background-color: forestgreen;
        float: left;
        margin-top: 0;
        height: auto;
        width: 100vw;
        z-index: inherit;
    }

    .Centennial {
        position: sticky;
        margin-top: 2vw;
        width: 80vw;
        height: auto;
        padding: 0 4em 0 2em;
        text-align: center;
        background-color: black;
        border: 8px solid whitesmoke;
        border-style: groove;
        z-index: inherit;
    }

        .Centennial p {
            text-align: center;
            font-size: 2.7vw;
            color: white;
            font-weight: 400;
        }

    .footer {
        position: inherit;
        /* float: inline-start; */
        /* top:80px; */
        /* margin-top: 9vw; */
        padding: 1vw 0 2em 0;
        margin: 1em 0 0 0;
        width: 100vw;
        height: auto;
        font-size: 2vw;
        color: white;
        text-align: center;
        font-weight: 100;
        background-image: radial-gradient(rgba(14, 1, 1,.2),rgb(14, 1, 1, 0.45),rgb(14, 1, 1, 1));
        z-index: inherit;
    }

    #TEA {
        font-size: 2vw;
        font-weight: 200;
        font-display: block;
        text-decoration: underline;
        color: white;
    }
    /* Following media checks fix iphone occurance*/
    @media (max-width: 50em) {
        .ParkInfo_Right {
            float: none;
            margin: 2vw 0 0 4vw;
            width: 100%;
            align-content: center;
            font-size:3.5vw;
        }

        .ParkInfo {
            float: none;
            margin: 0 0 2vw 4vw;
            width: 100%;
            align-content: center;
            font-size:3.5vw;
        }
    }

