@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  color: #555;
  margin: 0;

  font-family: 'Montserrat', sans-serif;
}

/* text */

h1, h2, h3, h4 {
  color: #333;
}

p {
  line-height: 1.5;
}

.tab {
  margin-left: 30px;
}


/* links */

a {
  color: #1abc9c;
  text-decoration: none;
}

a:hover {
  color: #C2F58A;
}

/* header */

#header {
  background-color: #362b58;
  height: 150px;
  line-height: 150px;
}

#header a {
  color: #f3f5c6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#header a:hover {
  color: #4e495c;
}

#header-title {
  display: block;
  float: left;
  font-size: 20px;
  font-weight: bold;
}

#header-nav {
  display: block;
  float: right;
  margin-top: 0;
}

#header-nav li {
  display: inline;
  padding-left: 20px;
}

/* footer */

#footer {
  background-color: #2f2f2f;
  padding: 50px 0;
}

#footer h4 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#footer p {
  color: white;
}

/* misc */

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.column {
  min-width: 300px;
  display: inline-block;
  vertical-align: top;
}

.about {
  text-align: center;
}

.post, .about {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0;
}

.post-author img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.post-author img, .about-author img {
  border-radius: 50%;
}

.post-author span {
  margin-left: 16px;
}

.post-date {
  color: #d2d2d2;

  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.post-container:nth-child(even) {
  background-color: #f2f2f2;
}
