html {
    overflow-y: scroll;
    font-family: "Josefin Sans";
    user-select: none;
    -webkit-user-select: none;
}

.headerContainer, .headerSmallContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.header {
    margin: .5vw;
    width: 92vw;
}

.headername {
    font-weight: bolder;
    font-size: 2.5em;
}

.headerlink {
    padding-left: 20px;
    text-decoration: none;
    color: black;
}

.headerlink, .headertitle {
    font-size: 1.25em;
    opacity: .5;
}

.headerlink.activelink, .headerlink:hover, .sociallink:hover {
    opacity: 1;
}

.headertopline, .headerbottomline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.socialsection {
    display: flex;
}

.sociallink {
    text-decoration: none;
    margin-left: 10px;
    opacity: .5;
    display: flex;
}

.socialicon {
    width: 1.25em;
    height: 1.25em;
}

footer {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    .headername {
        font-size: 1.25em;
    }
    .headerlink {
        padding-left: 10px;
    }
    .headertitle, .headerlink {
        font-size: .75em;
    }
}

@media screen and (min-width: 1665px) {
    .header {
        width: 1532px;
        margin: 8px;
    }
}