.logo {
    max-width: 300px;
}
.page-title {
    font-size: 24px;
    text-align: center;
    color: black;
    /*text-shadow: 1px 1px black;*/
}
.carousel-img {
    max-height: 500px;
    max-width: 100%;
    margin: auto;
}
.carousel-inner {
    height: 500px;
    align-content: center;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

/* COMPOSITIONS */
.center {
    text-align:center; 
    align-content: center;
}
.composition {
    padding: 10px !important;
}
.image-composition {
    width: 100%;
    cursor:pointer;
}

/* PRESENTATION */
.presentation {
    padding: 20px;
    text-align: center;
    background: #1a6999;
    /*font-weight: bold;*/
    color: white;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.presentation-title {
    font-size: 24px;
    text-align: center;
    color: #c15f00;
    text-shadow: 1px 1px black;
}
.page-description {
    padding: 10px;
}
.list-icon {
    width: 100px;
}

/* CAROUSEL ARROWS */

/*.carousel-arrow-img {*/
/*    position: relative;*/
/*    top: -18px;*/
/*}*/
/*.carousel-arrow {
    color: black;
    font-size: 50px;
}
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}
changin the color of arr9ow to black: fill='%23000' 
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}*/
footer {
    padding: 10px;
    background: #fff;
    color: black;
}
.footer-title {
    margin-top: 10px;
    text-align: center;
}
.footer-data {
    display: inline-flex;
    align-items: flex-start;
    margin:10px;
    color: black;
    text-decoration: none;
}

.img-icon {
    margin-right: 10px;
}