html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: 'Lato', sans-serif;
  color: #555;
}

h1 {
  font-size: 3.5rem;
  font-weight: 400;
}

h2 {
  font-size: 3.0rem;
  font-weight: 400;
}

h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

h4 {
  font-size: 2.0rem;
  font-weight: 400;
}

h5 {
  font-size: 1.5rem;
  font-weight: 400;
}

h6 {
  font-size: 1.0rem;
  font-weight: 400;
}

body {
  margin: 0;
}

.about-container, .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.width-1 {
  width: 100%;
}

.width-2 {
  width: 100%;
}

.about-me {
  display: table;
  height: 360px;
  padding: 0px 50px;
  margin: 50px 0;
  text-align: center;
}

.profilepic {
  background-image: url('/img/hahnbi-header-sm.jpg');
  background-size: cover;
  background-position: center center;
}

.about-me-content {
  display: table-cell;
  vertical-align: middle;
}

.about-me-content > h1 {
  font-weight: bold;
  text-transform: lowercase;
}

.about-me-content > p {
  font-size: 20px;
  margin-top: 25px;
  line-height: 36px;
}

.about-me-content a {
  color: #aaa;
}

.about-me-content a:hover {
  color: #555;
}

.icon {
  font-size: 30px;
  margin: 0 20px 0 0;
}

.coming-soon {
  text-align: center;
  margin: 0 auto;
  height: 360px;
  display: table;
}

.coming-soon .cell-title {
  vertical-align: middle;
}

.coming-soon .cell-title, .coming-soon .cell-subtitle {
  color: #555;
}

.cell, .cell-like {
  float: left;
  position: relative;
}

.cell:nth-of-type(n) {
  clear: left;
}

.cell-image {
  width: 100%;
  height: 360px;
  background-size: cover;
}

.cell .cell-image {
  cursor: pointer;
}

.cell-cover {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0px;
  z-index: 1;
  display: table;
}

.cell-title {
  display: table-cell;
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  vertical-align: middle;

}

.cell-subtitle {
  color: white;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: lowercase;
  margin-top: 40px;
  font-weight:  normal;
}

.cell-content {
  width: 100%;
  display: block;
}

.is-collapsed > .cell-content {
  overflow: hidden;
  display: block;
  max-height: 0px;
  margin: 0px;
  opacity: 0;
}

.is-expanded > .cell-content {
  display: block;
  max-height: 4000px;
  padding: 40px 40px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out,
              padding-top 0.3s ease-in-out;
}

.cell-content > h3 {
  text-transform: lowercase;
  font-weight: 700;
}

.cell-content > p {
  font-size: 20px;
  line-height: 36px;
  margin: 25px 0;
}

.cell-content .tech {
  font-weight: 900;
}

.cell-content-img {
  max-width: 75%;
  margin: 30px auto 30px auto;
}

.cell-content-img > img {
  max-width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.caption {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}

.collapse-arrow > a {
  text-align: center;
  font-size: 60px;
  margin-bottom: 0px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
