/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.card-title {
    margin-bottom: 0;
    text-align: center;
}

.card-body {
    background-color: rgb(31, 161, 146);
}

.bg-dark {
    background-color: #495a58!important;
}

.navbar-dark .navbar-brand {
    height: 80px;
}

.mt-4, .my-4 {
    padding-top: 50px;
}

.home {
    padding-top: 0;
}


.py-5 {
    margin-top: 30px;
}

.col-lg-3 {
    max-width: 100%;
}

.card-title a {
    color: #212529;
}

@media only screen and (max-width: 415px) {
    
    .carousel-item {
        height: 100%;
        
    }
    
    .grouped_elements img {
        width: 100%;
    }
}

@media only screen and (max-width: 824px) {
    
    .grouped_elements img {
        width: 100%;
    }
}

.g-recaptcha {
margin: 15px 0px 0px 0px;
}