button,
input,
optgroup,
select,
textarea,
body {
    font-family: 'Montserrat', sans-serif;
}
.container>.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 15px;
    color: #FFFFFF;
    width: 100%;
    max-width: 880px;
}
.event,
.date {
    text-align: right;
}
.event {
    letter-spacing: 0.1em;
    font-size: 2.8em;
    font-weight: normal;
    margin: 0.75em 0 0 0;
    text-transform: uppercase;
    color: #fff;
}
.location {
    font-size: 0.4em;
    display: inline-block;
    margin: 0.5em 0 0 0;
    padding: 0.5em;
    color: #fff;
    background: #c2292e;
}
.date {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1em;
    margin: 1.15em 0 0 0;
    text-transform: uppercase;
    color: #c2292e;
}
.modal-title > a {
    text-transform: uppercase;
}
.btn-more {
    font-size: 0.4em;
    padding: 0.5em;
    font-style: normal;
    margin: 0.5em 0 0 0;
    border: 1px solid #c2292e;
    color: #c2292e;
    background-color: rgba(255, 255, 255, 0.0);
    transition: all 300ms ease 0s;
}
.btn-more:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.modal-dialog {
    max-width: 700px;
    margin: 30px auto;
}
.modal-content {
    background-color: rgba(255, 255, 255, 0.9);
}
.modal-footer a {
    justify-content: center;
}
.title {
    margin-bottom: 15px;
}
.description {
    font-weight: 300;
    margin-bottom: 30px;
}
#contact .textarea-container {
    margin: 30px;
}