

section,article {
    display: block;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}

section#home-section-1 div[full-screen] {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: url(/assets/img/home1-mobile.jpg);
    background-size: cover;
}

section#home-section-1 article {
    background-color: #ffffff;
    text-align: left;
}

section#home-section-1 article h2 {
    color: #323F4F;
    margin: 0 10% 0 8.33333%;
    padding: 70px 0px 40px 0px;
}

section#home-section-1 article figure, section#home-section-1 article a {
    margin: 0 8.33333%;
}

section#home-section-1 article p.btn-ekd {
    font-family: Calibre, sans-serif;
    padding: 30px 0px 70px 0px;
    margin: 0;
}

.btn-white a, section#home-section-1 article p.btn-ekd a, section#services-section-1 article p.btn-ekd a {
    position: relative;
    color: #FFFFFF;
    padding: 0;
}


@media (min-width: 768px){

    section#home-section-1 article {
        text-align: center;
    }

    section#home-section-1 article h2 {
        width: 100%;
        padding: 120px 0px 50px 0px;
        margin: 0 auto;
    }

    section#home-section-1 article h2 span {
        font-family: RobotoBold;
        color: #00b1aa;
    }

    h2 {
        font-size: 25px;
        line-height: 44px;
    }

    section#home-section-1 article figure, section#home-section-1 article a {
        margin: 0;
    }


    section#home-section-1 article figure, section#home-section-1 article a {
        margin: 0;
    }

    section#home-section-1 article p.btn-ekd {
        padding: 50px 0px 120px 0px;
    }



    .btn-white .button, section#home-section-1 article p.btn-ekd .button,
    section#services-section-1 article p.btn-ekd .button, .btn-white input[type="submit"],
    section#home-section-1 article p.btn-ekd input[type="submit"],
    section#services-section-1 article p.btn-ekd input[type="submit"], .btn-white input[type="reset"],
    section#home-section-1 article p.btn-ekd input[type="reset"],
    section#services-section-1 article p.btn-ekd input[type="reset"], .btn-white input[type="button"],
    section#home-section-1 article p.btn-ekd input[type="button"],
    section#services-section-1 article p.btn-ekd input[type="button"] {
        position: relative;
        line-height: 1.4;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
        transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
        color: #FFFFFF;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0;
        padding: 0.875em 1.428571429em;
    }


    .btn-white a, section#home-section-1 article p.btn-ekd a, section#services-section-1 article p.btn-ekd a {
        position: relative;
        text-decoration: none;
        color: #FFFFFF;
        opacity: 1;
        line-height: inherit;
        -webkit-transition: color 100ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0ms;
        transition: color 100ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0ms;
    }



}


@media (max-width: 769px){
    section#home-section-1 {
        margin-top: 50px;
    }
}

@media (max-width: 1024px){
    section#home-section-1 article h2 {
        width: 80%;
    }

}

