
/* header */

.header-index {
    max-width: 1440px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.header-index-name {
    width: fit-content;
    height: fit-content;
    align-self: center;
    justify-content: center;
    margin-left: 20px;
}

.header-index-sub {
    width: fit-content;
    height: fit-content;
}

.header-index-logo {
    align-self: center;
    margin: 10px;
}

.header-index-logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

/* directory text */

.directory-container {
    display:flex;
    column-gap: 30px;
    justify-content: space-between;
    padding: 20px;
}

.block-gallery {
    margin-top: 30px;
    height: 50px;
    color: #f2f7ef;
    background-color: #e73a27;
    text-align: center;
    align-content: center;
    justify-self: center;
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 2px #f2f7ef;
    font-weight: 700;
    font-size: 36px;
    box-shadow: 0px 0px 3px #e73a27;
    text-decoration: none;
    filter: var(--fil);
}

.block-store {
    margin-top: 30px;
    height: 50px;
    color: black;
    background-color: rgba(174, 174, 174, 0.75);
    text-align: center;
    align-content: center;
    justify-self: center;
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px black;
    font-weight: 700;
    font-size: 36px;
    box-shadow: 0px 0px 3px darkgray;
    text-decoration: none;
}
.block-barf {
    margin-top: 30px;
    display: block;
    height: 50px;
    color: black;
    background-color: rgba(145, 145, 145, 0.75);
    text-align: center;
    align-content: center;
    justify-self: center;
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px black;
    font-weight: 700;
    font-size: 36px;
    box-shadow: 0px 0px 3px darkgray;
    text-decoration: none;
}
.block-theatre {
    margin-top: 30px;
    display: block;
    height: 50px;
    color: black;
    background-color: rgba(112, 112, 112, 0.75);
    text-align: center;
    align-content: center;
    justify-self: center;
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px black;
    font-weight: 700;
    font-size: 36px;
    box-shadow: 0px 0px 3px darkgray;
    text-decoration: none;
}
.block-about {
    margin-top: 30px;
    display: block;
    height: 50px;
    color: black;
    background-color: rgba(150, 150, 150, 0.75);
    text-align: center;
    align-content: center;
    justify-self: center;
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px black;
    font-weight: 700;
    font-size: 36px;
    box-shadow: 0px 0px 3px darkgray;
    text-decoration: none;
}
.block-music {
    margin-top: 30px;
    display: block;
    height: 50px;
    color: black;
    background-color: rgba(169,169,169,0.75);
    text-align: center;
    align-content: center;
    justify-self: center;
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px black;
    font-weight: 700;
    font-size: 36px;
    box-shadow: 0px 0px 3px darkgray;
    text-decoration: none;
}

.directory-container div a:hover {
    box-shadow: inset 0 0 1px black;
    color: #000000;
    text-decoration:none; 
    cursor:pointer;
    text-shadow: 0px 0px 3px #000000;
    outline: 3px solid black;
}

.directory {
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px black;
    font-weight: 400;
    font-size: 24px;
    color: black;
    text-decoration: none;
    justify-items: center;
    padding-top: 5px;
}

.directory-2 {
    font-family: 'JosefinSans';
    text-shadow: 0px 0px 1px #000000;
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    justify-items: center;
    padding-top: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.228), inset 0 0 1px rgba(255, 255, 255, 0.75), inset 4px 4px 20px rgba(255, 255, 255, 0.10);
    background-color: rgba(169,169,169,0.15);
}

.directory span {
    display: block;
    float: right;
}

.directory-2 span {
    display: block;
    float: right;
}

/* Directory Flex */
.direct-flex1 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.direct-flex2 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.direct-flex3 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-items: center;
}

audio {
    margin-top: 30px;
}

@media screen and (max-width: 769px) {
    .directory-container {
        flex-direction: column;
        row-gap: 30px;
    }
    .direct-flex1, .direct-flex2, .direct-flex3 {
        width: 100%;
    }
    h1 {
        font-size: 42px;
    }
}

/* home map */
.responsive {
    width: 100%;
    height: auto;
}
.responsive-three-column-grid img {
    width: 800px;
    object-fit:  cover;
}

/* foot image */
.footer-image {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row-reverse;
}
.footer-image div {
    height: 300px;
}
.footer-image .div-1 {
    width: 800px
}
.footer-image .div-1 img {
    max-width: 100%;
    filter: blur(0.1px);
}
.tilt-animation {
    animation: tiltBackAndForth 4s ease-in-out infinite;
    transform-origin: center;
}

@keyframes tiltBackAndForth {
    0%, 100% { transform: rotate(3deg);}
    50% { transform: rotate(-3deg); }
}