body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Rubik', sans-serif;    
    color: #111;
}

.hero {
    background-image: url("../images/hero-img.webp");
    /* background: url('../images/hero-image.png') no-repeat center center fixed; */
    background-size: cover;
    background-repeat: no-repeat;

    background-position: center center;
    /* position: relative; */
    z-index: -2;
    min-height: 540px;
    height: 600px
}

.hero-text {
    padding-top: 170px;
    font-weight: 400;
    /* text-shadow: 2px 2px #000;      */
    line-height: 100%
}

.section-heading {
    color: #2ad8f0;
    font-style: italic;
    font-weight: 500;
}

.works-bg {
    background-image: url("../images/blue-o3-bkgd.png");
    /* background: url('../images/hero-image.png') no-repeat center center fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* position: relative; */
    z-index: -2;
    min-height: 560px;
    height: auto
}
