/*
Theme Name: Connect Theme ITM
Author: ITM team
Version: 1.0.0
Text Domain: connect ITM
*/

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    padding-top: 0;
}

.logo-header{
    width: 150px;
}

header{
    background-color: #000000;
}

.featurette-heading.cp-10{
    margin-top: 0;
    margin-bottom: 4rem;
}

div.text-justify{
  text-align: justify;
}

.nav-link {
    color: white;
    opacity: 0.5;
}

.nav-link:hover, .nav-link:active, .nav-link:focus {
    color: white;
    opacity: 1;
}

.carousel-item > img{
    height: auto;
    width: 100%;
}

.carousel-item {
    height: 40rem;
}

#myCarousel{
    margin-top: -2px;
}

@media (max-width: 768px) {
    .nav-link{
        padding: 0.5rem;
    }

    .carousel-item{
        height:22rem;
    }
}

@media (max-width: 500px){
    .carousel-item{
        height:12rem;
    }
}

@media (min-width: 62em){
   .featurette-heading {
        margin-top: 4rem;
    }
}

