/* Elements */
body {
  /* background-color: rgb(245, 242, 237); */
  background-color: rgba(255, 255, 255, 1);
}

footer {
  color: rgba(0, 0, 0, 1);
}

/* Classes */
.bannerText {
  color: white;
}

.navbar-brand {
  color: rgba(0, 0, 0, 1);
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-size: 2rem;
  /* font-weight: <weight>; */
  font-style: normal;
}

/* IDs */
#banner {
  background-image: url("/img/banner.gif");
  background-position: center;
  background-repeat: no-repeat;
}
#memoirsMain {
  min-height: 25rem;
}
#benchLink {
  background-image: url("/img/manBench-min.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;

  /* background-color: red; */
}
#benchLink h2,
p {
  color: rgba(0, 0, 0, 1);
}
#navbarMain {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}
.nav-link {
  color: rgba(0, 0, 0, 1);
}

.link-secondary {
  color: rgba(0, 0, 0, 1) !important;
}

.contact {
  color: rgba(0, 0, 0, 0.8);
}

.generic-content {
  min-height: 20rem;
  /* height: 20rem; */
  padding: 2rem;
  background-color: rgb(245, 242, 237);
  border-radius: 0.3rem;
  border-style: solid;
  border-color: rgba(135, 135, 135, 0.9);
  color: rgba(135, 135, 135, 0.8);
}

.video-content {
  padding: 2rem;

  border-radius: 0.3rem;
  border-style: solid;
  border-color: rgba(135, 135, 135, 0.9);
}
.picture-content {
  padding: 2rem;

  border-radius: 0.3rem;
  border-style: solid;
  border-color: rgba(135, 135, 135, 0.9);
}

.generic-content:hover {
  /* height: 20rem; */
  padding: 3rem;
  background-color: rgba(134, 134, 134, 0.2);
  border-radius: 0.3rem;
  border-style: solid;
  border-color: rgba(135, 135, 135, 0.9);
  color: rgba(135, 135, 135, 0.8);
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
}

.add-media {
  font-size: 3rem;
  border-radius: 1rem;
  border-style: solid;
  width: 5rem;
}

.add-media:hover {
  font-size: 3rem;
  border-radius: 1rem;
  border-style: solid;
  border-width: 0.2rem;
  width: 5rem;
}

.media-icons {
  font-size: 3rem;
}

.memoirTextBox {
  /* background-color: red; */
  height: 500px;
  padding: 1rem;
  margin: 1rem;
}

.memoirTextBox p {
  color: black;
}

.macmillanBanner {
  background-color: green;
  /* height: 50px; */
  padding: 10px;
}

.macmillanBanner h1 {
  color: white;
}

.switch-wrapper {
  width: 110px;
  height: 44px;
  display: inline-block;
}

.auth-switch {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #007bff;
  border-radius: 30px;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 6px;
  top: 6px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.auth-switch:checked + .slider {
  background-color: #28a745;
}

.auth-switch:checked + .slider::before {
  transform: translateX(60px);
}

.switch-label {
  font-weight: bold;
  font-size: 1.5rem;
}

.bio-header {
  color: rgba(0, 0, 0, 1);
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-size: 2rem;
  /* font-weight: <weight>; */
  font-style: normal;
  margin-bottom: 1.8rem;
}
#tabbedModalTabs .nav-item .nav-link {
  color: #5c7474 !important;
}

#tabbedModalTabs .nav-item .nav-link.active {
  color: black !important;
}

#tabbedModalTabs .nav-item .nav-link:focus {
  color: black !important;
}

#ribbon {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
  height: 3rem;
}
