@font-face {
  font-family: 'Gentleman500';
  src: url('./../fonts/Gentleman-500-Book.eot'); /* IE9 Compat Modes */
  src: url('./../fonts/Gentleman-500-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/Gentleman-500-Book.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/Gentleman-500-Book.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/Gentleman-500-Book.svg#Gentleman500-Book') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Gentleman900';
  src: url('./../fonts/Gentleman-900-Heavy.eot'); /* IE9 Compat Modes */
  src: url('./../fonts/Gentleman-900-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./../fonts/Gentleman-900-Heavy.woff') format('woff'), /* Modern Browsers */
       url('./../fonts/Gentleman-900-Heavy.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./../fonts/Gentleman-900-Heavy.svg#Gentleman900-Heavy') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}

@media (max-width: 500px) {
  body {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 501px) and (max-width: 1000px) {
  body {
    margin-left: 100px;
    margin-right: 75px;
  }
}

@media (min-width: 1001px) {
  body {
    margin-left: 200px;
    margin-right: 100px;
    max-width: 800px;
  }
}

#title {
  padding: 10px 0 20px 0;
}

.name {
  font-family: "Gentleman900", Verdana, Georgia, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 70px;
  margin-bottom: 0;
}

.experience {
  font-family: "Gentleman500", Verdana, Georgia, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  padding-left: 10px;
  margin-top: 5px;
}

.links {
  font-family: "Gentleman500", Verdana, Georgia, sans-serif;
  font-size: 36px;
  list-style: none;
  padding-left: 0;
}

.links a {
  color: black;
  text-decoration: none;
  display: block;
  padding-top: 5px;
}

.links a span {
  display: none;
}

.links a:hover {
  color: #008000;
}

.links a:hover span {
  display: block;
  font-family: "Gentleman500", Verdana, Georgia, sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  line-height: 16px;
  color: #444444;
  padding: 0 0 10px 10px;
}

.about {
  font-family: "Gentleman500", Verdana, Georgia, sans-serif;
  padding-top: 30px;
}

.about h2 {
  font-size: 36px;
  font-weight: normal;
  padding-left: 0;
}

.about p {
  font-size: 18px;
  text-rendering: optimizeLegibility;
  line-height: 23px;
  color: #444444;
  margin: 0;
  padding: 0 0 20px 10px;
}

.about p span {
  color: #777777;
  display: block;
  padding-top: 5px;
}

.about a {
  text-decoration: none;
  color: #777777;
}

.about a:hover {
  color: #008000;
}