
/* ### Courosel */
#myCarousel{
    margin-top: 55px;
    margin-bottom: 30px;
}
.carousel-item{
    max-height: 32rem !important;
}
.carousel-item > img{
}
.container{
    color:#5a5a5a ;
}
.container.page{
    margin-top: 65px;
}
.marketing .col-lg-4{
    text-align: center;
}
.carousel-caption h1{
    //font-size: 2.5vw;
}
/* ### Footer */
footer a{
    text-underline: none;
    color: #5a5a5a;
    font-size: 0.8rem;
}
footer a:hover{
    text-decoration: none !important;
}
footer a:active{
    text-decoration: none !important;
}
