/* Rosario. I've added and changed few things. Feel free to change it as you like */

/* Font size of 2.0 is too big, I'll reduce it */

body {
  font-size: 1.5rem;
  border-top: 5px solid #4d8ecb;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}

/* Adding some text shadow*/
.site-head {text-shadow: 2px 2px #234;}
.site-head a {color:#eee;}

/* The font is too large in the post view. Revert to small size*/
.post-header .blog-title {font-size:inherit;}

/* Reduce font size and add line-height*/
pre{
  font-size: 0.75em;
  line-height: 1.4em;
}

/* Author styling */
.author {margin-bottom:1em;}
.author header{
  float:left;
  width: 80px;
}
.author article{
  margin-left:80px;
  min-height: 80px;
  padding-left:20px;
}

img.profile {
  width:80px;
  height:auto;
  border-radius: 50px;
}

.social-icon {
  padding-right: 17px;
  font-size: 20px;
}

.social-section {
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
}

.social-section a {
  padding: 10px;
}
.draft-warning {
  color: red;
  text-align:center;
  border: 3px solid;
  padding: 15px;
  margin: 15px;
}

/* overrides */

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2.0rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

li {
  font-size: 1.6rem;
}

pre {
  font-size: 1em;
}

a {
  font-weight: bold;
}

/* blog posts list */

.post-excerpt img {
  text-align: center;
  width: 30rem;
}

/* blog post detail */

.post-content p {
  font-size: 1.6rem;
}

.post-content img {
  width: 100rem;
}

.post-header h2 {
  font-size: 3.5rem;
}

.site-header {
  font-size: 1.5rem;
}
