.grey-background {
  background: #EAE3EA;
}

.bg-greyish {
  background: #EAE3EA;
}

.font-size-18px {
  font-size: 18px;
}

nav ul li {
  font-weight: 900;
  text-transform: uppercase;
}

.raleway-font {
  font-family: 'Raleway', sans-serif;
}

.playfair-font {
  font-family: 'Playfair Display', serif;
}

.font-size-65px {
  font-size: 65px;
}

.font-size-14px {
  font-size: 14px;
}

.font-size-24px {
  font-size: 24px;
}

.font-size-20px {
  font-size: 24px;
}

.font-size-40px {
  font-size: 40px;
}

.eggplant {
  color: #49274A;
}

.indigo {
  color: #30415D;
}

#photo-one {
  position: relative;
  z-index: 10;
  height: 340px;
  left: -100px;
}

#photo-two {
  position: relative;
  top: -50%;
  right: -10%;
  width: 600px;
  transform: rotate(90deg);
}

.ctn-2, .ctn-4 {
  padding: 40px 0;
}

.ctn-3 {
  padding: 80px;
}

.ctn-header {
  padding-bottom: 40px;
}

.ctn-header hr {
  margin: 15px auto;
  width: 50px;
  border-bottom: 2px solid black;
}

.ctn-header p {
  font-size: 24px;
}

.about-us li {
  text-align: left;
}

.about-us li div {
  vertical-align: middle;
}

.about-us li h2 {
  font-size: 22px;
}

.about-us li p {
  font-size: 14px;
}

.about-us img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
}

.about-us li {
  list-style: none;
}

.navbar-brand img {
  height: 300px;
}

.raising-the-volume {
  padding-right: 200px;
  min-height: 400px;
}

.portfolio img {
  height: 100px;
}

.team-photo {
  height: 300px;
}

.team-bg {
  position: relative;
  height: 400px;
}


.team-name {
  font-size: 14px;
}

.team-lead {
  font-size: 20px;
}

.team-text {
  font-size: 14px;
}

.tricia {
  padding-bottom: 50px;
}

.meg {
  margin-right: 50px;
}

.bump-down {
  margin-bottom: 40px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}

.we-are {
  padding: 15px 0;
}

@media screen and (max-width: 800px) {
  .yo {
    padding-top: 100px;
  }
  .raising-the-volume {
    padding: 0 0 100px 0;
    text-align: center;
    min-height: 400px;
  }

  #photo-one {
    left: 56px;
  }

  #photo-two {
    right: -20%;
  }
}
