html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: aliceblue;
}

header {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../img/Banner/8.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: #a7a7a7;
    color: white;
    TEXT-SHADOW: 0PX 4PX 30PX #192a3e;
}

    #header h2 {
        text-align: center;
        TEXT-SHADOW: 0PX 4PX 30PX #192a3e;
    }

    #header p {
        text-align: center;
        TEXT-SHADOW: 0PX 4PX 30PX #192a3e;
    }

    #header .container {
        background-image: linear-gradient(to right, #192a3e01, #192a3e61, #192a3e01);
    }

#carou {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #192a3e;
}

footer {
    background-color: #192a3e;
    color: #e6eae5;
}

.btn-primary {
    background-color: #192a3e;
    border-color: #192a3e;
}

.btn-outline-primary {
    border-color: #192a3e;
    color: #192a3e;
}

#topAlertContainer{

}

#carou {
    /*background-image: url("../img/Banner/1.PNG");*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30rem;
    background-position: top;
}

#carou img {
    height:30rem;
}

.card > img {
    max-height: 10rem;
    object-fit: contain;
}
.cardul {
    max-height: 10rem;
    overflow-y: hidden;
}

.headerImg{

}

.modal-full-image {
    width: 90vw;
    height: 90vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: transparent;
}

#imageModal .modal-content {
    background: transparent;
    border: none;
}

#imageModal .modal-header {
    background: transparent;
    border: none;
}
