@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');

/* FULL PAGE TAGS */

body {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: auto;
    background: linear-gradient(45deg, #E07A5F, #F2CC8F);
    background-size: cover;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
}

nav {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section {
    display: none;
}

content {
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    height: 400vh;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
}

.placeholder {
    display: none;
}

.page_body {
    height: auto;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.container {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    color: white;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.container_body {
    height: 80vh;
    max-height: 80vh;
    min-height: 80vh;
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.container_head {
    height: 20vh;
    max-height: 20vh;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NAVIGATION TAGS */

.page_name {
    margin-top: 6vw;
    margin-bottom: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    border: 4px solid white;
    transition-duration: 1s;
}

.menu {
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    color: #ffffff80;
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
}

.menu li {
    transition-duration: 250ms;
    user-select: none;
}

.menu li:hover {
    opacity: 1;
    color: white;
    text-decoration: underline;
}

.current {
    opacity: 1;
    color: white;
}

/* ABOUT TAGS */

.profile_body {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.profile_desc {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 100;
    text-align: justify;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.profile_pic {
    display: none;
}

.resumeName {
    color: white;
    text-decoration: none;
}

.resumeLink {
    text-decoration: none;
}

.resumeLink:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

/* SKILLS TAGS */

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 10px;
}

.logo p {
    font-size: 1.25rem;
    font-weight: 200;
    margin-top: 5px;
}

.logo img {
    filter: invert();
    height: 5rem;
}

.logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/* PROJECTS TAGS */

.project {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    text-decoration: none;
}

.project:hover {
    background: rgba(0, 0, 0, 0.25);
}

.project div {
    width: 100%;
}

.project img {
    display: none;
}

.description h3 {
    font-size: 2rem;
    font-weight: 100;
    text-decoration: none;
    color: white;
    line-height: 2.25rem;
}

.description p {
    font-size: 1.25rem;
    font-weight: 100;
    text-decoration: none;
    color: white;
    line-height: 1.5rem;
}

/* CONTACT TAGS */

.links a img {
    width: 40px;
    margin: 0 6px;
    filter: invert();
}

.links a img:hover {
    width: 42px;
}