body {
    margin: 0;
  }
  
  header {
/*    background-image: url(toronto.jpeg);*/
    background-size: cover;
    background-position: center;
    height: 200px;
  }
  
  #title h1 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 200px;
    height: 200px;
    font-size: 32px;
    font-weight: bold;
    background-color: rgba(0,0,0);
    color: orangered;
    text-align: center;
    vertical-align: middle;
  }

   h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: bold;
  }

  figcaption {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;    
  }
  
  
  .author-profile {
    text-align: center;
    width: 100%;
  }
  
  #author-pic img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border: 5px solid orangered;
    border-radius: 20%;
  }
  
  .author-profile h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgb(100, 100, 100);
    line-height: 30px;
    margin: 0;
  }
  
  #author-name h1 {
    font-weight: bold;
  }
  
  .blog-body {
    width: 100%;    
    padding: auto;
    align-content: center;
  }
  
  .post-container {
    width: 60%;
    margin: 0 auto;
  }
  
  .post {
    padding: 60px 0px;
  }
  
  .item-text {
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: rgb(100, 100, 100);
  }
  
  img {
    width: 100%;
  }
  
  a {
    color: orangered;
    text-decoration: none;
  }

  .links { 
    width: 100%;
    text-align:center; 
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .links a {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: orangered;
    text-decoration: none;
    text-align: center;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  p {
    margin: 0px;
    padding-bottom: 20px;
  }

/* Style font awesome icons */
.fa {
  padding: 20px;
  font-size: 32px;
  width: 30%;
  text-align: center;
  text-decoration: none;
  float: left;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: blue;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: lightblue;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: magenta;
  color: white;
}