html, body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
}

.transparent {
    background-color: transparent;
}

.bg-black {
    background-color: #000;
}

.texture {
    background-image: url("../images/texture.jpg");
    background-size: auto;
    background-repeat: repeat;
}

.bg-img {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    right: 0px;
}

#body_wrapper {
    width: 1200px;
    max-width: 1200px;
    z-index: -100;
    border: 0px solid #000;
    margin: 0 auto 0 auto;
}

#body_wrapper_404 {
    width: 1200px;
    max-width: 1200px;
    height: 100%;
    min-height: 100%;
    z-index: -100;
    border: 0px #000;
    border-style: solid;
    margin: 0 auto 0 auto;
}

.full-page-table {
    width: 100%;
    height: 100%;
    text-align: center;
}

.js-table {
    width: 1200px;
    display: inline-table;
    margin: auto;
    border-collapse: collapse;
}

.js-table-cell {
    border: 0px solid #000;
    height: 100%;
    min-height: 100%;
    align-items: left;
    text-align: left;
}

.home_table {
    border: 0px #000;
    border-style: solid;
    width: 1200px;
    height: 100%;
}

.table_404 {
    border: 0px #000;
    border-style: solid;
    width: 1000px;
    height: 100%;
}

.events_table {
    border: 0px #000;
    border-style: solid;
    width: 1200px;
    height: 100%;
    /*
    background-color: rgba(255, 255, 255, 0.50);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    */
}
.padding-0 {
    padding: 0px;
}

.loading-dark {
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
}

.load-invisible {
    display: none;
}

.center {
    align-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.v-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.page-head-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    border: 0px solid blue;
    overflow: hidden;
    display: table;
}

.page-head-image {
    position: absolute;
    width: 100%;
    height: auto;
    top: -25%;
}

.page-head-text {
    position: relative;
    font-size: 50px;
    font-family: cantarell-bold;
    color: #fff;
    display: table-cell;
    text-align: left;
    padding-left: 10%;
    vertical-align: middle;
}

p {
    text-align: justify;
}

.contact-table {
    width: 1200px;
    display: inline-table;
    margin: auto;
    border-collapse: collapse;
}

.table-center {
    width: 100%;
    text-align: center;
}

.modern-button-grey {
    width: 250px;
    height: 60px;
    font-size: 20px;
    font-family: cantarell;
    border: 2px solid #454545;
    background-color: #454545;
    color: #fff;
    border-radius: 30px;
}

.modern-button-grey:hover {
    background-color: #fff;
    color: #454545;
    cursor: pointer;
}

/* ====== Zoom effect ====== */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* text-based popup styling */
.white-popup {
    position: relative;
    background: transparent;
    padding: 20px;
    width: auto;
    max-width: 860px;
    margin: 0 auto;
    /* border-radius: 10px; */
}
.mfp-close-btn-in .mfp-close {
    color: #fff; }
.mfp-close-btn-in:hover .mfp-close:hover {
    color: #f00; }

img {
    border: 0px solid;
}

/* Spacers */
.spacer-10 {
    padding-top: 10px;
}
.spacer-20 {
    padding-top: 20px;
}
.spacer-30 {
    padding-top: 30px;
}
.spacer-40 {
    padding-top: 40px;
}
.spacer-50 {
    padding-top: 50px;
}
.spacer-60 {
    padding-top: 60px;
}
.spacer-70 {
    padding-top: 70px;
}
.spacer-80 {
    padding-top: 80px;
}
.spacer-90 {
    padding-top: 90px;
}
.spacer-100 {
    padding-top: 100px;
}
.spacer-120 {
    padding-top: 120px;
}
.spacer-150 {
    padding-top: 150px;
}
.spacer-200 {
    padding-top: 200px;
}