body {
    background-color: #202020;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    font-family: "Akzidenz Grotesk", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    margin: 0;
    text-decoration: none;
}

.main {
    width: 100vw;
    height: fit-content;
    min-height: 100vh;
}

.page .main {
    background-color: #f5f5f5;
    color: #202020;
}

h1 {
    font-family: Poppins, 'Helvetica', Arial, sans-serif;
    line-height: 1em;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.page h1 {
    color: #202020;
}

h3 {
    font-family:'Helvetica', 'Aria', sans-serif;
    line-height: 1em;
    margin: 0;
    font-size: 24px;
    font-weight: 200;
}

.page h3 {
    color: #202020;
}

img {
    object-fit: cover;
}


.main {
    position: relative;
    margin: auto;
    transition: 0.3s;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main::-webkit-scrollbar {
    display: none;
}

a {
    color: #f5f5f5;
    text-decoration: none;
}

.page a {
    color: #202020;
}

.background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: 5s;
}

.background.active {
    opacity: 0.5;
}

.background.loaded {
    transition: 0.3s;
}

.page .background {
    opacity: 0;
}

.content {
    position: relative;
    z-index: 1;
    margin: 0 5rem;
    padding-top: 5rem;
    transition: 0.5s;
}

.content.page {
    color: #f5f5f5;
    padding-top: 1.5rem;
}

.nav-wrapper {
    margin-top: 2em;
    transition: 0.5s;
}

.nav-wrapper.page {
    margin-top: 0.66rem;
    display: flex;
    justify-content: space-between;
}

.nav {
    width: fit-content;
    cursor: pointer;
    transition: 0.5s;
    font-family: poppins;
}

.nav.page {
    margin-top: 0;
    color: #202020;
}

.social {
    position: absolute;
    padding-bottom: 1rem;
    bottom: 0;
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}

.social i {
    cursor: pointer;
}

.wrapper {
    width: 90vw;
    margin: 0 auto;
}

.wrapper.show {
    padding-bottom: 5rem;
}

.wrapper p {
    margin-left: 1.25rem;
    font-size: 12px;
}

.image {
    max-width: 100%;
    max-height: 72vh;
    margin: 0 auto;
}

#aboutImg {
    width: 66%;
    max-width: 450px;
}

@media only screen and (max-width: 720px) {
    .content {
      margin: 0 2.5rem;
      padding-top: 50%;
    }
}
