body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

.font-delius {
  font-family: 'Delius Swash Caps', cursive;
}

.font-ibm {
  font-family: 'IBM Plex Mono', monospace;
}

.icon {
  font-size: 4.5em;
  color: #14b592;
  padding: 15px;
  /*ease: 0.2s*/
}

.icon:hover {
  color: #109074;
}

.top-buffer {
  padding-top: 75px;
}

.bottom-buffer {
  padding-bottom: 75px;
}

.page-section {
  padding: 100px 0;
}

.page-section.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section .section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Open Sans', Arial, sans-serif;
}

#mainNav {
  background-color: #EC8697;
}

#mainNav .navbar-toggler {
  font-size: 20px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #EC8697;
  font-family: 'Open Sans', Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Open Sans', Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #EC8697;
  }
}

header.masthead {
  color: white;
  background-image: url("/images/pinkdesk.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 120px;
  padding-bottom: 215px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  font-family: 'Roboto', Arial, sans-serif;
}

header.masthead .name {
  color: #EC8697;
  font-size: 55px;
}

@media (min-width: 768px) {
  header.masthead {
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 150px;
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    font-family: 'Roboto', Arial, sans-serif;
  }
  header.masthead .name {
    color: #EC8697;
    font-size: 100px;
  }
}

#graphics img {
  width: 300px;
}

#graphics .small-graphic {
  width: 140px;
}
