body div {
  /*default font-family for all pages*/
  font-family: 'Poppins', sans-serif;
  /*************************************/
}

nav a {
  /*navbar links text font-family*/
  font-family: 'Playfair Display', serif;
  /*****************************************/
}

.about-content {
  text-align: center;
}

.about-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.about-content h3 {
  margin-bottom: 40px;
}

.about-content .about-content__description {
  padding: 0 40px;
}

.about-page-artwork1 {
  max-width: 600px;
  margin: 0 auto;
}

.about-content__SNHU {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}

.about-content-SNHU-pic {
  max-width: 400px;
  margin: 0 auto;
}

.carousel {
  background-color: #777777;
  margin-bottom: 200px;
}

.carousel .carousel-inner {
  overflow: visible;
}

.carousel-inner img {
  max-height: 500px;
  width: auto;
  margin: auto;
}

.carousel-caption {
  position: relative;
}

.carousel-caption h3 {
  position: relative;
  font-size: 6vh;
  font-weight: bold;
  color: #9EAB6E;
  top: 240px;
}

.carousel-caption {
  height: 0px;
}

.carousel-caption p {
  position: relative;
  color: black;
  font-size: 2.5vh;
  top: 10vh;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") color: black;
}

.descriptive-text {
  margin: 60px;
}

.descriptive-text h2 {
  /*color for descriptive text*/
  color: #9EAB6E;
  margin: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 414px) {
  .descriptive-text h2 {
    font-size: 20px;
  }
}

.intro {
  padding: 40px 15px;
  /* Color of "Hi, I'm Deborah section" */
  background: rgba(221, 199, 160, 0.7);
  /***************************************/
  text-align: center;
}

.intro-top {
  text-align: left;
}

.intro-bottom {
  text-align: right;
}

.portfolio-header {
  background-color: #9EAB6E;
  max-height: 300px;
  text-align: center;
}

.portfolio-header h1 {
  font-size: 8vw;
  padding: 60px 0;
  margin: 0;
  font-weight: bold;
}

.main-header {
  /* Color of the header text section */
  background: #9EAB6E;
  margin: 0;
  padding: 0;
}

.main-header-title {
  text-align: center;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  height: 100%;
}

.main-header-title h1 {
  /* Font size of "Deborah Zieber" in header */
  font-size: 60px;
  /******************/
}

.main-header-title h2 {
  /* Font size of "Graphic Designer | Photographer" */
  font-size: 30px;
  /******************/
  margin: 0;
}

@media (max-width: 414px) {
  .main-header-title h1 {
    /* Font size of "Deborah Zieber" in header FOR PHONE SCREENS*/
    font-size: 40px;
    /******************/
  }
  .main-header-title h2 {
    /* Font size of "Graphic Designer | Photographer" FOR PHONE SCREENS*/
    font-size: 20px;
    /******************/
  }
}

.main-header .main-header-pic {
  padding: 0;
}

.main-header-pic img {
  width: 100%;
  height: auto;
}

.about-header {
  max-height: 500px;
  overflow: hidden;
}

.about-header img {
  width: 100%;
  height: auto;
}

.main-footer {
  padding: 60px 0;
  text-align: center;
  font-size: 20px;
}

.main-footer p {
  font-size: 2.7vh;
}

.social-media-icons img {
  height: 60px;
  margin-bottom: 40px;
}

.resume-text {
  text-align: justify;
  margin-bottom: 40px;
}

.showcase {
  text-align: center;
  margin: 30px 0;
}

.showcase .col-lg-4 {
  margin-bottom: 40px;
}

.showcase h2 {
  margin-top: 20px;
  font-size: 2vh;
}

.navbar {
  background-color: lightgrey;
  min-height: 50px;
}

.nav-link {
  font-size: 25px;
  margin-left: 20px;
}

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}