@charset "UTF-8";
/*!
Theme Name: Ajax
*/


body {
    background-color: #222;
}

a {
    z-index: 2;
}
a  video {
    z-index: 1;
}

#ajax {
    max-width: 576px;
    background-color: #fff;
    padding:0;
    overflow: hidden;
    position: relative;
}
.full-content {
    padding:0;
    margin: 0;
}


.wp-block-gallery-is-layout-flex {
    display: flex;
}

.link-to-event {
    display: block;
    width: 100%;
}

.header {
    z-index: 10;
    top: 0;
    
}
.header-fixed > div {
    position: fixed;
    max-width: 576px;
}

.badge {
    right: 15px;
    top: -10%;
}
.accordion {
    border-bottom: 1px solid #4d5154 !important;
    border-color: #4d5154 !important;
}
.accordion .even,
.accordion .odd {
    border-top: 1px solid #4d5154 !important;
    border-color: #4d5154 !important;
}
.accordion .odd {
    background-color: #2c3034; 
}
.accordion .odd button {
    background-color: #2c3034 !important; 
}

.figure-caption {
    top: -20px;
}
.accordion-button.collapsed {
    color: black;
    background: blue;
}


.footer-standard {
    max-width: 576px;
    background-color: #000;
    margin: 15px 5px;
    text-align: center;
}
.footer ul.social-media {
    padding-left: 0;
}
.footer ul li {
    list-style-type: none;
}
.footer ul.social-media li {
    font-size: 3em;
}
.footer ul li img {
    height: 80px;
}
#menu-footer {
    padding-left: 0;
}

@media screen and (max-width: 576px){

  html { font-size: calc(0.6em + 1vw); }
}