@import url(/css/defaults.css);

/* Hero */

div.hero img {
  border-radius: 160px;
}

div.hero {
  text-align: center;
}

div.hero img {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.hero h1 {
  color: rgb(51, 51, 51);
  font-size: 86px;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: center;
  margin: 0px;
}

div.hero h2 {
  color: rgb(122, 122, 122);
  font-size: 32px;
  font-weight: 300;
  margin: 0px;
}

@media(max-width: 700px) {
  div.hero img {
    width: 150px;
    height: 150px;
  }
  div.hero h1 {
    font-size: 40px;
  }
  div.hero h2 {
    font-size: 24px;
  }
}

/* Colorbar */

div.text-colorbar.cyan {
  background-color: rgb(134, 204, 204);
}

div.text-colorbar.red {
  background-color: rgb(227, 106, 92);
}

div.text-colorbar p {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 28.8px;
}

div.text-colorbar {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 16px;
  font-weight: 300;
}

div.text-colorbar a {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px dotted white;
  text-decoration: none;
}

div.text-colorbar h1 {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  margin-top: 0px;
}

ul.icons {
  list-style: none;
}

ul.icons i.fa {
  margin-right: 10px;
}

div.text-colorbar.red * {
  color: rgb(255, 255, 255);
}

@media(max-width: 700px) {
  div.text-colorbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  div.text-colorbar p, div.text-colorbar li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  div.text-colorbar h1 {
    font-size: 40px;
  }
}

/* Boxes */

div.description-boxes {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div.description-box {
  width : 33.333%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

div.description-box img {
  margin-left: auto;
  margin-right: auto;
  height:160px;
  width:160px;
}

div.description-box h1 {
  color: rgb(51, 51, 51);
  text-align: center;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 28px;
}

div.description-box p {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 28.8px;
  color: rgb(122, 122, 122);
}

div.description-box a {
  color: rgb(241, 186, 99);
  text-decoration: none;
}

div.description-box-text {
  display: flex;
  flex-direction: column;
}

@media(max-width: 700px) {
  div.description-boxes {
    flex-direction: column;
    width: 90%;
  }
  div.description-box {
    flex-direction: row;
    width: 100%;
    margin-left: 0px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 20px;
  }
  div.description-box:last-child {
    margin-bottom: 0px;
  }
  div.description-box img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin: 0px;
    margin-right: 40px;
  }
  div.description-box p {
    font-size: 14px;
    flex: 1;
    margin: 0;
    padding: 0;
    flex-shrink: 1;
    width: 100%;
    text-align: left;
  }
  div.description-box h1 {
    text-align: left;
    margin: 0px;
    margin-bottom: 4px;
    font-size: 22px;
    flex: 1;
  }
  div.description-box-text {
    align-content: center;
    flex-direction: column;
  }
}

/* Contact */

div.contact {
  font-weight: 300px;
  line-height: 37px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.contact h1 {
  font-size: 52px;
}

div.contact ul {
  padding: 0;
  flex: 1;
}

@media(max-width: 700px) {
  div.contact h1 {
    font-size: 32px;
  }
}
