nav {
  background: black;
}
nav a {
  color: white;
}
/* Remove link underline */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.intro {
  background: url('./images/costa_rica.jpg') no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 20% 0;
}

#link_buttons {
  display: flex;
  justify-content: space-around;
}
.intro h1 {
  font-size: 300%;
}
.content-section {
  padding: 20px;
  font-size: 105%;
}
.content-section #contact-button {
  padding: 10px 0;
}
.content-section h2 {
  font-size: 180%;
}
#projects h4 {
  font-size: 110%;
}
#intern_logos {
  max-width: 120px;
}
.experience-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

