body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #181818;
  color: white;
}

body a {
  color: unset;
  text-decoration: none;
}

body .header {
  position: fixed;
  width: 100%;
  height: 60px;
  border-bottom: 3px solid white;
  display: inline-block;
  z-index: 10;
  top: 0;
  font-size: 30px;
  text-align: center;
  background-color: #181818;
}

body .header .logo {
  height: 100%;
  margin: auto;
}

body .header .nav-buttons {
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: top;
  text-transform: uppercase;
  margin: auto 50px;
}

body .header .nav-buttons .nav-button {
  display: inline-block;
  margin: 12px 20px;
}

body .header .nav-buttons .nav-button:hover {
  border-bottom: 3px solid red;
}

body .content {
  width: 1400px;
  margin: auto;
  margin-top: 63px;
}

body .main1 {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}

body .main1 .thumbnail {
  width: 400px;
}

body .main1 .slogan {
  margin: auto;
  text-align: right;
  width: 230px;
}

body .main1 .slogan:hover {
  cursor: default;
}

body .team {
  text-align: center;
  position: relative;
}

body .team .member {
  text-align: justify;
  display: inline-block;
  margin: 50px;
  width: 600px;
}

body .team .member h2 {
  text-align: center;
}

body .team ul {
  list-style-type: none;
  margin-left: 150px;
  cursor: help;
}

body .team ul li {
  border-left: 3px solid white;
  margin: 5px;
  padding-left: 10px;
}

body .team ul li:hover {
  border-left: 3px solid red;
}

body .projects {
  text-align: center;
}

body .projects a {
  text-decoration: underline;
}

body .projects .project {
  display: inline-block;
  vertical-align: top;
  margin: 100px;
}

body .footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 60px;
  border-top: 3px solid white;
}
/*# sourceMappingURL=style.css.map */