@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700');

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #7bbfdc;
}

p {
  line-height: 24px;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
}

a:hover {
  border-bottom: 1px solid #efc50b;
  /*#20d898;*/
}

a.clean {
  border-bottom: none;
}

a.active {
  border-bottom: 1px solid #efc50b;
}

ul {
  list-style-type: square;
  margin: 0;
  padding-left: 30px;
}

ul li {
  padding-bottom: 8px;
}

img {
  width: 100%;
}

hr {
  border: 1px solid #efc50b;
  margin-top: 40px;
}

#wrapper {
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

#intro {
  max-width: 600px;
  width: 100%;
  margin: 70px auto 0;
}

.photos {
  margin-top: 20px;
}

/* Portrait on iPhone */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .post-info {
    float: none;
  }
}