/*
html {
    font-size: 16px;
}

@media (max-width: 991.98px) {
  html {
		font-size: 24px;
  }
}
*/

html, body {
  font-family: Arial, sans-serif;
}

body {
    font-size: calc(0.8rem + 1vw);
}

@media (min-width: 992px){
    body {
        font-size: calc(1.1rem);
    }
}

/* icon styles */
.image-block svg {
    color: #fff;
    background-color: #0099cc;
    font-size: 5rem;  /* Preferred icon size */
		padding: 1rem;
    border-radius: 15px;
    box-shadow: 0px 0px 2px #fff;
		width: auto !important;
}


div.foot {
    background-color: #333;
    color: #fff;
    position: relative;
    text-align: center;
}

div.text_to_download {
    position: relative;
}

.section0.promo {
    background-image: url("../images/hands_holding_phone.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-x: 21%;
    background-position-y: -150px;
}

@media (max-width: 991.98px) {
    .section0.promo {
        background-position-y: center;
    }
}

.section2.promo {
    background-image: url("../images/woman_holding_phone.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-x: 21%;
    background-position-y: -300px;
}

@media (max-width: 991.98px) {
    .section2.promo {
        background-position-y: center;
    }
}

/* pads text over image content */
.promo_content > .text_container {
    padding: 2rem;
}

.section0 h2, .section1 h2, .section2 h2, .section3 h2, .promo_video h2 {
    /*padding: 4rem;*/
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.promo .image-block {
    padding: 1rem;
}

.promo .image-block p {
    margin-top: 1rem;
}

.promo .image-block p.icon-title {
    font-size: 2rem;
}

.color.promo .promo_content {
    padding: 2rem;
    background-color: #0099cc;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    /* might be needed */
    overflow: hidden;
}

.promo .promo_content .small_promo.download_app_badges, .promo .promo_content .small_promo.text_alerts {
    margin-bottom: 2rem;
}

.color h2 {
    color: #fff;
}

.color .small_promo p, .color .small_promo a {
    font-size: 1rem;
    color: #fff;
}

.color .promo_content p {
    color: #fff;
}

.white h2 {
    color: #0099cc;
}

.white .small_promo p, .white .small_promo a {
    font-size: 1rem;
    color: #0099cc;
}

.white .promo_content p.lead, .white .promo_content p.icon-subtitle {
    color: #333;
}

.white .promo_content p {
    color: #0099cc;
}

.white .promo_content p a.btn {
    color: #fff;
}


/* MAGIC SCROLLING */
/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}


/* used in other pages */
/*
.promo_image_0 {
    background-image: url("../images/hands_holding_phone.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-x: 21%;
}
 */
