html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    min-height: 100vh;
    background-color: #000;
}

.color2 {
    color:#DC34ED;
}

h1, h2, h3, h4, h5{
    font-family: 'Bebas Neue', sans-serif;
    color:#02975a;
}

a {
    font-weight: bold;
    color: #dc1fea;
    text-decoration: none;
}

    a:hover {
        color: #03683f;
    }

.btn-ecoweb {
    background-color: #02975a;
    color: #fff;
    border: 2px solid #9a08a5;
}

    .btn-ecoweb:hover {
        background-color: #04d449;
        color: #000;
        border: 2px solid #02975a;
    }

.btn-ecowebAlt {
    background-color: #dc1fea;
    color: #fff;
    border: 2px solid #e666ef;
}

    .btn-ecowebAlt:hover {
        background-color: #04d449;
        color: #000;
        border: 2px solid #02975a;
    }

.navbar{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform:uppercase;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem; */
}

.blogcontainer {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.parallax img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.paraHead {
    color: #fff;
}
.portHead{
    color:#dc1fea;
}
.portNav{
    text-align:center;
}
.portBtnPrev{
}
.portBtnNext {
}
.subText{
    font-size:.5em;
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s;
}
@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.mbl-pdg{
    margin-top:5rem;
}

.webPrice {
    border: 2px solid #eaeaea;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size:11pt;
}

.webPriceAmt {
    color: #DC34ED;
    font-size:18pt;
    font-weight:bold;
}

.accordion {
    background-color: #f7f7f7;
    color: #04D449;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    text-align: left;
    border: 1px solid #03B23E;
    transition: 0.4s;
    font-size: 18pt
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #04D449;
        /*background-color: #DC34ED;*/
        color: #fff;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding:20px;
    background-color: #fff;
    color: #DC34ED;
    display: none;
    overflow: hidden;
}
/* Extra small devices (phones, 500px and down) */
@media (max-width: 479px) {
    html {
        font-size: 12px;
    }

    .econav{
        max-width: 15rem;
    }
    .navbar {
        position: fixed;
        width: 100%;
        z-index: 2;
    }
    .btn {
        padding: 0.15rem 0.5rem;
        font-size: .7rem;
        border-radius: 0.2rem;
    }

    .display-3 {
        font-size: calc(0.7rem + 7vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 4vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .d4m {
        font-size: calc(0.5rem + 2.5vw);
        font-weight: 300;
        line-height: 1.2;
    }
    .display-6 {
        font-size: calc(0.375rem + 3vw);
        font-weight: 300;
        line-height: 1.2;
    }
    .d6m {
        font-size: calc(0.375rem + 1.5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .sec {
        position: relative;
        margin: 0px,16px,0px,16px;
    }

    .eco{
        margin:0px,16px,0px,16px;
    }

    h2{
        font-size:10pt;
    }

    .mobimg {
        max-height: 150px;
    }

    .heroH1 {
        font-size: 16pt;
        color: #fff;
    }

    .heroH2 {
        font-size: 12pt;
        margin-top: -10px;
        color: #fff;
    }

    .parallax {
        position: relative;
        display: flex;
        justify-content: center; 
        height: 210px;
    }

        .parallax img {
            position: absolute;
            top: 35px;
            left: 0;
            width:100%;
            pointer-events: none;
        }

    .sec {
        color: #fff;
        position: relative;
        padding: 10px;
    }

    .secalt {
        background-color: #fff;
        position: relative;
        padding: 10px;
    }

    .secalt2 {
        background-color: #f7f7f7;
        position: relative;
        padding: 10px;
    }

    .paratext {
        text-align: left;
        margin-top: 100px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
        position:absolute;
    }

        .paratext p {
            font-size: 6pt;
            padding-bottom:0px;
        }

    .formArea {
        position: relative;
        display: flex;
        justify-content: center; /*
    align-items:center;*/
        height:50vh;
    }

    .formBg {
        opacity: 0;
    }

    .contactForm {
        margin-top:3.5rem;
        padding: 0px 20px 0px 20px;
        position: absolute;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
        z-index:1;
    }

    .accordion {
        font-size: 12pt;
    }
    .testimonialImg{
        max-width:200px;
    }
 }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 480px) {
    .econav {
        max-width: 15rem;
    }

    .navbar {
        position: fixed;
        width: 100%;
        z-index: 2;
    }

    .heroH1 {
        font-size: 25pt;
        color: #fff;
    }

    .heroH2 {
        font-size: 20pt;
        margin-top: -12px;
        color: #fff;
    }

    .btn {
        padding: 0.15rem 0.5rem;
        font-size: .775rem;
        border-radius: 0.2rem;
    }

    .display-3 {
        font-size: calc(0.7rem + 7vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 4vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .sec {
        position: relative;
        margin: 0px,16px,0px,16px;
    }

    .eco {
        margin: 0px,16px,0px,16px;
    }

    .parallax {
        position: relative;
        display: flex;
        justify-content: center; 
        height: 305px;
    }

        .parallax img {
            position: absolute;
            top: 35px;
            left: 0;
            width: 100%;
            pointer-events: none;
        }

    .sec {
        color: #fff;
        position: relative;
        padding: 10px;
    }

    .secalt {
        background-color: #fff;
        position: relative;
        padding: 10px;
    }

    .secalt2 {
        background-color: #f7f7f7;
        position: relative;
        padding: 10px;
    }

    .paratext {
        margin-top: 8rem;
        position: absolute;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
    }

    .formArea {
        position: relative;
        display: flex;
        justify-content: center; /*
    align-items:center;*/
    }

    .formBg {
        opacity: 0.5;
    }

    .contactForm {
        margin-top: 3rem;
        padding: 0px 20px 0px 20px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
        z-index: 1;
    }

    .accordion {
        font-size: 12pt;
    }
    .testimonialImg {
        max-width: 200px;
    }
}
/* Medium devices (landscape tablets, 650px then 768px and up) */
@media (min-width: 650px) {
    html{
        font-size:16px;
    }

    .econav {
        max-width: 15rem;
    }

    .navbar {
        position: fixed;
        width: 100%;
        z-index: 2;
    }

    .heroH1 {
        font-size: 30pt;
        color: #fff;
    }

    .heroH2 {
        font-size: 25pt;
        margin-top: -15px;
        color: #fff;
    }

    .btn {
        padding: 0.15rem 0.5rem;
        font-size: .775rem;
        border-radius: 0.2rem;
    }

    .display-3 {
        font-size: calc(0.7rem + 7vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 2vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .sec {
        position: relative;
        font-size: 12pt;
        margin: 0px,16px,0px,16px;
    }

    .eco {
        margin: 0px,16px,0px,16px;
    }

    .parallax {
        position: relative;
        display: flex;
        justify-content: center; /*
    align-items:center;*/
        height: 345px;
    }

        

    .sec {
        color: #fff;
        position: relative;
        padding: 10px;
    }

    .secalt {
        background-color: #fff;
        position: relative;
        padding: 10px;
    }

    .secalt2 {
        background-color: #f7f7f7;
        position: relative;
        padding: 10px;
    }

    .paratext {
        margin-top: 9rem;
        position: absolute;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
        text-align:center;
    }

    .formArea {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .formBg {
        opacity: 0.5;
    }

    .contactForm {
        margin-top: 3rem;
        padding: 0px 20px 0px 20px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
        z-index: 1;
    }
    .testimonialImg {
        max-width: 250px;
    }
    .blogcontainer {
        max-width: 620px;
    }
}
@media (min-width: 768px) {
    .econav{
    max-width: 15rem;
}

    .heroH1 {
        font-size: 40pt;
        color: #fff;
    }

    .heroH2 {
        font-size: 33pt;
        margin-top: -20px;
        color: #fff;
    }

    .display-3 {
        font-size: calc(0.7rem + 5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 4vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 2vw);
        font-weight: 300;
        line-height: 1.2;
    }

.navbar {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.btn {
    padding: 0.15rem 0.5rem;
    font-size: 1.1rem;
    border-radius: 0.5rem;
}

.display-6 {
    font-size: calc(0.375rem + 2.5vw);
    font-weight: 300;
    line-height: 1.2;
}

    

.eco {
    margin: 0px,16px,0px,16px;
}

.parallax {
    position: relative;
    display: flex;
    justify-content: center; /*
    align-items:center;*/
    height: 415px;
}
    .sec {
        position: relative;
        font-size: 11pt;
        margin: 0px,16px,0px,16px;
        color: #fff;
        position: relative;
        padding: 10px;
    }
    .secalt {
        background-color: #fff;
        position: relative;
        padding: 10px;
        font-size: 11pt;
    }

    .secalt2 {
        background-color: #f7f7f7;
        position: relative;
        padding: 10px;
        font-size: 11pt;
    }

.paratext {
    margin-top: 11rem;
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0, .3);
}

.formArea {
    position: relative;
    display: flex;
    justify-content: center; 
}

.formBg {
    opacity: 0.5;
}

.contactForm {
    margin-top: 2rem;
    padding: 0px 20px 0px 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0, .3);
    z-index: 1;
}
    .testimonialImg {
        max-width: 220px;
    }
    .blogcontainer {
        max-width: 720px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar {
        position: fixed;
        width: 100%;
        z-index: 1;
        font-size: 8pt;
    }
    .heroH1 {
        font-size: 50pt;
        color: #fff;
    }

    .heroH2 {
        font-size: 45pt;
        margin-top: -30px;
        color: #fff;
    }

    .display-3 {
        font-size: calc(0.7rem + 5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 4vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 2vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .parallax {
        position: relative;
        display: flex;
        justify-content: center; 
        height: 525px;
    }
    .paratext {
        margin-top: 14rem;
        position: absolute;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
    }
    .sec {
        font-size: 12pt;
    }

    .secalt {
        font-size: 12pt;
    }

    .secalt2 {
        font-size: 12pt;
    }

    .blogcontainer {
        max-width: 960px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
    .econav {
        max-width: 15rem;
    }
    .navbar {
        position:fixed;
        width:100%;
        z-index:1;
        font-size:11pt;
    }
    .mbl-pdg {
        margin-top: 0rem;
    }

    .parallax {
        position: relative;
        display: flex;
        justify-content: center; 
        height: 708px;
    }

        .parallax img {
            position: absolute;
            top: 35px;
            left: 0;
            width: 100%;
            pointer-events: none;
        }

    .heroH1{
        font-size:80pt;
        color:#fff;
    }
    .heroH2 {
        font-size: 60pt;
        margin-top:-30px;
        color:#fff;
    }

    .display-3 {
        font-size: calc(0.7rem + 4.5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 4vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 1.2vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .paratext {
        text-align:center;
        margin-top: 270px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
    }

    .paratext p{
        font-size:16pt;   
        padding-bottom:10px;
    }

    .btn {
        padding: 0.7rem 0.7rem;
        font-size: 1.3rem;
        border-radius: 0.5rem;
    }
    
    .sec {
        color:#fff;
        position: relative;
        padding: 100px;
        font-size: 14pt;
    }
    .secalt {
        background-color: #fff;
        position: relative;
        padding: 100px;
        font-size: 14pt;
    }
    .secalt2 {
        background-color: #f7f7f7;
        position: relative;
        padding: 100px;
        font-size: 14pt;
    }

    .formArea {
        position: relative;
        display: flex;
        justify-content: center;        
    }

    .formBg{
        opacity:0.5;
    }

    .contactForm {
        padding: 0px 100px 0px 100px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
    }
    .accordion {
        font-size: 16pt;
    }

    .blogcontainer{
        max-width:1140px;
    }
}

@media (min-width: 1400px) {
    .parallax {
        position: relative;
        display: flex;
        justify-content: center;
        height: 837px;
    }

    .display-3 {
        font-size: calc(0.7rem + 4.5vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-4 {
        font-size: calc(0.5rem + 3vw);
        font-weight: 300;
        line-height: 1.2;
    }

    .display-5 {
        font-size: calc(0.5rem + 1.2vw);
        font-weight: 300;
        line-height: 1.2;
    }
}

@media (min-width: 1920px){
    .parallax {
        position: relative;
        display: flex;
        justify-content: center;
        height: 1080px;
    }
    .paratext {
        text-align: center;
        margin-top: 400px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0,0,0, .3);
    }
}

    .formArea img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        pointer-events: none;
    }




    .logo-main {
    }


