body {
    margin: 0;
    font-family: "Roboto Light", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* LOGO */

.logo-container {
    display: flex;
}

.logo-letter {
    height: 1.3rem;
    width: auto;
    margin-right: 0.3rem;
    padding: 0.3rem 0;
}

/* CONTAINERS */

header {
    background-color: #000;
    color: #fff;
    padding: 1em;
    display: flex;
    align-items: center;
    position: relative;
}

main {
    flex: 1;
    padding: 1em;
}

.container {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 800px;
    }
}

.xaia-container {
    position: relative;
    width: 100%;
    display: block;
}

.title-container {
    position: absolute;
    display: flex;
    top: 10%;
    left: 0;
    width: 100%;
    height: 10%;
}

.greyish-container {
    background-color: #b2a9ac;
    margin: 0;
    flex: 1;
    padding: 1em;
}

.cafe-con-leche-container {
    background-color: #f2eee2;
    margin: 0;
    flex: 1;
    padding: 1em;
}

.pink-container {
    background-color: #db9ea5;
    margin: 0;
    flex: 1;
    padding: 1em;
    color: white;
}

.celeste-container {
    background-color: #7aa8bf;
    margin: 0;
    flex: 1;
    padding: 1em;
    color: white;
}

/* FOOTER */

footer {
    background-color: #000;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em;
}

.footer-column {
    margin: 1em;
    min-width: 150px;
}

.footer-column h3 {
    padding-bottom: 0.2em;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin: 0.5em 0;
}

.footer-column ul li a {
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1em;
    flex-wrap: wrap;
}

.footer-bottom a {
    text-decoration: none;
    margin: 0.1em;
}

/* TEXT */

p {
    font-family: "Roboto Light",sans-serif;
    font-size: 1.3rem;
    line-height: 1.618;
}

h1 {
    font-family: "MOON",sans-serif;
    font-size: 2.1rem;
}

.feature-title {
    font-family: "niveau-grotesk", sans-serif;
    font-size: 2.1rem;
}

h1.feature-title {
    text-align: center;
    color: white;
}

h2.feature-title {
    text-align: left;
}

@font-face {
    font-family: 'MOON';
    src: url('font/MoonLight.woff2') format('woff2'), url('font/MoonLight.woff') format('woff'), url('font/MoonLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* EMPHASIS */

.noguardrails-bitch {
    background-color: #000;
    margin: 0 !important;
    padding: 1em !important;
    width: auto !important;
    font-family: "Roboto",sans-serif !important;
    color: white !important;
    text-align: center;
}

.emphasis {
    background-color: #000;
    width: auto !important;
    margin: 0 auto 0;
    padding: 0 0 1em 0;
    text-align: center;
    color: white;
}

.emphasis h3 {
    font-size: 31px;
    font-family: "Roboto",serif;
    line-height: 1.2;
    text-align: center;
    padding: 1em 0.25rem 0 0.25rem;
    background-color: black;
}

/* ANCHORS */

.no-decoration {
    text-decoration: none;
    color: inherit;
}

.text-overlay-kiva {
    padding-left: 30%;
    color: white;
    font-size: clamp(8vw, 8.5vw, 9vw);
    z-index: 10;
    width: 70%;
    font-family: "MOON", sans-serif;
}

a {
    /*color: #8d1000;*/
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
    color: #f67e02;
    /*text-decoration: underline;*/
}

/* LIST ELEMENTS */

.container li {
    background-color: white;
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    font-size: 1.3rem;
    font-family: "Roboto",sans-serif;
    line-height: 1.6;
}

/* SIGN UP FORM */

.signup-form {
    background-color: #dddddd;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 85%;
    margin: 0 auto 0;
}

.signup-form label {
    font-family: "niveau-grotesk", serif;
    display: block;
    margin-bottom: 10px;
    font-size: 1.3em;
    text-align: left;
}

.signup-form input {
    font-family: "niveau-grotesk", serif;
    font-size: 1.3rem;
    width: 95%;
    padding: 0.3rem;
    margin-bottom: 1rem;
    border: 0.25em solid #ccc;
    border-radius: 0.5em;
}

.signup-form button {
    width: 100%;
    padding: 0.8rem;
    background-color: #4CAF50;
    color: white;
    border: solid 0.3rem black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 2rem;
}

.signup-form button:hover {
    background-color: #45a049;
}

/* MISC */

img.full-width {
    width: 100%;
    height: auto;
    display: block;
}

.join-waitlist {
    background-color: #369319;
    color: white;
    padding: 2.1rem 2.1rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    cursor: pointer;
    border: 0.3rem solid black;
}

.centerer {
    margin: 0 auto 0;
}

.gap {
    height: 3rem;
}