@font-face{font-family:advent;src:url("https://wickedbatter.com/adventpro.ttf")}
@font-face{font-family:'Fredericka the Great';src:url("https://fonts.googleapis.com/css?family=Fredericka+the+Great")}
body{background-color:#fff;min-height:100vh;}
.content{padding-top: 100px;padding-bottom: 160px;}
.event_card{margin-bottom: 20px;}
.menu-headers{font-family: 'Fredericka the Great';}
.card,.menu-items {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.video{min-height: 100vh;}
.social-bottom{height: 100%;font-size: 30px;width: 100%; text-align: center;color: #fff;}
.table th, .table td{
border-top:none;
}

.fullscreen-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.vertical-center {
    width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fixed-bottom{padding: 0px 0px;}
