/*!
 * 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: 54px;
    background-color: #ABE1FA;	
}

@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;
}

.carousel-caption {
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    bottom: 0;
    color: #444444;
    font-weight: 500;
}

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

nav {
	width: 100%;	
}

.nav a {
	color: white !important;
	font-size: 1.8em !important;
}

#topnavbar > div > div.navbar-brand > a {
	color: dimgray !important;
	font-size: 1.2em !important;
}

.nav li {
	padding-right: 5px;
}