@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700');

* {
   font-family: 'Work Sans', sans-serif;
}

p, label {
    font-size: 14px;
}

section.heroshot{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(/img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: white;
    border-radius: 0;
    height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

@media (max-width: 600px){
    section.heroshot,
    section.call-to-action {
        padding: 6rem 1rem !important;
        height: auto;
    }
    h1.display-4 {
        font-size: 2.5rem;
    }
    section.heroshot div{
        width: 100%;
        text-align: center;
    }
    .double-btn-container button {
        width: 47% !important;
        display: inline-block;
        margin: 0 1% !important;
    }
}

@media (max-width: 380px){
    .double-btn-container button {
        width: 100% !important;
        display: inline-block;
        margin: auto !important;
        margin-top: 3% !important;
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}

.my-4{
    width: 65%;
}
.hero-p{
    font-size: 19px;
    font-weight: 400;
    color: white;
}

.landing-page-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.how-it-works{
    background-color: white;
    color: black;
    padding: 3.5rem 2rem 2.5rem !important;
}

.how-it-works h3{
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

.how-it-works p{
    font-size: 14px;
    color: #77778d;
    position: relative;
}

.hiw-numbers{
    content: "";
    position: absolute;
    left: -15px;
    top: -12px;
    z-index: 0;
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.span-emoji{
    position: relative;
    font-size: 24px;
}

.call-to-action{
    background: url(/img/calltoaction-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem 2rem !important;
}

/* Error 404 */
section.error-404-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(/img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: white;
    border-radius: 0;
    height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.error-p{
    font-size: 19px;
    font-weight: 400;
    color: white;
}
section.error-404-container a{
    font-size: 15px;
}
@media (max-width: 600px){
    section.error-404-container{
        padding: 6rem 1rem !important;
    }
    section.error-404-container div{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px){
    .error-p{
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .error-404-container .display-4 i{
        display: block;
        margin-bottom: 1rem;
    }

    .error-404-container .container{
        text-align: center;
    }
}