.menu .flags img {
  margin-left: 10px !important;
  display: block;
  width: 40px;
}

.menu .flags a {
  margin-right: 5px;
}

.menu .logo span{
  color: #000;
  font-weight: bold;
}

#up {
  width: 100%;
  height: 600px;
  background-color: #5F92D9;
  color: #fff;
  font-family: "Avenir Next", Helvetica, sans-serif;
}

#up .column {
  text-align: center;
}

#up .info {
  margin-top: 80px;
}

#up .name {
  margin-top: 40px;
  font-size: 40px;
}

#up .button {
  font-family: "Avenir Next", Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: normal !important;
}

#up .description {
  margin-top: 30px;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 30px;
}

#up .logo img {
  width: 120px;
  height: 120px;
}

#up .download {
  /*margin-top: 20px;*/
}

#download-modal {
  text-align: center;
}

#download-modal h1 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 14px 0;
  color: #333;
  letter-spacing: 1px;
}

#download-modal hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 50px 0;
}

#download-modal h3 {
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #666;
  font-weight: 400;
}

.promotion {
  text-align: center;
  font-size: 1.1em;
  margin-top: 20px;
}

.promotion a {
  color: white !important;
}

.promotion a:hover {
  text-decoration: underline;
}

#down {
  width: 100%;
  height: 500px;
}

#down .screenshot {
  margin-top: -150px;
}

#down .screenshot img {
  width: 100%;
  height: auto;
}

#down .features {
  width: 100%;
  margin-top: 30px;
  background-color: #5F92D9;
}

#down .desc {
  text-align: center;
}

#down .desc p {
  color: #fff;
  padding: 50px 0 0 0;
  font-size: 40px;
  margin-bottom: 10px;
}

#down .desc span {
  color: #fff;
  font-size: 20px;
}

#down .desc .screenshot {
  margin-top: 0;
}

#down .footer {
  padding: 30px 0;
  font-size: 1rem;
  color: #34313a;
  text-align: center;
}

#press {
  text-align: center;
  margin-top: 40px;
}

#press img {
  margin: 0 1em !important;
}

#faq {
  padding: 50px 0;
}

#faq h2 {
  padding-bottom: 30px;
}

#faq p {
  color: gray;
  word-wrap: break-word;
}

#subscribe .sub.header {
  margin-top: 10px;
}

#contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

#contact .header {
  margin-bottom: 30px;
}

#twitter-widget-0 {
  width: 160px !important;
}

@media (min-width: 600px) {
  #up .button {
    min-width: 160px;
  }
}

@media (max-width: 600px) {
  .mobile-hide {
    display: none !important;
  }

  #up .download {
    margin-top: 0;
  }

  #up .description {
    font-size: 17px;
  }

  #up .info {
    margin-top: 50px;
  }

  #down .desc p {
    font-size: 25px;
  }

  #up .button.kn-second {
    margin-top: 20px;
  }
}

#mc_embed_signup input.email {
  line-height: 40px !important;
  padding: 0 1em !important;
  height: 40px !important;
  letter-spacing: 1px !important;
}

#mc_embed_signup .button {
  font-size: 1em !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #5F92D9 !important;
  letter-spacing: 1px !important;
}

.ui.dimmer {
  background-color: rgba(0,0,0,.5) !important;
}