@font-face { font-family: Arial-MT; src: url('../fonts/arial-mt-medium.ttf'); } 
@font-face { font-family: Migra; src: url('../fonts/Migra-Medium.ttf');}

html,
body {
    background-image: url("../assets/grainbg2.png");
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

pre {
    background-color: black;
    color: #005ae4;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1.2vw;
    white-space: pre;
    margin: 1em 0;
}

#body {
    margin-left: 0px;
}

#body.contact-body {
    margin-top: 60px;
}

#body.main-body-margin {
    margin-top: 50px;
}

p {
    color:rgb(194, 189, 189);
}

h3, h3:hover, h3:visited {
    font-family: Helvetica, sans-serif;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    text-decoration: underline;
    text-underline-offset: 4px;
}

.row {
    overflow:hidden;
    position: relative;
    width: 100%;
}

a,
a:hover {
    color: inherit;
    text-decoration: inherit;
}

p.uk-text-left a, p.uk-text-left a:active {
    color: white;
}

#footer p {
    font-size: 0.6vw;
    margin: 0;
}

/* HEADER STUFF */

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    color: rgb(238, 238, 238);
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    min-height: 0px;
    padding: 0 10px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.uk-navbar-nav>li>a:hover {
    color: #005ae4;
}

.uk-offcanvas-bar {
    background-color: rgba(39, 38, 38, 0.95)
}

a.uk-navbar-toggle svg {
    color: rgb(255, 255, 255);
}

.uk-navbar-nav>li.heading-link>a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.uk-button-large {
    font-size: 1.2rem;
}

.uk-button-default:focus, .uk-button-default:hover, .uk-button-default:visited {
    color: #005ae4;
    text-decoration: inherit; 
}

.logo {
    padding: 10px;
    width: 45%;
    height: 45%;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.albumimage {
    width:50%;
    height:50%;
    margin-bottom: 30px;
}

.heartunder {
    font-family: Arial-MT, sans-serif;
    font-size: 3vw;
}

.arial-mt {
    font-family: Arial-MT, sans-serif;
}

.headerpic {
    width: 532.5px;
    height: 799.5px;
}


/* LIST / CONTACT PAGE STUFF */

h2 {
    font-size: 2.2vw;
    margin-top: 30px;
    font-family: Helvetica, sans-serif;
    color: #005ae4;
    font-weight: bold;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

h2 a, a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

ul.contact-list {
    list-style-type: none;
    padding-left: 0px;
}

ul.contact-list li {
    font-size: 1.2vw;
    font-weight: bold;
}

ul.contact-list li:hover {
    color: white;
}

ul.contact-list li span {
    background-color: rgba(0, 0, 0, 0.5);
}


/* TABLE / TOUR PAGE STUFF */

.uk-table {
    table-layout:fixed;
    border-collapse: separate;
    border-spacing: 0 15px;
    padding: 15px;
}

.uk-table td {
    font-family: Arial, sans-serif;
    color: white;
    padding: 2px;
    font-size: 1.2vw;
    font-weight: bold;
    text-align: center;
}

.uk-table td span.ticket-field {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.uk-table tr.sold-out:hover td {
    color: rgb(102, 102, 102);
    cursor: default;
}

.uk-table tr:hover td {
    color: #005ae4;
    cursor: default;
}

.white {
    color: rgb(238, 238, 238);
}


/* CONTAINERS */

#navbar {
    padding-left: 5%;
    padding-right: 5%;
}

#container {
    position: relative;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
}

#footer .mobile-footer-margin {
    margin-bottom: 10px;
}

.uk-icon svg {
    color: rgb(102, 102, 102);
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.uk-icon svg:hover {
    color: white;
}

a:visited {
    color: unset;
    text-decoration: unset;
}

#mc_embed_signup {
    background: inherit;
    clear: left;
    font: 14px 'Times New Roman', Times, sans-serif;
    width: 100%;
}

.videocontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
}

.responsive-iframe {
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

svg {
    width: 35px;
    height: 35px;
}

.uk-offcanvas-close svg {
    color: #005ae4;
    margin-top: 20%;
}


@media (max-width: 320px) {
    h2 {
        font-size: 7vw;
    }
    h3, h3:hover, h3:visited {
        font-size: 5vw;
    }
    .heartunder {
        font-size: 10vw;
    }
    ul.contact-list li {
        font-size: 3.8vw;
    }
    .uk-table {
        padding: 5px;
    }
    .uk-table td {
        font-size: 1.6vw;
    }
    #body,
    #body.contact-body {
        margin-left: 0px;
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #body.main-body-margin {
        margin-top: 30px;
    }
    #footer.tour-footer {
        position: relative;
    }
    #footer p {
        font-size: 2.8vw;
        margin: 0;
    }
    #footer .mobile-footer-margin {
        margin-bottom:40px;
    }
    #mobilenav svg {
        width: 22px;
        height: 22px;
    }
    svg {
        width: 20px;
        height: 20px;
    }
    .logo {
        width: 90%;
        height: 90%;
    }
    .albumimage {
        width:90%;
        height:90%;
        margin-bottom: 0px;
    }
    .uk-navbar-item,
    .uk-navbar-nav>li>a {
        font-size: 3.8vw;
    }
    .uk-table td {
        font-size: 3.8vw;
    }
    li.heading-link>a {
        font-size: 6vw;
    }
    .uk-navbar-nav>li.heading-link>a {
        font-family: Arial, sans-serif;
        color: #005ae4;
        font-size: 3vw;
        font-weight: bold;
    }

}

@media (max-width: 400px) and (min-width:320.1px) {
    h2 {
        font-size: 6vw;
    }
    h3, h3:hover, h3:visited {
        font-size: 4.5vw;
    }
    .heartunder {
        font-size: 9vw;
    }
    ul.contact-list li {
        font-size: 4vw;
    }
    pre {
        font-size: 4vw;
    }
    .uk-table {
        padding: 5px;
        overflow-wrap: break-word;
    }
    #body,
    #body.contact-body {
        margin: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #body.main-body-margin {
        margin-top: 30px;
    }
    #footer.tour-footer {
        position: relative;
    }
    #footer p {
        font-size: 2.8vw;
        margin: 0;
    }
    #footer .mobile-footer-margin {
        margin-bottom:40px;
    }
    #mobilenav svg {
        width: 20px;
        height: 20px;
    }
    svg {
        width: 25px;
        height: 25px;
    }
    .logo {
        width: 90%;
        height: 90%;
    }
    .albumimage {
        width:90%;
        height:90%;
        margin-bottom: 0px;
    }
    .uk-navbar-item,
    .uk-navbar-nav>li>a {
        font-size: 3vw;
    }
    .uk-table td {
        font-size: 2.5vw;

    }
    li.heading-link>a {
        font-size: 6vw;
    }
    .uk-navbar-nav>li.heading-link>a {
        font-family: Arial, sans-serif;
        color: #005ae4;
        font-size: 3vw;
        font-weight: bold;
    }
    .headerpic {
        width: 292.875px;
        height: 439.725px;
    }
}

@media (min-width: 400.1px) and (max-width: 600px) {
    h2 {
        font-size: 6vw;
    }
    h3, h3:hover, h3:visited {
        font-size: 4.5vw;
    }
    .heartunder {
        font-size: 9vw;
    }
    ul.contact-list li {
        font-size: 4vw;
    }
    pre {
        font-size: 4vw;
    }
    .uk-table {
        padding: 5px;
    }
    #body,
    #body.contact-body {
        margin: 0px;
        margin-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #body.main-body-margin {
        margin-top: 30px;
    }
    #footer.tour-footer {
        position: relative;
    }
    #footer p {
        font-size: 3vw;
        margin: 0;
    }
    #mobilenav svg {
        width: 22px;
        height: 22px;
    }
    svg {
        width: 30px;
        height: 30px;
    }
    .logo {
        width: 90%;
        height: 90%;
    }
    .albumimage {
        width:90%;
        height:90%;
        margin-bottom: 0px;
    }
    .uk-navbar-item,
    .uk-navbar-nav>li>a {
        font-size: 3vw;
    }
    .uk-table td {
        font-size: 2.6vw;
    }
    li.heading-link>a {
        font-size: 4vw;
    }
    .uk-navbar-nav>li.heading-link>a {
        font-family: Arial, sans-serif;
        color: #005ae4;
        font-size: 2.3vw;
        font-weight: bold;
    }
    .headerpic {
        width: 292.875px;
        height: 439.725px;
    }
}

@media (min-width: 400.1px) and (max-width: 600px) and (max-height: 320px) {
    #footer {
        position: relative;
    }
    #body.contact-body {
        margin-bottom: 80px;
    }
}

@media (min-width: 600.1px) and (max-width: 960px) {
    h2 {
        font-size: 6vw;
    }
    h3, h3:hover, h3:visited {
        font-size: 4.5vw;
    }
    .heartunder {
        font-size: 8.5vw;
    }
    pre {
        font-size: 3vw;
    }
    ul.contact-list li {
        font-size: 3vw;
    }
    #body {
        padding-left: 30px;
        padding-right: 30px;
    }
    #body.contact-body {
        margin-bottom: 80px;
    }
    #footer {
        position: relative;
    }
    svg {
        width: 28px;
        height: 28px;
    }
    .uk-table td {
        font-size: 3vw;
    }
    .uk-navbar-item,
    .uk-navbar-nav>li>a {
        font-size: 3.8vw;
    }
    .logo {
        width: 90%;
        height: 90%;
    }
    .albumimage {
        width:90%;
        height:90%;
        margin-bottom: 0px;
    }
}

@media (min-width: 960.1px) and (max-width: 1200px) {
    body {
        overflow: auto;
    }
    #footer {
        position: relative;
    }
    #body {
        margin-bottom: 40px;
    }
    .logo {
        width: 60%;
        height: 60%;
    }
    .albumimage {
        width:70%;
        height:70%;
        margin-bottom: 20px;
    }
    .uk-table td {
        font-size: 3vw;
    }
    h2 {
        font-size: 3.5vw;
    }
    .heartunder {
        font-size: 5vw;
    }
    ul.contact-list li {
        font-size: 2.5vw;
    }
}
