:root {
    --main-inner-container-left: 0%;
    --main-font: "Nunito Sans", serif;
}

.view-more-sign {
    display: none;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: var(--main-font);
    margin-bottom: 25px;
    color: rgba(0,0,0,0.4);
}

.main-outer-container {
    position: relative;
    width: 70%;
    height: 100%;
    padding: 5%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-inner-container {
    position: relative;
    margin: 10px;
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.screenshots-container-title {
    font-size: 22px;
    font-family: var(--main-font);
    color: black;
    margin: 10px;
}

.screenshots {
    position: relative;
    width: 400px;
}

.screenshots-home {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
}

.screenshots-slideshow-container {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60%;
    height: calc(100% - 10px);
}

.slideshow-stationary-img {
    position: absolute;
    width: 280px;
    top: 0;
    right: 0;
}

.slideshow-img {
    position: absolute;
    height: 530px;
    object-fit: cover;
    width: 245px;
    top: 16.5px;
    right: 17.5px;
    border-radius: 25px;

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.slideshow-img[show="true"] {
    opacity: 1;
}

.slideshow-img[show="false"] {
    opacity: 0;
}

.sign-up-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 102px);
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sign-up-boxes {
    width: calc(50% - 20px);
}

#sign-up-images {
    height: 570px;
}

.log-in-prompt {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 15px;
    font-size: 16px;
    color: black;
    text-align: center;
    font-family: var(--main-font);
    margin-bottom: 5px;
    border-radius: 5px;
}

a {
    color: rgba(var(--main-blue), 1);
    font-size: 16px;
    font-family: var(--main-font);
}

.learn-more-container {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.app-prompt-container {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.app-prompt-container > img {
    width: 136px;
    border: 1px solid transparent;
    border-radius: 7px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.app-prompt-container > img:hover {
    cursor: pointer;
    padding: 2px;
    width: 132px;
    background-color: transparent;
    border: 1px solid black;
}

form {
    position: relative;
    width: 80%;
    min-width: 295px;
    top: 0;
    left: 0;
}

input {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 5px;
    margin-top: 2px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 30px;
    width: calc(100% - 63px);
    margin-left: 15px;
    border-radius: 5px;
}

.forgot-password {
    margin-top: 6px;
    font-size: 15px;
}

.title-profile {
    position: relative;
    top: 0;
    left: 0;
    font-size: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

button {
    width: calc(100% - 30px);
    height: 30px;
    margin-top: 18px;
    margin-bottom: 7px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 100;
}

.icon {
    margin-left: 21px;
    margin-top: 5px;
}

.envelope {
    margin-left: 22px;
}

.username-icon-container {
    margin-top: 5px;
    margin-left: 22px;
}

.key {
    margin-left: 21px;
}

body {
    margin: 0;
    padding: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.lines {
    display: none;
}

.section-title {
    display: none;
}


@media screen and (max-width: 1200px) {
    .main-outer-container {
        width: 80%;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media screen and (max-width: 1000px) {
    .main-outer-container {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .sign-up-box {
        width: calc(100% - 62px);
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    .main-outer-container {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    body {
        padding: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 750px) {
    #first-page-title-profile {
        display: none;
    }
}

@media screen and (max-width: 750px) {

    .section-title {
        display: block;
        font-size: 30px;
        font-weight: bold;
        margin-top: 15px;
        font-family: var(--main-font);
        color: black;
        margin-bottom: 20px;
        width: 100%;
        z-index: 5;
    }

    .lines {
        display: block;
        width: 200px;
        position: absolute;
        transform: rotate(85deg);
        top: -72px;
        right: -5px;
        opacity: 0.5;
    }

    .log-in-prompt {
        border: 1px solid transparent;
        margin-top: 20px;
    }

    .sign-up-box {
        border: 1px solid transparent;
    }

    body {
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .main-outer-container {
        height: 100%;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: scroll;
        justify-content: flex-start;
    }

    #sign-up-boxes {
        padding-left: 100px;
        padding-right: 100px;
        width: calc(100% - 200px);
        min-width: calc(100% - 200px);
        justify-content: center;
    }

    .main-inner-container {
        min-width: 100%;
        min-height: 100%;
        margin: 0;
        overflow: hidden;
    }

    .view-more-sign {
        position: absolute;
        display: block;
        width: unset;
        height: unset;
        text-align: center;
        color: white;
        font-size: 24px;
        font-weight: bold;
        font-family: var(--main-font);
        outline: none;
        border: none;
        padding: 4px;
        padding-left: 9px;
        padding-right: 9px;
        border-radius: 15px;
        opacity: 1;
        background-color: rgba(var(--main-blue), 1);
        bottom: 10px;
        margin-bottom: 0;
    }

    /* #view-more-sign-up {
        bottom: 23px;
        font-size: 35px;
        margin-bottom: 0;
    } */

    #view-more-sign-arrow {
        border-radius: 0;
        height: 28px;
    }

    .view-more-sign:hover {
        cursor: pointer;
    }

    .screenshots {
        height: 570px;
    }

    .section-title {
        display: block;
        font-size: 26px;
        font-weight: bold;
        font-family: var(--main-font);
        color: black;
        margin-bottom: 10px;
        width: 100%;
        z-index: 5;
        text-align: center;
        margin-top: 10px;
    }

    .title-profile {
        position: relative;
        top: 0;
        left: 0;
        font-size: 62px;
        line-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        padding-left: 3px;
        font-weight: bold;
    }

    #second-page-title-profile {
        display: none;
    }

    .title {
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-family: var(--main-font);
        margin-bottom: 25px;
        color: rgba(0, 0, 0, 0.4);
        font-style: italic;
    }
}

@media screen and (max-width: 550px) {
    #sign-up-boxes {
        padding-left: 50px;
        padding-right: 50px;
        width: calc(100% - 100px);
        min-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 450px) {
    .screenshots {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .screenshots-home {
        display: none;
    }

    .screenshots-slideshow-container {
        position: relative;
        top: unset;
        right: unset;
        width: 280px;
    }

    #sign-up-boxes {
        padding-left: 5px;
        padding-right: 5px;
        min-width: calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 400px) {
    .screenshots {
        width: 100%;
    }
}