@media screen and (min-width: 994px) {
  #big_center_image {
    background: url('../img/top-image-desktop.jpg') no-repeat;
    background-size: cover;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 994px) {
  #big_center_image {
    background: url('../img/homepage-image-mobile.jpg') no-repeat;
    background-size: cover;
  }
}

.navbar-toggle {
  background: url('../img/hamburger-menu.png') center no-repeat;
  background-size: 2em;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.partner-title {
  width: 100%;
  font-family: 'Geometria Light', sans-serif;
  text-align: center;
  height: auto;
  margin: 0 auto 3% auto;
  font-size: 4.5vw;
}

.logo-container {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}

.row {
  margin-bottom: 40px;
}

.logo {
  width: 25%;
  min-width: 200px;
  height: auto;
  margin: auto;
}

.center {
  margin: auto 0;
}

.team-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-bottom: 30px;
}

.member-name {
  font-family: 'Montserrat Bold', sans-serif;
  font-size: 14pt;
}

.director-box {
  box-sizing: content-box;
  padding: 0 3%;
  margin: 0 auto;
  text-align: left;
  min-width: 200px;
  width: 27%;
  height: auto;
  min-height: 150px;
  display: flex;
  flex-flow: column;
}

.title {
  font-family: 'Montserrat Bold', sans-serif;
  font-size: 14pt;
  color: #5c5077;
  width: 100%;
  margin: 4% auto 0;
}

.team-member {
  width: 200px;
  margin: 15px;
  font-family: 'Montserrat Light', sans-serif;
  font-size: 10pt;
  text-align: left;
}

.description {
  width: 200px;
  font-family: 'Montserrat Light', sans-serif;
  font-size: 10pt;
  text-align: left;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.blue-page-link {
  width: 100%;
  color: #43a4d7;
  text-decoration: underline;
}

.content-block-white-padding {
  font-family: 'Geometria Light', sans-serif;
  font-size: 40pt;
  text-align: center;
  line-height: 1em;
  padding-bottom: 15px;
  color: #fff;
  padding-bottom: 20px;
}

.center_boxes_left {
  border-left: 1px solid #c7bdb8;
}

.center_boxes_right {
  border-right: 1px solid #c7bdb8;
}

#about-motivations hr {
  border-color: #d7cfcd;
}

#red_info_box hr {
  border-color: #9b202f;
}

#red_info_box_content_spacer > span {
  padding: 0 102px;
}

#red_info_box {
  color: #fff;
}

#about-team {
  font-family: 'Montserrat Light', sans-serif;
  font-size: 14pt;
  text-align: center;
}

#board-of-directors {
  color: #000;
  height: auto;
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 80%;
  margin: auto;
}

#second_block {
  padding: 5px 0;
}

#third_block {
  padding: 5px 0;
}

#list li {
  padding: 5px 0;
  font-family: 'Montserrat Light', sans-serif;
}

#sign_up {
  display: none;
}

#about-menu {
  top: 67px;
  padding-top: 5px;
  width: 100%;
  background-color: #5c5077;
  text-align: center;
  color: #fff;
  font-size: 15pt;
  line-height: 54px;
  height: 70px;
  opacity: 0.9;
  z-index: 1000;
}

#about-menu > span {
  padding: 0 10px;
}

.headroom--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}

.headroom {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
}
