

*{
  margin: 0;
  padding: 0; 
  list-style: none;
  text-decoration: none;
  font-family: PT Sans;
}

a {
  color: black;
}

a:visited { 
  color : black; 
}

.header {
  width: 100%;
  height: 80px;
  display: flex;
    flex-wrap: wrap;
  justify-content: center;
  z-index: 100;
  margin-top: 70px;
  background-color: white;
}

.inner-header {
  
  width: 1000px;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-color: white;
}

.logo-container {
  height: 100%;
  display: table;
  float: left;
  background-color: white,
}

.logo-container h1 {

  height: 100%;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 100;
  letter-spacing: 0.3px;
}

.logo-container h2 {
  font-size: 15px;
  cursor: pointer;
  font-weight: 100;
}


.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 100%;
  background-color: white;
  
}

.navigation a{
  
  float: left;
  padding-top: 0px; 
  margin-left: 30px;
  margin-right:20px;
  background-color: white;

}

.navigation a li{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  color: black;
  
  
}

.navigation a li:hover {
  color: rgb(121, 121, 121);
}

.header-container {
  display: block;
  z-index: 500;
  display: grid;
  grid-template-columns:1fr 220px 1fr 1fr;
  background-color: rgb(255, 255, 255);
}

.name {
  padding-top: 70px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 100;
  background-color: rgb(255, 255, 255);
  
}

.name h1{
  font-weight: 100;
  font-size: 33px;
  letter-spacing: 0px;
}

.name h2{
  font-weight: 100;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.links-row {
  background-color: rgb(255, 156, 156);
  min-width: 560px;
  text-align: right;
  font-size: 15px;
  word-spacing: 42px;
  padding-top: 100px;
  
  }

  .links-row a:hover {
    color: rgb(121, 121, 121);
  }