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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #8cc63f;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #71a230;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 90px 0;
}

section h2.big {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #8cc63f;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #71a230;
}

#nav-signup {
    color: white !important;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #8cc63f !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #8cc63f;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #666;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #000;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #8cc63f;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #8cc63f;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #333;
  background: url("../img/cork-wallet.png");
}


header.masthead .header-content h1 {
  font-size: 48px;
  font-family: 'Bitter', 'Helvetica', 'Arial', 'sans-serif';
}
header.masthead .header-content h1 strong {
  font-weight: 500;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 30rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 48px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
}

section.download h2 {
  font-size: 30px;
  margin-top: 0;
}

section.download .badges {
  margin-bottom: 20px;
}

section.download .badges .badge-link {
  display: block;
  padding: 15px 30px;
  border: 1px solid #628b2a;
  border-radius: 10px;
  background-color: #c0e490;
  box-shadow: 0px 2px 3px #344b17;
  margin-bottom: 25px;
  color: #344b17;
  text-decoration: none;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link:hover {
  background-color: white;
}

section.download .badges .badge-link img {
  height: 60px;
}

#install-instructions-win {
  display: none;
  position: relative;
  box-shadow: inset 1px 2px 2px hsla(0,0%,0%,0.3);
  border: 1px solid #999;
  border-radius: 5px;
  padding: 24px 10px;
  margin-bottom: 40px;
}
#install-instructions-win img {
  width: 100%;
  max-width: 400px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 50px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #428bca, #dc2430);
  background: linear-gradient(to left, #428bca, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

section.faq h2 {
  font-size: 30px;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.static-footer {
  padding: 60px 20px 40px 20px;
  line-height: 32px;
  user-select: none;
  text-align: left;
}
.footer-groups {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link-group {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
  padding: 0;
}
.footer-header {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.bg-primary {
  background: #8cc63f;
  background: -webkit-linear-gradient(#8cc63f, #7fb636);
  background: linear-gradient(#8cc63f, #7fb636);
}

.text-primary {
  color: #8cc63f;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: #8cc63f;
  background-color: #8cc63f;
  box-shadow: 0px 1px 1px #86817b;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  box-shadow: 0px 2px 1px #777;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

section.testimonials {
  padding-bottom: 40px;
}

section.testimonials img.img-fluid {
  border: 4px solid #8c8c8c;
  box-sizing: content-box;
}

section.testimonials strong {
  font-weight: bold;
}

section.comparison {
  padding: 60px 0px;
}

.btn-l {
  font-size: 10px;
  padding: 5px 12px;
  margin: 5px;
}

#prices {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
}
@media (min-width: 992px) {
  #prices {
    flex-direction: row;
  }
}
.price-box {
  flex: 1 1 0;
  text-align: center;
  padding: 1.4rem;
  background: #f1f9ff;
  border: 2px solid #c0e2fb;
  border-bottom: 2px solid #9ac1dc;
  border-radius: 10px;
  box-shadow: 1px 2px 12px rgba(0,0,0,5%);
}
#free-trial-price {
  border: 2px solid #f0f0fa;
  border-bottom: 2px solid #dcdcdf;
  background: #fdfdff;
}
.price-line {
  font-size: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
}
.price-number {
  font-size: 1.75rem;
  font-weight: bold;
}
.price-info {
  font-size: 80%;
  margin-bottom: 1.5rem;
  color: #999;
}

.btn-table {
  background: hsl(217, 58%, 26%);
  border-color: hsla(209, 61%, 23%, 1);
  color: hsla(209, 100%, 80%, 1);
  box-shadow: 0px 7px 1px -5px hsl(212, 15%, 59%);
}
.btn-table:hover {
  color: hsla(209, 100%, 90%, 1);
  box-shadow: 0px 8px 1px -5px hsl(212, 15%, 59%);
}

.table {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}

.table-comparison td {
  vertical-align: middle;
}

.table td {
  border-top: 1px solid #a9b8c7;
}
.table thead th {
  border-bottom: 2px solid #94a4b3;
}
.table th {
  border-top: none;
}

td, th {
  position: relative;
}
td:not(:first-child):hover::before,
th:not(:first-child):hover::before {
  content: "";
  position: absolute;
  background-color: #d6fda4;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

span.compare-x {
  color: darkred;
  font-size: 150%;
  font-weight: bold;
}
span.compare-y {
  font-size: 140%;
  font-weight: bold;
}

.my-features img, .my-features video {
  box-shadow: 0px 1px 2px black, 1px 1px 10px rgb(0 0 0 / 24%);
}

/* TESTIMONIAL CARDS */
#my-testimonial-container {
  margin: 0 auto;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  width: 450px;
  border: 1px solid lightgray;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 12px;
  box-shadow: 0px 1px 3px hsla(0, 0%, 0%, 0.1);
}
.testimonial-card:hover {
  background-color: #f3f6f9;
}
.top-row {
  display: flex;
  position: relative;
}
.top-row h6 {
  display: inline;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: bold;
}
.top-row h6 a {
  color: unset;
}
.top-row h6 a:hover {
  text-decoration: underline;
}
.top-row p, .top-row p a {
  font-size: .875rem;
  color: hsl(0, 0%, 30%);
}
.source-icon {
  width: 1.25rem;
  position: absolute;
  right: 0px;
}
.source-icon img {
  width: 100%;
}
.avatar {
  padding-right: 0.75rem;
}
.avatar img {
  border-radius: 100%;
  max-width: 50px;
}
.content, .content p {
  word-break: break-word;
  font-size: 16px;
  letter-spacing: -0.16px;
}
.content p {
  white-space: pre-line;
}
.content a {
  color: #5d5dff;
}
.content .twitter-attach {
  max-width: 100%;
  border-radius: 12px;
  opacity: 0.75;
}
.content .twitter-attach:hover {
  opacity: 1;
}
.bottom-row .twitter-likes, .bottom-row .date {
  color: hsl(0, 0%, 50%);
  font-size: 0.875rem;
}
.bottom-row .twitter-likes {
  margin-right: 10px;
}
.bottom-row .twitter-likes img {
  margin-right: 4px;
}
.bottom-row .date:hover {
  color: hsl(0, 0%, 50%);
  text-decoration: underline;
}
