@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Signature';
    src: url(assets/signature.ttf);
}

/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', Arial, sans-serif;
    Font-weight: 300;
    --text-primary: rgba(42, 42, 47, 1);
    user-select: none;
}
*/

a.action {
    text-align: center;
    border: 1px solid var(--text-primary);
    background-color: var(--text-primary);
    color: var(--primary);
    margin: 0.3rem;
    padding: 0.3rem 0.6rem;
    text-decoration: none;
}

a.action:hover {
    border: 1px solid var(--text-primary);
    background-color: var(--primary);
    color: var(--text-primary);
}

/*
table {
    border-collapse: collapse;
}

th {
    text-align: center;
    padding: 0.3rem 0.6rem;
    font-weight: 500;
    border-bottom: 0px solid black;
    background: var(--text-primary);
    color: var(--primary);
}

td:is(:first-child) {
    font-style: italic;
    font-weight: 400;
    text-align: right;
}

td {
    text-align: center;
    padding: 0.3rem 0.6rem;
}

td {
    border-bottom: 1px solid black;
}

.bottom-bar {
    background-color: var(--primary);
    z-index: 100;
}

.bottom-bar__content {
    min-height: 100px;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    vertical-align: middle;
    display: flex;
    column-gap: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    user-select: none;
}

.logo__text {
    font-family: 'Signature';
    font-size: 3.6rem;
    color: var(--text-primary);
    font-weight: 500;
    letter-spacing: -0.5px;
    font-style: italic;
    transform: rotate(-7deg);
}

.sublogo {
    position: relative;
    margin: 0px;
    margin-top: -12px;
    margin-right: -12px;
    padding: 0px;
}

.nav {
    transition: all 0.3s ease-in-out;
    font-size: 1.2rem;
    user-select: none;
}

.nav__list {
    display: flex;
    padding: 12px 12px;
}

.nav__link {
    color: var(--text-primary);
    transition: all 0.2s;
    padding: 12px 20px;
    cursor: pointer;
}

.nav__link:hover {
    color: var(--primary);
    background: var(--text-primary);
    padding: 12px 20px;
    border-radius: 0.5rem;
}

.btn {
    color: #fff;
    background-color: #0071e3;
    padding: 8px 20px;
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn:hover {
    background-color:  rgb(28, 128, 228);
}

.hamburger {
    cursor: pointer;
    display: none;
}

.bar {
    height: 2px;
    width: 27px;
    background-color: var(--text-primary);
    margin: 5px 0;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.nav--open {
    left: 50% !important;
    height: 100%;
}

.hamburger--open .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger--open .bar:nth-child(2) {
    opacity: 0;
}

.hamburger--open .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 650px) {
    .nav {
        position: fixed;
        top: 100px;
        left: -100%;
        transform: translateX(-50%);
        background-color: var(--primary);
        width: 100%;
        padding: 10px 0 25px;
        color: var(--text-primary);
        border-bottom: 1px solid var(--text-primary);
        z-index: 100;
    }

    .nav__list {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        color: var(--text-primary);
    }

    .nav__link {
        font-size: 1.2rem;
        color: var(--text-primary);
        border-bottom: 1px solid var(--text-primary);
    }

    .btn {
        font-size: 1.2rem;
        padding: 7px 17px;
    }

    .hamburger {
        display: block;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost';
    Font-weight: 400;
    padding: 0px;
    margin: 0px;
    padding-top: 1rem;
    font-weight: 500;
    color: var(--text-primary);
}

*/


footer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--primary);
    text-align: center;
    font-size: 0.7rem;
    padding: 6px;
}

#content {
    background-color: transparent;
    min-height: 70vh;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#content .box {
    width: 80%;
    padding: 0 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.masonry {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.masonry div {
    flex: 1 0 auto;
    background: rgba(42, 42, 47, 1);
    margin: 0 1rem 1rem 0;
}

.contact-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-frm {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.row {
    display: flex;
    flex-direction: row;
}

.col {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*

input[type=text], input[type=email], textarea {
    padding: 1rem;
    outline: none;
    border: 0px solid transparent;
    border-bottom: 1px solid black;
    background: transparent;
    font-size: 1rem;
}

textarea {
    height: 150px;
}

button {
    font-size: 1rem;
    background: var(--text-primary);
    color: var(--primary);
    font-weight: 400;
    padding: 0.3rem 0.6rem;
    margin-top: 0.6rem;
}

button:hover {
    background: var(--primary);
    border: 1px solid var(--text-primary);
    color: var(--text-primary);
}

::placeholder {
    font-size: 1rem;
}

*/

#notify {
    z-index: 150;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 18rem;
    background: var(--text-primary);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 12px;
    visibility: hidden;
    font-family: 'Jost';
}

#notify span:nth-child(1) {
    font-family: 'Signature';
    font-size: 2.6rem;
}

.main-gear {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.txt-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 1rem 1rem;
    padding-top: 0rem;
    aspect-ratio: 3 / 2;
    justify-content: center;
}

.txt-item img {
    height: 100%;
    object-fit: contain;
}


.grid {
    width: 100%;
    z-index: 0;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 25%;
    padding: 5px;
    z-index: 0;
    display: hidden;
    cursor: pointer;
}

.grid-item img {
    max-width: 100%;
    z-index: 0;
}

#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 1);
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 200;
}

#overlay * {
    color: rgba(242, 242, 247, 1);
}

#onoverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 220;
}

#data-box { 
    max-width: 90%; max-height: 85%; float: left; 
    display: flex;
    flex-direction: column;
}

#side-img {
    width: 95%;
    height: 95%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

#side-img img {
    max-height: 90vh;
    max-width: 90vw;
    overflow: auto;
}

#title {
    font-style: italic;
    font-weight: bold;
}

#details, #equipment, #location {
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    padding-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
    #content .box {
        width: 95%;
        /*max-width: 1200px;*/
        padding: 0 0px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
        padding: 5px;
    }

    .txt-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem 1rem;
        padding-top: 0rem;
        aspect-ratio: 3 / 2;
    }
}

.btn-exit {
    position: fixed;
    right: 1rem;
    top: 1rem;
    height: 2rem;
    width: 2rem;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2rem' height='1.2rem' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m6.4 18.308l-.708-.708l5.6-5.6l-5.6-5.6l.708-.708l5.6 5.6l5.6-5.6l.708.708l-5.6 5.6l5.6 5.6l-.708.708l-5.6-5.6z'/%3E%3C/svg%3E");
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.preface-img {
    width: 80%;
    text-align: center;
    margin-bottom: 1rem;
}

#loader {
    font-size: 1.4rem;
    text-align: center;
    width: 100vw;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.loader {
    position: relative;
    width: 72px;
    height: 33px;
    background-repeat: no-repeat;
    background-image:
    radial-gradient(circle 2.5px , #ff3d00  100%, transparent 0),
    linear-gradient(#525252 90px, transparent 0),
    linear-gradient(#333333 120px, transparent 0),
    linear-gradient(to right, #eee 10%,#333 10%,#333 90%,#eee 90%)
    ;

    background-size: 5px 5px, 90px 10px, 120px 45px , 100px 15px;
    background-position: 110px 15px,center bottom , center bottom , center 0 ;

}

.loader:before {
    content: "";
    width: 42px;
    background-color: #fff;
    box-shadow: 0 0 6px #000;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: calc(100% - 6px);
    animation: printerPaper 4s ease-in infinite;
}

.loader:after {
    content: "";
    width: 42px;
    height: 48px;
    background-color: #fff;
    background-image:   linear-gradient(to bottom, #FFF 50%, #ff3d00  51%),
                        linear-gradient(to bottom, #bbb 50%, #0000 51%);
    background-size: 36px 12px,  36px 6px;
    background-repeat: no-repeat, repeat-y;
    background-position: center 33px , center 0;
    position: absolute;
    left: 50%;
    transform: translatex(-50%) rotate(180deg);
    box-shadow: 0 6px #fff inset;
    top: calc(100% - 5px);
    animation: PrintedPaper 4s ease-in infinite;
    box-shadow: 0 0 6px #000;
}

@keyframes printerPaper {
    0% , 25% { height: 30px}
    75%, 100% { height: 0}
}

@keyframes PrintedPaper {
    0%, 30% {
    height: 0px;
    top: calc(100% - 8px);
    }

    80% {
    height: 48px;
    top: calc(100% - 8px);
    opacity: 1;
    }
    100% {
    height: 80px;
    top: calc(100% + 10px);
    opacity: 0;
    }
}

.mdi--location::after {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: -0.25em;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 11.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7'/%3E%3C/svg%3E");
}












