body {
  font-family: Arial, Helvetica, sans-serif;
  background: rgb(46, 255, 128);
  background: linear-gradient(
    90deg,
    rgba(46, 255, 128, 1) 2%,
    rgba(0, 212, 255, 1) 100%
  );
}

/* NAV STYLING */
.navbar {
  background: rgb(46, 255, 128);
  background: linear-gradient(
    90deg,
    rgba(46, 255, 128, 1) 2%,
    rgba(0, 212, 255, 1) 100%
  );
  z-index: 2;
}

a.navbar-brand {
  font-weight: bold;
  color: white !important;
}

.navbar-nav {
  float: right;
  position: fixed;
  right: 10px;
  border-right: 10px;
  margin-right: 10px;
}

a.nav-item {
  color: white !important;
  text-align: right;
}
a.nav-item:hover {
  color: rgb(46, 255, 128) !important;
  font-weight: bold;
  font-style: italic;
}
/* a.nav-item:active {
  color: blue !important;
  font-weight: bold;
  font-style: italic;
} */

/* CARD STYLING */
.card,
#saveBtn {
  visibility: hidden;
}
.container {
  min-height: calc(90vh - 50px);
}

.card {
  color: white;
  background: transparent;
  margin: 0 auto; /* Added */
  float: none; /* Added */
}

#welcome {
  color: white;
  margin-top: 5rem;
  text-align: center;
}

.searchContents {
  text-align: center;
  margin-bottom: 5rem;
}

#celebrityInfo {
  align-content: center;
  max-height: 200px;
  /* color: white; */
}

#cardStyle {
  max-width: 540px;
  background: rgba(0, 0, 0, 0.2);
}

.card-text {
  text-align: center;
}

.card-img {
  border-radius: 4px !important;
}
p#personSign,
p#signCompatible {
  font-size: 0.85rem;
  color: rgb(46, 255, 128);
}

#personSign,
#signCompatible,
.horoscopeHeader {
  padding-top: 0.5rem;
  /* padding-bottom: 0.25rem; */
  text-align: center;
  /* border-bottom: 2px;
  border-bottom-style: solid;
  border-color: grey; */
}

.signCompatibleImg,
.signImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding-top: 0.25rem;
}

#signDescription {
  text-align: left;
}

.contentAlign {
  align-content: center !important;
}

#saveBtn {
  z-index: 2;
  bottom: 3rem;
  left: 5rem;
  position: absolute;
  max-width: 10rem;
  color: rgba(0, 212, 255, 1);
}
/* JUMBOTRON STYLING */
.jumbotron {
  background: rgb(46, 255, 128);
  background: linear-gradient(
    90deg,
    rgba(46, 255, 128, 1) 2%,
    rgba(0, 212, 255, 1) 100%
  ) !important;
  text-align: center;
  margin-top: 20rem;
  align-content: center;
}

h1.jumboHeader {
  font-weight: bolder;
  color: white;
}

p.lead {
  text-align: center;
}

p.footer {
  color: white !important;
}
.footer {
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgb(46, 255, 128);
  background: linear-gradient(
    90deg,
    rgba(46, 255, 128, 1) 2%,
    rgba(0, 212, 255, 1) 100%
  ) !important;
}

@media only screen and (max-width: 980px) {
  .jumbotron {
    background-color: rgb(255, 180, 192) !important;
    text-align: center;
    margin-top: 10rem;
    align-content: center;
  }

  .card {
    background: transparent;
    align-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .jumbotron {
    text-align: center;
    margin-top: 0rem;
    align-content: center;
  }
  .card {
    color: white;
    background: transparent;
    margin: 0 auto; /* Added */
    float: none; /* Added */
  }

  #signDescription {
    text-align: center;
  }

  #personCard,
  #compatCard {
    background: transparent;
  }

  .footer {
    color: white;
    display: none;
    /* position: relative; */
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
  }
  #saveBtn {
    z-index: 2;
    color: rgba(0, 212, 255, 1);
    position: absolute;
    bottom: -4rem;
    left: 1rem;
    max-width: 5rem;
  }
}
/* border-radius: 50% */
