/* Font definitions */
/* Khand */
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@600;700&display=swap');
/* Evolve */
@font-face {
    font-family: Evolve;
    src: url(fonts/made_evolve_sans_thin.woff2);
    font-weight: 100;
}
@font-face {
    font-family: Evolve;
    src: url(fonts/made_evolve_sans_light.woff2);
    font-weight: 300;
}
@font-face {
    font-family: Evolve;
    src: url(fonts/made_evolve_sans_regular.woff2);
    font-weight: 400;
}
@font-face {
    font-family: Evolve;
    src: url(fonts/made_evolve_sans_bold.woff2);
    font-weight: 700;
}

/* Tag styles */
h3 {
    font-size: 36px;
    font-family: 'Khand', sans-serif;
    margin: 0px;
}

body {
    background-color: #F6F6EE;
    font-family: 'Evolve', sans-serif;
    font-weight: 100;
    font-size: 18px;
}

/* Class styles */
.neurovizr-header-icon {
    padding: 2rem 0rem;
    margin: auto;
}

.neurovizr-header-center-container {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-center-container {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-top: 100px;
}

@media only screen and (max-width: 600px) {
    .page-center-container {
        margin-top: 24px;
    }
}

.page-flex-container {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 600px) {
    .page-flex-container {
        flex-direction: column;
    }
}
@media only screen and (min-width: 600px) {
    .page-flex-container {
        flex-direction: row;
    }
}

.info-and-downloads-column {
    max-width: 450px;
    margin: 0px 20px;
}

.app-example-image {
    max-width: 340px;
}
@media only screen and (min-width: 600px) {
    .app-example-image {
        margin-right: 2rem;
    }
}

.download-app-body-text {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.download-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.download-app-body-text > a {
    color: black;
}

.download-button {
    max-height: 64px;
}

@media only screen and (max-width: 600px) {
    .download-button {
        width: 45%;
    }
}

.download-button .left {
    margin-right: 5px;
}

.download-button .right {
    margin-left: 5px;
}