body {
  margin: 0 auto;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #252f30;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff;
}

@media (max-width: 420px) {
  #fp-nav {
    display: none;
  }
}

/*
==============================
HEADER
==============================
*/
.header {
  background-image: url("../img/sirca-bg.jpg");
  background-position: center 60%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
  color: white;
  font-family: century-gothic, sans-serif;
  font-weight: 500;
}

.header .fp-tableCell {
  display: block;
}

.logo {
  margin: 40px 0 20px;
  width: 150px;
  height: 150px;
  margin-left: 9.4vw;
}


.social-icons {
  position: absolute;
  right: 20px;

}

.social-icon {
  height: 30px;
  width: auto;
  margin: 20px 10px;
}

.header p {
  margin-left: 8vw;
  padding: 20px;
  font-size: 20px;
  line-height: 35px;
  max-width: 100%;
  width: 450px;
}

.header h2 {
  text-align: center;
  padding: 40px 0;
}

.store-icons {
  margin-left: 9vw;
  /* text-align: center; */
}

.store-icon {
  width: 180px;
  padding: 5px 0;
}

/*
RESPONSIVE
*/
@media (min-height: 1000px) {
  .header h2 {
    padding: 90px 0 40px;
  }
}


@media (max-height: 730px) {
  .store-icon {
    width: 180px;
  }
}

@media (max-width: 704px) {
  .store-icon {
    width: 180px;
  }
}

@media (max-width: 600px) {
  .header h2 {
    font-size: 1.5rem;
    padding: 40px 0 10px 0;
  }

  .header p {
    font-size: 1.2rem;
    margin-left: 0;
  }

  .store-icon {
    width: 150px;
  }
}

@media (max-width: 473px) {
  .header h2 {
    font-size: 1.2rem;
    padding: 40px 10px 10px 10px;
  }

  .header p {
    font-size: 1rem;
  }
}

@media (max-height: 700px) {
  .logo {
    width: 110px;
    height: 110px;
  }

  .header h2 {
    font-size: 18px;
    padding: 40px 10px 10px 10px;
  }

  .header p {
    font-size: 15px;
  }

  .store-icon {
    width: 150px;
  }
}


/*
==============================
SCREEN
==============================
*/
.screen {
  background-color: #fff;
  padding: 0 30px;
  color: white;
  min-height: 100vh;
}

.screen h1 {
  font-size: 3rem;
}

.phone-holder {
  display: inline-block;
}

.phone-screen {
  height: 556px;
}

.description-flex {
  display: flex;
}

.btn-holder {
  align-self: center;
  padding-right: 10px;
}

.btn-icon {
  width: 100px;
}

.description {
  display: inline-block;
  max-width: 100%;
  width: 400px;
  vertical-align: middle;
  margin: 20px;
  text-align: left;
}

.description-sm {
  display: none;
}

.quick-btn-icons {
  width: 90%;
}

/*
RESPONSIVE
*/
@media (max-width: 754px) {
  .phone-screen {
    height: 445px;
    width: auto;
  }

  .description-flex {
    display: block;
    text-align: center;
  }

  .btn-holder {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 704px) {
  .btn-icon {
    width: 70px;
  }

  .quick-btn-icons {
    max-width: 300px;
    width: 70%;
    margin: 0 15%;
  }

  .description {
    width: auto;
  }
}

@media (max-height: 750px) and (max-width: 450px) {
  .description h4 {
    font-size: 18px;
  }

  .description p {
    font-size: 12px;
  }

  .phone-screen {
    height: 350px;
  }

  #screen-sircalink .fp-tableCell, #screen2 .fp-tableCell, #screen3 .fp-tableCell, #screen4 .fp-tableCell {
    display: block;
  }
}


@media (max-height: 570px) {
  .phone-screen {
    height: 300px;
    width: auto;
  }

  .btn-icon {
    width: 60px;
  }
}

/*
==============================
SCREEN 1
==============================
*/
#screen1 {
  padding: 30px;
  background: -webkit-gradient(linear, top left, bottom left, from(#367871), to(#136A8A));
  background: -webkit-linear-gradient(#367871, #136A8A);
  background: linear-gradient(#367871,#136A8A);
}

#screen1 h1 {
  position: absolute;
  right: 40px;
  top: 40px;
  font-family: 'Berthold Akzidenz Grotesk BE Extended';
}

/*
RESPONSIVE
*/
@media (max-width: 754px) {
  #screen1 h1 {
    position: relative;
    right: 0;
    top: -40px;
    text-align: center;
  }
}

/*
==============================
SCREEN SIRCALINK
==============================
*/
#screen-sircalink {
  padding-top: 30px;
  background: -webkit-gradient(linear, top left, bottom left, from(#180826), to(#65388b));
  background: -webkit-linear-gradient(#180826, #65388b);
  background: linear-gradient(#180826,#65388b);
}
/*

/*
==============================
SCREEN 2
==============================
*/
#screen2 {
  padding-top: 30px;
  background: -webkit-gradient(linear, top left, bottom left, from(#00A2D1), to(#0062DB));
  background: -webkit-linear-gradient(#00A2D1, #0062DB);
  background: linear-gradient(#00A2D1,#0062DB);
}

#screen2 .btn-holder {
  padding-right: 10px;
}

/*
RESPONSIVE
*/
@media (max-width: 754px) {
  .description-lg {
    display: none;
  }

  .description-sm {
    display: inline-block;
  }
}

@media (max-height: 750px) {
  #screen2 {
    padding-top: 10px;
  }
}

@media (max-height: 600px) {
  #screen2 {
    padding-top: 0;
  }
}

/*
==============================
SCREEN 3
==============================
*/
#screen3 {
  padding-top: 30px;
  background: -webkit-gradient(linear, top left, bottom left, from(#F09819), to(#FF512F));
  background: -webkit-linear-gradient(#F09819, #FF512F);
  background: linear-gradient(#F09819,#FF512F);
}
/*
==============================
SCREEN 4
==============================
*/
#screen4 {
  padding: 30px;
  background: -webkit-gradient(linear, top left, bottom left, from(#ED515E), to(#B32584));
  background: -webkit-linear-gradient(#ED515E, #B32584);
  background: linear-gradient(#ED515E,#B32584);
}

/*
==============================
Footer
==============================
*/
.footer {
  background-image: url("../img/footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: 100%;
  color: white;
  text-align: center;
  padding: 30px;
}

.spacer {
  height: 30vh;
}

.download {
  text-align: center;
}

.footer h2 {
  width: 100%;
  padding: 40px 0;
}

.footer .logo {
  margin: 30px 0 20px;
  width: 125px;
  height: 125px;
}

.footer .fp-tableCell {
  display: block;
}

.footer .store-icons {
  margin: 0;
}

footer {
  position: absolute;
  bottom: 80px;
  right: 20px;
}

footer a {
  color: white;
}

/*
RESPONSIVE
*/
@media (max-width: 600px) {
  .footer .spacer {
    height: 10vh;
  }
  .footer h2 {
    font-size: 1.5rem;
  }

  footer {
    bottom: 150px;
  }
}


@media (max-width: 450px) {
  .footer h2 {
    font-size: 1.2rem;
  }
}


.sircalink-fullpage {
  background-image: url("https://biscuitandchai-general.nyc3.cdn.digitaloceanspaces.com/sirca/sircalink/sircalinkbg.jpg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
}


.horizontal-logo {
  margin: 40px 0 20px;
  /*width: 150px;*/
  width: 150px;
  margin-left: 9.4vw;
}

.sircalink-explore img {
  margin-left: 7.4vw;
}

.sircalink-explore p {
  color: white;
  font-size: 22px;
  margin-left: 9.4vw;
  max-width: 540px;
}