body {
    background-image: url("../Content/Images/Backgrounds/ConcreteBackgroundMedium.jpg");
    background-repeat: space;
    background-attachment: fixed;
    margin: 0px;
}

@media only screen and (max-width: 1000px) {
    body {
        background-image: url("../Content/Images/Backgrounds/ConcreteBackgroundSmall.jpg");
    }
    .mobileHide {
        display: none;
    }
}

@media only screen and (min-width: 3000px) {
    body {
        background-image: url("../Content/Images/Backgrounds/ConcreteBackgroundLarge.jpg");
    }
}

div {
    display: inline-block;
    text-align: center;
    position: relative;
}

img {
    width: 100%;
}

.topLogo {
    background-color: black;
    padding-bottom: 10vw;
    padding-top: 2vw;
}

@media only screen and (max-width: 1000px) {
    .topLogo {
        padding-top: 4vw !important;
    }
}

.mobileNav {
    /*overflow: hidden;*/
    position: absolute;
    display: block;
    right: 3px;
    top: 3px;
}

#MobileLinks {
    display: none;
}

.hLinkM a{
    color: white;
    text-decoration: none;
    font-size: xx-large;
    display: block;
    transition: 0.4s;
}

.hLinkM a:hover {
    color: red;
}
.hIcon {
    display: none;
}
.hiBar1, .hiBar2, .hiBar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0px;
    transition: 0.4s;
    display: block;
}

.hIcon:hover > .hiBar1, .hIcon:hover > .hiBar2, .hIcon:hover > .hiBar3{
    background-color: red;
}

.hIcon {
    display: none;
    position: absolute;
    right: 3px;
    top: 3px;
}

.change .hiBar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .hiBar2 {
    opacity: 0;
}

.change .hiBar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (max-width: 1000px) {
    .topLink {
        display: none;
    }
    #MobileLinks {
        display: block;
        position: relative;
        margin-right: 35px;
    }
    .hLinkM a{
        display: none;
    }
    .hIcon {
        float: right;
        display: block !important;
        color: white;
        font-size: x-large;
        cursor: pointer;
    }
    .hLinkM.responsive {
        position: relative;
        display: block;
    }
    .hLinkM.responsive a.hIcon {
        position: absolute;
        right: 15px;
        top: 6px;
    }
    .hLinkM.responsive a {
        float: none;
        display: block;
        text-align: right;  
        margin-bottom: 5px;
        margin-right: 20px;
        border-bottom: 1px solid white;
        font-size: 2.75vw;
    }
    .hLinkM.responsive a.active {
        padding-left: 20px;
        color: black !important;
    }
}

.goBack a {
    float: left;
    color: white;
    text-decoration: none;
    font-family: xenophone;
    font-size: xxx-large;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.35);
    padding: 15px;
    border-radius: 10px;
    left: 10px;
    position: relative;
    top: 10px;
    margin-bottom: 15px;
}
.goBack a:hover {
    color: red;
    background-color: rgba(0,0,0,0.45);
    box-shadow: inset black 1px 1px 2px 0px;
}

@media only screen and (max-width:1000px) {
    .goBack, .goBack a {
        display: none;
    }
}

h1 {
    font-size: 3vw;
    font-family: serif;
    margin: 0px 0px 0.5vw 0px;
}

h2 {
    font-size: 2.5vw;
    font-family: serif;
}

h3 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-family: 'Boston Traffic';
    font-size: 4vw;    
}

h4 {
    font-family: 'Boston Traffic';
    font-size: 5vw;
    margin-bottom: 2vw;
    color: white;
}

h5 {
    font-family: 'Boston Traffic';
    font-size: 4vw;
    margin: 4vw 0px 3vw 0px;
    color: white;
}

@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 4vw;
    }
    h2 {
        font-size: 3.5vw;
    }
    #Countdown {
        font-size: 4vw !important;
    }
    h4 {
        font-size: 8vw;
    }
    #NoShows {
        font-size: 3vw !important;
    }
}

img {
    width: 100%;
}

form {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.thankYou {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 25%;
    color: red;
    font-family: 'Boston Traffic';
    font-size: xx-large;
}


.error {
    font-family: 'Boston Traffic';
    color: red;
    font-size: 1.5vw !important;
    margin: 0px;
}

@media only screen and (max-width: 1000px) {
    .error {
        font-size: 2.5vw !important;
        font-family: sans-serif;
    }
}


label {
    color: red;
    font-size: 2vw;
    font-family: 'Boston Traffic';
}

input, textarea {
    font-size: 2vw;
    width: 80%;
}

.darkRow {
    box-shadow: 0px 0px 25px 10px;
}

.topLinksSection {
    position: absolute;
    right: 1%;
    border: 2px solid black;
    border-radius: 0.5vw;
    color: red;
}

.topLink {
    float: left;
    color: white;
    font-family: 'Armalite Rifle';
    text-decoration: none;
    font-size: 2.5vw;
    margin: 0.5vw;
}

.topLink:hover {
    color: red;
}

.topLinkPic {
    width: 2.5vw;
}

.imageLink {
    filter: saturate(0) brightness(100) blur(0.5px);

}

.topLinkPic:hover .imageLink {
    filter: blur(0.5px);
}

.float {
    float: left;
    display: block;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .float {
        float: none;
        width: 100% !important;
        text-align: center !important;
    }
    #albumCover {
        margin: 30px 0px 0px 0px !important;
    }
}

.storeLink {
    margin-left: 1vw;
    font-size: 2.5vw;
    font-family: sans-serif;
    color: black;
    text-decoration: none;
}

.storeLink:hover {
    margin-left: 1.5vw;
    color: #af853d;
}

@media only screen and (max-width: 1000px) {
    .storeLink {
        margin-left: 0px;
        
    }
}

.ytVid {
    width: 60%;
    height: 34vw;
    margin: 5vw 20%;
    margin-top: 0px;
}

.footerSec {
    float: left;
    width: 33.333%;
    margin-bottom: 25px;
}

.footerSec p {
    margin: 0px;
}

@media only screen and (max-width:1000px) {
    .footerSec {
        float: none;
        width: 100%;
        margin: 0px;
    }
    .footerSec p {
        font-size: 2.5vw;
    }
}

.lyricsHeader {
    width: 100%;
    border-top: white solid 3px;
    border-bottom: white solid 3px;
}

#AlbumSelect {
    width: fit-content;
}

#AlbumSelect a, #AlbumSelect p {
    float: left;
    margin: 0px;
    margin-right: 10px;
    font-size: xx-large;
}

#AlbumSelect a {
    font-family: 'Armalite Rifle';
    margin-top: 6px;
}

#AlbumSelect p {
    font-family: cursive;
    color: white;
}

@media only screen and (max-width: 1000px) {
    #AlbumSelect a {
        clear: both;
        text-align: center;
        font-size: x-large;
    }
}

.asl, .asl:visited {
    text-decoration: none;
    color: white;
}

.asl:hover {
    text-decoration: line-through;
}

.activeASL {
    color: red;
}

.lyricsSection {
    white-space: pre-line;
    text-align: center;
    width: 100%;
    float: none;
    font-family: 'Boston Traffic';
    color: white;
}

.lyricsSection b {
    font-size: xx-large;
}

.lyricsSection p {
    font-size: x-large;
    margin-top: 0px;
}

@media only screen and (max-width: 1000px) {
    .lyricsSection b {
        font-size: large;
    }
    .lyricsSection p {
        font-size: large;
    }
}

.song {
    
}

#ShowHolder {
    width: 40%;
}

/*Photos*/
.mGrid {
    width: 98%;
    left: 1%;
}
.gridSizer {
    width: 20%;
}
.photoBrick {
    width: 19.5%;
    margin-bottom: 0.2vw;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.photoBrickw2 {
    width: 39.5%;
}
.gutterSpace {
    width: 0%;
}
.photoBrick{
    float: left;
    background: white;
    border-radius: 5px;
}
.photoBrick img, .photoBrickw2 img {
    width: 100%;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
    position: relative;
    padding: 4px;
}
.photoBrick img:hover {
    opacity: 0.8;
}
.photoModalPhoto {
    width: 100%;
}
.photoTitle, .photogName, .photogHandle {
    margin: 0;
    color: black;
}
.photoTitle, .photogName {
    float: left;
}
.photogHandle, .photogInstaLink {
    float: right;
}

/*Modal*/
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.85);
}
.modalContent {
    background-color: #fefefe;
    margin: 1% auto;
    padding: 20px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.footer {
    width: 100%;
    background-image: url("../Content/Images/Backgrounds/PaperBackground.jpg");
    background-repeat: space;
    background-size: cover;
    box-shadow: black 0px -15px 15px 0px;
}

@media only screen and (max-width: 1000px) {
    .footer {
        background-image: url("../Content/Images/Backgrounds/PaperBackgroundSmall.jpg");
    }
}


@font-face{
    font-family: 'Armalite Rifle';
    src: url(../Content/Fonts/armalite.ttf);
}

@font-face{
    font-family: 'Boston Traffic';
    src: url(../Content/Fonts/boston.ttf);
}

@font-face{
    font-family: 'Xenophone';
    src: url(../Content/Fonts/xeno.ttf);
}

@font-face{
    font-family: 'Xerography';
    src: url(../Content/Fonts/xero4.ttf);
}