/* RESETS ------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* VARIABLES ------------------------------------------- */
.iu-red {
  color: #950d00;
}
.bg-iu-red {
  background-color: #950d00;
}
.iu-gray {
  color: #a19e9b;
}
.bg-iu-gray {
  background-color: #a19e9b;
}
.so-orange {
  color: #f48024;
}
.bg-so-orange {
  background-color: #f48024;
}
.lessonly-yellow {
  color: #f3c600;
}
.bg-lessonly-yellow {
  background-color: #f3c600;
}
.ra-green {
  color: #3e9b76;
}
.bg-ra-green {
  background-color: #3e9b76;
}
.serif {
  font-family: 'Merriweather', serif;
}
.sans {
  font-family: 'Open Sans', sans-serif;
}
.light {
  background-color: #fafafa;
}
.dark-bg {
  background-color: #222222;
  color: #A7A7A5;
}
.dark a {
  color: white;
}
.white- {
  background-color: #E9E7E1;
}
.white-bg {
  background-color: #E9E7E1;
}
.black {
  background-color: #232B31;
  color: #E9E7E1;
}
.black a {
  color: #E9E7E1;
}
.lt-text {
  color: #858c93;
}
.dk-text {
  color: #232B31;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.p-10 {
  padding: 10 !important;
}
.pt-10 {
  padding-top: 10 !important;
}
.pb-10 {
  padding-bottom: 10 !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-10 {
  margin: 10 !important;
}
.mt-10 {
  margin-top: 10 !important;
}
.mb-10 {
  margin-bottom: 10 !important;
}
.m-15 {
  margin: 15 !important;
}
.mt-15 {
  margin-top: 15 !important;
}
.mb-15 {
  margin-bottom: 15 !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.animate {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
p {
  padding: 5px 0 0 0;
  margin: 0 0 20px 0;
  color: #242629;
}
a {
  color: #0c0d0e;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:hover {
  color: #3c3f44;
}
i {
  color: #3c3f44;
}
img {
  padding: 0;
  margin: 5px 0 15px 0;
}
.border {
  border: 1px solid #e4e6e7;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
.strong,
.strong {
  font-weight: 500 !important;
  color: #242629;
  font-style: normal;
}
.center {
  text-align: center !important;
}
/* TYPOGRAPHY ------------------------------------------- */
body {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 100;
}
h1.title {
  padding-right: 25%;
}
#home h1.title {
  padding-right: 0;
}
.title {
  position: relative;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e4e6e7;
}
.card-title {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 1.25em;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e6e7;
}
.subtitle {
  font-size: 18px;
  padding-bottom: 4px;
}
.subtext,
.subtext p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  color: #858c93 !important;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
}
.subtext-white {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  color: #858c93 !important;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
  color: white !important;
}
.company,
.project {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin-bottom: 0;
}
.company {
  font-weight: 500;
}
.project {
  color: #858c93;
}
.project-details p:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e6e7;
  margin-bottom: 20px;
}
.quote {
  font-style: italic;
}
h1 {
  font-family: 'Merriweather', serif;
  font-weight: 100;
  line-height: 1.25em;
  margin: 0 0 8px 0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 700;
  margin: 40px 0 20px 0;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 5px 0;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: .75em;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 5px 0;
}
.category-title {
  font-size: 14px;
}
.writings {
  background-color: white;
}
.writings .title {
  font-family: 'Merriweather', serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.writings .title a {
  text-decoration: none;
}
.writings .title a:hover {
  text-decoration: underline;
}
.what-i-learned p {
  color: #7D7976;
  font-family: 'Merriweather', serif !important;
  font-weight: 100;
  font-size: 40px;
  line-height: 52px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.9);
}
.what-i-learned p span {
  font-style: italic;
}
/* SHARED LAYOUT ------------------------------------------- */
body {
  margin: 0 auto;
  width: 100%;
}
section {
  width: 100%;
}
.main-content {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.col-container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
}
.inset-col-container {
  margin: 0 -40px;
  overflow: hidden;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
}
.inset {
  margin: 0 -80px;
}
.collage-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
}
.collage-container img {
  margin: 0;
  float: left;
}
.collage-container .col1-1,
.collage-container .col1-3,
.collage-container .col1-2,
.collage-container .col1-3,
.collage-container .col2-3,
.collage-container .col1-4,
.collage-container .col3-4,
.collage-container .col1-5,
.collage-container .col2-5,
.collage-container .col3-5,
.collage-container .col4-5 {
  padding: 0 !important;
  float: left;
  position: relative;
}
.collage img {
  padding: 0;
  margin: 0;
}
.col-container .col1-1,
.col-container .col1-2,
.col-container .col1-3,
.col-container .col2-3,
.col-container .col1-4,
.col-container .col3-4,
.col-container .col1-5,
.col-container .col2-5,
.col-container .col3-5,
.col-container .col4-5 {
  float: left;
  padding: 0 20px;
  height: 100%;
}
.col1-1 {
  width: 100%;
}
.col1-2 {
  width: 50%;
}
.col1-3 {
  width: 33.33%;
}
.col2-3 {
  width: 66.66%;
}
.col1-4 {
  width: 25%;
}
.col3-4 {
  width: 75%;
}
.col1-5 {
  width: 20%;
}
.col2-5 {
  width: 40%;
}
.col3-5 {
  width: 60%;
}
.col4-5 {
  width: 80%;
}
.right {
  float: right;
}
.intro {
  font-size: 1.5em;
  line-height: 1.5em;
}
img {
  width: 100%;
}
/* CARDS ------------------------------------------- */
.card-row-container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
.card-row-container a {
  text-decoration: none;
}
.card-container {
  position: relative;
  overflow: hidden;
  padding: 40px 40px 40px 0;
  margin: 40px 0;
}
a:hover .card {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:hover .card:after {
  background-color: #eff0f1;
  color: #0c0d0e;
}
a:hover .card-art:after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.card {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: white;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.02);
  width: 320px;
  z-index: 2;
  position: relative;
  height: 100%;
  left: 0;
}
.card .subtext {
  padding-bottom: 0;
}
.card:after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  content: "Read";
  font-family: 'Open Sans', sans-serif;
  color: #3c3f44;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid #e4e6e7;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.card-art {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: calc(100% - 120px);
  overflow: hidden;
  position: absolute;
  right: 0;
  height: 100%;
  margin: -40px -40px -40px -160px;
  z-index: 1;
}
.card-art:after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  content: "";
  position: absolute;
  background-color: #e4e6e7;
  height: 100%;
  width: calc(100% - 40px);
  left: 0px;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}
.so-case-study .card-art:after {
  background-image: url(../img/pathagoras.jpg);
}
.so-case-study .card-logo,
.so-case-study .hero-logo:after {
  background-image: url(../img/so-logo-small.svg);
}
.so-case-study #hero {
  background-image: url(../img/pathagoras.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  height: 320px;
}
.iu-case-study .card-art:after {
  background-image: url(../img/web-vision-bg.jpg);
}
.iu-case-study .card-logo,
.iu-case-study .hero-logo:after {
  background-image: url(../img/iu-logo-small.svg);
}
.lessonly-case-study .card-art:after {
  background-image: url(../img/lessonly-artwork.jpg);
}
.lessonly-case-study .card-logo,
.lessonly-case-study .hero-logo:after {
  background-image: url(../img/lessonly-logo-small.svg);
}
.ra-case-study .card-art:after {
  background-image: url(../img/rideamigos-bg.jpg);
}
.ra-case-study .card-logo,
.ra-case-study .hero-logo:after {
  background-image: url(../img/ra-logo-small.svg);
}
.et-case-study .card-art:after {
  background-image: url(../img/exacttarget-bg.jpg);
}
.et-case-study .card-logo,
.et-case-study .hero-logo:after {
  background-image: url(../img/et-logo-small.svg);
}
.iua-case-study .card-art:after {
  background-image: url(../img/assembly-hall.jpg);
}
.iua-case-study .card-logo,
.iua-case-study .hero-logo:after {
  background-image: url(../img/iu-logo-small.svg);
}
.card-logo {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
  z-index: 3;
  background-size: 60px 60px;
}
.card-col-container {
  width: 100%;
  max-width: 1340px;
}
.small-card {
  float: left;
  width: 50%;
  padding: 20px;
}
.small-card .card-col-container {
  padding: 10px;
}
.small-card .card-container {
  padding-top: 120px;
}
.small-card .card-title {
  font-size: 22px;
}
.small-card .card-art {
  margin-top: -120px;
  width: 100%;
}
.small-card .card-logo {
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
@media only screen and (max-width: 740px) {
  float: left;
  width: 50%;
  padding: 20px;
  
  .card-col-container {
    padding: 10px;
  }
  .card-container {
    padding-top: 120px;
  }
  .card-title {
    font-size: 22px;
  }
  .card-art {
    margin-top: -120px;
    width: 100%;
  }
  .card-logo {
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
@media only screen and (max-width: 420px) {
  .card-row-container {
    padding: 10px;
  }
  .p-40 {
    padding: 30px !important;
  }
}
/* HEADER ------------------------------------------- */
header {
  font-family: 'Merriweather', serif;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e6e7;
  font-size: 1.25em;
  line-height: 1em;
  height: 40px;
  text-align: center;
  text-shadow: 0 1px #ffffff;
  width: 100%;
  position: fixed;
  z-index: 100;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}
header .menu-link {
  background-color: #F6F6F5;
  height: 39px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
header .menu-link i {
  padding-left: 10px;
}
.menu-open .fa-navicon:before,
.menu-open .fa-reorder:before,
.menu-open .fa-bars:before {
  content: "\f00d" !important;
}
header .site-title {
  font-style: italic;
  color: #0c0d0e;
  float: left;
  font-size: 16px;
  line-height: 38px;
  margin-left: 24px;
}
header a {
  text-decoration: none;
}
header .title span {
  color: #0c0d0e;
  font-size: 12px;
  font-weight: 100;
  text-transform: none;
}
#hero {
  min-height: 160px;
  padding: 20px;
  background-image: url();
  background-size: 100% auto;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: repeat;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}
#hero.top-hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}
.hero-logo {
  max-width: 980px;
  padding: 0 40px;
  display: flex;
  flex: 1;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}
.hero-logo:after {
  content: "";
  width: 60px;
  height: 60px;
  bottom: -22px;
  left: 40px;
  position: absolute;
  background-size: 60px 60px;
  background-position: center center;
}
.logo-container {
  display: flex;
  color: green;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible;
}
.bio {
  position: relative;
  background-color: white;
  padding: 40px 30px !important;
  width: calc(75% + 40px);
  margin-left: -20px;
}
.bio .title {
  font-size: 32px;
  line-height: 1.35em;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.bio .bio-subtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
.panel {
  background-color: #0c0d0e;
}
#menu {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.menu-link {
  position: absolute;
  right: 0;
  border-left: 1px solid #e4e6e7;
  color: #3c3f44 !important;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul li {
  display: block;
  border-bottom: 1px solid #414141;
  height: 40px;
  width: 15.625em;
}
#menu ul li a {
  display: block;
  font-size: 16px;
  font-weight: 100;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 500px;
}
#menu ul li a:hover {
  background-color: #3c3f44;
}
#menu ul li .current {
  background-color: red;
}
/* FOOTER ------------------------------------------- */
footer {
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #e4e6e7;
  bottom: 0;
  font-size: 2em;
  line-height: 1em;
  height: 60px;
  text-align: center;
  text-shadow: 0 1px #ffffff;
  width: 100%;
}
footer .previous,
footer .next {
  background-color: #fafafa;
  height: 59px;
  line-height: 59px;
  width: 60px;
}
footer .previous {
  border-right: 1px solid #e4e6e7;
  float: left;
}
footer .next {
  border-left: 1px solid #e4e6e7;
  float: right;
}
footer a.next:hover,
footer a.previous:hover,
header a.menu-link:hover {
  background-color: #e4e6e7;
}
footer a.next:hover i,
footer a.previous:hover i,
header a.menu-link:hover i {
  color: #0c0d0e;
}
footer nav,
footer nav ul {
  height: 59px;
  margin: 0 auto;
  padding: 0;
  width: 240px;
}
footer nav ul li {
  display: inline-block;
  float: left;
  font-size: 24px;
  width: 60px;
  height: 59px;
}
footer nav ul li a {
  height: 59px;
  width: 60px;
  line-height: 58px;
  margin: 0 auto;
  padding: 12px 15px 15px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer nav ul li a:hover {
  background-color: #e4e6e7;
  border-top: 1px solid #e4e6e7;
}
footer nav ul li a:hover i {
  color: #0c0d0e;
}
/* PAGES ------------------------------------------- */
#home {
  background-color: #eff0f1;
  position: relative;
}
#home #hero {
  position: relative;
  background-image: url(../img/aerial-3.png);
  background-position: center top center;
  background-repeat: none;
  background-size: cover;
  background-attachment: scroll;
  padding: 140px 40px 110px 40px;
}
#home #hero .col-container:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: rgba(239, 240, 241, 0.9);
  width: 50%;
  top: 4px;
  left: -25%;
}
#flow .subtext {
  color: white !important;
}
.dribbble i {
  font-size: 80px;
  color: white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
  padding-bottom: 24px;
}
.illustration .top-hero {
  background-image: url(../img/oll.jpg);
  background-size: cover;
}
.illustration .main-content {
  height: 100vh;
  background-image: url(../img/oll2.jpg);
  background-size: cover;
}
.illustration .main-content .dribbble a {
  font-family: 'Merriweather', serif;
  color: white;
  font-weight: 800;
  padding-bottom: 40px;
}
.iu-design .what-i-learned {
  background-color: #950d00;
  background-image: url(../img/web-vision-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
}
.iu-design .iu-results {
  min-height: 400px;
  background-color: #3e3f3a;
  background-image: url(../img/iu-mockup.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center;
}
/* IU Athletics ------------------------------------------- */
.facebook-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.facebook-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* MEDIA QUERIES ------------------------------------------- */
@media only screen and (max-width: 980px) {
  body {
    font-size: 17px;
    line-height: 30px;
  }
  #home #hero {
    border-bottom: none;
  }
  #home #hero .col-container:before {
    top: 0;
  }
  header .site-title {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .title {
    font-size: 32px;
    line-height: 46px;
  }
  .col1-4,
  .col1-3,
  .col2-3,
  .col3-4,
  .col1-5,
  .col2-5,
  .col3-5,
  .col4-5 {
    width: 100%;
  }
  .main-nav {
    display: none;
  }
  .right {
    float: left;
  }
  #home #hero .col1-2 {
    width: 100% !important;
  }
  .bio {
    margin-left: 0;
  }
  .bio .title {
    font-size: 30px;
    border-bottom: 1px solid #e4e6e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  h1.title {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  .subtext,
  .subtext p {
    font-size: 15px;
    font-weight: 400;
  }
  .caption {
    margin-top: 0;
    padding-top: 0;
  }
  p {
    text-align: left;
  }
  header .site-title {
    margin-left: 20px;
  }
  .col-container {
    padding: 0 10px;
  }
  .card-col-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col1-1,
  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col2-5,
  .col3-5,
  .col4-5 {
    width: 100%;
  }
  img.author {
    width: 50%;
  }
  .what-i-learned p {
    font-size: 24px;
    line-height: 32px;
  }
  #hero {
    background-size: cover;
    background-attachment: scroll;
  }
  .hero-logo:after {
    left: 30px;
  }
  #home #hero {
    padding: 70px 20px 30px 20px;
  }
  #home .bio {
    padding: 20px !important;
  }
  #home .bio .title {
    font-size: 24px;
    line-height: 38px;
  }
}
