body {
    font-family: 'Roboto', sans-serif;
}

.mobile-phone .authenticated-page.authenticated.mobile-community.mobile-document .notification .notification-dialog.content-frame {
    -webkit-text-size-adjust: 350%;
}

.aspectFit {
    object-fit: contain;
}

/* Phone */
#phone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* Sizing */
    height: 80vh;
    width: calc(9/19.5 * 80vh);
    /* Position */
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* Styling */
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: 5px solid rgba(100, 100, 100, 1);
    border-radius: 30px;
}

#sunshine_logo {
    margin-top: 20px;
    max-width: 70%;
}

#phone .content {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#phone .ecard-spacer {
    height: 25px;
}

#phone .ecard-header {
    font-weight: 525;
    margin: 0;
}

#phone .ecard-body {
    font-weight: 200;
    margin: 0;
}

#spacer {
    flex: 1;
}

#app-store-wrapper {
    margin: 20px 0 20px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

#app_icon {
    height: 7vh;
    width: 7vh;
    border-radius: 1vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#app_store_button {
    /* Positioning */
    flex: 1;
    /* Appearance */
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    color: white;
    background-color: black;
    border-radius: 3.5vh;
    border: none;
    /* Button Styling */
    line-height: 7vh;
    text-decoration: none;
    cursor: pointer;
}

.app-store-spacer {
    width: 15px;
}


/* Background */
#background {
    opacity: 0.95;
}

#header_banner {
    position: absolute;
    max-width: 75vw;
    max-height: 25vh;
    top: 0;
    right: 0;
    z-index: -1;
}

#footer_banner_left {
    position: absolute;
    max-width: 50vw;
    max-height: 75vh;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#footer_banner_right {
    position: absolute;
    max-width: 50vw;
    max-height: 75vh;
    bottom: 0;
    right: 0;
    z-index: -1;
}