/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
/*  padding-top: 36px; */
/*  background-color: #e6ffe6;*/
  background-color: #ffffff;
}

.bg-dark {
    background-color: #cccccc !important;
}

.navbar-dark .navbar-brand {
    color: #9b0606;
	font-weight: 600;
	font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #9b0606;
	font-weight: 600;
}

.brandheading, .smallbrand, .verysmallbrand {
    color: #9b0606;
}

.brandheading, .shiftcarousel {
	  padding-top: 76px; 
}	  

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .brandheading {
    font-size: 32px;
  }
  .smallbrand {
	 font-size: 24px;
  }	 
  .verysmallbrand {
	 font-size: 20px;
  }	 
}

@media screen and (min-width: 801px) {
  .brandheading {
    font-size: 40px;
  }
  .smallbrand {
	 font-size: 26px;
  }	 
  .verysmallbrand {
	 font-size: 22px;
  }	 
}

.hidediv {
display:none;
}	




@media screen and (max-width: 600px) {
  .brandheading {
    font-size: 22px;
  }
  .smallbrand {
	 font-size: 20px;
  }
  input {
	font-size: 13px;
  }
}


.dropdown-menu {
  background-color: #ddd;
  background-clip: padding-box;
  border: 1px solid rgba(155, 6, 6, 1);
  border-radius: 0.5rem;
}

.dropdown-item {
    color: #9b0606;
	font-weight: 600;
}


/* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 60%;
  }

.carousel-indicators {
	justify-content: left;
	margin-left: 5%;
}	

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

hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid hsla(0, 93%, 32%, 0.8);
}

.card-header {
    padding: 0.25rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.card-body {
    padding: 0.25rem 1.25rem;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(155, 6, 6, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.title {
	background-color: rgba(155, 6, 6, 0.1);
	text-align: center;
}	

div.footer {
	margin-top: 50px;
	font-size: 80%;
	padding: 20px;
/*	background-color: #006000;
	color: #e6f1ff;
	background-color: #da291b;
	color: #f1d1cf;*/
	background-color: #000000;
	color: #ffffff;
	background-image: linear-gradient(to right, #000000 , #da291b, #da291b);
}	


div.topper {
	margin-bottom: 50px;
	font-size: 80%;
	padding: 10px;
/*	background-color: #006000;
	color: #e6f1ff;
	background-color: #da291b;
	color: #f1d1cf;*/
	background-color: #000000;
	color: #ffffff;
	background-image: linear-gradient(to right, #000000 , #da291b, #da291b);

}

button.btn-motivator{
	background-color: #da291b;
	border-color: #da291b;
	color: #ffffff;
}	

.btn-motivator:hover {
	color: #ffffff;
}	



input.btn-motivator{
	background-color: #da291b;
	border-color: #da291b;
	color: #ffffff;
}


img.small {
    width:10px; /* you can use % */
    height: auto;
}

input.numresponse{
	text-align: right;
}
	
h4 {
	color: #da291b;
	margin-top: 20px;
}	

img.icon {
	margin-right: 20px;
}
	