/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 
 
.navbar {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: navy;
    margin-bottom: 400px;
    background-color: #ffffff;
    font-family: Montserrat, sans-serif;
    padding-bottom: 6px;
    color : navy;
}

/*
.navbar {
    margin-bottom: 5px;
    border-bottom-style: solid;
    background-color: #ffffff;
    z-index: 9999;
    border: 5px;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 2px;
    font-family: Montserrat, sans-serif;
    border-color: #000066;
}
*/
.navbar li a, .navbar .navbar-brand {
    color: navy !important;
}
  

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #ffffff !important;
    background-color: gray !important;
}

/*
.navbar-default .navbar-toggle {
    border-style: solid;
    border-color: transparent;
    color: #000066 !important;
    border: 2px;
}
 */
 /*footer*/
.py-5 {
  background-color: navy;
} 
 
body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  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;
}
