@font-face {
    font-family: "COM4t-Fine-Regular";
    src: url(COM4F_RG.TTF);
    font-display: swap;
}

body {
    font-size: 20px;
    font-family: Raleway, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    max-width: 900px;
    margin: 0 1em;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.horizontal {
    display: flex;
    align-items: center;
}

.horizontal>* {
    margin: 1em;
}

.box div,
.split div,
.gold div {
    line-height: 1.5em;
}

#nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    margin: 1em;
}

#menu-btn {
    background: none;
    border: none;
    align-self: flex-end;
    display: none;
    cursor: pointer;
}

#menu-btn img {
    height: 18px;
    width: 18px;
}

#nav-inner {
    font-weight: 700;
    background-color: #fff;
    z-index: 1;
}

#nav-inner a {
    color: #000;
    text-decoration: none;
    padding: 0.2em 0.7em 0.2em 0.4em;
}

#nav-inner a:hover {
    color: #e7c150;
}

#nav-inner a:not(:last-child) {
    border-right: #000 1px solid;
}

#intro {
    background-size: 22px 22px;
    justify-content: center;
    max-width: 900px;
    width: 100%;
    margin: 1em 0 0;
}

#intro-content {
    color: #000;
    padding: 1.5em 0 0 2.5em;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    margin: 0;
    flex: 1;
}

#intro-content>div {
    font-size: 1.25em;
}


#logo {
    height: 200px;
    background-color: #fff;
    margin: 2em 0 0 0;
    aspect-ratio: 397/350;
}

#logo-text {
    width: 100%;
    max-width: 500px;
}

.min #intro {
    margin: 0 0 0 2em;
    font-size: 9px;
}

#nav.min a {
    text-decoration: none;
}

#nav.min {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.min #logo {
    height: 65px;
    width: initial;
    padding: 0;
    margin: 0 0 0 2em;
}

.min #intro-content {
    padding: 10px 15px;
    width: initial;
    height: initial;
    border: none;
    box-shadow: none;
}

.community {
    width: 100%;
    height: 40vw;
    margin: 1em 0 2.5em;
    object-position: 0% 20%;
    object-fit: cover;
}

.space {
    font-size: 1.2em;
    margin-top: -25px;
    max-width: 1100px;
    width: 100%;
    overflow: hidden;
}

.space h4 {
    margin-top: 0;
}

.space-content {
    position: relative;
    top: 75px;
    max-width: 600px;
    background-color: #fff;
    padding: 1.5em;
    border-left: 4px solid #259254;
    z-index: 1;
    border-radius: 10px;
}

.space-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 0 10%;
    position: relative;
    margin-left: 3em;
}

.brand {
    letter-spacing: -0.03em;
    margin-top: 0;
}

h1.brand {
    font-family: "COM4t-Fine-Regular", "Trebuchet MS", "sans-serif";
    font-weight: 100;
    margin-bottom: 0;
    white-space: nowrap;
}

.brand.coop {
    font-family: Raleway;
    font-weight: 300;
    font-size: 1.8em;
    margin-top: 0.2em;
    padding-top: 0.3em;
    border-top: 1px solid #e7c150;
    display: block;
    margin-bottom: 0.2em;
}

p {
    margin: 0.7em 0 0;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.0em;
    font-weight: 500;
    margin: 0.5em 0 0.4em;
}

h3 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 0 0 0.8em;
}

h4 {
    margin: 0 0 0.9em;
}

.box>h2 {
    font-weight: 500;
    letter-spacing: -1px;
}

.box {
    margin: 1em 2em 1em;
    max-width: 900px;
    position: relative;
}

.max {
    font-size: 1.2em;
    font-weight: 500;
}

.box svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 100px;
    z-index: -1;
}

.box a {
    color: #000;
}

.box a:hover {
    color: #e7c150;
}

.box.min {
    padding-bottom: 4em;
}

.box.min h2 {
    border-bottom: 1px solid #e7c150;
    padding-bottom: 0.4em;
    padding-right: 1em;
    display: inline-block;
}

h3.bot {
    margin: 0.4em 0 1em;
}

.split img.separator {
    width: 100%;
    max-width: 600px;
    max-height: 42px;
    display: block;
    object-fit: fill;
    margin-top: 1em;
    margin-left: -0.2em;
}

.gold {
    background: #000;
    padding: 1.2em 1.3em;
    color: #fff;
    max-width: 1100px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 30px;
    box-sizing: border-box;
}

.gold .emphasis {
    border-top: 1px solid #e7c150;
    margin: 0.8em 20% 0 0;
    padding-top: 0.7em;
    font-weight: 300;
    font-style: italic;
}

.gold a {
    color: #fff;
}

.gold a:hover {
    color: #e7c150;
}

.gold>div {
    font-size: 1.2em;
}

.gold>* {
    padding: 0.5em;
}

.gold h2 {
    margin: 0;
}

.crest {
    position: absolute;
    bottom: 5px;
    right: 10px;
    height: 70px;
}

.box.min .crest {
    bottom: 0px;
}

.split {
    display: flex;
    max-width: 900px;
    margin: 3em 1em 0;
}

.split>* {
    flex: 1;
}

.split> :last-child {
    padding-left: 2em;
    border-left: 1px solid #e7c150;
}

.split img {
    object-fit: contain;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
}

#lanternLogo {
    margin: 0 0 1.5em;
    height: 100px;
}

.split> :nth-child(1) {
    padding-right: 2em;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#contact {
    background-color: #000;
    padding-top: 1em;
    margin-top: 3em;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#contact>h2 {
    font-weight: 300;
    text-align: right;
    color: #e7c150;
}

#contact>* {
    flex: 1;
    margin: 1em;
}

#contact>.box {
    background-color: white;
    padding: 1em;
    text-align: right;
    max-width: 400px;
    letter-spacing: 0.1em;
    border-radius: 10px;
    position: relative;
    display: flex;
}

#contact>.box>.bg {
    background:
        linear-gradient(220deg, #fff 12px, transparent 13px, transparent 19px, #fff 20px),
        linear-gradient(140deg, transparent 19px, #000 21px, transparent 0%);
    background-size: 22px 22px;
    margin-right: 1em;
    border-top-right-radius: 100px;
}

#contact>.box>div {
    flex: 1;
}

#email {
    color: #000;
    text-decoration: none;
    margin-bottom: 0.7em;
}

#email:hover {
    color: #e7c150;
}

#copyright {
    background: #000;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 0.8em;
}

#copyright>div {
    margin: 0em 20px 20px;
}

.green {
    color: #259254
}

.work.min {
    max-width: 900px;
    position: relative;
    z-index: 1;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.work h2 {
    border-bottom: 2px solid #e7c150;
    display: inline;
    padding-right: 1em;
    padding-bottom: 0.2em;
    align-self: flex-start;
}

#wheels {
    margin-top: 4em;
    display: flex;
    justify-content: space-around;
    align-items: top;
    width: 100%;
    max-width: 900px;
}

#wheels img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.work .box-sub h3 {
    font-size: 1.25em;
}

.work .box-sub {
    margin-bottom: 2em;
}

.work-item {
    padding: 0.5em 1em;
    margin: 1em;
    border-radius: 5px;
    font-size: 1em;
}

.work-item:nth-of-type(1n+1) {
    border-left: 3px solid #FF17A6;
}

.work-item:nth-of-type(2n+1) {
    border-left: 3px solid #00BF3B;
}

.work-item:nth-of-type(3n+1) {
    border-left: 3px solid #e7c150;
}

.work-item:nth-of-type(4n+1) {
    border-left: 3px solid #D60000;
}

.work-item h4 {
    font-size: 1.25em;
    margin: 0.5em 0;
}

.merch {
    margin: 2em 1em;
    max-width: 1000px;
}

.merch h2 {
    border-bottom: 2px solid #e7c150;
    display: inline;
    padding-right: 1em;
    padding-bottom: 0.2em;
}

.merch .box-sub {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.shelf-item {
    display: inline-block;
    margin: 25px 25px;
    position: relative;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    margin: 2em;
}

.shelf-item img {
    height: 400px;
    width: 400px;
    object-fit: contain;
}

.preview-content img {
    width: 400px;
}

@media (max-width: 550px) {
    .min #intro-content {
        display: none;
    }
}

@media (min-width: 1400px) {
    .space {
        max-width: 1400px;
    }

    .gold {
        max-width: 1200px;
    }

    .space-img {
        margin-left: 5em;
    }
}

@media (max-width: 1100px) {
    .gold {
        border-radius: 0;
    }

    .space-content {
        margin-left: 1em;
    }
}

@media (max-width: 1000px) {
    body {
        font-size: 16px;
    }

    #nav {
        margin: 0.5em;
    }

    #intro {
        margin: 0;
    }

    #intro-content {
        padding: 1em 1.7em 0;
    }

    #logo {
        height: 144px;
        width: 160.3px;
        padding: 0;
        margin-bottom: 25px;
    }

    .min #logo {
        margin: 1em 0 0 2em;
    }

    #menu-btn {
        display: block;
    }

    .community {
        height: 50vw;
    }

    .horizontal,
    .gold,
    .split {
        flex-direction: column;
    }

    .split {
        margin-top: 1em;
    }

    .gold {
        padding: 1em 1em 1.2em;
    }

    .space {
        margin-top: -30px;
    }

    .space-content {
        padding: 1.5em;
        margin: 0 0.5em;
    }

    .space-img {
        object-position: 50% 100px;
        margin: 0;
        top: -75px;
        margin-bottom: -75px;
    }

    #nav-inner {
        position: absolute;
        right: 11px;
        top: 35px;
    }

    #wheels img {
        width: 50px;
        height: 50px;
    }

    #nav-inner {
        border: 1px solid #000;
        font-size: 18px;
        display: none;
        flex-direction: column;
        padding: 0.3em 1em 0.3em 0.7em;
        border-radius: 5px;
        z-index: 2;
    }

    #nav-inner a {
        padding: 0.3em 0;
    }

    #nav-inner a:not(:last-child) {
        border-right: 0;
    }

    .min #intro {
        flex-direction: row;
        margin-left: 1em;
    }

    .gold {
        border-radius: 0;
    }

    .gold>h2 {
        padding: 0.3em 0 0.2em;
    }

    .gold>div {
        margin-top: 0;
    }

    #lanternLogo {
        height: auto;
        width: 80%;
        max-width: 400px;
        margin: 3.5% 0 2em;
    }

    .split> :last-child {
        padding: 0 1em;
    }

    .split> :nth-child(1) {
        padding-bottom: 2em;
        padding-right: 0em;
    }

    .merch {
        font-size: 1.2em;
    }

    .box {
        margin: 1.5em;
    }

    .split img {
        max-width: 500px;
    }

    .shelf-item {
        margin: 2em 0;
    }
}

@media (max-width: 500px) {
    .box {
        margin: 0em 1.5em 1.2em;
    }

    .community {
        margin: 0.5em 0 2em;
    }

    .shelf-item img {
        width: 100vw;
    }

    .space-content {
        padding: 1em;
        margin: 0 0.5em;
    }

    .gold {
        padding: 0.8em 1em 0.8em;
    }

    #contact {
        font-size: 10px;
    }

    #copyright {
        font-size: 11px;
    }

    #copyright>div {
        margin: 0em 15px 15px;
    }
}