html {
    font-size: 8px;
}

body {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Basier Square", "sans-serif", "Aller";
    margin: 0;
    line-height: 1.5;
}

.weight-normal {
    font-weight: 400;
}

.weight-bold {
    font-weight: 500;
}

.weight-bolder {
    font-weight: 600;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

p {
    margin: 0;
}

.largest {
    font-size: 8rem;
    line-height: 1.2;
}

.large {
    font-size: 2.5rem;
    line-height: 1.2;
}

.normal {
    font-size: 2rem;
    line-height: 1.5;
}

.small {
    font-size: 1.5rem;
    line-height: 1.25;
}

.muted {
    color: #999999;
}

.brand-accent {
    color: #F26649;
}

.brand-dominant {
    color: #000000;
}

.container-md {
    max-width: 82rem;
}

.container-sm {
    max-width: 60rem;
}

.container-xs {
    max-width: 35rem;
}

.on-top {
    position: relative;
    z-index: 10;
}

body > section {
    width: 100%;
    height: 100vh;
    color: white;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

body > section > .section-container {
    max-height: 87.5rem;
    max-width: 170rem;
    margin: auto;
    padding: 5rem 4rem;
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
}

body > section > .section-container.full-page {
    height: 100%;
}

#cover {
    background-color: #F26649;
}

#cover .section-container {
    display: grid;
    grid-template:
            "account account account" min-content
            "logo logo logo" auto
            "a b c" min-content / 30rem auto 30rem;
}

#cover .account-buttons {
    grid-area: account;
    display: flex;
    justify-self: center;
    align-items: center;
    justify-items: center;
}

.btn {
    display: block;
    outline: none;
    border: none;
    background-color: #000000;
    padding: 1rem 1.5rem;
    min-width: 19.5rem;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}

.btn + .btn {
    margin-left: 2rem;
}

.stagii-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

#cover .stagii-logo {
    grid-area: logo;
}

.logo {
    width: 70rem;
}

.online-edition {
    width: 50rem;
}

#cover .contact,
#cover .facebook {
    align-self: end;
    text-decoration: none;
}

#cover .facebook {
    text-align: left;
}

#cover .contact {
    text-align: right;
}

.scroll-down {
    justify-self: center;
}

.dark-link {
    color: #000000;
}

.dark-link:hover {
    color: #000000;
}

.white-link {
    color: #ffffff;
    text-decoration: none;
}

.white-link:hover {
    color: #ffffff;
}

#agenda {
    background-color: #191919;
    font-family: 'Oswald', sans-serif;
    font-size: 15.5rem;
    font-weight: 500;
    line-height: 1.1;
}

#agenda .section-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12rem 10rem;
}

#agenda .background-ampersand {
    position: absolute;
    bottom: 15rem;
    right: 20rem;
}

#context {
    background-color: #000000;
}

#context > .section-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#context .who-is-this-person {
    position: absolute;
    top: 50%;
    right: 30rem;
    transform: translateY(-50%);
}

#context .who-is-this-person > img {
    height: 80rem;
}

#context .confirmed-partners {
    margin-top: 3rem;
}

#context .partners {
    display: flex;
    margin: 5rem 0;
}

#context .partners > div {
    border: 1px solid #F26649;
    width: 25rem;
    height: 12.5rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mission-statement {
    background-color: #00b5ce;
}

#mission-statement > .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 15rem;
}

#mission-statement .bragging {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mission-statement .bragging-years,
#mission-statement .bragging-students {
    border-radius: 50%;
    font-family: 'Oswald', sans-serif;
    min-width: 22.5rem;
    min-height: 22.5rem;
    max-width: 22.5rem;
    max-height: 22.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#mission-statement .bragging-years {
    color: white;
    background-color: black;
}

#mission-statement .bragging-students {
    color: black;
    background-color: white;
}

.bragging .number {
    font-size: 9rem;
    line-height: 0.8;
}

.bragging .metric {
    font-size: 3.75rem;
    line-height: 1.2;
}

#mission-statement .bragging-bs {
    text-align: center;
    margin: 5.5rem;
}

#testimonial {
    background-color: #000000;
}

#testimonial .section-container {
    padding: 14rem 15rem;
    display: grid;
    grid-template-columns: max-content auto max-content 1px;
}

#testimonial .section-container > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#testimonial .some-other-guy {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1.25rem solid #F26649;

}

#testimonial .razvan {
    font-size: 3.75rem;
    line-height: 1.25;
    justify-content: center !important;
}

#testimonial .quote {
    display: flex;
    align-items: flex-start;
    padding-top: 8rem;
}

#testimonial .quote > img {
    margin-right: 2rem;
}

#testimonial .chart {
    text-align: right;
    line-height: 1.25;
    max-width: 30rem;
    align-items: flex-end !important;
}

#testimonial .chart > div {
    display: flex;
}

#testimonial .chart .start-circle,
#testimonial .chart .end-circle {
    margin-left: 1rem;
}


#testimonial .chart .start-circle {
    display: block;
    min-height: 2rem;
    max-height: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    background-color: #F26649;
    border-radius: 50%;
    margin-top: 0.5rem;
}


#testimonial .chart .end-circle {
    display: block;
    height: 100%;
    min-width: 2rem;
    max-width: 2rem;
    background-color: #F26649;
    border-radius: 18px;
}

#testimonial .chart-line {
    margin-top: 1rem;
    margin-left: -1.2rem;
    border-left: 0.5rem dashed #F26649;
}

#call-to-action {
    background-color: #191919;
}

#call-to-action .section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

#call-to-action .buy-incentive {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#call-to-action .vlad-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 100%;
}

#call-to-action .vlad-picture img {
    height: 90%;
}

#call-to-action .vlad-business-card {
    border: 1px solid #F26649;
    padding: 2rem;
    width: 58rem;
    background-color: #191919;
    position: absolute;
    left: 2.5rem;
    bottom: 2.7rem;
}

.vlad-business-card > div + div {
    margin-top: 2rem;
}

.vlad-business-card > .contact-method {
    display: flex;
    align-items: center;
}

.vlad-business-card > .contact-method > .material-icons {
    margin-right: 1rem;
}

#call-to-action .dots-background {
}

.contact-method a {
    color: white;
    text-decoration: none;
}

#footer {
    background-color: #000000;
}

#footer .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#footer .stagii-logo {
    margin-bottom: 10rem;
}


#footer .partners {
    display: flex;
    margin-bottom: 7rem;
}

#footer .partner-group + .partner-group {
    margin-left: 7rem;
}

#footer .partner-group > div {
    text-align: center;
}


@media (min-width: 2000px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 3000px) {
    html {
        font-size: 16px;
    }
}


@media (max-width: 1360px) {
    #context .who-is-this-person {
        right: 5rem;
    }

    #mission-statement .bragging {
        flex-direction: column;
    }

    #mission-statement .scroll-down,
    #mission-statement .our-goal {
        display: none;
    }

    #testimonial .some-other-guy {
        top: -10rem;
        right: -20rem;
    }

    #call-to-action .vlad-picture img {
        height: 75%;
    }
}

@media (max-width: 960px) {
    #agenda {
        font-size: 11rem;
    }

    #agenda .background-ampersand {
        bottom: unset;
        top: 10rem;
        right: 10rem;
    }

    #context .who-is-this-person > img {
        height: 50rem;
    }

    #context .who-is-this-person {
        top: 2rem;
        transform: none;
    }

    #context .section-container {
        justify-content: flex-end;
    }

    .largest {
        font-size: 5rem;
    }

    #testimonial .section-container {
        grid-template-columns: 1fr;
    }

    #testimonial .chart,
    #testimonial .chart-line,
    #testimonial .scroll-down {
        display: none !important;
    }

    #testimonial .section-container > div {
        align-items: flex-start;
    }

    #testimonial .some-other-guy {
        top: -13rem;
        right: 0;
    }

    #call-to-action .section-container {
        grid-template-columns: auto 25%;
    }

    #call-to-action .vlad-picture img {
        margin-left: -40rem;
    }

    #call-to-action .vlad-business-card {
        left: 4.7rem;
        bottom: 4.9rem;
    }
}

@media (max-width: 640px) {
    .logo {
        width: 35rem;
    }

    .online-edition {
        width: 25rem;
    }

    body > section > .section-container {
        padding: 1.5rem 1rem;
    }

    #cover .section-container {
        grid-template:
                "account" 1fr
                "logo" 1fr
                "b" 1fr;
    }

    #cover .account-buttons {
        align-self: flex-start;
    }

    #cover .scroll-down {
        align-self: flex-end;
    }

    #cover .facebook,
    #cover .contact {
        display: none;
    }

    #agenda {
        font-size: 10rem;
    }

    #agenda .section-container {
        justify-content: flex-start;
        padding: 4rem 2rem;

    }

    #agenda .background-ampersand {
        top: unset;
        bottom: 1rem;
    }

    #context .who-is-this-person img {
        height: 35rem;
    }

    #context .partners > div {
        width: 15rem;
    }

    #context .partners > div > img {
        transform: scale(0.6);
    }

    #mission-statement .section-container {
        padding: 2rem;
        font-size: 5rem;
        justify-content: center;
    }

    #mission-statement .bragging-years,
    #mission-statement .bragging-students {
        min-width: 15rem;
        min-height: 15rem;
        max-width: 15rem;
        max-height: 15rem;
    }

    .bragging .number {
        font-size: 5rem;
    }

    .bragging .metric {
        font-size: 2.5rem;
    }

    #call-to-action .section-container {
        grid-template-columns: 1fr;
    }
    #call-to-action .vlad-business-card {
        width: unset;
    }
    #call-to-action .vlad-picture {
        display: none;
    }
    #call-to-action .buy-incentive {
        padding: 1rem;
    }

    #call-to-action .buy-incentive .do-it-now {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #testimonial .section-container {
        padding: 6rem 2rem;
    }

    #testimonial .some-other-guy {
        height: 20rem;
        right: 0;
        top: -13rem;
    }

    #footer .partners {
        flex-direction: column;
    }

    #footer .partner-group + .partner-group {
        margin-left: 0;
        margin-top: 2rem;
    }
}

/*Extra small*/
@media (max-width: 380px) {
    #agenda {
        font-size: 7rem;
        line-height: 1.4;
    }

    #agenda .background-ampersand {
        height: 15rem;
        bottom: unset;
        top: 30rem;
        right: 4rem;
    }

    #context .section-container {

    }
}