html {
  font-size: 14px;
}

.card {
    width:90%;
}
/*Light*/
.etec-bg-color2 {
    background-color: rgb(194, 102, 0);
    color: rgba(255,255,255,.85);

}

/*Dark*/
.etec-bg-color1 {
 background-color: rgb(48, 48, 48);
    color: rgba(255,255,255,.55);
}

/*.card a {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

@media (min-width: 576px) {
    .card {
        height: 480px;
        width: 90%;
    }
}

@media (min-width: 769px) {
    .card {
        height: 590px;
        width: 90%;
    }
}

@media (min-width: 1000px) {
    .card {
        height: 710px;
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .card {
        height: 600px;
        width: 90%;
    }
}*/
@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.gallery-outer-div div{
    margin-bottom: 4px
}

.top-image {
    background-image: url("../Images/Montage/Montage6.jpeg");
    background-position: center;
    background-size: 2025px 450px;
    height: 450px;
    margin-top: -16px;
    background-repeat: repeat;
}

@media only screen and (max-width:768px) {
    .top-image {
        background-image: url("../Images/Montage/Montage6.jpeg");
        background-position: center;
        background-size: 1350px 300px;
        height: 300px;
        margin-top: -16px;
        background-repeat: repeat;
    }
}



    .etec-bg {
        background-color: whitesmoke;
        padding: 5px;
        color: black;
    }

        .etec-bg li {
            background-color: whitesmoke;
        }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

    html {
        position: relative;
        min-height: 100%;
    }

    body {
        /*  margin-bottom: 60px;
*/
    }