/* CSS Document */
body {
  /* margin-top: 80px;*/
}
.company_text {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Arial", sans-serif;  
}
.search_btn {
  position: relative;
  top: -2px;
}
.navbar-brand {
  line-height: 30px;
}
.navbar-brand img {
  height: 30px;
}
@media (min-width: 768px) {
  .navbar-brand {
    line-height: 40px;
  }
  .navbar-brand img {
    height: 40px;
  }
}
.nav-item a.nav-link {
  color: rgb(13, 28, 61) !important;
  margin-top:.4rem;
  border-radius: 4px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    background-color: rgba(200,200,200,0.3);
    border-bottom: 1px solid gray;
}
/* Make logo img expand/shrink smoother */
.navbar-brand>img {
    transition: all 0.3s;
}
.text-center-title {
    background-color: rgba(65,65,65,0.6);
    padding: 0.5em;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
.patient-dropdown-menu {

}

.btn {
  background-color: #146031;
  color: white;
}
.btn:hover {
  background-color: darkgreen;
  color: white;
}
.product_card {
  width: 18rem;
  margin: 0 auto;
}
.navbar-nav .nav-item {
  white-space: nowrap;
}
.map-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.service-banner {
  position: relative;
}
.service-caption-left {
  position: absolute;
  top: 20%;
  left: 10%;
  color: rgb(240, 240, 240);
  text-shadow: 0.125em 0.25em 0.55em rgba(0, 0, 0, 0.56);
  font-weight: 700;    
  letter-spacing: -.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Arial", sans-serif;  
}
.service-caption-right {
  position: absolute;
  top: 20%;
  right: 10%;
  color: rgb(240, 240, 240);
  text-shadow: 0.125em 0.25em 0.55em rgba(0, 0, 0, 0.56);
  font-weight: 700;    
  letter-spacing: -.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Arial", sans-serif;    
}
.service-caption-top {
  position: absolute;
  top: 5%;
  left: 5%;
  color: rgb(240, 240, 240);
  text-shadow: 0.125em 0.25em 0.55em rgba(0, 0, 0, 0.56);
  font-weight: 700;    
  letter-spacing: -.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Arial", sans-serif;   
}
.service-caption-bottom-right {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: rgb(240, 240, 240);
  font-weight: 400;    
  letter-spacing: -.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Arial", sans-serif;   
}
.no_text_shadow {
    text-shadow: none !important;
    font-weight: 400 !important;
}
/* Adjust for header */
#directions {
  position: relative;
  top: -80px;
}
.store_logo {
  height: 2rem
}
.dfh_bg_color {
  background-color: rgb(9, 32, 60);
}
.form {
  width: 12rem;
  align-items: center;
  border: 0;
  cursor: pointer;
}
.form img {
  width: 10rem;
  border: 1px solid black;
}
img.fit {
    object-fit: cover;
    max-height: 800px;
    width: 100%;
}
.index_title {
    font-weight: 700;
    letter-spacing: -.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Arial", sans-serif;
}
.title_header {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;    
}
.title_header h2 {
    color: white;
    text-align: center;
    font-size: 2.4em;
    font-weight: 600;
}
.notice {
    padding: 1em;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.carousel_slow_fade .carousel-item {
    transition: transform 2s ease, opacity 3s ease-out !important;
}