html {
    height: 100vh;
}

body {
    margin: 0;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--background);
}

.pageWrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.container {
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .container {
        max-width: 95%;
    }
}

@media only screen and (min-width: 601px) {
    .container {
        max-width: 590px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 700px;
    }
}


@media only screen and (min-width: 992px) {
    .container {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

.descriptionSection {
    padding-bottom: 40px;
}

.description {
    font-size: 22px;
}


.splashBackground {
    background-color: #0867FC;
    display:flex;
    /* position: relative;   */
    flex-direction: column;
    height: 401px;
    width: 101%;
    z-index: -1;
    position:absolute;
}

.splash {
    /* position:absolute; */
    z-index: -1;
    width: 101%;
    margin-top: 400px;
}

#title {
    font-size: 50px;
    color: var(--text-light);
    font-family: DMSans,DMSans-fallback;
    margin-top: 60px;
    margin-bottom: 60px;
}

.description {
    color: var(--text-light);
    font-size: 30px;
    font-weight: 300;
    font-family: DMSans,DMSans-fallback;
}

@media only screen and (max-width: 600px) {
    #title {
        font-size: 30px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .splashBackground {
        height: 401px;
    }

    .splash {
        margin-top: 400px;
    }

    .description {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 601px) {
    #title {
        font-size: 40px;
        padding-top: 60px;
    }

    .splash {
        height: 600px;
    }

    .description {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    #title {
        font-size: 50px;
        padding-top: 60px;
    }

    .splash {
        height: 600px;
    }

    .description {
        font-size: 32px;
    }
}


@media only screen and (min-width: 992px) {
    #title {
        font-size: 50px;
        padding-top: 60px;
    }

    .splash {
        height: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    #title {
        font-size: 50px;
        padding-top: 120px;
    }
}

.mailLink {
    color: var(--text-light);
    word-break: break-word;
}

li {
    color: var(--text-light);
}

.portfolioLink {
    color: var(--text-light);
    font-family: DMSans, DMSans-fallback, serif;
}

@media only screen and (max-width: 600px) {
    .splashBackground {
        height: 401px;
    }

    .splash {
        margin-top: 400px;
    }

    .description {
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 601px) {
    .splash {
        height: 600px;
    }

    .description {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .splash {
        height: 600px;
    }

    .description {
        font-size: 32px;
    }
}


@media only screen and (min-width: 992px) {
    .portfolioLink {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .portfolioLink {
        font-size: 28px;
    }
}

.screenshotDescriptionWrapper1 {
    padding-top: 40px;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .screenshotDescriptionWrapper1 {
        flex-direction: column;
    }
}

.screenshotDescriptionWrapper2 {
    padding-top: 40px;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .screenshotDescriptionWrapper2 {
        flex-direction: column-reverse;
    }
}

.screenshotDescriptionImage {
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
    .screenshotDescriptionImage {
        width: 350px;
    }
}

@media only screen and (min-width: 601px) {
    .screenshotDescriptionImage {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) {
    .screenshotDescriptionImage {
        width: 500px;
    }
}


@media only screen and (min-width: 992px) {
    .screenshotDescriptionImage {
        width: 600px;
    }
}

@media only screen and (min-width: 1200px) {
    .screenshotDescriptionImage {
        width: 700px;
    }
}

.portfolioLink {
    font-size: 50px;
    color: var(--text-dark);
    font-family: DMSans,DMSans-fallback;
    word-break: break-word;
    text-decoration-thickness: 4px;
}

@media only screen and (max-width: 600px) {
    .portfolioLink {
        font-size: 24px;
    }
}

@media only screen and (min-width: 601px) {
    .portfolioLink {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .portfolioLink {
        font-size: 24px;
    }
}


@media only screen and (min-width: 992px) {
    .portfolioLink {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .portfolioLink {
        font-size: 32px;
    }
}

.link1 {
    text-decoration-color: #f0b071;
}

.link2 {
    text-decoration-color: #354b80;
}