.container {
  max-width: 1200px;
}

img {
  max-width: inherit;
}

.grey,
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.splash {
  width: 100%;
  max-width: 600px;
}

.triple-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.triple-menu__item {
  padding-right: 50px;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 750px;
}

.triple-menu__item h3 {
  color: black;
}

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

.btn-primary {
  font-size: 2em;
}

.award {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0 50px 0;
}

.award__text {
  padding-right: 100px;
  max-width: 750px;
}

.award__cert {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.award__cert img {
  height: 232px;
}

.personal-data,
.open-data {
  padding: 80px 0 80px 0;
  display: flex;
  flex-direction: row;
}

.personal-data__text,
.open-data__text {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 750px;
}

.personal-data__cert,
.open-data__cert {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  max-width: 600px;
}

.personal-data__cert img,
.open-data__cert img{
  width: 100%;
}

.landing-page {
  padding: 80px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 755px;
  margin: auto;
}

.landing-page__icon {
  max-height: 100px;
}

.landing-page__dash {
  width: 100px;
  height: 8px;
  background-color: black;
}

.landing-page__award {
  max-width: 200px;
}

.landing-page h1, 
.landing-page h3 {
  text-align: center;
}

.landing-page > * {
  margin-bottom: 35px;
}

.open-data__cert {
  max-width: 200px;
}

.tagline {
  margin-top: 5px;
  margin-bottom: 40px;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}

.about h2 {
  color: #fff;
}

.more {
  max-width: 750px;
}

.landing-page__badges {
  display: flex;
  flex-direction: row;
}

.landing-page__badges .apple img {
  height: 49px;
  margin-top: 10px;
}

.landing-page__badges .google img {
  height: 70px;
}

.cc-revoke.cc-bottom {
  right: 3em !important;
}

/* Phone only */
@media (max-width: 599px) {}

/* for-tablet-portrait */
@media (max-width: 899px) {
  .triple-menu {
    flex-direction: column;
  }

  .triple-menu__item {
    margin-bottom: 50px;
    padding: 0;
  }

  .award__cert {
    display: none;
  }

  .award__text {
    padding-right: 0;
  }

  .personal-data,
  .open-data {
    flex-direction: column;
  }

  .personal-data__cert,
  .open-data__cert{
    flex-direction: column;
  }

  .personal-data__cert * {
    max-width: 250px;
    margin-bottom: 20px;
  }
}

/* for-tablet-landscape-up */
@media (max-width: 1199px) {}

/* for-desktop */
@media (max-width: 1799px) {}

/* for-big-desktop */
@media (min-width: 1800px) {}