@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
body{
  font-family: 'Lora', serif;
  word-wrap: break-word;
  line-height: 1.6;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lora', serif;
    font-weight: bolder;
}
a{
    text-decoration: none;
    color:#222222;
}
.site-branding{
    text-align: center;
    padding:1rem;
}
/* POST PREVIEW*/
.post-header{
    text-align: center;
    padding:2rem;
}
.post-title{
    font-size: 3rem;
    font-weight: 700;
}
.pre-article{
    text-align: justify;
    padding: 1rem;
}
.post-article{
    text-align: justify;
    padding: 1rem;
}
.post-excerpt{
    padding:1rem;
}
.post-excerpt a{
    text-decoration: underline;
    font-size: 2rem;
}
.pager{
    padding:3rem 1rem 2rem 1rem;
}
/*About*/
.about-category{
    padding:3rem 1rem 0rem 1rem;

}
.about{
  text-align: center;   
}
.about-title{
    font-size: 3rem;
    font-weight: 700;
}
.about-social{
    margin-top:2rem;
}
.about-social ul{
    list-style: none;
}
.about-social ul li{
     display: inline;
     padding:0rem 2rem;
}
.copyright{
    text-align: center;
    padding:0rem 2rem 3rem 2rem;
    color:#bfbfbf;
}
/*CONTACT PAGE*/
.contact{
  padding:1rem;
}
.contact-title{
    text-align: center;
}
/*ABOUT PAGE*/
.about-desc {
  font-size: 1.1rem;
  color: #666;
  margin-top: 1rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.about-body {
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
.profile img {
  max-width: 250px;
  border-radius: 10px;
  margin-bottom: 1rem;
}
/* Larger than phone */
@media (min-width: 550px) {
.post-title{
    font-size: 4rem;
    font-weight: 700;
}
}

/* Always apply these (mobile + desktop) */
.navbar {
  display: block;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.navbar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-item {
  display: inline-block; /* <- horizontal */
  margin-right: 1rem;    /* spacing between items */
}

.navbar-link {
  display: block;
  padding: 1rem;
  color: #222;
  text-decoration: none;
}

/* Larger than tablet */
@media (min-width: 750px) {
    /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    margin-right: 35px;
  }

  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    line-height: 6.5rem;
  }

  .navbar-link.active {
    color: #33C3F0;
  }
}
