.hero.is-large .hero-body {
    padding-bottom: 0;
    padding-top: 10rem;
}
.hero figure {
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}
figure.image {
    padding-left: 50px;
    padding-right: 50px;
}
.bg-white {
    background-color: #ffffff;
}
.bg-light {
    background-color: #faf6fb;
}
.media-left {
    padding-left: 15px;
}
.media-left .icon {
    margin-top: 15px;

}

.media-content {
    padding-left: 25px;
}

.media {
    background-color: #ffffff;
    padding: 25px;
}

.section {
    padding: 7rem 5rem;
}

.content h1 {
    margin-bottom: 2em;
}

#stn-download {
    color: #000000;
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.hero.is-landing {
    color: #ffffff;
    background-image: linear-gradient( 135deg, rgba(3, 21, 122, 0.8) 0%, rgba(5, 6, 77, 0.8) 100%);
}

.hero.is-landing * {
    color: #ffffff;
}

#stn-download h1 {
    color: #ffffff;
}

.button.button-store {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
    height: auto;
    text-transform: uppercase;
    transition: all 0.3s ease;

    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.button.button-store:hover {
    color: #000000;
    background-color: #faf6fb;
}

.button.button-store img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
