/*!
 * 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)
 */
html {  overflow-y: scroll; }

body {
  padding-top: 54px; background-color:#ffffff
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.banner_text {
/*	color:#F2C448; */
	color:#ffc107;
	text-shadow: 2px 2px #000000;
	text-align:center;
	left:0;
	right:0;
	line-height:1;
	font-family:times,'times roman', serif;
	font-weight:bold;
	z-index:1000;
	position:absolute;
	top:1cm;
	font-size:50px
}

.carousel-item {
  height: 35vh;
  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;
}

h2 {color:#800000}

h4 {font-size:20px}

.card-body {padding:.9rem}

.navbar-brand {font-weight:bold}

.carousel-caption {
  position: absolute;
  right: 15%;
/*   bottom: 20px;  */
  top: 3.5cm;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption-dark {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
}

h1.bluefade {
	background-image: linear-gradient(to right, #BFCCFD , #FFFFFF);
	padding-bottom:3px;
}

.has-error .help-block {
  color: #800000;
}

.bg-form {
	background-color:#e9ecef
}