body {
    font-family: 'Montserrat';            
    color: rgb(51, 51, 51);
    background-color: rgb(252,252,252);
    margin-top: 80px;          
    margin-left: 50px;          
    margin-right: 50px;          
    letter-spacing: 0.35px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1 {
    font-size: 52px;
    font-weight: 700;
  }
  h2 {
    font-size: 42px;
    font-weight: 300;
  }
  h3 {
    font-size: 18px;
    font-weight: 600;
  }
  p.normal, li{
    font-family: 'Lato';                        
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
  }
  
  #content {
    margin: 0 auto;
    width: 1000px;
  }
  
  #footer {
    margin: 50px auto;
    width: 400px;
  }
  
  a.social_links {
    color: rgb(140, 140, 140);
    margin-right: 10px;
  }
  a.social_links:visited {
    color: rgb(140, 140, 140);
  }
  
  a.social_links:hover {
    color: rgb(51, 51, 51);
  }
  
  a {
    color: #2b72bb;
    text-decoration: none;
    cursor: pointer;
  }
  
  a:visited {
    color: #215c98;
  }
  
  a:hover {
    color: #215c98;
    text-decoration: underline;
  }
  
  .photo_normal {
    float:right;
    margin-right: 70px;
    margin-left: 30px;
  }
  
  .photo_small {
    display: none;
    float:left;
    margin-left: 50px;
  }
  
  @media screen and (max-width: 800px) {
    body {
      margin-top: 10px;
      margin-right: 10px;
      margin-left: 10px;
    }
    #content {
      width: 100%;
      margin: 0px;
      max-width:100%; 
      margin: 0;
    }
    h1 {
      font-size: 25px;
    }
    h2 {
      font-size: 22px;
      width: 100%;
    }
    .photo_normal {
      display: none;
    }
    .photo_small {
      display: block;
      margin-bottom: 5px;
    }
    #footer {
      width: 150px;
    }
    a.social_links {
      margin-right: 3px;
    }
  }