﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
  
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.GenericHeader {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4;
    margin: 20px 0 0px;
    padding-top: 20px;
}

.GenericBody p
{
    color: #000;
}



.anchor {
    display: block;
    height: 120px; /* Give height of your fixed element */
    margin-top: -120px; /* Give negative margin of your fixed element */
    visibility: hidden;
}


.audio a:active {
    color: #88FF88;
}

.audio a:link {
    color: #88FF88;
}

.audio a:visited {
    color: #88FF88;
}

.audio a:hover {
    color: #88FF88;
    text-decoration: underline;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

ul.FAQBullet li {
    list-style-image: url('/images/DarkBullet.png');
    font-size: 1.0em;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    text-wrap:normal;
}

ul.FAQBullet a {
    font-size: 1.0em;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    text-wrap: normal;
}

.ResizingImg {
    max-width: 100%;
    width: auto;
    height: auto;
}

.FlexOuter
{
    display: flex;
}


.FlexButton {
    position: absolute;
    width: 160px;
    bottom: 30px;
    left: 50%;
    margin-left: -80px
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    z-index: -100;
}

/*@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}*/
@media (max-width: 767px) {
    .fullscreen-bg {
        /*background: url('../img/videoframe.jpg') center center / cover no-repeat;*/
        display: none;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.AdvRightTall {
    overflow: hidden;
    float: right;
    width: 160px;
}

.ReverseRow {
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}


@media (max-width: 767px) {
    .AdvRightTall {
        /*background: url('../img/videoframe.jpg') center center / cover no-repeat;*/
        display: none;
    }

    .ReverseRow {
        display: unset;
        -webkit-flex-direction: unset;
        display: unset;
        flex-direction: unset;
    }

    .FlexOuter
    {
        display: unset;
    }

    .FlexButton {
        position: unset;
        width: 160px;
        bottom: unset;
        left: unset;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .ReverseRow {
        display: unset;
        -webkit-flex-direction: unset;
        display: unset;
        flex-direction: unset;
    }
}
