
.container {
    width: 1000px;
    margin: 10% auto;
}
.splash .centered-unit {
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
}
.splash {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background: linear-gradient(96.48deg, #142B5A 3.8%, #1C3B78 92.9%);
}
body.color-scheme-silver {
    position: relative;
    background: linear-gradient(96.48deg, #142B5A 3.8%, #1C3B78 92.9%);
    height: 100%;
}
.splash .centered-unit img {
    width: 30%;
    margin-bottom: 5%;
}
h1 {
    font-family: 'Muli', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
}
h2 {
    font-family: 'Muli', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    line-height: 25px;
    height: 60px;
}
.text {
    font-size: 22px;
    line-height: 28.6px;
    font-family: 'Muli', sans-serif;
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-top: 11px;
    margin: 20px 0;
}
.five {
    float: left;
    width: 15%;
    margin: 2rem;
}
.textxs {
    font-size: 1rem;
    color: #FFF;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    text-align: center;
}

@media only screen and (max-device-width: 414px) 
 { 
.text {
    font-size: 2rem;
    line-height: 28.6px;
    font-family: 'Muli', sans-serif;
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-top: 11px;
    margin: 20px 0;
}
h1 {
    font-family: 'Muli', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    line-height: 65px;
}
h2 {
    font-family: 'Muli', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    line-height: 65px;
}
.splash .centered-unit img {
    width: 80%;
    margin-bottom: 5%;
}
.splash .centered-unit {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
}
.container {
    width: 90%;
    margin: 15% auto;
    position: relative;
}
.five {
    width: 95%;
    margin: 2rem;
    position: relative;
}
.splash {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background: linear-gradient(96.48deg, #142B5A 3.8%, #1C3B78 92.9%);
    min-height: 720px;
}
.textxs {
    font-size: 2rem;
    color: #FFF;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    text-align: center;
}
}
