html {
  min-height: 100%;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #fff;
  color: #0a2032;
  font-size: 18px;
  overflow-x: hidden;
}

p {
  color: #566977;
}

p.copy {
  font-size: 1.2em;
}

img {
  max-width: 100%;
}

img.shadow {
  border-radius: 6px;
  box-shadow: 0 20px 30px rgba(13,40,63,.15), 0 10px 20px -5px rgba(13,40,63,.2);
}

:link, :visited {
  color: #f8598b;
}

:link:hover,
:visited:hover,
:link:focus,
:visited:focus {
  color: #f8598b;
}

h1, h2, h3 {
  font-family: 'Neuton', Georgia, serif;
}

h1 {
  font-size: 3em;
  margin-bottom: 36px;
}

h2 {
  font-size: 2.5em;
  margin-bottom: 24px;
}

h3 {
  font-size: 2em;
  margin-bottom: 16px;
}

#logo {
  width: 228px;
  height: 32px;
}

@media (min-width: 576px) {
  #logo {
    height: 34px;
  }
}

nav {
  text-transform: uppercase;
  font-size: .75em;
  font-weight: bold;
  margin-top: 12px;
}

.navbar-toggler-icon {
  color: #0a2032;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

nav .links :link,
nav .links :visited,
nav .links :focus {
  color: #0a2032;
  padding-top: 12px;
  padding-bottom: 12px;
}

nav .links :link:hover,
nav .links :visited:hover,
nav .links :focus:hover {
  color: #0a2032;
  outline: none;
  text-decoration: none;
}

.navbar-collapse {
  margin-top: 12px;
}


@media (min-width: 992px) {
  nav .links :link,
  nav .links :visited,
  nav .links :focus {
    border-bottom: 2px solid transparent;
  }

  nav .links :link:hover,
  nav .links :visited:hover,
  nav .links :focus:hover {
    border-bottom: 2px solid #f8598b;
  }

  .navbar-collapse {
    margin-top: 0;
  }
}

nav .btn {
  box-shadow: 0 2px 4px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.2);
  border-radius: 24px;
  font-size: 1em;
  margin-left: 12px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}

.navbar-nav .btn {
  margin-left: 0;
}

nav .btn:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,.15), 0 8px 10px -6px rgba(0,0,0,.3);
}

nav .nav-link {
  margin: 0 5px;
}


#content {
  margin-top: 48px;
}

.hero {
  margin-bottom: 96px;
}

.hero .copy {
  margin-top: 36px;
}

.hero .buttons {
  margin-top: 48px;
}

.hero img {
  max-height: 350px;
}

@media (min-width: 992px) {
  .hero img {
    max-width: none;
    max-height: 600px;
  }

  .hero .copy {
    margin-top: 96px;
  }
}

main section {
  margin-bottom: 48px;
}

main h2 {
  margin-top: 36px;
}

main h3 {
  margin-top: 24px;
}

.dark-bg {
  background-color: #f0f8ff;
  padding-bottom: 1px;
}

.light-bg section,
.dark-bg section {
  margin-bottom: 112px;
}

.light-bg-small section,
.dark-bg-small section {
  margin-bottom: 48px;
}

.feature-icon svg {
  margin-top: 70px;
  max-width: 45px;
  fill: #f73f79;
}

.image-left .bg,
.image-right .bg {
  position: absolute;
  transform: translateY(192px);
  z-index: -2;
}

.image-left .bg img,
.image-right .bg img {
  max-width: none;
}

.image-left .bg {
  right: 0;
}

.image-right .bg {
  left: 0;
}

.image-left .fg,
.image-right .fg {
  position: relative;
}

.image-left .fg img,
.image-right .fg img {
  max-height: 350px;
}

@media (min-width: 992px) {
  .image-left .fg img,
  .image-right .fg img {
    max-height: none;
  }

  main section {
    margin-bottom: 192px;
  }

  main h2 {
    margin-top: 96px;
  }

  main h3 {
    margin-top: 48px;
  }

  #mobile-man .bg {
    transform: none;
  }

  #mobile-man .fg {
    transform: translateY(90px)
  }

  #themes .bg {
    transform: none;
    z-index: -1;
  }

  #team h2 {
    margin-top: 196px;
  }
}

footer {
  margin: 24px 0 18px;
  font-size: 13px;
}

footer :link,
footer :visited {
  display: inline-block;
  margin: 0 12px 6px;
  color: #aaa;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn {
  border: 0;
  background-color: #f8598b;
  color: #fff;
  outline: none;
  padding: 10px 24px;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .btn {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .btn:last-child {
    margin-right: 0;
  }
}

.btn:last-child {
  margin-bottom: 0;
}


.btn:hover,
.btn:focus {
  background-color: #f8598b;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 15px -6px rgba(13,40,63,.5), 0 10px 5px -8px rgba(13,40,63,.3);
  transform: translateY(-1px);
  transition: all .1s ease-in-out
}

.btn-black,
.btn-black:hover,
.btn-black:focus {
  background-color: #121212;
}

.btn-small {
  padding: 4px 10px;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus {
  background-color: transparent;
  color: #0a2032;
  border: 1px solid #c5c5c5;
}

.text-red {
  color: #ff4500;
}

code {
  font-size: 1em;
}

.plan {
  transition: all .42s cubic-bezier(.19,1,.22,1);
  height: 100%;
}

.plan:hover {
  background-color: #fff;
  transform: translateY(-3px);
}

.plan .price {
  display: flex;
}

.plan .price .amount {
  font-size: 3em;
  font-weight: bold;
}

.plan .price .sign {
  flex: 1;
  justify-content: flex-end;
  margin: 12px 4px 0 0;
}

.plan .price .decimal {
  flex: 1;
  margin: 12px 0 0 4px;
}

.plan .price .mo {
  font-size: .8em;
}

.plan .meta {
  padding-top: 8px;
  font-size: .9em;
  flex: 1;
}

.plan .meta div {
  margin-bottom: 6px;
}

.plan hr {
  margin-left: 0;
  margin-right: 0;
}

.shadow-panel {
  background-color: #fff;
  margin: auto;
  padding: 12px;
  box-shadow: 0px 2px 9px 0px rgba(227,227,229,1);
  border-radius: 2px;
  max-width: 1140px;
}

.blue-panel {
  color: #566977;
  background-color: #f0f8ff;
  padding: 6px 12px;
  border-radius: 4px;
}

.blue-panel .tagline {
  color: #f8598b;
}

@media (min-width: 768px) {
  .shadow-panel {
    padding: 24px;
  }
}

.theme {
  text-align: center;
  margin-bottom: 96px;
}

.theme img {
  transition: all .42s cubic-bezier(.19,1,.22,1);
}

.theme img:hover {
  transform: translateY(-1px)
}

.theme :link,
.theme :visited,
.theme :hover {
  color: inherit;
  text-decoration: none;
}

.support {
  font-size: .9em;
}

.support hr {
  margin: 32px 0;
}

.support h4:not(:first-child) {
  margin-top: 24px;
  margin-bottom: 16px;
}

.integration {
  box-shadow: 0 0 2px 0 rgba(0,0,0,.05), 0 1px 10px 0 rgba(0,0,0,.01), 0 16px 24px -12px rgba(42, 84, 121, 0.1);
  padding: 16px 0;
  background: #fff;
  border-radius: 6px;
  font-size: .85em;
}

@media (min-width: 768px) {
  .integration {
    margin: 0 20px;
    padding: 20px;
    height: 100%;
  }

  .integration .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .integration .logo img {
    margin: 0 auto;
  }
}

.table-pricing {
  color: #0a2032;
  font-size: .9em;
  min-width: 768px;
}

.table-pricing td {
  background-color: #fff;
}

.table-pricing tr:first-of-type td {
  border-top: 1px solid #dee2e6;
}

.table-pricing tr:first-of-type td:first-of-type {
  border-top: 0;
  border-left: 0;
}

.table-pricing tr:last-of-type td {
  border-bottom: 1px solid #dee2e6;
}

.table-pricing td:nth-of-type(2) {
  border-left: 1px solid #dee2e6;
}
.table-pricing td:last-of-type {
  border-right: 1px solid #dee2e6;
}

.table-pricing tr:first-of-type td:first-of-type {
  background-color: transparent;
}

.table-pricing td:first-of-type {
  width: 220px;
  text-align: left;
  border-left: 1px solid #dee2e6;
  vertical-align: middle;
}

.table-pricing .fa {
  color: #f8598b;
}

tr.plans-head {
  font-size: 1.6em;
  font-weight: bold;
  color: #0a2032;
}

tr.plans-head td {
  border-top: 0;
  background-color: #fff;
  padding: 24px 0;
}

tr.no-border td {
  border: 0;
}

.table-pricing tr.header td {
  font-weight: bold;
  background-color: #f8fafc;
}

#subscription-period .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid transparent;
  margin-right: 4px;
  margin-bottom: 0;
}

#subscription-period .btn-transparent {
  border: 1px solid #c5c5c5;
}

#subscription-period .btn:last-child {
  margin-right: 0;
}
