@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair Display:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair Display:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');


body {
    background: #24324a !important;
    color: #1D283A;
}

a:link {
    color: #e5a152; 
}

section {
    padding: 80px 0;
}

iframe {
	width: 1px;
	min-width: 100%;
}

.anchor { 
    display:block;
    height: 30px;
    margin-top: -30px;
    visibility: hidden;
}

.navy {
    background: #243249 !important;
}

.navy-text {
    color: #243249 !important;
}

.beige {
    background: #fcf2e3;
}

.beige-text {
    color: #fcf2e3 !important;
}

.beige-dark {
    background: #e5a152;
}

.beige-dark-text {
    color: #e5a152 !important;
}

.gradient-purple {
    background: rgb(90,48,111);
    background: linear-gradient(141deg, rgba(90,48,111,1) 0%, rgba(36,50,73,1) 65%, rgba(36,50,73,1) 100%);
}

.btn-primary {
    background: #e5a152;
    color: #ffffff;
    letter-spacing: .05em;
    padding: 15px 30px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}    

.btn-primary:hover {
    background: #e4ac7b !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}

.btn-secondary {
    background: #243249;
    color: #fcf2e3;
    letter-spacing: .05em;
    padding: 15px 30px;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}    

.btn-secondary:hover {
    background: #3a5074 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}

.btn-white {
    background: #ffffff;
    color: #22416b !important;
    letter-spacing: .05em;
    padding: 15px 30px !important;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}    

.btn-white:hover {
    background: #fcf2e3 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;    
    transition: all 0.3s ease 0s;
}


.header {
    background: url(https://www.asishow.com/media/5437/hero.jpg);
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    padding: 0;
    height: 100vh;
    line-height: 80vh;
    position: relative;
    top: 20px;
}

.header .row {
    padding: 50px 20px;
}

.header .gradient {
    height: 100vh;
    background: rgb(0,0,0);
    background: linear-gradient(141deg, rgba(0,0,0,0.7) 0%, rgba(36,50,73,0.8) 50%, rgba(0,0,0,0.2) 100%);
}

.header .header-text {
    width: 100%;
    font-family: 'Oswald';
    font-size: 3.4em;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #fcf2e3;
    text-shadow: 0px 0px 20px rgba(0,0,0,.3);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    float: none;
}

.header .header-text h2.location {
    font-size: 1em;
    color: #e5a152;
    font-weight: 300;
    text-shadow: 0px 0px 20px rgba(0,0,0,.3);
    margin-top: 50px;
}

.header .header-text h2.city {
    font-size: .8em !important;
    color: #e5a152 !important;
    font-weight: 400 !important;
    line-height: .8em;
    text-shadow: 0px 0px 20px rgba(0,0,0,.3);
    margin-bottom: 10px;
}

.header .header-text h2.date {
    font-size: 0.4em;
}


@media screen and (max-width: 780px) {
    .header .row {
        padding: 0 0;
    }
    .header img {
        padding-top: 40px;
    }
    .header .gradient {
        height: auto !important;
    }    
    .header .header-text {
        font-size: 1.9em !important;
    }
    .header .header-text h2.location {
        font-size: .8em;
        margin-top: 30px;
    }
    .header .header-text h2.date {
        font-size: 0.6em;
    }
    .logo-connex {
        width: 300px;
    }
}

.showname {
    font-family: 'Oswald';
    font-size: 4em;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #fcf2e3;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.bkg-1 {
    background: url(https://www.asishow.com/media/5438/bkg-1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 200px;
}

.bkg-2 {
    background: url(https://www.asishow.com/media/5435/bkg-2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 300px;
}

.bkg-3 {
    background: url(https://www.asishow.com/media/5436/bkg-3.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
    min-height: 300px;
}

.section-title {
    font-size: 3em;
    color: #ffffff !important;
}

.section-subhead {
    font-family: 'Playfair Display';
    font-size: 2em;
    font-weight: 400;
    color: #243249;
    letter-spacing: 0.01em;
}

.section-subhead-alt {
    font-family: 'Playfair Display';    
    font-size: 2.3em;
    font-weight: 400;    
    color: #e5a152;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.section-subhead-2 {
    font-family: 'Playfair Display';    
    font-size: 1.6em;
    font-weight: 300;
    color: #e5a152;
    margin-top: 30px;
}

h2.location {
    font-family: 'Playfair Display';  
    font-size: 2.4em;
    font-weight: 400;
    color: #e5a152;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
}

h2.city {
    font-family: 'Playfair Display';  
    font-size: 2em;
    font-weight: 400;
    color: #e5a152;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2.date {
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.3em;
}

.lead {
    font-size: 1.25em;
}

.callout-box {
    max-width: 800px;
    font-size: 1.2em;
    font-weight: 300;
    padding: 70px 50px;
    margin: 0 auto;
}

.card-new {
    background: #ffffff;
    color: #333333;
    padding: 20px 30px;
}

.desclaimer-text {
    font-size: .8em;
    color: #eeeeee;
    padding: 20px 70px 10px;
}

.accordion .card-header {
    background-color: #243249;
    background-image: linear-gradient(147deg, #243249 0%, #1d283a 74%);
    padding: 0;
}

.accordion .card-header .btn-link {
    font-size: .6em;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #e5a152;
    text-align: left;
}

.card-header .btn[aria-expanded=true] {
    color: #e4ac7b !important;
}

.accordion .card {
    background: #1d283a;
    padding: 12px 12px 0;
    border: 0;
}

.accordion .card:last-child {
    padding-bottom: 12px;
}

.accordion .card-body {
    background: #243249;
    font-size: 1.1em;
    font-weight: 300;
    color: #fcf2e3;
    padding: 10px 12px 10px;
}

@media screen and (max-width: 780px) {
    section {
        padding: 50px 0;
    }    
    h2.location {
        font-size: 1.7em;
    }
    h2.date {
        font-size: 1.2em;
    }
    .lead {
        font-size: 1.1em;
    }
    .callout-box {
        max-width: 100%;
        font-size: 1.2em;
        font-weight: 300;
        padding: 70px 0px;
        margin: 0 auto;
    }
    .section-subhead {
        font-size: 1.9em;
    }
    .section-subhead-alt {
        font-size: 2em;
    }
    .accordion .card-header .btn-link {
        font-size: 0.5em;
    }
    .accordion .card-body {
        font-size: 1em;
    }
    .desclaimer-text {
        font-size: 0.6em;
        padding: 10px 5px;
    }
}

.footer {
    background: #24324a;
    color: #999999;
    font-size: 1em;
    padding: 0px 0 20px;
    text-align: center;
}

.footer a {
    color: #999999;
}

.footer a:hover {
    color: #f2f2f2;
}