body, html {
    height: 100%;
}
.bg_full { 
    /* The image used */
    /* background-image: url("../images/bg-index.jpg"); */
    background: #0bbd6a;
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
}
.row{
    padding: 0px !important;
    margin: 0px !important;
}
/* .sec1{
    padding-top: 15% !important;
    height: 70%;
    background: rgba(3, 53, 15, 0.7);
    color :white;
} */
.sec1{
    padding-top: 10% !important;
    height: 100%;
    /* background: rgba(1, 20, 24, 0.705); */
    color :white;
}

#imageSec1{
    position: fixed;
    z-index: -3;
    right: 10%;
    top :15%;
    width: 40%;
}


.sec2{
    padding: 0px !important;
    background: #fcfcfc;
}
h1,h2{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.445)
}
a {
    color:black;
}

.shTx {
    text-shadow: 2px 2px 4px #000000;
}

.card-content{
    height : 150px !important;
}


.card-image img{
    height : 150px !important;
}

.carousel .carousel-item>img {
    width: 40% !important; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: white solid 5px;
    /* margin-left: 25%; */
}


@media screen and (max-width: 781px) {
    .sec1{
        padding-top: 2% !important;
        
    }
    #imageSec1{
        width: 40%;
    }
}

@media screen and (max-width:425px) {
    .sec1{
        padding-top: 10% !important;
 
    }
    #imageSec1{
        display: none;
    }

    .carousel .carousel-item>img {
        width: 100% !important; 
        margin-left: 0%;
    }
}