body {
  background-color: #f2f2f2;
  font-family: Segoeuil, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  display: block;
  margin: 20px auto 10px;
  font-family: Segoeuil, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
a {
  text-decoration: none;
} 
a:hover { 
  text-decoration: none;   
} 
.logo_img {
  margin: 25px;
  float: left;
}
.header_section {
  border-bottom-style: solid;
  border-bottom-color: #e3e3e3;
  background-color: white;
}
.h1_main {
  margin-top: 28px;
  padding-right: 25px;
  float: right;
  font-family: Segoeuil, sans-serif;
  color: #004b60;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.h2_main {
  margin-top: 100px;
  font-family: Segoeuil, sans-serif;
  font-size: 32px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}
.team_img {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.h2_link {
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e3e3e3;
  border-radius: 3px;
  background-color: white;
  font-family: Segoeuil, sans-serif;
  color: #004b60;
  text-align: center;
}
.h2_link:hover {
  border-bottom-style: none;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

@font-face {
  font-family: 'Segoeuil';
  src: url('../fonts/segoeuil.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}