body {
  background-color: rgb(245, 245, 245);
  font: 400 0.75em/1.38 'Noto Sans', sans-serif;
  color: rgb(0, 0, 0);
  margin: 0px;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.contact {
  position: relative;
  float: left;
  clear: both;
  z-index: 13;
  width: 100%;
  height: 500px;
  margin-top: 0px;
  border-top: 10px solid rgb(1, 114, 185);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.contact-icons {
  position: static;
  top: 60px;
  left: 0px;
  z-index: 8;
  width: 44px;
  float: left;
  margin-top: 10px;
}

.content {
  position: relative;
  width: 660px;
  height: 250px;
  margin: 100px auto 0px;
}

.copyright {
  margin: 50px auto 0px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  color: rgb(0, 0, 0);
}

.email {
  display: block;
  float: left;
  width: 40px;
  height: auto;
  overflow: hidden;
}

.ferdinand {
  display: block;
  float: left;
  width: 250px;
  height: auto;
  overflow: hidden;
}

.facebook,
.google-plus,
.linkedin,
.wine {
  display: block;
  float: left;
  width: 40px;
  height: auto;
  /* margin-left: 20px; */
  overflow: hidden;
}

.name {
  position: static;
  top: 0;
  left: 0;
  z-index: 9;
  font: 3.333em/1.38 Roboto, sans-serif;
  color: rgb(0, 0, 0);
  margin-top: 0px;
}

.person {
  position: relative;
  float: left;
  width: 360px;
  height: 110px;
  margin: 70px 0 0 7%;
  text-align: center;
}

.projects {
  position: relative;
  float: left;
  z-index: 3;
  width: 100%;
  height: auto;
  background-color: rgb(245, 245, 245);
}

.soon-more .soon-more {
  float: left;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  color: rgb(0, 0, 0);
}

.soon-more-1 {
  width: 260px;
  height: 66px;
  margin: 0px auto 0;
}

#email-icon:hover path {
  fill: #0172B9;
}

#facebook-icon:hover path {
  fill: #0172B9;
}

#google_plus-icon:hover path {
  fill: #0172B9;
}

#icon:hover path {
  fill: #0172B9;
}

#wine-icon:hover path {
  fill: #0172B9;
}

.footer {
  margin: 200px 0 0;
}

@media (max-width: 700px) {
  .contact {
    position: relative;
    z-index: 13;
  }

  .contact .content {
    width: 90%;
    height: auto;
  }

  .contact-icons .email,
  .contact-icons .facebook,
  .contact-icons .google-plus,
  .contact-icons .linkedin,
  .contact-icons .wine {
    height: auto;
  }

  .content .ferdinand {
    float: none;
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .content .person {
    float: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 360px;
  }

  .person .contact-icons,
  .person .name {
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    float: none;
    clear: none;
    position: static;
  }

  .projects {
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 400px) {
  body {
    font-size: 0.75em;
  }

  .contact {
    position: relative;
    z-index: 13;
  }

  .contact-icons .email,
  .contact-icons .facebook,
  .contact-icons .google-plus,
  .contact-icons .linkedin,
  .contact-icons .wine,
  .content .ferdinand {
    height: auto;
  }

  .content .person {
    width: auto;
  }

  .person .contact-icons {
    position: static;
    top: auto;
    margin-top: 20px;
  }

  .person .name {
    /*left: 0;*/
    /*right: 0;*/
    /*width: 270px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    font-size: 2.5em;
    text-align: center;
  }

  .projects {
    position: relative;
    z-index: 3;
  }
}

@media (min-width: 700px) {

  .contact-icons {
    margin-left: 5px;
  }
}