body {
    margin: 0px;
}

html,
body {
    height:100%;
    overflow: hidden;
}

body {
    background-color: #dbf3ff;
    color: #02335d;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
}


.primary-color {
    background: rgb(215,0,113);
    background: linear-gradient(45deg, rgba(215,0,113,1) 0%, rgba(156,78,151,1) 50%, rgba(0,53,169,1) 100%); 
}

.navbar {
    height: 10vh;
}
.container {
    float: right;
    height: 90%;
}

.container-left {
    float: left;
    height: 90%;
    width: 33%;
}

.logo {
    max-height: 100%;
    padding: 25px;
}
.filter-svg{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(194deg) brightness(106%) contrast(101%);
    /* via: https://isotropic.co/tool/hex-color-to-css-filter/ */
}

.info {
    width: 100%;
}

.info-left,
.info-right {
    display: block;
    width: 50vw;
    float: left;
    position:relative;
    overflow: hidden;
    height: 85vh;
}

.info-full {
    width: 100vw;
    height: 90vh;
    overflow: hidden;
}

.info-full img {
    margin: auto;
}

.info-image img {
    display: block;
    height: 100%;
    max-height: calc(100vh - 10vh);
}

.info-content,
.weather-container {
    font-size: xx-large;
}

.event-left {
    width: 40vw;
    display: block;
    position: relative;
    float: left;
}

.event-image {
    padding: 25px 0 0 25px;
}

.event-image img {
    width: 100%;
}

.event-right {
    width: 60vw;
    height: 100%;
}

.event-right,
.event-info,
.event-heading,
.event-content-without-qr,
.event-content {
    display: block;
    position: relative;
    float: left;
    font-size: xx-large;

}

.event-heading,
.event-content-without-qr,
.event-content {
    padding: 0 2vw 0 3vw;
    width: calc(100% - 5vw);
}

.event-content-without-qr {
    margin-top: 5vh;
}

.event-heading h1 {
    /* text-align: center; */
    margin-bottom: 1vh;
    word-wrap: break-word;
}

.event-heading-left{
    width: 70%;
    float: left;
}

.event-icon {
    display: block;
    position: relative;
    float: left;
    min-width: 35%;
    margin-right: 2vw;
}

.event-icon img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(21%) saturate(5226%) hue-rotate(185deg) brightness(95%) contrast(99%);
    height: 5vh;
    margin-bottom: -1vh;
}

.eventlist {
    display: block;
    position: relative;
    float: left;
    font-size: xx-large;
    width: 100vw;
}

.eventlist-heading,
.eventlist-content {
    padding: 0 2% 0 2%;
}

.eventlist-content table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 2px;
}

.eventlist-content tr {
    transition: background 0.2s ease-in;
}

.eventlist-content tr:nth-child(even) {
    background: lightblue;
}

.eventlist-content tr:nth-child(2) {
    background: lightblue;
}

.eventlist-content th {
    margin: 2px;
    border-bottom: 2px solid;
    text-align: left;
}

.eventlist-content td {
    padding-top: 5px;
}

.event-column {
    width: 33%;
    padding-left: 1vw;
}

.location-column {
    width: 33%;
    padding-left: 1vw;
}

.date-column {
    width: 10%;
}

.time-column {
    width: 15%;
    padding-left: 1vw;
}

.slideshow-container {
    max-width: 100vw;
    position: relative;
    margin: auto;
    height: calc(100vh - 10vh);
}

.mySlides {
    display: none;
    transition: width 2s, height 4s;
}

.fade {
    animation-name: fade;
    animation-duration: 2.5s;
}
  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.content-text {
    padding: 0px 25px 0px 25px;
}

.content-heading {
    margin:auto;
}

.event-qr{
    float: right;
    /* position: fixed;
    bottom: 2vh;
    right: 1vw; */
}

.event-qr img{
    width: 15vw;
    height: inherit;
}

.readmore-right{
    position:absolute; 
    bottom:3%; 
    right:3%;
    width:15vw;   
}
