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

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #f7b731;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #eca309;
}

hr {
  border: solid 2px #f7b731;
  background-color: #f7b731;
  border-radius: 2px;
  margin-top: 0 !important;
}

hr.light {
  border-color: #fff;
}

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

p {
  font-size: 1.15rem;
  line-height: 1.8em;
}

section {
  padding-top: 6em;
  padding-bottom: 5.5em;
}

section h2 {
  font-size: 2.5rem;
  margin-bottom: 0 !important;
}

section h2:after {
  content: '';
  display: block;
  border-top: 4px solid #f7b731;
  border-radius: .25em;
  margin-top: .1em;
}

section .section-heading-div {
  border-top: 1px solid #eb3b5a;
  padding-bottom: 4em;
}

section .section-heading-div h2 {
  padding-bottom: .5em;
}

section .section-heading-div hr {
  width: 50%;
}

section .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -0.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: .5em;
  padding-right: .5em;
}

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

#mainNav .navbar-brand {
  color: #f7b731;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

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

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

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

#mainNav .navbar-nav > li > a.active {
  color: #f7b731 !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: #f7b731;
}

#mainNav.navbar-shrink {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  border-top: 4px solid #f7b731 !important;
  border-color: rgba(34, 34, 34, 0.1);
  background-color: #fff;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #fff;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #f7b731;
  }
  #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: #f7b731;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.6))), url(../img/header-1-min.jpg) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.6)), url(../img/header-1-min.jpg) no-repeat center center/cover;
}

header.masthead .header-content {
  max-width: 800px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  color: #fff;
  font-weight: 600;
}

header.masthead .header-content ul li {
  margin-bottom: 0.5em;
}

header.masthead .header-content .btn-light {
  font-size: 1rem;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  background-color: #1cb568;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.masthead .header-content .btn-light:active, header.masthead .header-content .btn-light:focus, header.masthead .header-content .btn-light:hover {
  background-color: #15894f;
}

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

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

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

.about ul li {
  font-size: 1.15rem;
  padding-bottom: 1em;
}

.about ul {
  background: #fff;
  border-radius: .25em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.about li {
  height: auto;
  padding-left: 2.2em;
  margin-bottom: .1em;
  background: url("../img/checkmark.svg") no-repeat left top;
}

.about p {
  background: #fff;
  border-radius: .25em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}

section.features .section-heading h2 {
  font-size: 2rem;
  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 .col-lg-8 {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

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

section.features .feature-item p {
  font-size: 1.1rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  padding: 1em;
  background-color: rgba(230, 230, 230, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

@media (min-width: 1201px) {
  section.features .feature-item p {
    min-height: 14.5em;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  section.features .feature-item p {
    min-height: 18em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.features .feature-item p {
    min-height: 16.2em;
  }
}

section.features .feature-item h3 {
  font-size: 1.6rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section.features .feature-item h3:after {
  content: '';
  display: block;
  border-top: 4px solid #f7b731;
  border-radius: .25em;
  margin-top: .25em;
  margin-bottom: 1em;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, right top, left top, from(#26de81), to(#f7b731));
  background: linear-gradient(to left, #26de81, #f7b731);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.features .google-screen {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 1em;
}

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

section.cta .cta-content p {
  word-break: break-word;
}

section.cta .btn-light {
  color: #f7b731;
  border-color: #f7b731;
}

section.cta .btn-light:active, section.cta .btn-light:focus, section.cta .btn-light:hover {
  background-color: #f7b731;
  color: #fff;
}

section.cta .table {
  font-size: 1rem;
}

@media (max-width: 320px) {
  section.cta .table {
    font-size: 1rem;
  }
}

section.cta .table td {
  border-top: none;
  -ms-word-break: break-all;
  word-break: break-all;
  padding: .75em 0;
}

@media (max-width: 767px) {
  section.cta .table td {
    padding: .75em;
  }
}

section.cta .table td a {
  color: #777777;
  position: relative;
  top: .40em;
}

section.cta .table td a:hover {
  color: #f7b731;
  text-decoration: none;
}

section.cta .table i {
  color: #fff;
  border-radius: 50%;
  padding: 17px;
  width: 50px;
  font-size: 1rem;
  background-color: #f7b731;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  section.cta .table td a {
    top: unset;
  }
}

.call-to-action {
  background-color: #1cb568 !important;
}

.call-to-action h2 {
  font-size: 1.5rem;
}

.call-to-action h2:after {
  border: 0 !important;
}

.call-to-action p {
  line-height: 1.5em;
  font-size: 1rem;
  opacity: .75;
}

@media (min-width: 992px) {
  .call-to-action p {
    margin-bottom: 0;
  }
}

.cta .btn-light, .call-to-action .btn-light {
  font-size: 1rem;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cta .btn-light:active, .cta .btn-light:focus, .cta .btn-light:hover, .call-to-action .btn-light:active, .call-to-action .btn-light:focus, .call-to-action .btn-light:hover {
  background-color: #fff;
  color: #1cb568;
}

.cta.contact .cta-content .btn.btn-light {
  color: #fff;
  background: #1cb568;
  border-color: #1cb568;
}

.cta.contact .cta-content .btn.btn-light:active, .cta.contact .cta-content .btn.btn-light:focus, .cta.contact .cta-content .btn.btn-light:hover {
  background-color: #fff;
  color: #1cb568;
}

section.contact {
  padding-bottom: 4em;
}

.section-footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../img/header-1-min.jpg) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/header-1-min.jpg) no-repeat center center/cover;
}

.section-footer .list-group-item {
  border: 0;
  margin-bottom: 1rem;
  padding: 0;
  background-color: transparent;
}

.section-footer .list-group-item a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section-footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  background-color: #1a1a1a;
}

footer p {
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.6);
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer a:active, footer a:focus, footer a:hover {
  text-decoration: none;
  color: #f7b731;
}

footer i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
  padding: 0.7em;
  width: 2.4em;
  background-color: #fff;
  color: #1cb568;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer i:hover {
  color: #fff;
  background-color: #1cb568;
  border-radius: 25%;
}

footer .row i {
  margin: 0.5em;
}

footer .social-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-primary {
  background: #f7b731;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7b731), to(#f6ae18));
  background: linear-gradient(#f7b731, #f6ae18);
}

.text-primary {
  color: #f7b731;
}

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