* {
    box-sizing: border-box;
}


.twitter-timeline {
    height: calc(100vh)!important;
    position: relative;
    overflow-y: hidden;
}

a{
    color: white;
    font-weight: 400;
    /* font-family: "swear-display", serif; */
    color: #D190B7;
}

a:visited{
    color: white;
}

i,
.fa-brands {
    font-size: 13px;
    background: #ffffff24;
    border-radius: 90px;
    color: white;
    align-items: center;
    height: 28px;
    line-height: 28px !important;
    text-align: center;
    padding: 0 14px 0 14px;
}

.link-font {
    font-family: system-ui, sans-serif;
    font-size: 13px;
    line-height: 28px;
    padding-left: 4px;
    text-align: center;
    font-weight: 600;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::-moz-selection {
    /* Code for Firefox */
    background: #ffffff40;
}

::selection {
    background: #ffffff40
}

body {
    background-color: #030303;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: url('cursor2.png'), auto;
    overscroll-behavior: none;
    font-weight: 200;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "swear-display", serif;
    font-weight: bold;
    font-size: 48px;
}

/* .intro-text p{
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
}

.logo{
    width: 120px;
}

.intro-info{
    width: 50%;
    position: absolute;
    left: 25%;
    height: 200px;
    margin: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */



.intro-beforetag {
    height: calc(100vh - 60px);
    width: 100%;
    position: absolute;
    top: 60px;
}


.col-25 {
    width: 25%;
    float: left;
}

.quicklinks {
    border-top: solid 1px white;
}

.quicklinks h4 {
    padding-bottom: 24px;
}


.intro-link p {
    padding-bottom: 8px;
}

.intro-link {
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    height: calc(calc(50vh - 30px)/3);
    border-bottom: solid 1px white;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
}

.no-border-right {
    border-right: none;
}

.no-border-bottom{
    border-bottom: none;
}

.col-50 {
    width: 50%;
    height: 100%;
    float: left;
    border-right: solid 1px white;
    position: relative;
}

.col-50 h1 {
    font-size: 60px;
    padding-bottom: 24px;
}

.col-25 h1 {
    color: #ffffff00
}

.large-text {
    font-size: 18px;
    line-height: 28px;
}

.about-text {
    padding: 48px;
    position: relative;
}

.about-text h1 {
    padding-bottom: 24px;
}

.about-text-container {
    position: absolute;
    bottom: 48px;
    padding-right: 48px;
}

.about-text,
.quicklinks {
    height: calc(50vh - 30px);
    position: relative;
}

h2 {
    font-family: "swear-display", serif;
    font-weight: bold;
    font-size: 48px;
    padding-left: 24px;
    z-index: 100;
    height: 150px;
    line-height: 80px;
    padding-top: 60px;
    border-bottom: solid 1px currentColor;
}

h4 {
    font-weight: 600;
    padding-bottom: 8px;
}

.col-75 {
    width: 75%;
    border-right: solid 1px white;
    float: left;
    position: relative;
    height: calc(100vh - 90px - 140px - 60px);
}

#blurbs {
    height: 100%;
}


.col-25 {
    width: 25%;
    float: left;
    position: relative;
}

.col-collab {
    width: 60%;
    float: left;
    position: relative;
}

.border-right {
    border-right: solid 1px white;
}

.col-drop {
    width: 40%;
    float: left;
    position: relative;
    height: calc(100vh - 90px - 120px);
    overflow-y: overlay;
    border-right: solid 1px white;
}

.collaborate-text {
    padding: 24px;
    height: calc(100vh - 90px - 120px);
}

.collaborate {
    height: 100vh;
}

.team-blurb {
    position: relative;
    padding: 24px;
    width: 100%;
}

.team-descriptions .col-75 {
    height: 100%;
}

.team-blurb * {
    max-width: 600px;
}

.team-descriptions {
    width: 100%;
    border-bottom: solid 1px white;
    position: relative;
    display: flow-root;
    height: 140px;
}

h3 {
    font-weight: 500;
    font-family: "swear-display", serif;
    font-size: 36px;
    padding-bottom: 40px;
}

#crew h3 {
    font-weight: 500;
    font-family: "swear-display", serif;
    font-size: 24px;
    padding-bottom: 12px;
}

p {
    font-size: 13px;
    line-height: 20px;
    color: #ffffffdd;
}

main {
    /* background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
    margin: 0;
    padding: 0;
}

.background{
    position: fixed;
    top: 60vh;
    width: 110vw;
    left: -5vw;
    height: 110vw;
}

.member {
    width: 20%;
    box-sizing: border-box;
    float: left;
    box-sizing: border-box;
    height: calc(100vh - 60px - 90px - 140px);
    display: flex;
    flex-flow: column;
}

#crew {
    border-bottom: solid 1px currentColor;
    box-sizing: border-box;
    width: 100%;
}

.all>* {
    border-right: solid 1px currentColor;
    box-sizing: border-box;

}

.member {
    border-right: solid 1px white;
}

.member:last-of-type {
    border-right: 1px transparent solid;
}

.member-links {
    position: absolute;
    bottom: 24px;
    font-size: 24px;
}

.member-img {
    box-sizing: border-box;
    width: 60%;
    object-fit: cover;
    display: flex;
    justify-content: center;
}

.member-img-container {
    display: flex;
    justify-content: center;
    max-height: 70%;
    border-bottom: solid 1px currentColor;
}

.member-text {
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff10;
    height: 100%;
}

#tagline, #tagline2 {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-top: solid 1px currentColor;
}

.italic {
    font-style: italic;
}

.marquee-span {
    position: relative;
    /* top: 4px; */
    margin-right: 40px;
    font-size: 24px;
    line-height: 20px;
    font-family: "swear-display", serif;
    text-align: center;
}

.projects {
    padding-top: 200px;
}

.project {
    padding-left: 48px;
    padding-right: 48px;
}

.project>* {
    display: inline-block;
    width: 20%;
    font-size: 20px;
    padding-top: 12px;
}

.clear {
    float: none;
    clear: both;
    height: 0px;
}

.col-25 {
    position: relative;
}

.member-text-noimg {
    width: 100%;
    padding: 24px;
    border-bottom: solid 1px white;
    height: calc((100vh - 140px - 90px - 60px)/4);
    position: relative;
    display: flex;
    align-items: center;
}

.member-text-noimg h3 {
    float: left;
    width: calc(40% - 21px);
}

.member-text-noimg p {
    float: left;
    padding-top: 6px;
    width: calc(60% - 21px);
}

.member-text-noimg p:last-of-type {
    width: 42px;
    text-align: right;
}

html {
    scroll-snap-type: y mandatory;
    height: 100%;
    display: grid;
    grid-auto-rows: 100%;
    scroll-behavior: smooth;
    scroll-snap-stop: always;
    margin: 0;
    padding: 0;
}

.full-height {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-behavior: smooth;
    position: relative;
    height: 100vh;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border-bottom: solid 1px white;
}

.collab {
    margin: auto;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 24%;
}

#hands {
    height: 100%;
    position: absolute;
    right: 24px;
    bottom: 12px;
}

ol {
    padding-bottom: 24px;
}





/* width */
::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff10;
    border-left: solid 1px white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff60;
    border-radius: 90px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border-radius: 90px;

}

.star img {
    padding: 48px;
}

.no-border {
    border-right: solid 1px #ffffff00;
}

.no-border-right {
    border-right: none;
}

.star {
    width: calc(calc(100vh - 60px)/3);
    max-width: 100%;
    height: calc(calc(100vh - 60px)/3);
    object-fit: cover;
    opacity: 0.4;
}

.divider-60 {
    height: 60px;
    width: 100%;
}

.star-container {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.star-container-3 {
    height: calc(100vh);
    position: relative;
    overflow-y: hidden;
}

.logo {
    width: 360px;
    /* display: block;
    position: absolute; */
    position: absolute;
    bottom: calc(50% - 180px);
    top: calc(50% - 180px);
    left: calc(50% - 180px);
    right: calc(50% - 180px);
}

.logo-container {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}





ol li {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 8px;
}

/* ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  li {
    padding-left: 1em;
    text-indent: -1em;
  }

  li:before {
    content: "✧";
    padding-right: 5px;
  } */


.collapsible:before {
    content: "▶";
    padding-right: 10px;
    font-size: 10px;
}

.active:before {
    content: "▼";
    padding-right: 8px;
    font-size: 11px;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    color: white;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    background: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    color: #D190B7;
    cursor: pointer;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: solid 1px currentColor;
}

ol {
    padding-right: 48px;
}

.content p {
    padding-bottom: 24px;
}

nav {
    position: fixed;
    z-index: 200;
}

nav {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px white;
}

nav ul a{
    float: left;
    height: 100%;
    width: 25%;
    height: 60px;
    border-right: solid 1px white;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 60px;
}


nav ul li:hover {
    background: #ffffff24;
}

nav ul li a {
    text-decoration: none;
    text-align: center;
    color: white;
}


.mobile-only {
    display: none;
}






@media (min-width:769px) and (max-width:1280px) {
    #crew h3 {
        font-size: 16px;
    }

    .marquee-span {
        position: relative;
        /* top: 4px; */
        margin-right: 40px;
        font-size: 18px;
        line-height: 20px;
        font-family: "swear-display", serif;
        text-align: center;
    }

    #tagline, #tagline2 {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        border-top: solid 1px currentColor;
    }

    nav {
        width: 100%;
        height: 42px;
        border-bottom: solid 1px white;
    }

    nav ul a{
        float: left;
        width: 25%;
        height:  42px;
        border-right: solid 1px white;
        color: white;
        text-decoration: none;
        text-align: center;
        line-height: 42px;
    }

    .col-75{
        height: calc(100vh - 120px - 64px);
    }

    .team-descriptions .col-75 {
        height: 100%;
    }

    .col-drop, .collaborate-text{
        height: calc(100vh - 42px - 120px);
    }

    .member{
        height: calc(100vh - 120px - 64px);
    }

    .team-blurb p{
        display: none;
    }

    h2 {
        font-family: "swear-display", serif;
        font-weight: bold;
        font-size: 36px;
        padding-left: 24px;
        z-index: 100;
        height: 120px;
        line-height: 80px;
        padding-top: 36px;
        border-bottom: solid 1px currentColor;
    }

    .team-descriptions {
        width: 100%;
        border-bottom: solid 1px white;
        position: relative;
        display: flow-root;
        height: 64px;
    }

    .member-text-noimg {
        width: 100%;
        padding: 24px;
        border-bottom: solid 1px white;
        height: calc((100vh - 120px - 64px)/4);
        position: relative;
        display: block;
        align-items: center;
    }

    .member-text-noimg h3 {
        float: left;
        width: 40%;
    }

    .member-text-noimg p {
        float: left;
        padding-top: 0px;
        width: 60%;
        padding-bottom: 8px;
    }

    .member-text-noimg p:last-of-type {
        float: none;
        width: 42px;
        text-align: left;
        margin-left: 40%;
        padding-top: 4px;
    }

    p {
        font-size: 11px;
        line-height: 16px;
        color: #ffffffdd;
    }

    i,
    .fa-brands {
        font-size: 11px;
        background: #ffffff24;
        border-radius: 90px;
        color: white;
        align-items: center;
        height: 24px;
        line-height: 24px !important;
        text-align: center;
        padding: 0 12px 0 12px;
    }

    .link-font {
        font-family: system-ui, sans-serif;
        font-size: 11px;
        line-height: 24px;
        padding-left: 4px;
        text-align: center;
        font-weight: 600;
    }
}

@media (min-width:0px) and (max-width:768px) {

    .background{
        display: none;
    }

    p,
    h4 {
        font-size: 12px;
    }

    h4{
        font-weight: 400;
        line-height: 18px;
    }

    .bold{
        font-weight: 800;
    }

    html {
        scroll-snap-type: none;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
            background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

    .mobile-links {
        display: flex;
        justify-content: space-between;
        text-align: center;
        padding-bottom: 48px;
        border-bottom: solid 1px white;
    }

    h2 {
        font-family: "swear-display", serif;
        font-size: 18px;
        border: none;
        padding: 0px;
        margin: 0px;
        position: relative;
        height: auto;
        line-height: 32px;
        padding-bottom: 4px;
    }

    .mobile-section {
        width: 100%;
        padding: 24px;
    }

    .creative-team,
    .discord-team {
        padding-top: 2%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 2%;
    }

    .padding-top-48 {
        padding-top: 48px;
    }

    .mobile-member {
        padding: 16px;
        background: #ffffff10;
        border-radius: 12px;
        overflow: auto;
        width: 49%;
    }

    .mobile-member-img {
        width: 60%;
        height: auto;
        margin-left: 20%;
    }

    .mobile-member-text {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .mobile-logo-container {
        position: relative;
        height: 100px;
        margin: 40px;
    }

    .mobile-logo img {
        width: 100%;
        height: 100%;
    }

    .mobile-logo {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .crew {
        border-bottom: solid 1px white;
        padding-bottom: 48px;
    }

    .mobile-member p a {
        padding-right: 6px;
    }

    .mobile-member-link p {
        padding-bottom: 0px;
    }

    .mobile-team-blurb {
        padding-bottom: 24px;
    }

    .padding-top-8 {
        padding-top: 8px;
    }

    .mobile-collab {
        border-bottom: solid 1px white;
        padding-bottom: 48px;
    }

    h3 {
        padding-bottom: 24px;
    }
}
