/*!
 * 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)
 */

body {
  padding-top: 84px;
}

@media (min-width: 992px) {
  body {
    padding-top: 84px;
  }
}

.carousel-item {
  height: 45vh;
  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;
}

.bg-dark {
    background-color: #007bff!important;
}	
.navbar-brand {
    color: black;
	/*font-weight: bold;*/
	/*font-size: 1.8em;*/
	font-size: 2.2em;
	font-family: 'Bungee Shade', cursive;
}
.display-4 {
    font-size: 2rem;
}
.navbar {
    -webkit-box-shadow: 0px -2px 8px 4px rgba(10,10,10,0.65);
    -moz-box-shadow: 0px -2px 8px 4px rgba(10,10,10,0.65);
    box-shadow: 0px -2px 8px 4px rgba(10,10,10,0.65);
}
.nav-link {
	font-size: 1.2rem;
	font-weight: bold;
}

.stecar-font {
	font-family: 'Bungee Shade', cursive;
}

a.anchor {
  display: block;
  position: relative;
  top: -86px;
  visibility: hidden;
}

.navbar-dark .navbar-nav .nav-link {
    color: #EEEEEE;