/*home page */
#home-page,
.interior-page {
  padding-top: 40px;
}

#home-page-logo img {
  width: 180px;
}

.name-header {
  font-size: 22pt;
}

#bio_home_page li {
  font-size: 10pt;
  line-height: 20pt;
  letter-spacing: 3px;
}

.bio-text {
  padding-left: 10px;
}

/* header */
#social-media {
  padding-right: 30px;
}

.nav-item-logo img {
  width: 70px;
}

.nav-item i,
.nav-item-social i {
  margin-bottom: 10px;
  font-size: 20pt;
}

.nav_text {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 10pt;
}

.nav-item-social {
  padding-left: 10px;
  margin-bottom: 20px;
  color: #3366cc;
  display: none;
}

.interior-description-text {
  padding: 20px;
  font-size: 10pt;
  line-height: 20pt;
}
#view-projects {
  margin-top: 80px;
}
#next-project {
  margin-top: 40px;
}

/*Madlibs Styles*/
#madlibs-slide {
  height: 250px;
  width: 100%;
  align-content: center;
}

#madlibs-slide img {
  height: 250px;
}

/*camp trip */
#camp-trip-interior {
  padding-bottom: 80px;
}

#camp-trip-image-mobile {
  display: none;
}

#camp-trip-top {
  height: 160px;
}

#character-choices {
  margin-top: 10px;
}

/*Illustration Styles*/
.illustration-card {
  padding: 10px;
}

.illustration-sub-heading h2 {
  font-size: 24pt;
}
