@font-face {
  font-family: Gilroy;
  src: url("../assets/fonts/Gilroy-Regular/Gilroy-Regular.woff");
}
@font-face {
  font-family: Gilroy;
  src: url("../assets/fonts/Gilroy-Bold/Gilroy-Bold.woff");
  font-weight: bold;
}

*, h1 {
  font-family: Gilroy;
}
.navbar-nav-svg {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top;
}

html,
body {
  height: 100%;
  background-color: #272268;
}

body {
  color: #fff;
  /*display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.bg {
  /* The image used */
  background-image: url("../assets/img/yesapay-market-bg.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1{
  font-size: 2.8rem;
  font-weight: 700;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
  /* padding: 0 8rem; */
  max-width: 42em;
}

.form-email{
  /* max-width: 30rem; */
  font-size: 1.0rem !important;
}

.form-email button, .form-email input {
  font-size: 1.0rem !important;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: .5rem;
  border: none;
  height: auto;
}

#mc_embed_signup .button {
  background: rgb(0,207,158);
  background: linear-gradient(90deg, rgba(0,207,158,1) 0%, rgba(0,242,138,1) 100%);
}



.app-tease{
  background-image: url("../assets/img/iphone.png");
  height: 218px;
  background-position: center;
  background-repeat: no-repeat;
}

.iphone{
  width: 100%;
  max-width: 420px;
}