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

  /* STANDARDS AND VARIABLES
  --dk-blue-bg-color: #313A4B;
  --lime-green-color: #82BB41;
  --md-green-text-color: #458010;
  --md-blue-headline-color: #224B77;
  */
body {
  padding-top: 56px;
}


/* CHANGE PADDING FOR HEADLINE UNDER MAIN CAROUSEL */
 .my-4 {
    margin-bottom: 20px!important
}


#grow-business { 
  margin-bottom: 1.5rem;	
  color: rgba(33,37,41,0.60);
} 

/* CHANGE BACKGROUND OF NAV BAR */

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

/* CHANGE NAV BAR LINK FONT AND COLOR */
.navbar-dark .navbar-nav .nav-link {
	/* color: #FFFFFF */
	color: #9ecc48;
	font-size: 1.1em;
}




/* CHANGE NAV BAR LINK HOVER COLOR

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #82BB41;
}
*/


.carousel-item {
  position: relative;
  min-height: 300px;
  max-height: 550px;
  top: 50%;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

/* generic mobile */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (orientation: portrait) { 
.carousel-item {
height: 30vh; 
/*	min-height: 600px; */
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
} 

/* iPhone X */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.carousel-item {
height: 30vh; 
	min-height: 30px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
}

/* iPhone 11 */
/* @media only screen 
    and (device-width: 414px) 
    and (device-height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { }
  and (orientation: portrait) { 
.carousel-item {
height: 30vh; 
	min-height: 20px;
  background: no-repeat center center scroll;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
}
*/
/* ADJUST SLIDE SHOW TEXT ON HOME PAGE */
.carousel-caption {
	color: #FFFFFF;
	/* text-shadow: 0px 0px 5px #000000; */
	  text-shadow: -2px -2px 0 rgba(1, 96, 116, 1),
               2px -2px 0 rgba(1, 96, 116, 1),
               -2px 2px 0 rgba(1, 96, 116, 1),
               2px 2px 0 rgba(1, 96, 116, 1),
               -3px 0 0 rgba(1, 96, 116, 1),
               3px 0 0 rgba(1, 96, 116, 1),
               0 -3px 0 rgba(1, 96, 116, 1),
               0 3px 0 rgba(1, 96, 116, 1);
}


.carousel-indicators li {
	background-color: white;
	border: 3px solid;
	border-color: rgba(1, 96, 116, 1);
	height: 1em;
	width: 1em;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50%; 
	opacity: .8;
	transition: opacity .6s ease
}

.carousel-indicators .active {
	background-color: rgba(1, 96, 116, 1);
	border: 3px solid;
	border-color: white;
	opacity: .8;
}
/* .carousel-indicators li {
    padding: 1px;
    box-shadow:  2px 2px 3px rgba(255,5,5,1.00) inset;
} */

/*
.carousel-indicators .active {
    padding: 1px;
    box-shadow:  2px 2px 3px rgba(255,5,5,1.00) inset;
}
*/

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

.standard-edge-colors {
  color:#FFFFFF;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  text-shadow: -1px 0 black, 0 1px black;
}

.edge-colors {
	margin-left: 0px;
	margin-right: 0px;
}
	
.standard-tab-colors {
  height: 50px;
  padding-top: 8px;
  color:#FFFFFF;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  text-shadow: -1px 0 black, 0 1px black;
}
	
.curved-div {
  padding-top: 10px;
  background: #FFFFFF;
  color: #000;
  text-align: center;
  fill:#29abe2;
  stroke:#808285;
  stroke-miterlimit:10;
  stroke-width:.29px;
}

svg text{
  stroke-width:0px;
  fill: #fff;
  text-shadow: -1px 0 black, 0 1px black;
  text-anchor: middle;
  dominant-baseline: middle;
  font-size: 40%;
}