/*!
.card{
    margin: 0 1em;
}

}

.mailform
{padding-left: 2rem;
    padding-right: 2rem;
}

 */



.container {
    display:block !important;
}
.navbar-brand {
      margin-right: 0rem;
}
.carousel-caption2{
text-align: center;
padding-top: 1rem;
}
.logos{
    padding-bottom: 1rem;}
.row
{margin-right: 0px;
margin-left: 0px; ;
}
.card-body .card-text {
    margin-top: 0.75rem;
    font-style: italic;
    color: #555;
  }
.boat-card {
    margin-top:1rem;
}
#carouselExampleIndicators .carousel-item {
    /* force a nice, consistent height */
    height: 50vh;               /* or px value of your choosing */
    /* scale the bg to cover the area without distortion */
    background-size: cover;
    /* center the image on both axes */
    background-position: center center;
    /* never tile */
    background-repeat: no-repeat;
  }
