html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

    .navbar-nav .nav-link {
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
    }

    .logoimg {
        height: 125px;
        margin-top: 0px;
    }

    .logo {
        padding: 0;
        margin-left: 50px;
    }

    .bannertext
    {
        position:relative;
        top:90px;
        left:85px;
        color:white;
        font-size:36px;
        font-weight:700;
    }

    .bannerbigimg {
        position: relative;
        top: -100px;
        left: 0px;
        color: white;
        font-size: 36px;
        font-weight: 700;
        color:black;
    }

    .bgbannerbig {
        height: 1000px;
        background-image: url("../images/banner-big.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bgimage {
        height: 675px;
        background-image: url("../images/banner-image.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    nav {
        height: 125px;
        opacity: 0.9;
    }

    .roundtextdiv {
        width: 200px;
        color: #007278;
        font-size: 10px;
    }

    .partner {
        height: 250px;
        background-image: url("../images/banner-partner.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .partnerheader {
        text-align: center;
        color: white;
        padding-top: 30px;
    }

    .partnerlogo {
        margin-top: 30px;
        height: 80px;
    }

    .footer {
        height:550px;
        background-image: url("../images/banner-footer.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footersocialcontainer {
        position: absolute;
        right: 200px;
        bottom: 0px;
    }

    .footersocial {
        height: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 1000px) {
    .navbar-light .navbar-nav .nav-link {
        background-color: white;
        color: black;
        padding-left: 10px;
       
    }

    .navbar-collapse {
        margin-top: 0px;
        margin-right: -11px;
        margin-left: -11px;
        z-index: 3000;
        opacity: 1 !important;
    }

    .logo {
        padding: 0;
        margin-left: -10px;
        margin-top: -10px;
    }

    .logoimg {
        height: 50px;
        margin-top: 0px;
    }

    .bannertext {
        position: relative;
        top: 10px;
        left: 10px;
        color: white;
        font-size: 14px;
        font-weight: 700;
        z-index: 0;
    }

    .bannerbigimg {
        position: relative;
        top: -100px;
        left: 0px;
        color: white;
        font-size: 36px;
        font-weight: 700;
        color: black;
        padding-top:30px;
    }

    .bgbannerbig {
        height: 360px;
        background-image: url("../images/banner-big.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .bgimage {
        height: 275px;
        background-image: url("../images/banner-image.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    nav {
        height: 50px;
        opacity: 0.9;
    }

    .roundtextdiv {
        width: 90%;
        color: #007278;
        font-size: 10px;
    }

    .partner {
        background-image: url("../images/banner-partner.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top:350px;
    }

    .partnerheader {
        text-align: center;
        color: white;
        padding-top: 10px;
        font-size:14px;
    }

    .partnerlogo {
        margin-top: 0px;
        height: 50px;
    }

    .footer {
        height: 400px;
        background-image: url("../images/banner-footer.png");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .footersocialcontainer {
        position: absolute;
        right: 20px;
        bottom: 0px;
    }

    .footersocial {
        height: 20px;
        margin-bottom: 5px;
    }
}

html {
    position: relative;
    min-height: calc(100vh - 108px);
}


.space-20
{
    height:20px;
}

