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

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

.container {
  max-width: 1100px;
  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;
}

.banner {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 40px auto 0 auto;
  border-left: 3px solid #1BA7A3;
  border-radius: 3px;
  background-color: rgba(61,201,197, 0.05);
}

.banner p a {
  color: #3DC9C5;
  font-weight: bold;
  text-decoration: underline;
}

.banner p {
  font-size: 1.2em;
  margin: 0;
}

.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: 'Merriweather';
  font-weight: 700;
}

.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 {
  color: #3DC9C5 !important;
}

.link,
.link:visited {
  transition: all 0.15s;
}

.link:hover {
  color: #1BA7A3;
}

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

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

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

.link:hover .soft-grey {
  color: #3DC9C5;
}

.soft-grey:hover,
.soft-grey:active {
  color: #3DC9C5;
}

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

.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;
}

.mockup-box-shadow {
  box-shadow: 0px 4px 15px rgba(51, 51, 51, 0.2);
  margin-top: 10px;
}

.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;
  max-width: 70%;
}

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

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid #3DC9C5;
  border-bottom: 6px solid transparent;
  margin: 4px 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;
  margin: 20px 0;
}

.menu-name,
.menu-item {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #454545;
  font-size: 1.1em;
  padding: 17px 5px 5px 5px;
  border-top: 3px solid transparent;
  transition-property: color, border-color;
  transition-duration: 0.1s;
}

.menu-items {
  display: flex;
}

.menu-item {
  margin-left: 20px;
}

.menu-name:hover,
.menu-item:hover,
a:focus .menu-name,
a:focus .menu-item {
  color: #3DC9C5;
  border-color: #3DC9C5;
}

.flex {
  display: flex;
}

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

.header {
  font-family: 'Merriweather', serif;
  font-size: 3em;
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 50px;
  letter-spacing: 0.3px;
}

.subheader {
  font-family: 'Merriweather', serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #616161;
  /*text-align: center;*/
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.subheader1 {
  font-family: 'Merriweather', serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #616161;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5em;
}

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

.subtitle {
  font-family: 'Merriweather', serif;
  font-size: 2em;
  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;
}

.banner-img-2 {
  padding-top: 8px;
  width: 320px;
}

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

.work-entry-tag-red {
  display: inline-block;
  color: #ffffff;
  padding: 4px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.3px;
  background-color: #3DC9C5;
  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-size: 1.2em;
  font-weight: 400;
  margin-top: 5px;
  color: #888888;
  transition: all 0.2s;
}

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

.prev:hover .prev-box, a:focus .prev-box {
  background-color: #3DC9C5;
  width: 15px;
}

.next:hover .next-box, a:focus .next-box {
  background-color: #3DC9C5;
  width: 15px;
}

.prev:hover .nav-text,
.next:hover .nav-text,
a:focus .nav-text,
a:focus .nav-text {
  color: #3DC9C5;
}

.red-text{
  color: #3DC9C5;
}

.blue-text {
  color: #3DC9C5 !important;
}

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

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

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

  .subheader, .subheader1 {
    font-size: 1.5em;
  }
}
