@import url("https://fonts.googleapis.com/css?family=Karla:400,700");
body {
    font-family: 'Montserrat';
    font-size: 100%;
}

.wrapper {
    width: 100%;
}

.menu {
    width: 100%;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    position: fixed;
    top: 0;
    transition: all 0.5s ease;
}

.menu ul {
    display: inline-block;
    width: 220px;
    float: right;
    height: 70px;
    line-height: 70px;
}

.menu li {
    margin-left: 30px;
    float: left;
}

.menu a {
    font-family: 'Montserrat-Light';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.85em;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    transition: all 0.5s ease;
}

.menu a:hover {
    color: #fed136;
}

.shrink_menu {
    background: rgba(0, 0, 0, 0.7);
    height: 65px;
    line-height: 65px;
    transition: all 0.5s ease;
}

.menu_content {
    width: 95%;
    margin: 0 auto;
}

.menu .logo {
    font-family: 'Montserrat-Hairline';
    font-size: 15px;
    font-size: 1.5em;
    text-decoration: none;
    color: white;
    text-transform: none;
}

.camera_icon {
    background: url(../images/camera_icon_white.png) no-repeat;
    height: 32px;
    width: 26px;
    margin-right: 6px;
    display: inline-block;
    background-size: contain;
}

.mobile_menu {
    display: none;
    width: 30px;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    float: right;
}

.mobile_menu .icon {
    width: 30px;
    height: 30px;
    background: url("../images/menu_icon.png") center no-repeat;
    background-size: contain;
    display: inline-block;
    transition: all 0.5s ease;
}

.mobile_menu .icon:hover {
    width: 35px;
    height: 35px;
}

.button {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    background-color: transparent;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.button:hover {
    color: #000000;
    background-color: #ffffff;
}

.grid_button {
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    font-size: 12px;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    background-color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
    text-decoration: none;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.grid_button:hover {
    color: #ffffff;
    background-color: #000000;
}

.button_opposite_color {
    color: #000;
    border: 2px solid #000;
}

.button_opposite_color:hover {
    color: #ffffff;
    background-color: #000000;
}

figure {
    width: 100%;
    position: relative;
}

figure img {
    width: 100%;
    vertical-align: top;
}

figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.grid_title {
    font-family: 'Montserrat-Bold';
    color: #ffffff;
    font-size: 27px;
    font-size: 1.7em;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}

.grid_content {
    font-family: 'Karla', sans-serif;
    line-height: 22px;
    font-size: 15px;
    font-size: 0.95em;
    text-align: left;
    color: #fff;
    text-align: center;
    padding: 5px 0 10px 0;
}

.hero_banner {
    width: 100% !important;
    height: 100%;
    position: relative;
}

#slideshow {
    position: relative;
    height: 80vh;
    overflow: hidden;
    background: #000;
}

#slideshow li {
    position: absolute;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}

#slideshow li img {
    transform: scale(1);
    transition: all 3s;
    width: 100%;
}

#slideshow li.slide_animation img {
    transform: scale(1.05);
    transition: all 3s;
}

#title_overlay {
    position: absolute;
    color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.title_box {
    text-align: center;
}

.title_box h1 {
    font-family: 'Montserrat-Hairline';
    font-size: 45px;
    font-size: 4em;
    text-transform: uppercase;
    line-height: 70px;
    line-height: 1.1em;
}

.title_box .button {
    margin-top: 40px;
}

.banner {
    width: 100%;
    display: inline-block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.banner .banner_content {
    width: 80%;
    margin: 45px auto;
    text-align: center;
}

.banner .banner_content h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-size: 2em;
    font-family: 'Montserrat-Bold';
    margin: 20px 0;
    letter-spacing: 6px;
}

.banner .banner_content p {
    font-family: 'Karla', sans-serif;
    line-height: 22px;
    font-size: 16px;
    font-size: 1em;
    text-align: left;
    padding-bottom: 30px;
}

.banner .banner_content .button {
    color: #000;
    border: 2px solid #000;
}

.banner .banner_content .button:hover {
    color: #ffffff;
    background-color: #000000;
}

.section_title {
    text-transform: uppercase;
    font-size: 30px;
    font-size: 2em;
    font-family: 'Montserrat-Bold';
    margin: 70px 0 30px;
    letter-spacing: 6px;
    text-align: center;
}

.section_description {
    font-family: 'Karla', sans-serif;
    line-height: 22px;
    font-size: 16px;
    font-size: 1em;
    text-align: left;
    padding-bottom: 30px;
}

#event_container {
    width: 100%;
    display: inline-block;
}

#event_container figcaption {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.36) 45%, rgba(0, 0, 0, 0.14) 78%, transparent 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.36) 45%, rgba(0, 0, 0, 0.14) 78%, transparent 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.36) 45%, rgba(0, 0, 0, 0.14) 78%, transparent 100%);
}

#event_container ul {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

#event_container li {
    float: none;
    overflow: hidden;
    transition: all 0.5s ease;
}

#event_container li:hover figure img {
    transform: scale(1.07);
}

#event_container figure {
    height: 100%;
}

#event_container figure img {
    height: 100%;
    transition: all 0.5s ease;
    transform: scale(1.02);
}

.modal_window {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.show_modal_window {
    display: flex;
}

.modal_inner {
    position: relative;
    width: 40%;
    margin: 30px 0;
    overflow-y: auto;
}

.modal_inner img {
    width: 100%;
}

.modal_content_wapper {
    height: 100%;
}

.close_btn {
    display: block;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0;
    border-radius: 50px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7) url(../images/close_icon_white.png) center no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
}

.img_view {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal_content {
    background: white;
    padding: 15px;
    text-align: right;
}

.modal_content .button {
    margin: 10px 0 0;
}

.modal_title {
    text-align: left;
    font-family: 'Montserrat-Bold';
    color: #000000;
    font-size: 27px;
    font-size: 1.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
}

.time_location_info {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    font-size: 0.85em;
    padding: 6px 0 16px;
}

.modal_detail {
    font-family: 'Karla', sans-serif;
    line-height: 19px;
    font-size: 16px;
    font-size: 1em;
    text-align: left;
}

.modal_detail p {
    padding: 5px 0;
}


/* Gallery Styling */

#gallery_page .banner {
    margin-top: 70px;
    box-shadow: none;
}

#gallery_menu {
    background: rgba(0, 0, 0, 0.7);
}

.image_layout {
    width: 90%;
    margin: 0 auto 50px;
}

.image_layout article {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.image_layout section img {
    margin-top: 1em;
    width: 100%;
}

footer {
    font-family: 'Montserrat-UltraLight';
    font-size: 12px;
    font-size: 0.8em;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}

@media all and (min-width: 2001px) {
    #event_container ul {
        max-width: 80%;
        margin: 0 auto;
    }
    #event_container li {
        float: left;
        width: 32.333%;
        margin: 0.5%;
    }
}

@media all and (min-width: 991px) {
    #event_container li {
        float: left;
        width: 33.333%;
        height: 280px;
    }
}

@media all and (max-width: 990px) {
    .modal_inner {
        width: 50%;
    }
}

@media all and (max-width: 990px) {
    #event_container li {
        width: 50%;
        float: left;
    }
}

@media all and (max-width: 800px) {
    .modal_inner {
        width: 60%;
    }
    #slideshow li img {
        width: auto;
        height: 100vh;
    }
}

@media all and (max-width: 700px) {
    .slider_title,
    .title_box h1 {
        font-size: 25px;
        font-size: 2.5em;
    }
    .modal_inner {
        width: 65%;
    }
}

@media all and (min-width: 601px) {
    .menu ul {
        display: inline-block !important;
    }
}

@media all and (max-width: 600px) {
    .menu {
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
    }
    .menu ul {
        display: none;
        width: 100%;
        float: none;
        height: auto;
    }
    .menu li {
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .mobile_menu {
        display: inline-block;
    }
    #desktop_logo {
        display: none;
    }
    #mobile_logo {
        display: inline-block;
    }
    #slider {
        margin-top: 72px;
    }
    .slider_title,
    .title_box h1 {
        font-size: 20px;
        font-size: 2em;
    }
    .modal_inner {
        width: 90%;
    }
    #event_container li {
        width: 100%;
        float: none;
    }
}

@media all and (max-width: 500px) {
    .section_title {
        font-size: 26px;
        font-size: 1.6em;
    }
    .img_view {
        max-height: 150px;
    }
}

@media all and (min-width: 321px) {
    .slider_content {
        display: block;
    }
}

@media all and (max-width: 320px) {
    .slider_title,
    .title_box h1 {
        margin: 25px 0px;
    }
    .slider_content {
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */

#auth_container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#auth_wrapper {
    width: 300px;
}

input, #contentText, #updateText {
    width: 100%;
    height: 45px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    text-indent: 10px;
}

.submitBtn {
    border-color: #529ecc;
    background: #529ecc;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    /* -webkit-transition: all .3s linear; */
    -o-transition: all .3s linear;
}

#contentText {
    height: 100px;
}

#auth_container button {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    /* -webkit-transition: all .3s linear; */
    -o-transition: all .3s linear;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    line-height: 45px;
    display: inline-block;
    width: 49%;
    margin: 12px 0 0 0;
    border-color: #529ecc;
    background: #529ecc;
    height: 45px;
    cursor: pointer;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #fff;
    border-width: 1px;
    border-style: solid;
}

#auth_container button:hover, #submitBtn:hover {
    border-color: #fff;
    background: #fff;
    color: #529ecc;
}

#inputPostForm {
    display: none;
    margin-top: 60px;
}
#navigation {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: right;
    display: block;
    position: fixed;
    top: 0;
    z-index: 1;
}
#navigation a {
    text-decoration: none;
    color: #353535;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    /* -webkit-transition: all .3s linear; */
    -o-transition: all .3s linear;
    display: inline-block;
    margin-right: 30px;
}

#navigation a:hover{
    color: #969696;
}

#newData {

    width: 50vw;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 10px 0.5px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 4px 4px 10px 0.5px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 10px 0.5px rgba(0, 0, 0, 0.12);
}

#updateData {
    margin: 15px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}

.postTitle {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-transform: uppercase;
    width: 95%;
    margin: 0 auto;
    display: block;
}

.postText {
    font-family: 'Montserrat-Light';
    letter-spacing: .02em;
    line-height: 2.2em;
    font-size: 13px;
    display: block;
    width: 95%;
    margin: 0 auto;
}

.postEditBtn {
    text-align: right;
    width: 100%;
    display: block;
    color: #929292;
    font-size: 13px;
}

.postedDate {
    font-family: 'Montserrat-Light';
    font-size: 11px;
    width: 95%;
    margin: 5px auto;
    display: block;
    
}