:root {
    --bg-color: #82d8d5;
    --text-color: #3255a4;
    --light-lime: #e3ed55;
    --sunflower: #ffb511;
    --yellow: #ffe800;
    --green: #44d62c;
    --dur: 10s;
    --body-text: calc(30px + 0.5vw);
}

@font-face {
    font-family: 'CatShop';
    src:
        url('asset/font/CatShop.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Duplex Bold';
    src: url('asset/font/Hershey-Noailles/Hershey-Noailles-Futura-Duplex-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times Triplex Italic';
    src: url('asset/font/Hershey-Noailles/Hershey-Noailles-Times-Triplex-Italic-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VictoriaCAT';
    src: url('asset/font/VictoriaCAT.ttf');
    font-weight: normal;
    font-style: normal;
}

*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    /* background-image: url('asset/background/newspaper.png'); */
    /* background-size: 100%;
    background-repeat: repeat; */
    background-color: var(--bg-color);
    border-top: 0px;
    color: var(--text-color);
    -webkit-text-stroke: 1px var(--text-color);
    text-rendering: optimizeLegibility;
    font-size: var(--body-text);
    letter-spacing: 0.05em;
    scrollbar-color: var(--text-color);
}

.black-zine-fair {
    font-family: 'CatShop', 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    font-size: 8vw;
    line-height: 100%;
    word-break: keep-all;
    color: var(--text-color);
    -webkit-text-stroke: 1px var(white) !important;
    padding-bottom: 10%;
}

path {
    fill: none;
    stroke: none;
}

text {
    z-index: 0;
    font-family: 'CatShop', 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 80%;
    letter-spacing: -0.15rem;
    line-height: 100%;
    -webkit-text-stroke: 1px var(--text-color) !important;
    fill: var(--text-color);
    dominant-baseline: central;
}

.fair-button {
    font-family: 'VictoriaCAT', 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    color: var(--bg-color) !important;
    -webkit-text-stroke: 2px var(--bg-color);
    background-color: var(--text-color);
    border: 5px solid;
    border-radius: 70%;
    font-size: calc(50px + 0.5vw);
    text-align: center;
    padding: 3%;
    display: inline-block;
    position: absolute;
    top: 35vh;
    right: 5%;
    transform: rotate(10.7deg);
}

.fair-button:hover {
    color: var(--text-color) !important;
    -webkit-text-stroke: 2px var(--text-color);
    background-color: var(--bg-color);
}


.location {
    margin-left: 1%;
    transform: rotate(-2.52deg);
    line-height: 10%;
}

h2,
.heading2 {
    font-family: 'VictoriaCAT', 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    font-size: 6vw;
    line-height: 110%;
    text-align: center;
}

h3 {
    font-family: 'CatShop', 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    /* font-size: 3vw; */
    line-height: 120%;
}

.byline {
    font-family: 'Times Triplex Italic', Arial, Helvetica, sans-serif;
    -webkit-text-stroke: 2px var(--text-color) !important;
}

p {
    -webkit-text-stroke: 1px var(--text-color) !important;
    background-color: var(--bg-color);
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;

}

hr {
    border-top: 2rem dotted var(--text-color);
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    width: 20%;
    margin: auto;
}

.rsvp-button {
    font-family: 'VictoriaCAT', 'Futura Duplex Bold', Arial, Helvetica, sans-serif;
    font-size: var(--body-text);
    font-weight: bold;
    padding: 0.5%;
    color: var(--bg-color);
    -webkit-text-stroke: 0.75px var(--bg-color);
    background-color: var(--text-color);
    border: 0px;
    border-radius: calc(20px + 0.5vw);
    line-height: 50%;
}

li a {
    color: var(--text-color);
    -webkit-text-stroke-color: var(--text-color);
}

.big-link {
    color: var(--text-color) !important;
    -webkit-text-stroke: 0.75px var(--text-color);
}

p a:link,
a:visited,
a:active {
    padding: 0.5%;
    text-decoration: underline;
    line-height: 100%;
    text-align: center;
}

/* a:visited {
    color: var(--text-color);
    -webkit-text-stroke: 0.75px var(--text-color);
} */

/* .profile a:link,
a:visited,
a:active {
    padding: 10%;
    color: var(--body-text);
    border: 2px solid var(--body-text);
    background-color: var(--bg-color);
}

.profile a:hover {
    background-color: var(--fl-red);
} */

a:link,
a:visited,
a:hover,
a:active {
    color: var(--text-color);
    text-decoration: none;
}

a:hover {
    transition: all 0.5s ease;
    font-weight: bold;
}

marquee {
    height: 100%;
}

ol {
    margin-left: 1em;
    margin-top: 0;
    list-style-type: disc;
    /* list-style-type: "\2724\0020"; */
    /* list-style-type: decimal-leading-zero; */
    text-align: justify;
}

.header {
    background-image: url('asset/background/header.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: var(--bg-color);
    height: 0;
    padding-top: 60%;
}

.header-item {
    position: absolute;
    top: 0;
    margin-left: 0;
}

.content {
    margin: 0 5% 5% 5% !important;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    margin-right: 2%;
}


#carousel-img {
    margin: 1rem 1rem 1rem 0;
    display: inline-block;
    background-size: cover;
}

.carousel {
    z-index: 100;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    margin-bottom: 1%;
}

.carousel:first-child {
    height: 50% !important;
    display: inline-block;
    overflow: hidden;
}

.carousel img {
    /* width: auto !important; */
    max-height: 30%;
    cursor: e-resize;
}

.centered-img {
    display: block;
    margin: auto;
    max-width: 70%;
    /* padding-top: 5%;
    padding-bottom: 5%; */
    border-radius: calc(10px + 0.5vw);
    
}

.floating-img {
    display: inline-flex;
    float: right;
    width: 30%;
    height: auto;
    border-radius: calc(10px + 0.5vw);
    margin-top: 2.5%;
    margin-left: 2.5%;
    filter: grayscale(var(--value, 100%));
}


.floating-img:hover, .centered-img:hover {
    transition: all 0.5s ease;
    filter: grayscale(var(--value, 0%));
}

.footer {
    z-index: 99;
    background: var(--bg-color);
    background: linear-gradient(180deg, rgba(130, 216, 213, 0) 6%, rgba(130, 216, 213, 1) 100%);
    margin: 0;
    width: 100%;
    height: 30%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    text-align: center;
    padding-bottom: 1%;
}

.footer-copy {
    border-top: 0px;
}


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

    body {
        overflow-x: hidden;
        word-break: break-word;
        hyphens: manual;
        text-align: left;
        font-size: 2em;
    }

    .black-zine-fair {
        font-size: 4vw;
        line-height: 75%;
    }

    .fair-button {
        display: none;
    }

    .exhibitor ul {
        list-style-type: none;
    }

    ul {
        /* margin-left: 1.25em; */
        margin-top: 0;
        list-style-type: none;
    }

    .footer {
        height: 25%;
    }
}