﻿
.home-image-top-header-text {
    top: 30px;
    width: 100%;
    position: absolute;
}

.homeImg {
    height: 550px;
    width: 900px;
}

.home-main-image {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, 0);
}

.home-message-style {
    background-color: white;
    border-radius: 25px;
    box-shadow: 5px 5px 8px grey;
}

.home-message-left {
    width: 70%;
    margin-left: 20%;
    margin-right: 10%;
    text-align: right;
}

.home-message-image-left {
    position: absolute;
    top: -70px;
    left: -30px;
    width: 200px;
}

.home-message-right {
    width: 70%;
    margin-left: 5%;
    margin-right: 25%;
    text-align: right;
}

.home-message-image-right {
    position: absolute;
    top: -70px;
    right: -30px;
    width: 200px;
}

.home-natgreenway {
    text-align: right;
}

.home-image-top {
    /*background: url('/img/clouds.png') center center no-repeat;
    background-size: cover;*/
    background-image: linear-gradient(to right, #0a1ba2, #80ecf4);
    height: 390px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.home-main-row {
    margin-top: 200px;
    margin-bottom: 40px;
}

.home-icon-wrapper {
    width: 100%!important;
}

.home-icon-wrapper p {
    font-size: 1.27vw;
}

.home-icon {
    cursor: pointer;
}

@media screen and (min-width: 1300px) {
}

@media (max-width: 1299px) and (min-width: 1200px) {
    .home-message-image-left {
        position: absolute;
        top: -70px;
        left: -30px;
        width: 170px;
    }

    .home-message-image-right {
        position: absolute;
        top: -70px;
        right: -30px;
        width: 170px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .homeImg {
        height: 450px;
        width: 830px;
    }

    .home-main-image {
        top: 15%;
    }

    .home-message-left {
        width: 75%;
        margin-left: 15%;
        margin-right: 10%;
    }

    .home-message-image-left {
        position: absolute;
        top: -70px;
        left: -30px;
        width: 150px;
    }

    .home-message-image-right {
        position: absolute;
        top: -70px;
        right: -30px;
        width: 150px;
    }

    .home-main-row {
        margin-top: 120px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .homeImg {
        height: 350px;
        width: 600px;
    }

    .home-main-image {
        top: 20%;
    }

    .home-image-top {
        height: 295px;
    }

    .home-message-left {
        width: 75%;
        margin-left: 15%;
        margin-right: 10%;
    }

    .home-message-image-left {
        position: absolute;
        top: -70px;
        left: -30px;
        width: 150px;
    }

    .home-message-image-right {
        position: absolute;
        top: -70px;
        right: -30px;
        width: 150px;
    }

    .home-main-row {
        margin-top: 120px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {

    .homeImg {
        height: 300px;
        width: 500px;
    }

    .home-main-image {
        top: 20%;
    }

    .home-image-top {
        height: 275px;
    }

    .home-image-top-header-text h1 {
        font-size: 30px;
    }

    .home-message-left {
        width: 75%;
        margin-left: 15%;
        margin-right: 10%;
    }

    .home-message-image-left {
        position: absolute;
        top: -70px;
        left: -30px;
        width: 150px;
    }

    .home-message-image-right {
        position: absolute;
        top: -70px;
        right: -30px;
        width: 150px;
    }

    .home-natgreenway {
        text-align: center;
    }

    .home-main-image {
        top: 30%;
    }

    .home-main-row {
        margin-top: 110px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {

    .home-message-left {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .home-message-image-left {
        position: absolute;
        top: -70px;
        left: -30px;
        width: 120px;
    }

    .home-message-right {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        text-align: left;
    }

    .home-message-image-right {
        position: absolute;
        top: -70px;
        right: -30px;
        width: 120px;
    }

    .home-natgreenway {
        text-align: center;
    }

    .home-main-row {
        display: none;
    }

    .homeImg {
        height: 170px;
        width: 280px;
    }

    .home-main-image {
        top: 30%;
    }

    .home-image-top {
        height: 160px;
    }

    .home-image-top-header-text h1 {
        font-size: 18px;
    }

    #image-top-background-wrap {
        display: none;
    }
}
