
* {
  margin: 0;
  padding: 0;
  /* font-family: 'Poppins',sans-serif; */
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

html {
  font-size: calc(1em + 1vw);
  background: #999;
}

.body {
  font-size: 1em;    
  line-height: 1.6;
}

#showcase-0 {
  background-image: url("../assets/flybuy-bg-c.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#top-header {
  height: 4em;
  background-color: #ffffff;
  padding-left: 30px;
  vertical-align: middle;
  text-align: center;
}

.logos {
  height: 3em;
  padding: 10px;
  margin: 10px;
  vertical-align: middle;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  width: 50%;
  padding: 10px;
  padding-left: 30px;
  font-size: 2vw;
  color: white;
}

h2 {
  font-size: 2.5vw;
}

.left {
  line-height: 150%;
}

.right {
  padding-left: 100px;
}

ul {
  list-style-position: outside;
  padding-left: 20px;
}
.li {
  margin-left: 10px;
}

#get-started {
  font-size: 1.5vw;
  padding-bottom: 1em;
}

.info-form {
  display: block;
  margin: 10px 0px 0px 0px;
  width: 200px;
  height: 40px;
  background-color: transparent;
  color: white;
  padding-left: 10px;

}

::placeholder {
  color: white;
  opacity: 1;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: white;
}

select#form_store_type {
  /* width: 120px; */
  position: relative;
  top: -3px;
}

#info-form-submit {
  height: 40px;
  width: 200px;
  font-size: 1em;
  background-color: white;
  margin-top: 20px;
}

#info-form-submit:hover {
  border-color: #3A72C5;
}

#powered-by {
  padding-top: 20px;
  max-width: 200px;
  height: auto;
}

#content-wrap {
  padding-bottom: 60px;
}

@media screen and (min-width: 900px) {
  .column {
  font-size: 15px;
  }

  .left {
    padding: 2em 10vw 0 10vw;
  }

  .right {
    padding: 2em 0em 0 0em;
  }

  #get-started {
    font-size: 15px;
  }
}


@media only screen and (max-width: 560px) {

  h2 {
    font-size: 2em;
    padding-top: 1em;
  }
  .row {
    display: flex;
    flex-direction: column;
  }

  .column {
    font-size: 13px;
    flex: 100%;
    width: 100%; */
    padding: 1em  20vw 0 20vw;
  }

  #get-started {
    padding-top: 20px;
    font-size: 15px;
  }
}

@media screen and (max-height: 600px) {

  #content-wrap {
    margin-bottom: 500px;
  }
}