body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oneset", sans-serif
}

body,
html {
    height: 100%;
    line-height: 1.8;
}

/* Full height image header */
.bg {
    height: calc(100% - 60px - 40px) !important;
}

#home {
    flex-direction: column;
    text-align: center;
}

.punchline {
    margin: auto;
    padding-bottom: 80px;
}

.title {
    font-size: 5vw;
    font-family: lato, -apple-system, "system-ui", "segoe ui", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.what-if {
    color: rgb(190, 52, 85);
}

.subtitle {
    font-size: 2vw;
    font-family: lato, -apple-system, "system-ui", "segoe ui", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.signup-text {
    font-size: 1.5vw;
}

.logo {
    height: 50px;
    margin: 0 0 0 2vw;
}

.signup {
    text-align: center;
    padding-bottom: 30px;
    z-index: 10;
    /* This value might need to be higher depending on other elements' z-index values */
}

#email {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 300px;
}

#waitlist-form-status {
    font-weight: bold;
}

.video-container {
    text-align: center;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#navbar {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
}

@media screen and (min-width: 600px) {
    #navbar #nav-menu {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #navbar #menu li {
        display: none;
    }

    #navbar #nav-menu {
        display: block;
        font-size: 25px;
        margin-left: 5vw;
    }
}

#social-icons,
#menu,
#mobile-menu {
    /* Adjust this value as needed for vertical alignment */
    list-style: none;
    margin: 0;
    padding: 0;
}

#social-icons li,
#menu li {
    display: inline-block;
}

#mobile-nav-menu {
    display: none;
    padding: 0 0 2vw 5vw;
}

#menu {
    flex-grow: 1;
    margin-left: 3vw;
}

#menu li {
    margin-right: 1vw;
}

#menu a,
#mobile-menu a {
    color: #555;
    font-size: 18px;
    text-decoration: none;
}

#social-icons {
    margin-right: 2vw;
}

#social-icons a {
    background-image: url(/assets/image/icons.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    display: block;
    height: 25px;
    width: 25px;
}

#social-icons .youtube {
    background-position: -25px 0;
}

#social-icons .discord {
    background-position: -75px 0;
}

#social-icons .twitter {
    background-position: 0 0;
}

#social-icons .email {
    background-position: -50px 0;
}

.w3-display-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    /* This centers the text inside the div */
}

footer {
    height: 40px;
    padding: 10px 0;
}

a.privacy-policy {
    margin-left: 30px;
    text-decoration: none;
}

a.privacy-policy:hover {
    text-decoration: underline;
}

#prototype {
    margin-bottom: 50px;
    text-align: center;
}

#prototype img {
    width: 80%;
    max-width: 600px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oneset", sans-serif
}

body,
html {
    height: 100%;
    line-height: 1.8;
}

/* Full height image header */
.bg {
    height: calc(100% - 60px - 40px) !important;
}

#home {
    flex-direction: column;
    text-align: center;
}

.punchline {
    margin: auto;
    padding-bottom: 80px;
}

.title {
    font-size: 5vw;
    font-family: lato, -apple-system, "system-ui", "segoe ui", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.what-if {
    color: rgb(190, 52, 85);
}

.subtitle {
    font-size: 2vw;
    font-family: lato, -apple-system, "system-ui", "segoe ui", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.signup-text {
    font-size: 1.5vw;
}

.logo {
    height: 50px;
    margin: 0 0 0 2vw;
}

.signup {
    text-align: center;
    padding-bottom: 30px;
    z-index: 10;
    /* This value might need to be higher depending on other elements' z-index values */
}

#email {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 300px;
}

#waitlist-form-status {
    font-weight: bold;
}

.video-container {
    text-align: center;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#navbar {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
}

@media screen and (min-width: 600px) {
    #navbar #nav-menu {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #navbar #menu li {
        display: none;
    }

    #navbar #nav-menu {
        display: block;
        font-size: 25px;
        margin-left: 5vw;
    }
}

#social-icons,
#menu,
#mobile-menu {
    /* Adjust this value as needed for vertical alignment */
    list-style: none;
    margin: 0;
    padding: 0;
}

#social-icons li,
#menu li {
    display: inline-block;
}

#mobile-nav-menu {
    display: none;
    padding: 0 0 2vw 5vw;
}

#menu {
    flex-grow: 1;
    margin-left: 3vw;
}

#menu li {
    margin-right: 1vw;
}

#menu a,
#mobile-menu a {
    color: #555;
    font-size: 18px;
    text-decoration: none;
}

#social-icons {
    margin-right: 2vw;
}

#social-icons a {
    background-image: url(/assets/image/icons.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    display: block;
    height: 25px;
    width: 25px;
}

#social-icons .youtube {
    background-position: -25px 0;
}

#social-icons .discord {
    background-position: -75px 0;
}

#social-icons .twitter {
    background-position: 0 0;
}

#social-icons .email {
    background-position: -50px 0;
}

.w3-display-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    /* This centers the text inside the div */
}

footer {
    height: 40px;
    padding: 10px 0;
}

a.privacy-policy {
    margin-left: 30px;
    text-decoration: none;
}

a.privacy-policy:hover {
    text-decoration: underline;
}

#prototype {
    margin-bottom: 50px;
    text-align: center;
}

#prototype img {
    width: 80%;
    max-width: 600px;
}

/* Blog Posts */
#posts {
    margin-top: 40px;
    /* Increased margin for better separation */
}

.post {
    max-width: 800px;
    margin: 40px auto;
    /* Increased margin for better spacing */
    padding: 20px;
    /* Reduced padding for a cleaner look */
    background-color: #fff;
    font-family: inter-var,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
    /* Notion-like font */
}

.post .title {
    color: #333;
    font-size: 26px;
    /* Adjusted for readability */
    font-weight: 600;
    /* Less bold than standard bold */
    margin-bottom: 15px;
    /* Spacing under the title */
}

.post a {
    color: #4183c4;
    /* Notion-like color for links */
    text-decoration: none;
}

.post a:hover,
.post a:focus {
    text-decoration: underline;
    /* Underline for accessibility */
}

.post .info {
    font-size: 14px;
    color: #666;
    font-style: normal;
    /* Notion typically uses normal font style for meta info */
    margin-top: 15px;
    /* Space between content and info */
    display: flex;
}

.post .date {
    margin-left: 10px;
}

.post p {
    text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .post {
        max-width: 100%;
        padding: 15px;
    }

    .post .title {
        font-size: 22px;
    }
}

.youtube-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}