/* Base */
/* ----------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    background-color: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a {
    color: #2a7ae2;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #205caa;
}

/* Utility */

.wrap:before,
.wrap:after {
    content: "";
    display: table;
}

.wrap:after {
    clear: both;
}

.wrap {
    max-width: 800px;
    padding: 0 30px;
    margin: 0 auto;
    zoom: 1;
}

/* Layout Styles */
/* ----------------------------------------------------------*/

/* Site header */

.site-header {
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
}

.site-title,
.site-title:hover,
.site-title:visited {
    display: block;
    color: #333;
    font-size: 26px;
    letter-spacing: -1px;
    float: left;
    line-height: 56px;
    position: relative;
    z-index: 1;
}

.site-nav .menu-icon {
    display: none;
}

.site-nav .page-link {
    margin-left: 15px;
    color: #727272;
    letter-spacing: -.5px;
}

/* Site footer */

.site-footer {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;
}

.footer-heading {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

.site-footer .column {
    float: left;
    margin-bottom: 15px;
}

.footer-col-1 {
    width: 270px; /*fallback*/
    width: -webkit-calc(35% - 10px);
    width: -moz-calc(35% - 10px);
    width: -o-calc(35% - 10px);
    width: calc(35% - 10px);
    margin-right: 10px
}

.footer-col-2 {
    width: 175px; /*fallback*/
    width: -webkit-calc(23.125% - 10px);
    width: -moz-calc(23.125% - 10px);
    width: -o-calc(23.125% - 10px);
    width: calc(23.125% - 10px);
    margin-right: 10px
}

.footer-col-3 {
    width: 335px; /*fallback*/
    width: -webkit-calc(41.875%);
    width: -moz-calc(41.875%);
    width: -o-calc(41.875%);
    width: calc(41.875%);
}

.site-footer ul {
    list-style: none;
}

.site-footer li,
.site-footer p {
    font-size: 15px;
    letter-spacing: -.3px;
    color: #828282;
}

.github-icon-svg,
.twitter-icon-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
}

/* Page Content styles */
/* ----------------------------------------------------------*/

.page-content {
    padding: 53px 0;
    background-color: #fff;
}

/* Home styles */
/* ----------------------------------------------------------*/

.home h1 {
    margin-bottom: 25px;
}

.posts {
    list-style-type: none;
}

.posts li {
    margin-bottom: 30px;
}

.posts .post-link {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1;
}

.posts .post-date {
    display: block;
    font-size: 15px;
    color: #818181;
}

/* Post styles */
/* ----------------------------------------------------------*/

.post-header {
    margin: 10px 0 30px;
}

.post-header h1 {
    font-size: 42px;
    letter-spacing: -1.75px;
    line-height: 1;
    font-weight: 300;
}

.post-header .meta {
    font-size: 15px;
    color: #818181;
    margin-top: 5px;
}

.post-content {
    margin: 0 0 30px;
}

.post-content > * {
    margin: 20px 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    line-height: 1;
    font-weight: 300;
    margin: 40px 0 20px;
}

.post-content h2 {
    font-size: 32px;
    letter-spacing: -1.25px;
}

.post-content h3 {
    font-size: 26px;
    letter-spacing: -1px;
}

.post-content h4 {
    font-size: 20px;
    letter-spacing: -1px;
}

.post-content blockquote {
    border-left: 4px solid #e8e8e8;
    padding-left: 20px;
    font-size: 18px;
    opacity: .6;
    letter-spacing: -1px;
    font-style: italic;
    margin: 30px 0;
}

.post-content ul,
.post-content ol {
    padding-left: 20px;
}


/* media queries */
/* ----------------------------------------------------------*/

@media screen and (max-width: 750px) {

    .footer-col-1 {
        width: 50%;
    }

    .footer-col-2 {
        width: 45%; /*fallback*/
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .site-footer .column.footer-col-3 {
        width: auto;
        float: none;
        clear: both;
    }

}

@media screen and (max-width: 600px) {

    .wrap {
        padding: 0 12px;
    }


    .post-header h1 {
        font-size: 36px;
    }

    .post-content h2 {
        font-size: 28px;
    }

    .post-content h3 {
        font-size: 22px;
    }

    .post-content h4 {
        font-size: px;
    }

    .post-content blockquote {
        padding-left: 10px;
    }

    .post-content ul,
    .post-content ol {
        padding-left: 10px;
    }

    .site-footer .column {
        float: none;
        clear: both;
        width: auto;
        margin: 0 0 15px;
    }

}

.headroom {
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo-wrapper img{
  max-width:200px;
  max-height: 70px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrapper {
  width: 200px;
  height: 70px;
  display:inline-block;
  margin: 10px 50px 10px 50px;
  text-align: center;
}
