
.datecontent {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    margin-left:22vw;
    background-color: rgba(130, 114, 215, 0.769);
    max-width: 960px;
    color: white;
    border: 8px solid rgb(167, 0, 0);
    margin-top: 30px;
    margin-bottom: 30px;
}
.header {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 5px;
    height: 32vh;
    width: 30vw;
    min-height: 250px;
    min-width: 120px;
    max-width: 200px;
    background-color:rgba(186, 245, 118, 0.868);
    border-radius: 8%;
    border: 4px dotted rgb(167, 0, 0);
}

.header img{
    display:block;
    max-width:100%;
    justify-content: center;
    align-items: center;
    margin:auto;
}
.menu {
    position:fixed;
    top: 30vh;
}





.loader {
    background-image: url(../images/map/01victoria.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #ffc4f9;
    position:fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0px;
    left: 0px;
    height:100%;
    width: 100%;
    z-index: 10;
}
.disappear {
    animation: vanish 1.5s forwards;
}
@keyframes vanish {

    20% {
        opacity: 10;
        visibility: visible;
    }
    100%{
        opacity: 0;
        visibility: hidden;
    }
}
.loader img{
    display: block;
    width: 300px;
}




.where {
    display: block;
    position: relative;
    top: -25px;
    margin-left: 25%;
    color:rgb(223, 245, 166);
    text-shadow: 0px 2px rgb(255, 0, 0);
}
.setlist{
    margin:10px;
    margin-left: 10vw;
    color:rgb(53, 14, 95);
}
.titlebar {
    background-color: rgb(159, 0, 0);
}
.titlebar p{
    color:rgb(234, 212, 255);
    text-shadow: -2px -2px 2px rgb(81, 0, 0);
}
.outermost {
    background-color: rgba(151, 238, 80, 0.659);
    box-shadow: 0 0 0 2px rgb(201, 50, 50);
    width: 100%;
}
.outermost2 {
    box-shadow: 0 0 0 2px rgb(201, 50, 50);
    width: 100%;
}
.outermost3 {
    box-shadow: 0 0 0 2px rgb(201, 50, 50);
    width: 100%;
}
.windowbox {
    background-color: rgba(137, 43, 226, 0);
}
.venue {
    position: relative;
    top: 25px;
    display:inline-block;
    margin:auto;
    width: 50%;
    min-width: 210px;
}
.venue img {
    width: 100%;
    opacity: 75%;
}
.credits a {
    font-weight: initial;
    font-size: .8rem;
}
.abatkonotes{
    padding: 10px;
    border: 1px solid rgb(255, 208, 208);
    color: rgb(255, 208, 208);
    font-size: .8em;
    text-shadow: 0px 1px black;
    background-color: rgba(0, 0, 0, 0.904);
}
.abatkowrap {
    display: inline-block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 210px;
    width: 40%;
}
.interviewwrap {
    width: 40%;
    min-width: 210px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.interview1{
    display: inline-block;
    padding: 10px;
    border: 1px solid rgb(194, 33, 33);
    color: rgb(4, 54, 31);
    font-size: .8em;
    text-shadow: 0px 1px rgb(90, 5, 5);
    background-color: rgba(181, 228, 236, 0.808);
}
.audiowrap {
    display:inline-block;
    width: 50%;
    min-width: 350px;
    margin:auto;
    margin-bottom: 10px;
}
.speaker {
    font-weight: 800;
}
.interviewer {
    color: rgb(187, 10, 10);
    text-shadow: 0px 1px black;
}
.nicknotes{
    padding: 10px;
    color: rgb(255, 225, 246);
    font-size: .8rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.639);
    background-color: rgba(0, 158, 186, 0.841);
}
.aldennotes{
    padding: 10px;
    color: rgb(255, 225, 246);
    font-size: .8rem;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.639);
    background-color: rgba(196, 61, 70, 0.841);
}
.aldennotes a{
    color:pink;
}
.aldennotes a:hover{
    color: yellow;
}
.poster {
    display: inline-block;
    margin: 10px;
}
.poster img{
    width: auto;
    max-width:250px;
}
.showgallery{
    flex-wrap: wrap;
}
img .showgallery {
    display:inline-block;
    max-width: 100px;

}