@import url('https://fonts.googleapis.com/css2?family=DM Sans:wght@200;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

@import url(style-large.css) screen and (min-width: 930px);

@import url(style-small.css) screen and (max-width: 929px);

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: #FFFCF3;
}

header {
    margin-top: 25px;
    margin-bottom: 25px;
}

nav ul li {
    font-size: 26px;
    font-family: 'DM Sans'
}

nav ul li a {
    text-decoration: none;
    color: black;
}

nav a:hover {
    color: red;
}

main h2 {
    font-family: 'DM Sans';
    font-size: 32px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    margin: 45px 0;
}

main section.project-description {
    font-family: 'Inter';
}

main h3.project-name {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

main p.main_paragraph {
    font-size: 18px;
    margin-bottom: 25px;
}

main p.sub_main_paragraph {
    font-size: 12px;
    margin-bottom: 50px;
    color: #898989;
}

main p.project-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    margin-bottom: 25px;
}

main p.project-link a {
    text-decoration: none;
    color: #000000;
}

main p.project-link a:hover {
    color: red;
}

main p.project-date {
    font-size: 14px;
    color: #898989
}

.project-one-container,
.project-two-container,
.project-three-container,
.project-four-container {
    display: flex;
    flex-grow: 1;
}

.project-image figcaption {
    font-size: 12px;
    color: #898989;
    margin-top: 5px;
}


aside a {
    color: black;
}

aside a:hover {
    color: red;
}

aside h3 {
    font-family: 'DM Sans';
    font-weight: 200;
    font-size: 24px;
    text-align: end;
}

aside a h3#e-mail {
    text-decoration: underline;
    font-size: 24px;
}

section.contact-aside aside p {
    margin: 10px 0 25px 0;
    font-family: 'DM Sans';
    font-size: 24px;
    text-align: end;
}

.separator {
    border: none;
    border-top: 1px solid black;
    margin: 20px 0;
}

section.AboutMe {
    font-family: 'Inter';
    display: flex;
    align-items: center;
}

section.about-me-description {
    flex: 1;
}

.about-me-description h3 {
    font-size: 24px;
    font-weight: 500;
}

#pfp {
    width: 280px;
    height: 280px;
}


.detail {
    display: inline;
}

footer {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    font-family: 'DM Sans';
}

footer section.social {
    display: flex;
    justify-content: space-between;
}

footer h3 {
    font-weight: 500;
}

.social a {
    margin-left: 25px;
    text-decoration: none;
    color: black;
}

.social a:hover {
    color: red;
}
