body {
    background-color: #a0404c;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 98vh;
    margin: auto;
}

nav {
    width: 100%;
    border-bottom: 2px solid #ecebe9;
    display: flex;
    justify-content: space-between;
}

footer {
    width: 100%;
    border-top: 2px solid #ecebe9;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer a {
    font-size: large;
}

h1,
h2 {
    font-family: roca, sans-serif;
    color: #ecebe9;
}

p,
a {
    font-family: arboria, sans-serif;
    color: #ecebe9;
    text-decoration: none;
}

.content {
    display: flex;
    justify-content: space-around;
}

#pricing .content {
    align-items: center;
}

#about .content {
    align-items: center;
}

.flex_column {
    flex-direction: column;
}

.landing_content {
    flex-grow: 1;
    justify-content: center;
}

.page_title {
    border-bottom: 1px solid #ecebe9;
    font-size: xxx-large;
}

.content p {
    font-size: large;
}

#about_img {
    max-width: 100%;
    width: auto;
    max-height: 60vh;
    margin: auto;
    display: block;
}

#pricing .content {
    margin-top: 15vh;
}

#pros {
    margin-bottom: 5vh;
}


@media screen and (max-width: 1000px) {
    body {
        width: 90vw;
    }

    nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-bottom: 0;
    }

    .nav_title {
        display: none;
    }

    footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .nav_links {
        flex-direction: column;
        align-items: center !important;
        width: 100%;
        border-bottom: 2px solid #ecebe9;
    }

    .half_width {
        width: 100%;
    }

    #pricing .content, #about .content {
        flex-direction: column-reverse;
    }

    #spacedesign {
        flex-direction: column !important;
    }

    .landing_content {
        margin-top: 10vh;
    }

    .landing_content h1#studio {
        font-size: 55px;
    }

    .landing_content h1#ameo {
        font-size: 120px;
        margin-top: -50px;
    }

    .landing_content h2 {
        font-size: 20px;
        margin-top: -55px;
    }

    .pricing_img {
        width: 100%;
        margin-top: 5vh;
    }

    .price_text {
        width: 100%;
        text-align: center;
    }

    #about_img {
        margin-bottom: 3vh;
    }
}

@media screen and (min-width: 1000px) {
    body {
        width: 80vw;
    }

    .half_width {
        width: 45%;
    }

    .landing_content {
        margin-top: 20vh;
    }

    .landing_content h1#studio {
        font-size: 110px;
    }

    .landing_content h1#ameo {
        font-size: 320px;
        margin-top: -100px;
    }

    .landing_content h2 {
        font-size: 31px;
        margin: -105px 0 0 0;
    }

    .pricing_img {
        width: 90%;
        height: auto;
        margin: auto;
        display: block;
    }

    .price_text p {
        display: inline-block;
        text-align: center;
        width: 49%;
        margin: auto;
        margin-top: 3vh;
    }
}


@media screen and (max-width: 1600px) and (min-width: 1000px) {
    .nav_links {
        width: 60vw;
    }
}

@media screen and (min-width: 1600px) {
    .nav_links {
        width: 35vw;
    }
}

.nav_title {
    color: #ecebe9;
    font-family: roca, sans-serif;
    font-size: 65px;
    margin-bottom: -15px;
}

.nav_links {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0px;
}

.nav_links>a {
    color: #ecebe9;
    font-family: arboria, sans-serif;
    text-decoration: none;
    font-size: x-large;
    text-align: right;
    flex: 1 1 auto;
    margin-bottom: 8px;
}

.landing_content h1 {
    font-family: roca, sans-serif;
    color: #ecebe9;
    text-align: center;
    margin: 0;
}

.landing_content h1#studio {
    font-weight: 100;
}

.landing_content h1#ameo {
    font-weight: 400;
}

.landing_content h2 {
    font-family: arboria, sans-serif;
    color: #ecebe9;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}