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: 42px;
  font-weight: 700;
}
h2 {
  font-size: 42px;
  font-weight: 300;
  width: 60%;
}
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: 150px;
}

a {
  color: #2b72bb;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #215c98;
}

a:hover {
  color: #215c98;
  text-decoration: underline;
}

.photo_normal {
  width:320px;
  border-radius:50%;
  float:right;
  margin-right: 70px;
}

.photo_small {
  display: none;
  width:200px;
  border-radius:50%;
  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;
  }
}
