body {
  color: #353535;
  background: linear-gradient(#c1f1d6, #ccffff 50%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar-brand {
  font-style: italic;
}

#section-portfolio {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section::before {
  display: block;
  content: "";
  margin-top: -75px;
  height: 125px;
  visibility: hidden;
  pointer-events: none;
}

.section h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 300%;
  text-align: center;
}

/* #section-description h1 {
  font-style:italic;
  font-size:250%;
}

#section-description p {
  font-style:italic;
  font-weight:bold;
  text-align:center;
} */

#contact-output {
  margin: 10px 0px;
}
.btn-light {
  border-color: rgb(206, 212, 218);
}

/* Cards displaying Website iFrames */
.card {
  background-color: transparent;
  color: black;
  border: 3px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
}
.card-subtitle {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 0;
  font-style: italic;
  color: #585858;
}
.card-subtitle a {
  font-style: italic;
  color: #585858;
}
.card-text {
  padding-top: 0.5rem;
  margin-bottom: 0;
  color: #585858;
}
.card-text a {
  color: #585858;
}
p.card-text:last-of-type {
  padding-bottom: 0.5rem;
}

.card-img-bottom {
  height: 550px;
}

.footer-copyright {
  margin-top: 15px;
  margin-right: 15px;
  color: #515A5A;
  font-size: 75%;
  font-style: italic;
  text-align: right;
}
