@charset "UTF-8";

/*
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: local("Lora"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: local("Lora Bold"), local("OpenSans-Bold"), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/2UX7WLTfW3W8TclTUvlFyQ.woff) format("woff");
}
*/

@font-face {
  font-family: 'kiss';
  src: url('../font/kiss.eot?86520779');
  src: url('../font/kiss.eot?86520779#iefix') format('embedded-opentype'),
       url('../font/kiss.woff?86520779') format('woff'),
       url('../font/kiss.ttf?86520779') format('truetype'),
       url('../font/kiss.svg?86520779#kiss') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "kiss";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: none;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  font-size: 110%;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-github-circled:before { content: '\e800'; }
.icon-linkedin:before { content: '\e801'; }
.icon-gplus:before { content: '\e802'; }
.icon-facebook:before { content: '\e803'; }
.icon-twitter:before { content: '\e804'; }
.icon-rss:before { content: '\e805'; }
.icon-mail:before { content: '\e806'; }
.icon-tag:before { content: '\e807'; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  max-height: 100%;
}

body {
  height: 100%;
  max-height: 100%;
  font-family: 'Lora', serif;
  font-size: 1.25em;
  line-height: 1.45em;
  color: #3A4145;
}

.sidebar {
  position: fixed;
  width: 40%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  background: #303538 url(../images/coverphoto_tall.jpg) no-repeat center center;
  background-size: cover;
  background-position: 20%;
  -webkit-transform: translateZ(0);
}

.sidebar a {
  color: white;
}

.sidebar a:hover {
  color: #6565f4;
}

.sidebar .logo {
  display: block;
  width: auto;
  height: 125px;
  background-size: contain;
  margin: 30px auto 20px auto;
  border-radius: 50%;
  background: no-repeat;
  border: 1px solid white;
}

.sidebar .circle {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
  border: 5px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.sidebar .social-icons {
  margin-top: 10px;
  margin-bottom: 35px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
}

.sidebar .icon {
  font-size: 18px;
  display: inline-block;
   border: 1px solid white; 
}

.sidebar .title {
  font-size: 2em;
  font-variant: small-caps;
  color: white;
  text-decoration: none;
  margin: 0;
}

.sidebar .description {
  font-size: .9em;
  font-style: italic;
  margin: 1em 0 1em 0;
  line-height: 1.4em;
}

.sidebar p {
  display: block;
  width: 35% !important;
  height: auto;
}
.sidebar pre.description {
  text-align: left;
  margin: 0 auto;
  max-width: 260px;
  height: auto;
  display: block;
  overflow: hidden;
}

.sidebar .footer {
  position: relative;
  bottom: 0px;
  font-size: 12px;
}

.main-nav {
  margin-top: 30px;
}

.main-nav ul {
    padding-left: 0;
    margin: 4em 0 0 0;
}

.main-nav ul li {
    list-style: none;
    width: 100%;
}

.main-nav ul li a {
    margin: 0 auto .3em;
    display: block;
    text-decoration: none;
    width: 70%;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
}

.main-nav ul li a:hover {
    border-color: #6565f4;
    color: #6565f4;
    transition: 0.2s all;
}

.main-nav ul li:last-child {
    margin-bottom: 0;
}


.content {
  margin-left: 40%;
  padding: 20px 50px 0 50px;
  max-width: 800px;
}

.content .post {
  padding-bottom: 1em;
  margin-top: 1em;
  border-bottom: #EBF2F6 1px solid;
  word-break: break-word;
  hyphens: auto;
}

.post-content img {
  display: block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.content .post .post-title {
  margin: 0;
}

.content .post .post-title a {
  text-decoration: none;
}

.content .post .post-excerpt p {
  margin: 0.5em 0 0 0;
  line-height: 1.4em;
}

.content .post .post-meta {
  display: inline-block;
  font-size: 0.8em;
  color: #9EABB3;
}

.content .post .post-meta a {
  color: #9EABB3;
  text-decoration: none;
}

.content .post .post-meta a:hover {
  text-decoration: underline;
}

.separator {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* Project Page */
.projects-content {
  margin-bottom: 2em;
}

.pathhero a img {
/*  background: #303538 url(../images/pathhero.png) no-repeat center center;
  background-image: url(../images/pathhero.png);
  background-size: auto 200px;
  height: 50px;
  width: 200px;
  position: absolute;*/
  max-height: auto;
  max-width: 300px;
  transition: max-width 1s ease-in-out;
}

.pathhero a img:hover {
  max-width: 600px;
  transition: max-width 1s ease-in-out;
}

.jobbyrogers a img {
  max-height: auto;
  max-width: 300px;
  transition: max-width 1s ease-in-out;
}

.jobbyrogers a img:hover {
  max-width: 600px;
  transition: max-width 1s ease-in-out;
}

.project-page {
  margin: 0.5em 0 0.5em 0;
}

.project-title a {
  text-decoration: none;
  display: block;
}

.project-name {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

.project-description {
  margin-left: 0.6em;
  font-size: smaller;
}
/* End of Project Page */

.pagination {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 3em 0px;
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  color: #9EABB3;
  text-align: center;
}

.pagination a {
  color: #6565f4;
}

.site-footer {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  font-family: 'Lora', serif;
  font-size: .7rem;
  line-height: 1.4em;
  color: #e6e9eb;
}

.site-footer a {
  color: #e6e9eb;
  text-decoration: none;
}

.site-footer a:hover {
  color: white;
}

.poweredby .ghost-link {
  font-weight: bolder;
  text-decoration: none;
  font-size: 1.1em;
}

.poweredby .ghost-link:hover {
  text-decoration: none;
}

.poweredby .ghost-link:before {
  font-size: 1rem;
  margin-right: 0.2em;
}

.post-footer {
  margin-top: 3em;
}

.post-share {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.share {
  text-align: right !important;
}

.share ul {
  margin-bottom: 3em;
  margin-top: 0;
}

.share li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2em;
}

.tag-archive-header {
  margin: 1em 0 1em 0;
  text-align: left;
  max-width: 800px;
  border-bottom: 1px solid #EBF2F6;
}

.tag-archive-header i {
  font-size: 80%;
}



/* Media Queries */
@media (min-width: 800px) and (max-height: 520px) {
    .site-footer {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: 5em;
    }

    .sidebar .logo {
      width: auto;
      height: 75px;
      margin: 0 auto 10px;
    }

    .main-nav ul {
      margin: 1em 0 0 0;
    }
}

@media all and (max-width: 800px) {

  .sidebar {
    position: relative;
    width: 100%;
    height: 230px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #303538 url(../images/coverphoto_wide.jpg) no-repeat center center;
    /*background-size: 100% auto;*/
    background-size: cover;
    background-position: 20%;
    -webkit-transform: translateZ(0);
  }

  .sidebar .header {
    margin-top: 0%;
  }

  .sidebar .description {
    display: none;
  }

  .sidebar pre {
    margin-bottom: 10px;
  }

  .sidebar .circle {
    width: 100px;
    height: 100px;
  }

  .sidebar .logo {
    display: none;
  }

  .sidebar .title {
    display: none;
  }

  .content {
    margin-left: 0px;
  }

  .main-nav ul {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .main-nav ul li {
    list-style: none;
    display: inline-block;
    width: 20%;
    margin: 0 0.5em 0 0.5em; 
  }

  .main-nav ul li a {
    border: none;
    line-height: 1.3em;
    width: auto;
  }

  .site-footer {
    display: none;
  }

  .sidebar .social-icons {
    margin-top: 5px;
  }
}

@media (max-width: 350px), (max-height: 400px) {
  .sidebar {
    height: 100px;
    width: auto;
    background-position: 10%;
  }
  .sidebar pre.description {
    display: none;
  }
  .main-nav ul li {
    width: 32%;
  }
}
