@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 24px;
    color: #494949;
    background: #f7f7f7;
}
h1 {
    font-weight: 500;
    font-size: 32px;
}
h2 {
    font-weight: 100;
    font-size: 36px;
}
h3 {
    font-weight: 500;
    font-size: 40px;
}
.header {
    height: 80px;
    text-align: center;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 100;
}
.wordmark {
    height: 20px;
    margin: 30px;
}
.colorbar {
    height: 7px;
        box-shadow: 0px 2px 5px rgb(0,0,0,.8);
}
.lake {
    background-color: #559fd3;
}
.garnet {
    background-color: #913338;
}
.grass{
    background-color: #4F9C00;
}
.slate {
    background-color: #59798F;
}
.pumpkin {
    background-color: #E58127;
}
.sun {
    background-color: #F4B531;
}
.navy {
    background-color: #023d69;
}
.heros {
    background: center center no-repeat;
    min-height: 680px;
    margin: 50px 0;
}
.splash {
    background-image:url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/8/592282b3-cf1a-4a60-bf23-cd1c2610aa7c.jpg);
}
.login {
    background-image:url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/8/5a710c4f-031d-446d-b120-ba4a41da6fa6.jpg);
}
.accountsummary {
    background-image:url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/f2382b3f-dd5a-4e10-9019-f7a3aec9c782.png);
}
.summary {
    background-image:url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/1/bf26e19e-e57f-49d4-b8a7-8075439e8647.png);
}
.investments {
    background-image:url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/8/3ea3ec0c-a5c8-4557-a33c-5c4ddf5bb5db.jpg);
}
.hero-text {
    position: relative;
    top: 90px;
    left: 105px; 
}
.blend {
    position: relative;
    width: 100%;
    height: 340px;
    left: 50px;
    margin: 100px 0;
}
.blend::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #023d69;
  mix-blend-mode: multiply;
}
.inner {
    position: absolute;
    z-index: 2;
    padding: 40px 50px 40px 30px;
}
.inner p{
    font-size: 22px;
}
.inner a{
    padding: 10px 20px;
    color: #fff;
    background-color: #559fd3;
    border-radius: 7px;
    font-weight: 500;
    font-size: 22px;
    text-decoration: none;
}
.inner a:hover {
    border-bottom:0px solid #fff;
    position: relative;
    color: #559fd3;
    background-color: #fff;
    
}
.vid-text {
    text-align: center;
    padding: 20px 0;
}
.card {
    position: relative;
    background-color: #FFF;
    margin: auto 0;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.3);
    border: none;
}
.card-left {
    left: -50px;
}
.card-right {
    right: -100px;
}
.app-store {
    text-align: center;
    padding: 50px;
    background-image: 
        url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/8/6e9f2aa2-0efc-4f34-8408-7baf7da039bb.png),
        url(https://image.aulrs.oneamericaemailservices.com/lib/fe5215707d6c00747c12/m/8/6e9f2aa2-0efc-4f34-8408-7baf7da039bb.png);
    background-position: 0 -180px, right 100px;
    background-repeat: no-repeat;
}
.bug {
    display: none;
}
.bug img {
    max-height: 70px;
    margin: 20px;
}
.qr img {
    max-height: 175px;
    margin: 20px 70px;
}
.qr img:hover {
    border: 3px solid #559fd3;
}
.cta {
    padding: 50px 0;
}
.cta-card {
    position: relative;
    background-color: #FFF;
    margin: auto 0;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.3);
    margin: 50px;
}
.big-number {
    position: relative;
    top: -25px;
    font-weight: 500;
    font-size: 100px;
    min-height: 230px;
}
.inset-text {
    position: absolute;
    left: 100px;
    padding-right: 50px;
    top: 20px;
}
.footer p {
    font-size: 16px;
    font-weight: 400;
    text-align:center;
    padding: 30px 0;
}
.footer {
    text-align: center;
    padding-bottom: 50px;
    background-color:#fff;
}

hr {
    border-top: 3px solid #559FD3;

}

.languagepreference {
padding-top: 20px;
}

.languagepreference p {
font-size: 20px;
}



/* Medium devices (1199px and down) */
@media (max-width: 1199px) {
    body {
        font-size: 24px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 32px
    }
    .hero-text {
        left: 50px; 
    }
    .inner p{
        font-size: 18px;
    }
    .bug {
        display: none;
    }

}

/* Small devices (992px and down) */
@media (max-width: 992px) {
    body {
        font-size: 20px;
    }
    h1 {
        font-size: 28px;
    }
    .splash {
        background-position: -270px
    }
    .login {
        background-position: -450px
    }
    .investments {
        background-position: -200px
    }
    .cta-card {
        margin: 20px;
    }
    .big-number {
        min-height: 160px;
    }
    .inner p{
        font-size: 18px;
    }
    .qr {
        display: none;
    }
    .bug {
        display: block;
    }
    .blend {
        position: relative;
        width: 100%;
        height: 380px;
        left: 50px;
        margin: 100px 0;
    }
}

/* Small devices (767px and down) */
@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }
    .hero-text {
        top: 20px;
        left: auto;
        text-align: center;
        color: #023d69;
    }
    .blend {
        left: auto;
        height: 240px;
        top: 100px;
    }
    .inner {
        padding: 20px;
    }
    .inner p{
        font-size: 18px;
    }
    .inner a{
        font-size: 18px;
    }
    .video {
        position: relative;
        top: 60px;
    }
    .features {
        position: relative;
        top: -50px;
    }
    .heros {
        min-height: 300px;
        background-size: contain; 
    }
    .card-left, .card-right {
        left: auto;
        right: auto;
    }
    .splash {
        background-position: center 65px;
        background-size: auto 240px;
        position: relative;
        top: 70px;
        height: 472px;
    }
    .login {
        background-position: left;
    }
    .investments {
        background-position: left;
    }
    .heros {
        margin: 0 0 70px 0;
    }
    .card {
        top: 150px;
        min-height: 0px;
    }
    .app-store {
        background-position: -70px -200px, right 260px;
    }
    .big-number {
        min-height: 0;
    }
    .inset-text {
        position: absolute;
        left: 100px;
        padding-right: 50px;
        top: 25px
    }
    .footer {
        padding: 0 20px 50px;
    }
}