* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

html, body {
  min-height: 100vh;
}

body {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
}

body .flex-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

body .flex-container .col1 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

body .flex-container .col1 .logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 3em;
  padding: 3em 5em;
}

body .flex-container .col1 .logo .logo-ett {
  margin-right: 2em;
  -webkit-box-flex: 2.5;
  box-flex: 2.5;
  -moz-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}

body .flex-container .col1 .logo .logo-ett img {
  max-width: 350px;
  width: 100%;
}

body .flex-container .col1 .logo .logo-arjona {
  margin-left: 2em;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

body .flex-container .col1 .logo .logo-arjona img {
  max-width: 158px;
  width: 100%;
}

body .flex-container .col1 .cellphone-bg {
  height: 250px;
  background-image: url("../images/cellphone-bg-small.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

body .flex-container .col2 {
  display: none;
  padding: 0;
  background-color: #FED330;
  background-image: url("../images/column-divider.png");
  background-repeat: no-repeat;
}

body .flex-container .col2 .cellphone img {
  min-width: 400px;
  width: 100%;
}

.app-coming-soon {
  background-color: #000;
  color: white;
  padding: 2em 3em 3em 3em;
  margin-bottom: 3em;
}

.app-coming-soon .app-coming-soon-title {
  color: #FED330;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 3.5em;
}

.app-coming-soon .app-coming-soon-text {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.25em;
  text-align: justify;
}

.app-coming-soon .app-coming-soon-text span {
  font-weight: 600;
}

footer {
  font-size: 1.1em;
  text-align: center;
  padding: 3em;
}

footer .logos {
  margin-bottom: 2em;
}

footer .logos img {
  max-width: 350px;
  width: 100%;
}

footer .footer-copyright {
  margin-bottom: 1em;
}

footer .footer-copyright .contact {
  margin-bottom: 0.25em;
  font-weight: 600;
}

footer .footer-copyright .copy-line1 {
  color: #737373;
  font-size: 0.9em;
}

footer .powered-by {
  color: #575757;
  font-size: 1.1em;
}

@media only screen and (min-width: 642px) {
  body .flex-container .col1 .cellphone-bg {
    height: 376px;
    background-image: url("../images/cellphone-bg.jpg");
  }
}

@media only screen and (min-width: 768px) {
  body .flex-container .col2 {
    display: none;
  }
  body .flex-container .col2 .cellphone img {
    min-width: 400px;
    width: 100%;
  }
  .app-coming-soon {
    padding-left: 5em;
  }
  .app-coming-soon .app-coming-soon-title {
    font-size: 2.75em;
  }
  .app-coming-soon .app-coming-soon-text {
    font-size: 1.35em;
  }
}

@media only screen and (min-width: 1024px) {
  body .flex-container .col1 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  body .flex-container .col1 .logo {
    padding: 3em 0 0 5em;
  }
  body .flex-container .col1 .cellphone-bg {
    display: none;
  }
  body .flex-container .col2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body .flex-container .col2 .cellphone {
    padding-right: 3em;
  }
  body .flex-container .col2 .cellphone img {
    min-width: 400px;
    width: 100%;
  }
  .app-coming-soon .app-coming-soon-title {
    font-size: 4.5em;
  }
  .app-coming-soon .app-coming-soon-text {
    font-size: 1.45em;
  }
}
