.container-fluid {
  padding-top: 1.8rem;
}

.models {
  margin-left: 20px;
}

.model a,
.model p {
  font-family: 'Crimson Text';
  color: #3e3e3e;
  margin-right: 50px;
}

.model a {
  font-size: 1em;
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 0px;
}

.model:hover a {
  color: #d60f2a;
  text-decoration: none;
  padding-left: 15px;
}

.model:last-of-type p:last-of-type {
  padding-bottom: 20px;
}

.model.active a {
  color: #d60f2a;
}

@media screen and (min-width: 1024px) {
  .model.active a:after {
    content: '';
    width: 40px;
    margin-right: -100%;
    position: absolute;
    z-index: 1;
    left: 100%;
    transform: translate(-50%, 20px);
    border-top: 3px solid #d60f2a;
  }
}

@media screen and (max-width: 1023px) {
  .models {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
    margin-left: 0;
    margin-top: 130px;
    margin-bottom: 50px;
  }

  .model p {
    display: none;
  }

  .model {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .model:first-of-type {
    margin-top: 90px;
  }

  .models {
    margin-left: 20px;
  }

  .model:first-of-type {
    margin-top: 90px;
  }

  .model a,
  .model p {
    margin-right: 50px;
  }

  .model a {
    font-size: 1.7em;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
  }

  .model:hover a {
    color: #d60f2a;
    text-decoration: none;
    padding-left: 15px;
  }

  .model p {
    margin-bottom: 15px;
  }

  .model:last-of-type p:last-of-type {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .models {
    margin-left: 100px;
  }

  .model a,
  .model p {
    margin-right: 50px;
  }

  .model:hover a {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .model-text-box p {
    /*font-size: 25px;*/
  }
}

@media screen and (min-width: 1024px) {
  .model-space {
    margin-top: 80px;
    border-left: 2px solid #efefef;
  }
}

.model-text-box p:first-of-type {
  font-size: 1.5em;
}

.carousel {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .model-text-box,
  .carousel {
    position: relative;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.carousel img {
  position: relative;
  width: 100%;
}

.carousel-control {
  background: none !important;
}

.glyphicon {
  text-shadow: 0 0 15px black;
}

.model-text-box button {
  margin-top: 30px;
}

#contact-form-box {
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
  border: 1px solid #3e3e3e;
  padding: 20px;
}

.contact-form {
  border: none;
  border-bottom: 1px solid #3e3e3e;
}

#contact-form-box textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #3e3e3e;
}

#send-message {
  color: #d60f2a;
  background-color: white;
  border: solid #d60f2a 1px;
  padding: 5px 15px 5px 15px;
}

.model-text-box .call-to-action {
  color: white !important;
  font-size: 18px !important;
}

@media screen and (max-width: 1023px) {
  .model-text-box,
  .carousel {
    width: 90%;
  }

  .model-text-box button {
    /*font-size: 25px;*/
  }

  #contact-form-box form {
    /*font-size: 25px;*/
  }

  #contact-form-box textarea {
    /*font-size: 25px;*/
  }
}
