/*!
 * 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
{
	font-family: 'Biryani', sans-serif;
	font-size: 18px;
	line-height: 25px;
	width: 100%;
	 height: auto;
	 /* padding-top: 105px; */
	background-color: #343a40;
	
}

.wrapper {background-color: #fff;  }

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

.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   transition: transform 10s ease, opacity 5s ease-out

}

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

H1
{
	font-family: 'Oswald', sans-serif;
	color: #ECBE13;
	font-size: 40px;
}

H2
{
font-family: 'Oswald', sans-serif;
	color: #004433;
	font-size: 25px;
}

 header  {margin-top: -108px;}  

A, A:link, A:visited { color: #8AAE47;  text-decoration: underline;}
A:hover { color: #ECBE13; }
.navbar-light .navbar-nav .nav-link {font-family: 'Oswald', sans-serif; color: #1A0A30; text-decoration: none; text-transform: uppercase; font-size: 110%; margin: .5rem;}
.dropdown-item {text-decoration: none !important; font-weight: bold; border-bottom: 1px solid #ccc;}
.dropdown-item:last-child {border-bottom: none;}
.highlight {font-size: 150%; margin-top: 40px;}
.subpage {padding-top: 20px;}
.subpage .highlight {margin-top: 10px; }
.bg-light {background-color: #e6e6e6 !important; }
#home .bg-light {opacity: .75;}
.btn-secondary {background-color: #1A0A30; text-decoration: none !important; padding: 10px; margin-bottom: 10px;}

.card-header {background-color: #043; color: #fff;}

#imgContainer .thumbnail
{
	max-height: 250px;
	overflow: hidden;
	display: block;
	
}

.figure-caption {font-size: 1.2rem; color: #8AAE47;}
footer {color: #1A0A30;}

@media (max-width: 700px) {
  .subpage {
    padding-top: 120px;
  }
  .carousel-item {
  height: 110vh;
  }
  
}


