body {
  font-size: 16px;
  min-height: 75rem;
  padding-top: 3.5rem;
}

.navbar-color {
  background-color: #ffffff;
}
.navbar-shadow {
  box-shadow: rgba(4, 17, 29, 0.25) 0px 0px 8px 0px;
}

.section-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.cursor-pointer{
  cursor: pointer;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  z-index: 999;
}
.section::after {
  background-image: url("../images/clouds.jpg");
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
}

.card-text-fixed-height  {
  height: 10rem;
}

.copy-notification {
  color: #ffffff;
  background-color: rgba(0,0,0,0.8);
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align:center;
}

.start_info {
  margin-top: 1rem;
  margin-bottom: -1.5rem;
  font-size: 2rem;
}