/* Small screens (default) */
@import "normalize.min.css";
html {
  font-size: 100%;
}

/* Medium screens (640px) */
@media (min-width: 40rem) {
  html {
    font-size: 112%;
  }
}
/* Large screens (1024px) */
@media (min-width: 64rem) {
  html {
    font-size: 120%;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  max-width: 48rem;
  width: 90%;
}

html, body, section, article {
  padding: 0px;
  margin: 0px;
  color: #363636;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-weight: 200;
  margin: 0px;
  padding: 0px;
}

header {
  height: 80px;
  width: 100%;
  background-color: #ffffff;
}
header .wrapper {
  display: table;
  height: 80px;
  width: 100%;
}
header h1 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.page {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 80px;
  border-top: 1px solid rgba(54, 54, 54, 0.1);
  -webkit-transform: translateZ(0px);
}
.page p {
  margin-top: 5px;
  font-weight: 200;
}

#contact .profile {
  text-align: center;
}
#contact .profile img {
  width: 200px;
  border-radius: 200px;
}
#contact .profile a {
  color: #3876e8;
}
#contact .profile a:hover {
  text-decoration: underline;
}
#contact .profile p {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  width: 50%;
}
#contact .contactBox {
  text-align: center;
  font-weight: 200;
  z-index: 3;
}
#contact .contactBox .names {
  font-size: 170%;
  display: block;
  width: auto;
}
#contact .contactBox .names span {
  opacity: 0;
  transition: all 0.5s ease;
}
#contact .contactBox .names span.active {
  opacity: 1;
}
#contact .contactBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#contact .contactBox ul li {
  transition: all 0.5s ease;
  padding: 10px;
  font-size: 160%;
  cursor: pointer;
  border-bottom: 5px solid;
  opacity: 0.6;
}
#contact .contactBox ul li.active {
  opacity: 1;
}
#contact .contactBox ul li:nth-of-type(1) {
  color: #27ae60;
  border-color: #27ae60;
}
#contact .contactBox ul li:nth-of-type(2) {
  color: #4099FF;
  border-color: #4099FF;
}
#contact .contactBox ul li:nth-of-type(3) {
  color: #C13584;
  border-color: #C13584;
}
#contact .contactBox ul li:nth-of-type(4) {
  color: #2867B2;
  border-color: #2867B2;
}
#contact .contactBox ul li:nth-of-type(5) {
  color: #c0392b;
  border-color: #c0392b;
}
#contact .contactBox .service {
  transition: all 0.5s ease;
  text-align: center;
  padding-top: 10px;
  opacity: 0;
  margin-bottom: 40px;
}

/*# sourceMappingURL=main.css.map */
