body {
  font-family: 'Open Sans', sans-serif;

}

.yflogo {
  width:200px;
}

.logospace {
    padding-top: 20px;
}

/*.pricing_section {
  height: 550px;
}*/
.bg_img {
  /*background-image: url("YF-website-iconbg-01.png");*/
  background-image: url("YF_items_2560x1300.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  /*background-blend-mode: multiply;
  background-color: #eaeaea;*/
}

.logo1 {
  height: 79px;
  padding-top: 22px;
  padding-right: 20px;
}

.logo2 {
  height: 63px;
  padding-left: 20px;
  margin-top: 6px;
}

.logo3 {
  height: 50px; 
  margin-top: 6px;
  padding-right:20px;
}

.logo4{
  height: 58px; 
  padding-left:20px
}

.tail {
  width: 100%;
  height: 115px;
  position: absolute;
  bottom: 0px;
  background-image: url("cleartail.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.tail img{
  /*max-width: 100%;*/
  width: 100%;
}

.grey_tail {
  width: 100%;
  height: 115px;
  position: absolute;
  top: 0px;
  background-image: url("greytail.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

#how .grey_tail {
  position: relative;
}

.grey_tail img {
  width: 100%;
}

#navbar {
  height: 70px;
}

.navbar-inverse {
  opacity: .95;
}

.navbar-brand {
  color: lightgrey;
  margin-top: -25px;
}

.navbar-inverse .navbar-nav>li>a {
  color: lightgrey;
}

.section {
  position: relative;
}

/*.long_section {
  position: relative;
  height: 900px;
}

.short_section {
  position: relative;
  height: 900px;
}

.grey_section {
  position: relative;
  height: 670px;
}

.what_section {
  position: relative;
  height: 670px;
}*/

#try {
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2990EA;
  transition: .2s;
}

#try:hover {
  background-color: #2182d1;
  transition: .2s;
}


#hero {
  color: white;
}

#hero .main_title {
  margin: 0 auto;
  padding-top: 150px;
  width: 90%;
  text-align: center;
}

#hero .main_title h1 {
  opacity: .8;
  /*min-width: 625px;*/
  font-size: 55px;
}

#hero .main_title p {
  opacity: .8;
  /*min-width: 655px;*/
  margin-top: 30px;
  font-size: 20px;
}

.triangle {
    width: 0;
    height: 0;
    border: solid 70px;
    /*margin: 20px;*/
}

.rt-bottom {
    border-color: #eaeaea #eaeaea transparent transparent;
}

.lt-bottom {
    border-color: #110029 transparent transparent #110029;
}


.heading {
  text-align: center;
  /*padding-top: 200px;*/
  margin: 0px auto 10px;
  width: 100%;
  font-size: 50px;
}

.sub_heading {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 25px;
  width: 90%;
  /*border-bottom: 2px solid #2990EA;*/
}

.what_width {
  width: 100%;
}

.how_title {
  padding-top: 110px;
  width: 100%;
}

.pricing_width {
  width: 100%;
}

.bullet {
  display: inline-block;
  font-size: 20px;
}

.bullet img {
  height: 30px;
}

.bullet_margin {
  margin-left: 10px;
}

.no_gut {
  padding-left: 0 0 0 0;
}

.what_text {
  margin-bottom: 20px;
}

.learn {
  font-size: 18px;
  text-align: center;
  margin: 230px auto 30px;
  padding-bottom: 150px;
}

.learn a {
  color: white;
  text-decoration: underline;

}

.bubble_box {
display: none;
margin: 50px auto 10px;
text-align: center;
}

.bubble {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.bubble:hover {
  text-decoration: none;
  color: white;
}

.free_trial_green {
  border-radius: 5px;
  background-color: #78A200;
  text-align: center;
  padding: 11px 50px 13px;
  width: 200px;
  height: 50px;
  margin-right: 25px;
  transition: .2s
}

.free_trial_green:hover {
  background-color: #6b8e00;
  transition: .2s;
}

.signup_green {
  border-radius: 5px;
  border: 2px solid white;
  padding: 10px 38px;
  width: 200px;
  height: 50px;
  transition: .2s;
}

.signup_green:hover {
  border: 2px solid #78A200;
  transition: .2s;
}

.free_trial_blue {
  border-radius: 5px;
  background-color: #2990EA;
  text-align: center;
  padding: 11px 50px 13px;
  width: 200px;
  height: 50px;
  margin-right: 25px;
  transition: .2s
}

.free_trial_blue:hover {
  background-color: #2b7cce;
  transition: .2s;
}

.signup_blue {
  color: #2990EA;
  border-radius: 5px;
  border: 2px solid #2990EA;
  padding: 10px 38px;
  width: 200px;
  height: 50px;
  transition: .2s;
}

.signup_blue:hover {
  border: 2px solid #2182d1;
  background-color: #2182d1;
  transition: .2s;
}

#what {
  color: black;
}

#what .text-box-left {
  width: 50%;
}

#what .title {
  margin: 0 auto;
}
#what .title h2 {
  text-align: center;
  margin-top: 120px;
  font-size: 60px;
}

.helper {
  /*padding-top: 40px;*/
  /*overflow: hidden;*/
  /*margin-left: auto;
  margin-right: auto;*/
}

#what .pop {
  text-decoration: underline;
}
.what_box {
  text-align: center;
}

.what_content {
  font-size: 15px;
  display: inline-block;
}

/*.what_content {
  font-size: 45px;
}*/

/*
.what_content .title_helper span {
  margin-top: 10px;
}*/


.what_content .title img {
  height: 40px;
  padding-right: 5px;
}

.what_content .title {
  font-size: 34px;
  color: #2B71B8;
}

#contact {
  color: black;
  /*background-image: url("YF-website-iconbg-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #eaeaea;*/
}


.what_helper {
  margin-bottom: 30px;
}
 .screenshots {
  margin-top: 5%;
  float: right;
  padding-top: auto;
  padding-bottom: auto;
}

.screenshots img {
}


#how {
  color: white;
}

#how .flow_line {
  padding-bottom: 140px;
  margin: 10px auto;
  width: 80%;
}

#how .flow_box .how_icon{
  display: block;
  margin: 0px auto;
  width: 25%;
}

#how .flow_box span{
  display: block;
  font-size: 25px;
  text-align: center;
}

#how .flow_box .number{
  display: block;
  margin: 0px auto;
  width: 30%;
}


/*#how .flow_line_text .flow_box {
  font-size: 25px;
  width: 15%;
}*/



/*#how .flow_line_text .import {
  padding-left: 20%;
}

#how .flow_line_text .specify {
  padding-left: 12%;
}

#how .flow_line_text .recieve {
  padding-left: 3%;
}*/

.pricing .top {
  width: 50%;
  /*min-width: 200px;*/
  margin: 0 auto;
  text-align: center;
}

.pricing_section .bubble_box {
  margin-bottom: 50px;
}

.price_bottom {
  margin-top: 50px;
  /*width: 50%;
  min-width: 200px;*/
  text-align: center;
}

.included {
  /*width: 80%;
  margin: 0 auto;
  /*margin-top: -20px;*/
  /*text-align: center;*/
}

#contact h2 {
  margin-top: 0px;
}


.form {
  color: white;
  margin-top: 100px;
  /*background-color: green;*/
  width: 455px;
  /*padding-left: 20px;*/
}

textarea { resize:none;
  color: black;

 }

label .text {
  width: 0%;
}

form .text_area {
  margin-top: 10px;
}

.fa-input {
  font-family: FontAwesome, 'Open Sans', sans-serif;
}

.submit {
  margin-top:2px;
  border-radius: 5px;
  padding: 0;
  border: 0;
  height: 35px;
  font-size: 18px;
  background-color: #2990EA;
  transition: .2s;
}

.submit:hover {
  transition: .2s;
  background-color: #2182d1;
}

#footer {
  margin-top: -50px;
  position: relative;
  background-color: black;
  color: lightgrey;
}

#footer .logo {
  padding-left: 30px;
  padding-top: 20px;
}
#footer .helper {
  height: 200px;
  margin: 50px auto 0;
  width: 80%;
}

#footer .half_box {
  margin-top: 40px;
  text-align: center;
  line-height: 30px;
}


#footer a {
  color: lightgrey;
  text-decoration: none;
}

.copy {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
  bottom: 30px;
  text-align: center;
}

.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media (max-width: 786px) {
  .fimg {
    height: 40px;
    margin-top: 20px;
  }
  
  .logospace {
    padding-top: 8px;
  }
  
  .yflogo {
    width:160px;
  }
  
  .logo1 {
  height: 44px;
  padding-top: 5px;
  padding-right: 10px;
  }

.logo2 {
  height: 34px;
  margin-top: 0px;
  padding-left: 10px;
  }

.logo3 {
  height: 26px; 
  margin-top: 4px;
  padding-right:10px;
  }

.logo4{
  height: 31px; 
  padding-left:10px
  }
  
  .bg_img {
    background-image: url("mobile_background1.png");
    background-repeat: no-repeat;
    /*needed for ios scroll*/
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  .tail {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -1px;
    background-image: url("cleartail.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }

  /*.learn {
    padding-bottom: 65px;
  }*/

  .grey_tail {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0px;
    background-image: url("mobile_greytail.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    /*background-color: green;*/
  }

  /*#hero .section {
    height: 300px;
    position: relative;
  }*/

  #hero {
    height: 550px;
    position: relative;
  }

  #hero .main_title {
    padding-top: 110px;
    margin: 0px auto 0px;
    width: 95%;
    text-align: center;
  }

  #hero .main_title h1 {
    margin-top: 0px;
    opacity: .8;
    /*min-width: 625px;*/
    font-size: 30px;
  }

  #hero .main_title p {
    opacity: .8;
    /*min-width: 655px;*/
    margin-top: 0px;
    font-size: 18px;
  }

  .bubble_box {
  margin: 50px auto 50px;
  text-align: center;
  }

  .bubble {
    color: white;
    font-size: 15px;
    text-decoration: none;
  }

  .bubble:hover {
    text-decoration: none;
    color: white;
  }

  .free_trial_green {
    border-radius: 5px;
    background-color: #78A200;
    text-align: center;
    padding: 11px 32px 13px;
    /*width: 200px;*/
    height: 50px;
    margin-right: 18px;
    transition: .2s
  }

  .free_trial_green:hover {
    background-color: #6b8e00;
    transition: .2s;
  }

  .signup_green {
    border-radius: 5px;
    border: 2px solid white;
    padding: 10px 20px;
    width: auto;
    height: 50px;
    transition: .2s;
  }

  .signup_green:hover {
    border: 2px solid #78A200;
    transition: .2s;
  }

  .free_trial_blue {
    border-radius: 5px;
    background-color: #2990EA;
    text-align: center;
    padding: 11px 32px 13px;
    /*width: 200px;*/
    height: 50px;
    margin-right: 18px;
    transition: .2s
  }

  .free_trial_blue:hover {
    background-color: #2b7cce;
    transition: .2s;
  }

  .signup_blue {
    color: #2990EA;
    border-radius: 5px;
    border: 2px solid #2990EA;
    padding: 10px 20px;
    /*width: 200px;*/
    height: 50px;
    transition: .2s;
  }

  .signup_blue:hover {
    border: 2px solid #2182d1;
    background-color: #2182d1;
    transition: .2s;
  }


  .learn {
    font-size: 18px;
    text-align: center;
    margin: 100px auto 30px;
  }

  .heading {
    text-align: center;
    margin: 10px auto 10px;
    width: 100%;
    font-size: 30px;
  }

  .sub_heading {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 20px;
    width: 90%;
  }

  /*.title {
    display: inline-block;
    font-size: 22px;
    padding-left: 20px;
  }*/

  .screenshots img{
   width: 100%;
 }

 .what_content .title img {
   height: 30px;
   padding-right: 5px;
 }

 .what_content .title {
   font-size: 24px;
   color: #2B71B8;
 }

 #how .flow_line {
   padding-bottom: 50px;
   margin: 10px auto;
   width: 100%;
 }

  #how .how_title {
    padding-top: 50px;
    width: 100%;
  }


  #how .flow_box {
    padding: 0;
  }

  #how .flow_box span{
    display: block;
    font-size: 10px;
    text-align: center;
  }

  .how_title {
    margin-top: 40px;
    width: 100%;
  }



.included {
  font-size: 25px;
  margin-top: -20px;
  margin-left: 10px;
}

.price_bottom {
  margin-left: 10px;
}

.bullet {
  display: inline-block;
  font-size: 16px;
}

.bullet img {
  width: 30px;
}

.bullet_margin {
  margin-left: -15px;
}

#footer .helper {
  height: 160px;
  margin: 20px auto 0;
  width: 80%;
}

#footer .half_box {
  margin-bottom: 20px;
}

.copy {
font-size: 10px;

}

/*.margin {
  margin-left: 10px;
  margin-right: 10px;
}*/

.logo {
  padding-left: 10px;
}
}

/*tablet*/
@media (min-width: 769px) and (max-width: 992px) {
  #footer .helper {
  height: 160px;
  margin: 20px auto 0;
  width: 80%;
}
  
  #how .flow_box span{
    display: block;
    font-size: 18px;
    text-align: center;
  }

  .tail, .grey_tail {
    height: 60px;
  }

  .learn {
    padding-bottom: 95px;
  }

}

@media (min-width: 993px) and (max-width: 1199px) {
  #how .flow_box span{
    display: block;
    font-size: 20px;
    text-align: center;
  }

  .tail, .grey_tail {
    height: 90px;
  }

  .learn {
    padding-bottom: 125px;
  }

}
