@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Hind:wght@300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#header {
    margin-top: 10px;
    grid-area: header;
    text-indent: 50px;
}

#header #nav {
    display: flex;
    justify-content: space-around;
}

#header #nav a {
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.1s ease-in;
    text-align: center;
}

#header #nav a:hover {
    transform: scale(1.2);
}

#header .color-box {
    margin-top: -10px;
    background-color: #bbeae0;
    width: 80%;
    height: 35px;
}

#header #logo {
    display: none;
}

#header #nav {
    width: 80%;
}

#header #logo {
    float: right;
    margin-right: 50px;
    display: block;
}

#arrowhead-content {
    margin: 50px;
}

#arrowhead-content img {
    width: 75%;
    border:25px solid #bfbfbf;
}

.group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.page {
    width: 50%;
    margin-bottom: 10px;
}

#content {
    margin: 50px;
}

#content p {
    width: 50%;
    margin-bottom: 25px;
}

#content img {
    width: 50%;
}

#links {
    margin: 50px;
    margin-left: -10px;
}

#links a {
    color: white;
    background-color: #5e7575;
    padding: 10px 50px;
    transition: transform 0.1s ease-in;
    text-decoration: none;
    margin: 10px;
    width: 150px;
}

#links a:hover {
    transform: scale(1.2);  
}

.art {
    display: block;
    margin: 50px auto;
    width: 50%;
}

h2, h3, h4, a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, p, a {
    color: #5e7575;
}
