/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.modal-btn {
  margin-bottom: 20px;
}

.intro-header {
    /* padding-top: 50px; If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    /* padding-bottom: 50px; */
    text-align: center;
    color: #f8f8f8;
    background: url(//retreatjapan.com/img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.intro-overlay {
  background: rgba(70, 72, 82, 0.3);
  padding-top: 50px;
  padding-bottom: 50px;
}

.producthunt {
  font-size: 2rem;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  background: rgba(70, 72, 82, 0.3);
}
.producthunt span {
  font-size: 4rem;
  margin: 10px;
  vertical-align: middle;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
#mc_embed_signup_top .btn, #mc_embed_signup_bottom .btn {
  height: 50px;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 0 2.5rem;
}
#mc_embed_signup_top input, #mc_embed_signup_bottom input {
  margin-right: 10px;
  height: 50px;
  padding: 0 1rem;
  width: 240px;
  font-size: 2.2rem;
  font-weight: 300;
}

.success-message, .error-message {
  margin-top: 10px;
  font-size: 1.3em;
}

@media(min-width:768px) {
  .banner {
    background-attachment: fixed;
  }
  .bikan img {
    margin-top: 25px;
  }
  .shodo img {
    margin-top: 80px;
  }
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message h1 {
        font-size: 3em;
    }

    .intro-message h3 {
      font-size: 1.5em;
        height: 50px;
    }

    #mc_embed_signup_top .btn, #mc_embed_signup_bottom .btn {
      height: 40px;
      width: 100%;
      font-size: 2.2rem;
      font-weight: 300;
      padding: 0 2.5rem;
    }
    #mc_embed_signup_top input, #mc_embed_signup_bottom input {
      margin-right: 0;
      text-align: center;
      width: 100%;
      padding: 2rem 0.8rem;
      font-size: 2.2rem;
      font-weight: 300;
    }

    .bikan, .shodo, .food {
      text-align: center;
    }
    .bikan img, .shodo img, .food img {
      display: inline;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.facts-div {
  position: relative;
}

.facts {
  text-align: center;
}

.facts-list {
  text-align: center;
  list-style-type: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 35px;
  padding-left: 0;
}

.banner .pricing {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}

.pricing .subscribe {
  margin-top: 25px;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    color: #f8f8f8;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    background-image: url(//retreatjapan.com/img/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.overlay {
  background: rgba(70, 72, 82, 0.6);
  padding: 100px 0;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner {
      background-attachment: scroll;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

footer a, footer a:hover {
  color: inherit;
  text-decoration: none;
}

p.copyright {
    margin: 15px 0 0;
}

.nippon {
  vertical-align: middle;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
