/*!
 * 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;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.overall table td {
  border: 1px solid black;
  padding: 10px;
}
.carousel-item {
  height: 60vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item img{
  max-width: 100%;
}

.card-header {
  font-weight:bold;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
} 

header.masthead .overlay {
  position: absolute;
  /* background-color: #009CB6; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color:#073674 !important;
  border-color:#073674; 
}

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

.features-icons {
  /* padding-top: .5rem; */
  padding-bottom: 4rem;
  
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
  color:#007EA2;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;

}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
  
}
.features-icons .features-icons-item .features-icons-icon .icon-docs {
  color:#007EA2;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}