/* HEADER */
.break-text .intro-text {
  word-wrap: break-word;
}

header.masthead {
  text-align: left;
}

header.masthead .intro-text .intro-heading {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 70px;
}

header.masthead .intro-text .intro-lead-in {
  font-style: normal;
  margin-top: 5px;
  font-size: 35px;
  line-height: 35px;
}

header.masthead .intro-text .intro-lead-bottom {
  color: #fed136;
  margin-top: 100px;
  font-size: 35px;
  font-style: italic;
  line-height: 35px;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.info-box {
  padding-top: 30px;
  background-color: #fed136;
  border: 5px solid black;
  border-radius: 10px;
}

/* PORTFOLIO */
.portfolio-caption {
  margin-top: 0.5em;
}

/* CONTACT SECTION */
section#contact .section-heading {
  color: #000;
}

section#contact {
  background-color: #fff;
}

/* BUTTONS */
.btn-alternate {
  color: #000;
  background-color: #fed136;
  border-color: #fed136;
}
.btn-alternate:hover {
  color: #fff;
}

/* MEDIA */
@media (max-width: 1199px) {
  header.masthead .intro-text .intro-heading {
    font-size: 60px;
    line-height: 60px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 30px;
    line-height: 30px;
  }
  header.masthead .intro-text .intro-lead-bottom {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  header.masthead .intro-text .intro-heading {
    font-size: 45px;
    line-height: 50px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 25px;
    line-height: 25px;
  }
  header.masthead .intro-text .intro-lead-bottom {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  div p {
    margin-top: 0.5em;
  }
  .info-box {
    margin: 10px;
  }
  .img-rounded {
    margin: 0 auto;
    display: block;
  }
  .col-sm-4, .col-sm-8 {
    text-align: center;
    margin-top: 10px;
  }
}

/* VIDEO */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-9by16 {
  padding-bottom: 177.78%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* MODALS */
.modal-body a {
  color: blue;
}

@media (max-width: 575px) {
  .portfolio-modal .modal-content h2 {
    font-size: 2em;
  }
}

.modal-content .modal-img-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .modal-content .modal-img-big {
    display: none;
  }
  .modal-content .modal-img-small {
    display: block;
  }
}
