


a[href*="parent-"] {
    cursor: pointer;
    pointer-events: none;
}
header,
footer {
    background-color: var(--mainDark);
    color: var(--neutralLight);
}
footer {
    padding: 1rem;
}
footer p {
    margin: 0;
}
nav>ul {
    display: flex;
    justify-content: space-evenly;
}
nav ul ul {
    position: absolute;
    background-color: var(--mainDark);
}
ul ul li {
    padding: 1rem;
}
ul ul li:first-of-type {
    padding-top: 2rem;
}
nav li {
    position: relative;
    min-width: 7em;
    text-align: center;
}
[for="menubutton"] {
    display: none;
}
.current {
    opacity: .5;
}
.social {
    text-align: right;
    margin-right: 2rem;
}
.social a {
    display: inline-block;
    width: 30px;
    margin-right: 1rem;
}
.social a:last-of-type {
    margin-right: 0;
}
.social img {
    width: 100%;
}
#menubutton {
    display: none;
}
header {
    grid-area: header;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    border-bottom: 10px solid var(--mainLight);
    color: var(--neutralLight);
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    height: 40vh;
    justify-content: center;
    padding: 0;
    position: relative;
    text-shadow: 2px 2px 4px black;
}
header h1 {
    font-family: headings;
    font-size: 3rem;
    padding-left: 1.6rem;
    display: none;
}
header p,
footer p {
    margin: 0;
    font-weight: lighter;
}
header p {
    color: var(--neutralLight);
}
header p:nth-of-type(2) {
    font-size: 3rem;
    padding-left: 1.1rem;
}
header a,
footer a {
    color: inherit;
    text-decoration: none;
    display: block;
}
header a {
    /*backdrop-filter: grayscale(.8) blur(5px);
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;*/
    padding-left: 1rem;
    font-family: headings;
}