.row, .col-md-6 {
  margin: 0;
  padding: 0;
}

.content {
  position: relative;
  height: calc(100% - 156px);
  overflow-y: scroll;
  margin: 0 80px 20px 80px;
  background-color: #fcfcfc;
  width: calc(100% - 160px);
}

.container {
  position: relative;
}

.tight-container {
  max-width: 750px;
  margin: 0 auto 30px auto;
}

.center {
  margin: 5px 10px 0 0;
  width: 70px;
  display: inline-block;
  text-align: center;
}

.red-square, .blue-square, .purple-square {
  width: 100%;
  height: 70px;
  border-radius: 5px;
}

.red-square {
  background-color: #e8516c;
}

.blue-square {
  background-color: #4ab2dd;
}

.purple-square {
  background-color: #9e9ecb;
}

.color-text {
  display: inline-block;
  font-family: 'PT Serif Caption';
  font-weight: 600;
}

/*::-webkit-scrollbar {
    display: none;
}*/

.vertically-align {
  display: flex;
  align-items: center;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

p {
  transition: all 0.2s;
}

.hover-red-text:hover p {
  color: #f45b69;
}

.link, .link:visited {
  transition: color 0.3s;
}

.link:hover {
  color: #2cb8e2;
}

.right-margin {
  margin-right: 10px;
}

.small-text {
  font-size: 15px;
  margin-top: 10px;
}

.first-name {
  color: #2cb8e2;
}

.last-name {
  color: #454545;
}

.soft-grey, .soft-grey-red {
  margin: 0;
  color: #454545;
  transition: color 0.3s;
  display: inline-block;
}

.link:hover .soft-grey {
  color: #2cb8e2;
}

.soft-grey:hover, .soft-grey:active {
  color: #2cb8e2;
}

.link:hover .soft-grey-red {
  color: #f45b69;
}

.hero-img {
  width: 100%;
}

.content-img {
  width: 100%;
  margin: 30px 0 10px 0;
  border-radius: 5px;
}

.content-img1 {
  width: 100%;
  margin: 0 0 10px 0;
}

.padded-img {
  padding: 10px 50px 35px 50px;
}

.img-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  background-color: #eeeeee;
}

.img-banner-dark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  background-color: #333333;
}

.header-img {
  height: 190px;
  width: auto;
}

.header-img-wide {
  width: 400px;
  height: auto;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #2cb8e2;
  margin: 8px 0 0 6px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid #2cb8e2;
  border-bottom: 6px solid transparent;
  margin: 4px 10px 0 0;
}

.arrow-left-red {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid #f45b69;
  border-bottom: 6px solid transparent;
  margin: 5px 10px 0 0;
}

.separator {
  width: 100%;
  height: 30px;
  background-color: #fcfcfc;
}

.return-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #888888;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
  margin: 12px 0;
}

.menu-items {

}

.flex {
  display: flex;
}

.menu-item {
  display: flex;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #454545;
  letter-spacing: 0.5px;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.header {
  font-family: 'PT Serif Caption', serif;
  font-size: 2.5em;
  font-weight: 600;
  color: #4a4a4a;
  margin-top: 50px;
  letter-spacing: 0.3px;
}

.subheader {
  font-family: 'PT Serif Caption', serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #616161;
  /*text-align: center;*/
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.subheader1 {
  font-family: 'PT Serif Caption', serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #616161;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.subheader2 {
  font-family: 'PT Serif Caption', serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #616161;
  margin-top: 30px;
  margin-bottom: -10px;
  padding-bottom: 0;
  line-height: 1.5em;
}

.subtitle {
  font-family: 'PT Serif Caption', serif;
  font-size: 1.8em;
  font-weight: 600;
  color: #4a4a4a;
  margin: 100px 0 10px 0;
  transition: all 0.3s;
  letter-spacing: 0.3px;
}

.copy-text {
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  margin: 15px 0;
  line-height: 2em;
}

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

.top-margin {
  margin-top: 40px;
}

.accent-text {
  display: inline-block;
  font-size: 12px;
  font-family: 'Open Sans', serif;
  font-weight: 600;
  color: #4a4a4a;
  margin-right: 10px;
  text-transform: uppercase;
}

.banner-img {
  width: 300px;
}

.work-entry-tag {
  display: inline-block;
  color: #ffffff;
  padding: 3px 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.3px;
  background-color: #2cb8e2;
  border-radius: 20px;
  margin: 0 2px 10px 2px;
}

.work-entry-tag-red {
  display: inline-block;
  color: #ffffff;
  padding: 3px 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.3px;
  background-color: #f45b69;
  border-radius: 20px;
  margin: 0 2px 10px 2px;
}

.prev, .prev-red {
  display: flex;
  align-items: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.prev-box {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 50px;
  width: 10px;
  background-color: #e1e1e1;
  margin-right: 20px;
  transition: all 0.2s;
}

.next, .next-red {
  display: flex;
  align-items: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.next-box {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 50px;
  width: 10px;
  background-color: #e1e1e1;
  margin-left: 20px;
  transition: all 0.2s;
}

.nav-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 5px;
  color: #888888;
  transition: all 0.2s;
}

.prev:hover, .next:hover {
  cursor: pointer;
}

.prev:hover .prev-box {
  background-color: #2cb8e2;
  width: 15px;
}

.next:hover .next-box {
  background-color: #2cb8e2;
  width: 15px;
}

.prev:hover .nav-text,
.next:hover .nav-text {
  color: #2cb8e2;
}

.prev-red:hover .prev-box {
  background-color: #f45b69;
  width: 15px;
}

.next-red:hover .next-box {
  background-color: #f45b69;
  width: 15px;
}

.prev-red:hover .nav-text,
.next-red:hover .nav-text {
  color: #f45b69;
}

.red-text{
  color: #f45b69;
}

.blue-text {
  color: #2cb8e2;
}

@media(max-width: 1100px) {
  .content {
    margin: 0;
    height: calc(100% - 135px);
    width: 100%;
  }

  .prev, .next,
  .prev-red, .next-red {
    display: none;
  }
}

@media(max-width: 750px) {
  .header {
    margin-top: 30px;
    font-size: 2em;
  }

  .subheader {
    font-size: 1em;
  }
}
