p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(4,4,4);
}

body {
    background-color: #fffefe;
}

/* Navbar */

.navbar {
    background-color: inherit;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.navbar img {
    height: 24px;
}

@media only screen and (max-width: 1088px) {

    .navbar {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }

    .navbar-item, .navbar-brand {
        background: #fffefe;
    }

    .navbar-brand {
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    }

    .navbar-end {
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    }

    .is-menu-closed {
        height: 0px;
        opacity: 0;
        transition: height opacity 200ms;
    }

    .navbar-end {
        position: relative;
        left: calc(100% - 240px);
    }
}

/* Signup Section */

.huge-text {
    font-weight: 700;
    font-size: 74px;
    line-height: 1.1;
}

.text-above-signup {
    margin-top: 14px;
    margin-bottom: 12px;
    font-size: 19px;
}

.text-below-signup {
    margin-top: 10px;
    font-size: 15px;
    color: rgb(156, 156, 156);
}

.flexy-signup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.flexy-signup > div {
    flex-basis: 412px;
    margin: 12px;
}

@media only screen and (max-width: 769px) {
    p {
        line-height: 1.35;
    }

    p.huge-text {
        font-size: 48px;
        line-height: 1;
    }

    .flexy-signup {
        flex-flow: row wrap;
    }
}

@media only screen and (max-width: 700px) {
    .flexy-signup > div {
        flex-basis: 100%;
    }
}

/* Hero texts section */

.hero-section {
    margin-top: 32px;
    margin-bottom: 32px;
}

.hero-section > .container {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
}

.hero-title-1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.hero-title-2 {
    font-size: 21px;
    color: rgb(156, 156, 156);
}

@media only screen and (max-width: 769px) {
    .hero-title-1 {
        font-size: 24px;
    }
    .hero-title-2 {
        font-size: 17px;
    }
}

/* Emoji Section */

.emoji-section {
    
}

.emoji-layout {
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center;
    margin: auto;
}

.emoji-layout .emoji {
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #101010;
    margin-left: 24px;
}

.emoji-layout > div {
    margin-left: 16px;

}

.emoji-title-1 {
    font-size: 30px;
    font-weight: 700;
}

.emoji-title-2 {
    font-size: 17px;
    color: rgb(156, 156, 156);
    line-height: 1.4;
}

@media only screen and (max-width: 769px) {
    .emoji-title-1 {
        text-align: center;
    }
    
    .emoji-title-2 {
        text-align: center;
    }

    .emoji-layout {
        flex-flow: row wrap;
    }

    .emoji-layout > span, .emoji-layout > div {
        flex-basis: 100%;
    }

    .emoji-section > .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .emoji-layout > div {
        margin-bottom: 0px;
        margin-left: 0px;
    }
    
}

/* Browser Frame */

.browser-wrapper {
    overflow-x: auto;
    width: 100%;
    padding: 32px;
}

.browser {
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 4px;
    min-width: 900px;
}

.topbar {
    background-color: #e8e8e8;
    height: 60px;
    display: flex;
    justify-content: space-between;
  }
  
  .circles {
    align-self: center;
    margin-left: 24px;
  }
  
  .circle {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
  }
  
  .red {
    background-color: #ff3b30;
  }
  
  .yellow {
    background-color: #ffcc22;
  }
  
  .green {
    background-color: #80da38;
  }
  
  .hamburger {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 12px;
    width: 16px;
    align-self: center;
    margin-right: 24px;
  }
  
  .hamburger .line {
    height: 2px;
    background-color: #b3b3b3;
  }
  
  .content {
    overflow: hidden;
    background-color: #ffffff;
  }

  .content img {
      margin-top: -2px;
      margin-bottom: -2px;
      margin-left: auto;
      margin-right: auto;
  }

  .urlbar {
      align-self: center;
      background-color: #ffffff;
      flex-grow: 1;
      margin-left: 24px;
      margin-right: 24px;
      height: 28px;
      display: flex;
      border-radius: 4px;
  }

  .urlbar span {
      align-self: center;
      font-size: 16px;
      font-family: Arial, Helvetica, sans-serif;
  }

  .urlbar img {
    height: 12px;
    margin-left: 8px;
    align-self: center;
    margin-right: 8px;
  }

  .darkgreen {
      color: #088043;
  }

  /* Pricing Table */
  .pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
      vertical-align: unset !important;
      font-size: 2rem !important;
  }

  .plan-price-amount {
    font-size: 4rem !important;
    font-weight: 400 !important;
  }


  /* Footer */
  footer {
    background-color: #fffefe !important;
  }

  footer p {
    background-color: #fffefe !important;
  }

  .social-icon {
    color: #495057; 
    margin-left:12px
  }