/* GENERAL OVERRIDES */
html {
    cursor: url("../assets/moon-cursor.gif"), default;
}

img {
    max-width: 100%;
}

.white {
    color: #ffffff;
}

a {
    color: #4c4c7c;
    text-decoration-style: dashed;
    text-underline-offset: 0.2rem;
    text-transform: lowercase;
}

a:hover {
    /*color: #ababf2;*/
    text-decoration: none;
    text-transform: uppercase;
}

body {
    background-image: url("../assets/cloud-bg.gif");
    background-repeat: repeat;
    color: black;
    font-family: 'Cutive Mono', monospace;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

figure.figure-left {
    float: left;
    margin: 0 1rem 0 0;
}

figure.figure-right {
    float: right;
    margin: 0 0 0 1rem;
}

figcaption {
    width: 300px;
    font-size: 0.85rem;
    color: #555;
    text-align: center;
    margin-top: 0.3rem;
    font-style: italic;
}

header {
    width: 100%;
    margin-bottom: 1.5rem;
}

h2 {
    font-family: 'Bitcount', monospace;
    font-weight: 300;
    font-size: 2rem;
    align-self: center;
    text-align: center;
    text-transform: lowercase;
    margin: 1rem 0;
}

h2 > a {
    text-underline-offset: 0.4rem;
}

h3 {
    align-self: center;
    text-align: center;
}

h4 {
    font-family: 'Bitcount', monospace;
    font-weight: 300;
    font-size: 1.2rem;
    align-self: center;
    text-align: center;
    text-transform: lowercase;
    margin: 1.2rem 0;
}

button:hover {
    cursor: pointer;
}

button > img:hover {
    cursor: pointer;
}

input {
    font-family: 'Cutive Mono', monospace;
    font-size: 0.8rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    border: 1px solid #4c4c7c;
    width: 100%;
    box-sizing: border-box;
}

label {
    display: inline-block;
    font-size: 0.9rem;
}

marquee > a {
    text-decoration: none;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 1rem;
}

nav div a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2rem;
    padding-left: 1rem;
}

nav div {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    margin-right: 1rem;
}

nav div:last-child {
    margin-right: 0;
}

nav a.active {
    background-color: #333;
    color: white;
}

section {
    padding: 2rem;
}

ul {
    padding-inline-start: 1.2rem;
}
