#events-header {
    position: absolute;
    height: 40%;
    height: 40vh;
    width:100%;
    background: url(../img/events.png) no-repeat center center scroll;
    background-size: 144%;
    background-position-x: -77px;
    z-index:-1;
}

@media screen and (min-width: 426px) {
    #events-header {
        background-position-x: -90px;
    }
}

.events-header-text {
    margin-top: 40%;
    margin-top: 40vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.events-header-text h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-size: 3rem;
    color: white;
}

.content {
    color: black;
}

.header {
    height: 40%;
    height: 40vh;
}

.events {
    padding-right: 15%;
    padding-right: 15vw;
    padding-left: 15%;
    padding-left: 15vw;
}

.event-header {
    text-align: center;
    padding-bottom: 5%;
    padding-bottom: 5vh;
    padding-top: 10%;
    padding-top: 10vh;
    padding-left: 10%;
    padding-left: 10vw;
    padding-right: 10%;
    padding-right: 10vw;
}


#upcoming {

}

#reoccurring {

}

.container-flex {
    -ms-flex-pack: space-around;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/******************************
 * Event entry
 ******************************/

.event {
    padding-bottom: 5%;
    padding-bottom: 5vh;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.event-title {
    text-align: center;
}

.event-logistics p {
    margin-top: .5em;
    margin-bottom: .5em;
}
.event-logistics {
    font-size: .9em;
    display: inline;
}

.event-logistics a {
    text-decoration: none;
    color: inherit;
}

.event-details {
    font-size: 1em;
    line-height: 1.7;
}

.event-rsvp a {
    display: inline-block;
    text-decoration: none;
    background: #bcbcbc;
    color: #ffffff;
    padding: 0.52em 1.02em;
    border-radius: 1px;
    text-transform: uppercase;
    margin-top: 2%;
    margin-top: 2vh;
    font-weight: normal;
}

.event-rsvp a:hover {
    /*background: #850014;*/

}

.event-rsvp {

}


/*******************************
* EVENT CARD
*******************************
.event-card {
    height: fit-content;
    box-shadow: 1px 1px 4px 1px #b9b9b9b8;
border: #dfdddd;
border-style: solid;
border-width: thin;
border-radius: 2px;
}

.event-card-title {
    padding-top: 2vh;
    height: 10vh;
    text-align: center;
}

.event-card-title h2 {
     margin: unset;
}

.event-card-title h3 {
    margin: unset;
}

.event-card-details {
    height: 20vh;
}

.event-card-sub-details {
    height: 10vh;
    background:#eaeaea;
}
*/


/*Event Visibility*/