/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/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;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,1);
}

.navbar-nav .nav-link {
  font-weight: 660;
  font-size: .9rem;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0,109,162);
 }
.navbar-light .navbar-brand {
  font-weight: 500;
  color: rgb(0,109,162);
  font-size: 1.5rem;
}
.card-header {
 background-color:  rgb(191,235,255);
 text-align: center;
}
.clean-block .block-heading {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #f6f6f6;
}
.myrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.mynav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin: 15px;
  list-style: none;
}
.panel-body .myrow {
  font-size: 22px;
}
.mycol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
