/* Palette */
* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/basket-bronze-blur.jpg) no-repeat center center fixed;
  background-size: cover;
}

/* Navbar     */
.navbar {
  background-color: rgb(57, 62, 65);
  padding: 10px 20px 10px 20px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.navbar:hover {
  opacity: 1;
}

.nav-item a {
  color: rgb(250, 237, 205) !important;
  text-transform: uppercase;
}

nav a {
  color: rgb(250, 237, 205) !important;
  text-decoration: none;
}

nav a:hover, .nav-item a:hover {
  color: rgb(124, 198, 254);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(254, 250, 224, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*  main container */
.container {
  margin-top: 20px;
  padding-bottom: 20px;
}

#team, #home, #services {
  padding-top: 60px;
}

/* Containers with Garden background */
.garden h1 {
  color: rgb(250, 237, 205);
  text-transform: uppercase;
}

/* Team div */
#team {
  background-color: rgb(212, 163, 115);
}

/* Typography */
h2 {
  text-transform: uppercase;
}

.quote {
  color: rgb(250, 237, 205);
  margin-bottom: 0 !important;
}

.garden-spacer {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-backdrop-filter: contrast(40%);
          backdrop-filter: contrast(40%);
}

h2.tag-line, h3.quote {
  font-style: italic;
  text-transform: none !important;
}

.garden h2, .light h2, h3 {
  padding-bottom: 10px;
}

.garden h2 {
  color: rgb(250, 237, 205);
}

.light h2 {
  color: rgb(57, 62, 65) !important;
}

.logo {
  width: 50%;
}

.light {
  background-color: rgba(250, 237, 205, 0.8);
  padding: 20px;
}

.service-list li {
  text-align: left;
}

p.card-text, p.bio, h5 {
  text-align: left;
}

img.bio-right, img.bio-left {
  margin-right: 10px;
  height: 150px;
  border-radius: 5px;
  border: rgb(250, 237, 205) solid 1px;
}

img.bio-left {
  float: left;
}

img.bio-right {
  float: right;
  background-color: white;
}

.bio-row {
  padding: 10px;
  opacity: 0.8;
  color: #1F1300;
}

/* Footer */
footer {
  background-color: rgba(250, 237, 205, 0.8) !important;
  padding-top: 5px;
  color: rgb(57, 62, 65);
}

footer a {
  text-decoration: none;
}

#contact p {
  margin-bottom: 0.5rem !important;
}/*# sourceMappingURL=styles.css.map */