/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/templates/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-dark .navbar-nav .nav-link {
    color: rgba(1,1,1,.5);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem ;
}

h2, h4 {
font-family: 'Lobster', cursive;
}

.h2, h2 {
    font-size: 2.5rem;
}
.h4, h4 {
    font-size: 1.7rem;
}

p {font-size:1.15rem;}
a {
    color: #6c757d;
}
a:hover {
    color: #111;
}