body {
    font: 18px "Roboto", sans-serif;
    line-height: 1.625;
    font-weight: 300;
    color: #fff;
	background-color: #303030;
}

a {
    text-decoration: none;
    color: #95AB63;
}

a:hover {
    color: #fff;
}

h1, h2, h3 {
    margin: 0;
}

h1 a {
    font-size: 40px;
    margin-bottom: 40px;
    color: #fff;
}

article h1 {
    margin-bottom: 20px;
}

h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 5px;
}

#main-header {
    background-color: #10222B;
    padding: 45px 0 45px 0;
}

#main-header a {
    color: #fff;
    font-size: 24px;
}

#main-header .header-link-separator {
    color: #F6FFE0;
    border-left: 1px solid #F6FFE0;
    padding-left: 10px;
    margin-left: 10px;
}

#main-header .header-link-separator.sub-heading {
    color: #95AB63;
}

article {
    margin-bottom: 50px;
}

p {
    margin: 0 0 15px 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

strong {
    font-weight: bold;
}

pre {
    background: #424242;
	padding: 10px;
}

code {
    padding: 10px 25px;
    font-size: 14px;
    display: block;
}

img {
    width: 100%;
    height: 100%;
    margin: 10px 0 10px 0;
	border-radius: 2%;
}

.left-content,
.right-content {
    margin-top: 65px;
}

@media (min-width: 720px) {
    .left-content {
        float: left;
        width: 640px;
    }

    .right-content {
        float: right;
        width: 300px;
    }
}

@media (max-width: 720px) {
    .left-content {
        width: 100%;
        overflow-x: auto;
    }

    .right-content {
        display: none;
    }
}

@media (max-width: 720px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 720px) {
    .container {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

.meta {
    margin: -15px 0 25px 0;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 13px;
}

.meta-right {
    float: right;
}

.labels {
    margin-top: 35px;
}

.collaborators {
    background: #95AB63;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.collaborators h2 {
    font-size: 14px;
    margin-bottom: 0;
}

.collaborators a {
    width: 50%;
    height: 60px;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.collaborators-list {
    padding: 10px 10px;
}

.collaborators-header {
    background-color: rgba(255, 255, 255, .15);
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.data-box, .crew-list {
    margin-bottom: 45px;
}

.about {
    font-size: 16px;
    margin-bottom: 35px;
}

.post-list-condensed {
    font-size: 16px;
    margin-top: 15px;
}

.post-list-condensed h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.author {
    background-color: #10222B;
    color: #FFFFFF;
    padding: 15px;
    margin-top: 35px;
    font-size: 14px;
}

.author img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.author-description {
    float: right;
    width: 450px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.alignright {
  float: right;
  padding: 10px;
}

.alignleft {
  float: left;
  padding: 10px;
}

figcaption {
  color: white;
  font-style: italic;
  text-align: center;
  margin-top: -10px;
font-size: 14px;
}

figure {
  margin: 10px;
}
