﻿/*
************ CUSTOMIZACAO
*/
.carousel-inner h1
{
    font-size: 4em !important;
}

@media only screen and (max-width: 768px) {
    .carousel-inner h1
    {
        font-size: 2.5em !important;
    }
    
    .carousel {
      height: 350px !important;
    }

    .header-back {
      height: 350px !important;
    }
    
    .carousel .item {
      height: 350px !important;
    }
    .carousel-inner > .item > img {
      height: 350px !important;
    }
    
    .services {
      padding-top: 5px;
    }
}


.cases img
{
    border: 1px solid gray; width: 360px; height: 300px;
}