/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Fonts
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Common typography
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 30px;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 20px;
}

body {
  position: relative;
  color: #2B2B2B;
  font-family: 'Lato', sans-serif;
}

.white{
  color: #FFFFFF;
}

a {
  color: #EC2F37;
}

a:hover {
  color: #EC2F37;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Navigation bar
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar {
  border-bottom: none;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-border {
  border-bottom: 1px solid #E4E4E4;
}

.navbar-default {
  background: transparent;
}

.navbar-color {
  background-color: #FFFFFF;
}

.navbar-brand {
  background-size: cover;
  width: 140px;
  height: 42.5px;
  object-fit: contain;
}

.nav-link {
  color: #FFFFFF;
}

.navbar-link-blue {
  color: #0275D8;
}

.navbar-nav {
  padding-top: 5px;
}

.mock-image {
  position: absolute;
  z-index: -20;
  width: 800px;
}

.navbar {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar.scrolled {
  background: #444444;
  background: rgba(0, 0, 0, 0.78);
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

.signup-input{
    width: 220px;
    border-bottom: solid #EC2F37 1px;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-right: 15px;
    height: 35px;
}
button {
	background-color: transparent;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .3s;
  font-size: 11px;
  border: 2px solid #EC2F37;
  color: #EC2F37;
  width: auto;
}

@media(max-width: 925px){
  .signup-input{
    width: 150px;
  }
  .btn{
    margin-top: 20px;
    width: 100%;
  }
}


.btn-header {
  width: 350px !important;
  background-color: #ffb847;
  border-radius: 40px !important;
  font-family: 'Lato', sans-serif;
  color: #fff;
  -webkit-transition: background-color 0.5s, width 0.3s;
  -o-transition: background-color 0.5s, width 0.3s;
  transition: background-color 0.5s, width 0.3s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.btn-header:hover {
  width: 400px !important;
  background-color: #f9a347;
  border-radius: 40px;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
}

.btn-header:focus {
  width: 350px !important;
  background-color: #ffb847;
  border-radius: 40px !important;
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  -webkit-transition: background-color 0.5s, width 0.3s;
  -o-transition: background-color 0.5s, width 0.3s;
  transition: background-color 0.5s, width 0.3s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}


/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Marketing
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  font-size: 14px;
  margin-right: .75rem;
  margin-left: .75rem;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Featurette
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
.featurette-divider {
  margin: 5rem 0;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  margin-top: 40px;
}

@media(max-width: 750px) {
  .featurette-mobile-header {
    max-width: 90%;
  }
  .featurette-mobile-header .intro-art {
    margin-top: 0 !important;
  }

  .featurette-body {
    margin-top: 0 !important;
  }

  h2 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5rem !important;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Wrapper
// –––––––––––––––––––––––––––––––––––––––––––––––––– */


.wrapper {
  max-width: 1140px;
  margin: auto;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Responsive css
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
.blurb {
  max-width: 400px;
  text-align: center;
  align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mobile-only {
  display: none;
}

@media(max-width: 750px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }

}

@media (max-width: 40rem) {
  .hero-title {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 70px !important;
    left: 15%;
    z-index: 10;
    padding: 0 0 0% 0;
  }
}

@media (min-width: 40em) {
  .hero-title {
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 62em) {
  .hero-title {
    font-size: 3.5rem;
    font-family: 'Lato', sans-serif;
  }
  .carousel-caption {
    right: 20% !important;
    left: 20% !important;
  }
}

@media (min-width: 80em) {
  .carousel-caption {
    right: 25% !important;
    left: 25% !important;
  }
}

@media (max-width: 64em) {
  .carousel-caption {
    right: 5% !important;
    left: 5% !important;
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Bg
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
#red-bg{
  background-color: #FE525B;
}

#white-mask{
  position: absolute;
  z-index: 1;
  background-image: url("../../img/white-mask.svg");
  background-size: cover;
  top: -50px;
  pointer-events: none;
}

@media(max-width: 1000px){
    #white-mask{
      top: -50px;
    }
}

@media(max-width: 768px){
    #white-mask{
      top: -50px;
    }
}

@media(max-width: 500px){
    #white-mask{
      top: -50px;
    }
}

#white-mask2{
  position: absolute;
  background-image: url("../../img/white-mask2.svg");
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  top: 300px;
  pointer-events: none;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Intro Section
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
#intro-section{
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
  min-height: 500px;
}

.intro-art{
  transform: scale(1.2,1.2);
}


/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Panel Section
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
#panel-section{
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
}

.panel-art{
  min-width: 700px;
  transform: translate(-80px,-10px);
}

@media(max-width: 750px) {
  #panel-section {
    height: 500px;
  }
  .panel-art {
    min-width: 500px;
  }
}

@media(max-width: 500px){
  .panel-art{
    transform: translate(-40px,-40px);
  }
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Splash Section
// –––––––––––––––––––––––––––––––––––––––––––––––––– */
.splash-wrapper{
  position: relative;
  height: 600px;
  z-index: -1;
}

#banner {
  width: 100%;
  height: 100%;
  background-image: url("../../img/themes.png");
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: center 0px;
  background-repeat: no-repeat;
  z-index: -200;
  position: absolute;
  top: 0px;
}

@media(max-width: 750px){
  #banner {
    -webkit-background-size: 800px auto;
            background-size: 800px auto;
    background-position: center 200px;
  }

  .splash-wrapper {
    height: 650px;
  }

  .image-mobile {
  }
}

.banner-logo {
  margin-top: -20px;
  left: -20px !important;
}

#splash-section{
  position: absolute;
  right: 0%;
  left: 0%;
  z-index: 10;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 0;
  height: 100%;
  background: rgba(128, 128, 128, 0.75);
}

#splash-box {
  color: #ffffff;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Demo Section
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

#demo-section{
  width: 100% !important;
  min-height: 1000px;
  z-index: 4;
  position: relative;
}

#demo-bg{
  max-height: 1000px;
  position: absolute;
  z-index: -2;
  overflow: hidden;
}

#demo-bg img{
  width: 100%;
  min-width: 1000px;
  transform: translate(0px, 0px);
}

@media(max-width: 1000px){
  #demo-bg img{
    height: 100%;
  }
}

@media(max-width: 750px){
  #demo-bg{
    transform: translate(0px, 400px);
  }
  #demo-bg img{
    height: 100%;
    transform: scale(1.3, 1.3) translate(-100px,0);
  }
  .demo-body {
    margin-top: -20px !important;
  }
  #tablet-section {
    margin-top: 240px !important;
  }
  .demo-image {
    margin-top: 20px;
  }
}

@media(max-width: 419px){
  #demo-bg{
    transform: translate(0px, 480px);
  }
  #demo-bg img{
    height: 100%;
  }
}


#tablet-section{
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.tablet-art{
  max-width: 250px;
  margin-bottom: 40px;
  transform: translate(-80px,0px);
}

@media(max-width: 767px){
  .tablet-art{
    transform: translate(0px,0px);
  }
}

#phone-section{
  position: relative;
  z-index: 3;
  padding-bottom: 10rem;
  min-height: 500px;
}

.phone-art{
  max-width: 180px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Footer Section
// –––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer {

}
