
body.app {
  font-size:16px;
  font-family: "Baloo 2", sans-serif;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 100vw;
  background-color: #FAECCC;
  color:#333333;
  line-height:1.3;
}
.app input, .app textarea {
  font-family: "Baloo 2", sans-serif;
}

.app header {
  display: flex;
  padding: 0px 40px;
  text-align: center;
}

.app header nav {
  max-width: 1400px;
  width:100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  position:relative;
  padding:16px 0px;
}



.app .logo{
  height: 80px;
}

.app header.home nav .logo{
  display:none;
}


.app .logo img{
  height: 100%;
}

.app header nav div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app header nav div:first-child {
  justify-content: flex-start;
}

.app header nav div:last-child {
  justify-content: flex-end;
}

.app header nav ul {
  display: flex;
  list-style-type: none;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
  column-gap: 50px;
  font-size: 1.4rem;
  align-items: center;
  justify-content: right;
  margin-right: 50px;
  flex:1;
}

.app header.home nav ul {
  justify-content: center;
  margin-right: 0px;
}

.app header ul li{
  padding: 0px;
  text-wrap: nowrap;
}

.app .account, .app .account a{
  font-size: 0.9rem;
}

.app .account{
  background-color: #ffffff77;
  border-radius:20px;
  column-gap: 15px;
  line-height: 40px;
  padding: 10px 20px;
  color: #333333;
  font-weight:bold;
  line-height: 20px;
  flex:0;
  margin-right: 0px;
}


.app .home .account{
position:absolute;
top:20px;
right:0px;
z-index: 10;
}



.app a {
  color: #D13627;
  text-decoration: none;
  font-weight: bold;
}

.app a:hover {
  color: #DB3565;
}

.app button, .app input[type="submit"], .app a.button {
  background: #D13627;
  border: none;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  text-wrap: nowrap;
  font-weight: 900;
  padding: 0.5rem 2rem;
  font-family: "Baloo 2", sans-serif;
  margin-bottom:40px;
  display:flex;
  align-items:center;
  column-gap:1rem;
  margin-top:30px;
}

.app button:hover, .app input[type="submit"]:hover {
  background-color: #E25F73;
}

.app button:disabled, .app input[type="submit"]:disabled {
  background-color: #cecece;
  color: #666;
}

.app .flash {
  background-color: #D13627;
    border-radius: 0px;
    color: #FAECCC;
    margin: 0;
    padding: 1em;
    text-align: center;
    top: 0px;
    width: calc(100% - 2em);
}

.app main{
  text-align: center;
  overflow: hidden;
}

.app section {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  width:calc(100% - 80px);
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  padding: 0px 40px;
  min-height: calc(100vh - 112px);
}

.app section.call, .app section.checkout{
  z-index: 1;
}

.app section.signin {
  min-height: calc(100vh - 80px);
  z-index: 1;
  padding: 40px 0px;
}
.app h1 {
  font-size: 4.2em;
  margin-bottom: 0px;
  text-align: center;
  max-width: 80%;
}
.app h3{
  font-weight: 300;
  font-size: 1.1rem;
  margin:0px;
}

.app .gradient{
  background: linear-gradient(90deg, #FC466B 0%, #D13627 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-weight:900;
  text-align: center;
  max-width: 80%;
}

.app p {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 1em;
  text-align: center;
}

.app section.legalSection{
  text-align:left;
  
  .content{
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  h1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    text-align:left;
    width:100%;
  }

  h2{
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align:left;
    width:100%;
  }

  h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align:left;
    width:100%;
  }

  p{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    text-align:left;
    width:100%;
  }

  ul{
    font-size: 16px;
    line-height: 26px;
    list-style-type: lower-roman;
    position: static;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }

  .last-updated{
    color: #888;
    font-style: italic;
  }

}

.app .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app footer{
  display: flex;
  padding: 0px 40px;
  text-align: center;
}

.app footer ul{
  display: flex;
  list-style-type: none;
  line-height: 1.4em;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 0px;
  padding: 20px 0px;
  column-gap: 30px;
  font-size: 0.9em;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.app .copyright{
  width: 100%;
  line-height: 1.4em;
}


@media screen and (max-width: 980px) {
  
  .app header nav{
    flex-direction: column;
    row-gap: 15px;
    height: 190px;
  }
  .app header nav ul{
    margin-right:0px;
  }

  .app header nav .account{
    position:relative;
    
  }

  .app section {
    min-height: calc(100vh - 222px);
  }
}
@media screen and (max-width: 580px) {
  .app section.home h1, .app section.signin h1 {
    font-size: 3em;
  }
  .app section.home h2, .app section.signin h2 {
    font-size: 1.6em;
  }
  .app section.home h3 {
    font-size: 1.2rem;
  }
}