@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: underline;
}
.navbar{
    display: none;
}
.site-branding{
    text-align: center;
    padding:1rem;
}
.site-title a{
    text-decoration: none;
    color: #222222;
}

/* 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 1rem 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;
}
/* Larger than phone */
@media (min-width: 550px) {
.post-title{
    font-size: 4rem;
    font-weight: 700;
}
}

/* 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 {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }

}
