@font-face {
    font-family: 'ppsigflow';
    src: url('../fonts/PPSIGFlow-Regular.woff2') format('woff2'),
        url('../fonts/PPSIGFlow-Bold.woff2') format('woff2'),
        url('../fonts/PPSIGFlow-SemiBold.woff2') format('woff2'),

        url('../fonts/PPSIGFlow-Bold.woff') format('woff'),
        url('../fonts/PPSIGFlow-Regular.woff') format('woff'),
        url('../fonts/PPSIGFlow-SemiBold.woff') format('woff'),

        url('../fonts/PPSIGFlow-Bold.ttf')  format('truetype'),
        url('../fonts/PPSIGFlow-Regular.ttf')  format('truetype'),
        url('../fonts/PPSIGFlow-SemiBold.ttf')  format('truetype');
}

body {
    padding: 0;
    font-family: "ppsigflow";
    color: #244376;
    /* height: 110vh; */
    overflow-x: hidden;
}

.card {
    /* margin: 3em; */
    margin-top: 0.4em;
    margin-bottom: 1.2em;
    display: flex;
    flex-direction: column;
    max-width: 450px;
    border-radius: 12px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 80vw;
    max-height: 60vh;
}

@media (max-width: 540px) {
    .card {
        /* margin: 3em; */
        margin-top: 0.4em;
        margin-bottom: 1.2em;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        width: 96vw;
        max-height: 60vh;
    }
}

ar-nvisio {
    width: 100%;
    height: 450px;
    background-color: #eeeeee;
    --poster-color: #ffffff00;
}

.attribution {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
}

.attribution h1 {
    margin: 0 0 0.25em;
    font-size: 1.2rem;
}

.attribution img {
    opacity: 0.5;
    height: 2em;
}

.attribution .cc {
    flex-shrink: 0;
    text-decoration: none;
}

footer {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-style: italic;
    line-height: 1.5em;
    height: 1vh;
}

.hide {
    display: none !important;
}

#go_down_arrow {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.ar_button {
    background-color: white;
    border-radius: 4px;
    border: none;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding: 15px 10px; */
    border-radius: 25px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* for center */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.ar_button img {
    margin-right: 6px;
}

/*  */

.header_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.logo {
    /* height: 60px; */
    padding: 10px 10px;
    width: 80%;
    display: flex;
    /* justify-content: center; */
}
.sig_logo {
    height: 50px;
}
.icon {
    /* height: 100px; */
    /* width: 100px; */
    width: 1.3em;
    color: white;
    filter: invert(1);
}

.root h6 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.button {
    display: inline-flex;
    height: 50px;
    padding: 0;
    background: #009578;
    border: none;
    outline: none;
    border-radius: 20px;
    overflow: hidden;
    font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}

.button:hover {
    background: #008168;
}

.button:active {
    background: #006e58;
}

.button_text {
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    color: white;
    height: 100%;
    text-decoration: none;
    line-height: 1.4;
}

.button_icon {
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    color: white;
    height: 100%;
    text-decoration: none;
}

.button_icon {
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.08);
}

.footer_buttons a {
    text-decoration: none;
}

#info {
    cursor: pointer;
}
