html, body {
    font-family: 'Poppins', sans-serif;
    background-color: #EEF5FE;
    font-size: 16px;
    position: relative;
}
a {
    text-decoration: none;
    transition: all 300ms linear;
}
a:hover {
    text-decoration: none;
    color: #FD6100;
    transition: all 300ms linear;
}
header {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
header a {
    text-decoration: none;
    font-size: 2em;
    color: #000000;
}
header a:hover {
    text-decoration: none;
    color: #000000;
}
header img {
    margin: 0 auto;
    display: block;
}
header img.vojaGO_logo {
    z-index: 100;
    position: relative;
}
.cloud {
    position: absolute;
}
.cloud_1 {
    top: 4%;
}
.cloud_2 {
    top: 14%;
}
.cloud_3 {
    top: 22%;
}
.cloud_4 {
    top: 35%;
}
.cloud_5 {
    top: 33%;
}
.cloud_6 {
    top: 32%;
}
#content {
    background-color: #EEF5FE;
    font-size: 1.1em;
    background-image: url(../img/bg_city.svg);
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-bottom: 220px;
}
#content .share_image {
    padding: 20px;
}
.img-responsive {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
#content .share_content {
    font-size: 1em;
    margin: 40px 0;
}
#content .share_content h1 {
    line-height: 1em;
}
#content .share_content h2.smaller {
    font-size: 1em;
}
#content .share_content_text {
    height: 236px;
    font-size: 1em;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
    mix-blend-mode: hard-light;
}
#content .share_content_text::after {
    position: absolute;
    top: 10%;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(transparent, gray);
}
#content .share_app_buttons {
    margin-top: 50px;
}
#content .share_button {
    color: #FFFFFF;
    background: #FD6100;
    text-align: center;
    padding: 20px 0;
    border-radius: 30px;
    display: block;
    transition: all 600ms ease-out;
    height: 67px;

}
#content .share_button:hover {
    text-decoration: none;
    background:  #FF8615;
    transition: all 300ms ease-in;
}
#content .find_us_buttons {
    margin-top: 70px;
}
#content .find_us_buttons h4 {
    padding: 8px 0;
    margin: 0;
}
#content .find_us_buttons img {
    opacity: 1;
    transition: all 600ms ease-out;
}
#content .find_us_buttons img:hover {
    opacity: 0.6;
    transition: all 300ms ease-in;
}
#content .pass_reset {
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
#content .pass_reset h1 {
    margin-bottom: 30px;
}
#content .white_bg {
    padding: 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
#content .license_container {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
  margin-right: 12px;
}
#content .license_container p {
  margin-bottom: 0px;
}
#content .license_container a {
  color: #FF8615;
}
footer {
    text-align: center;
    font-size: 0.85em;
    background-color: #FFFFFF;
    padding: 20px 0;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    list-style: none;
    padding: 0;
    display: inline;
}
footer ul li::after {
    content: ' |';
}
footer ul li:last-child::after {
    display: none;
}
footer a {
    font-weight: none;
    color: #000000;
}

@media screen and (max-width: 768px) {
    html, body {
        font-size: 14px;
    }
    #content .share_content {
        margin: 0;
        padding: 0 30px;
    }
    .cloud_1 {
        left: 2%;
        top: 22%;
    }
    .cloud_3 {
        right: 4%;
        top: 35%;
    }
    .cloud_5 {
        top: 10%;
        left: 54%;
    }
    footer .row .col-12 {
        text-align: center!important;
        padding:2px 0;
    }
}
