:root {
  --pink: #fdafc0;
  --green: green;
  --pink-banner: #fdafc085;
  --pink-transparent: #fdafc08f;
}

/* header */
.header-top {
  opacity: 0.8;
  background-image: url(./assets/sd-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  font-family: "Pacifico", cursive;
}

.header-top h1 {
  font-size: 5em;
}
.header-vertical {
  padding-top: 10%;
  color: rgb(255, 255, 255);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}
.header {
  margin: 0;
  text-align: center;
  background-color: var(--pink);
  color: white;
}

.signup {
  background-color: white;
  color: black;
}
.signup:hover {
  background-color: var(--green);
}

.bg-sd-primary {
  background: var(--pink);
}

.btn-sd-primary {
  background: var(--pink);
  border: 1px solid black;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.navbar-light .navbar-brand {
  color: white;
}

.information-box {
  background-color: lightblue;
  border-radius: 10px;
  padding: 20px;
}
.information-label {
  --bottom-shift: 60px;
  position: relative;
  right: -110px;
  bottom: var(--bottom-shift);
  background-color: var(--pink-banner);
  border-radius: 15px 0 0 15px;
  padding: 10px 50px;
  color: rgb(66, 66, 66);
  border: 3px solid rgba(60, 60, 60, 0.114);
  width: calc(100% - 110px + 3px);
  margin-bottom: calc(var(--bottom-shift) * -0.8);
  text-align: right;
}
.footer {
  background-color: #fdafc0;
  min-height: 150px;
}

.footer li {
  list-style-type: none;
}

.footer a {
  text-decoration: none;
  color: white;
}

.btn-press {
  background-color: #79a04a;
  color: white;
}

.btn-pink {
  background-color: var(--pink);
  color: white;
}

.card-img-top {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 250px;
  margin-bottom: 1rem;
}

/* h2,
h3,
h4,
h5 {
  font-family: "Architects Daughter", cursive;
} */

.ml-auto {
  margin-left: auto;
}

.course-list:hover {
  background-color: rgba(232, 231, 231, 0.551);
}

.course-content {
  background-color: var(--pink-transparent);
  padding: 10px 30px;
  border-radius: 10px;
  border: 3px rgba(0, 0, 0, 0.177) solid;
}
@media screen and (max-width: 728px) {
  .header-top h1 {
    font-size: 2.8rem;
  }
  .header-top {
    height: 200px;
    background-image: url(./assets/sd-background-sm.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: initial;
  }
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alert-baby-blue {
  background-color: rgb(120, 185, 235, 0.5);
}

.list-group-item-sd {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-sd.list-group-item-action:focus,
.list-group-item-sd.list-group-item-action:hover {
  color: white;
  background-color: #fdafc0;
}
