/* Put your custom styles here */
@media (min-width:768px) {
    .h5,
    h5 {
        font-size: 18px;
    }
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 5px;
    background-color: #28c1af;
    border: 1px solid #28c1af;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000000;
    border-radius: 10px;
    border: 1px solid #000000;
    margin: 5px;
}

.brand-img {
    max-width: 250px;
    vertical-align: middle;
    padding-left: 0px;
    margin-top: 12px;
}

