.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  border-bottom: 1px none #000;
  background-color: #fff;
  box-shadow: 0 0 1px 3px rgba(63, 62, 62, 0.2);
}

.hero {
  height: 400px;
  margin-top: 85px;
  background-image: url('../images/PonteVec.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.color {
  background-color: #fff4e6;
}

.section.footer {
  padding-bottom: 125px;
}

.container.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navlink {
  padding-left: 25px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.column {
  padding-top: 15px;
  text-align: right;
}

.content {
  margin-bottom: 0px;
}

.content.bullet {
  padding-left: 30px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  text-align: center;
}

.biopic_column {
  padding-top: 75px;
  text-align: center;
}

.biopic {
  margin-bottom: 20px;
  border: 1px solid #000;
}

.biopic_text {
  margin-bottom: 10px;
}

.heading-2 {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.biotitle.title {
  margin-bottom: 15px;
  padding-top: 5px;
}

.location {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.address {
  text-align: center;
}

.partners_columns {
  padding-top: 10px;
}

.partner_col {
  text-align: center;
}

.logoblock {
  height: 100px;
  margin-bottom: 15px;
}

.partner_text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
}

.text_div {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
  }

  .hero {
    margin-top: 0px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.color {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column {
    text-align: center;
  }

  .column-2 {
    text-align: center;
  }
}