/*
 Theme Name:   Pande 2021
 Theme URI:    https://www.understrap.com
 Description:  The Driven Value Company
 Author:       Calebe_ Design
 Author URI:   http://www.calebedesign.com.br
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  bootstrap-theme
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/

.page-template-page-home .jumbotron{
    height: 50vh!important;
}
.page-template-page-projetos section.projetos{
  margin-top: 30px;
}
@media (min-width: 768px) {
    .page-template-page-home .jumbotron{
        height: 52vh!important;
    }
    .jumbotron h1 {
        margin-top: 45px !important;
        margin-bottom: 40px !important;
        font-size: clamp(36px, 4vh, 66px) !important;
        line-height: clamp(50px, 4vh, 92px) !important;
    }
}