@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Markazi+Text:wght@400..700&display=swap');


nav {
    border-bottom: 1px solid black;
    align-items: center;
}

nav>img {
    width: 105.22px;
    height: 136px;
}

#nav-links {
    width: 40%;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 400;
    padding-right: 40px;
}

#date {
    font-weight: 700;
    align-content: center;
}

#app {
    padding: 40px var(--content-padding);
    max-width: 1920px;
    min-width: 1200px;
    background-image: url("../assets/bg.png");
    position: relative;
    z-index: -100;
}

#content {
    overflow-y: scroll;
    overflow-x: hidden;
}

footer {
    padding: 20px var(--content-padding);
    border-top: 1px solid black;
    overflow-y: hidden;
    font-size: 16px;
}

.footer-left {
    width: 50%;
}

.footer-crumbs {
    font-size: 14px;
}

.footer-crumbs-header {
    font-size: 16px;
    margin-bottom: 20px;
}

#social-links {
    width: 30%;
    list-style: none;
}

.drop-group {
    height: 1em;
    position:relative;
}

.drop-down {
    position: absolute;
    background-color: white;
    font-size: 0.9em;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-evenly;
    padding: 10px;
}

.newsletter-form {
    height: 50px;
}

.newsletter-form>* {
    padding: 1em;
    box-sizing: border-box;
    font-size: 15px;
}

.newsletter-form input {
    width: 384px;
    border: 1px solid #e7e7e7;
    border-bottom: 1px solid black;
}

.newsletter-form button {
    border-radius: 0;
    border: 1px solid #e7e7e7;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: white;
}

.newsletter-form+p {
    font-size: 10px;
    color: #b4b4b4b4;
}

.newsletter-form+p>a{
    font-style: normal;
    text-decoration: underline;
    color: inherit;
}

.social-follows {
    text-align: right;
    font-size: 18px;
    width: 100%;
    height: 300px;
    position: relative;
}

.social-follows img {
    position: absolute;
    top: -200px;
    left: -150px;
}

