body {
  font-family: "Lato", "Open Sans", "Hind Guntur", sans-serif;
  font-size: 14pt;
  line-height: 1.7em;
  background-color: #f2f2f2;
  text-rendering: optimizeLegibility;
}

p {
  margin-bottom: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Barlow", "Open Sans", sans-serif;
}

label {
  font-family: "Barlow", "Open Sans", sans-serif;
}

h1 a,
h2 a {
  color: #000;
}

h1 {
  font-size: 46px;
  padding-bottom: 0.4em;
}

.heading {
  margin: 1.5em 0 2.5em;
}

.heading h1 {
  margin: 0;
  padding: 0;
}

.btn-info {
  background-color: #4f80e1;
  border-color: #526a9b;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #526a9b;
}

.jumoo {
  font-family: "pacifico", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
}

.block {
  font-size: 13pt;
  /* text-align: center; */
  margin-bottom: 4em;
}

.block h2 {
  font-weight: 900;
  margin-bottom: 1em;
  font-size: 40px;
}

.homepage-blocks {
  display: flex;
}

.homepage-blocks .block {
  padding: 1em;
  width: 50%;
}

.homepage-box {
  display: block;
  text-decoration: none;
  color: black;
  text-align: center;
  padding: 1em 1em 2em;
  border-radius: 5px;
  transition: 0.2s;
}

.homepage-box:hover {
  text-decoration: none;
  background-color: #e5ebef;
  box-shadow: 0 0 3px #dbdbdb;
}

.homepage-box h1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

header,
footer {
  background-color: #292c44;
  color: #fff;
}

footer {
  background-color: #4f80e1;
}

header a,
footer a {
  color: #fff;
}

header {
  margin-bottom: 1em;
  box-shadow: 0px 0px 5px #aaa;
}

header h1 {
  padding: 0.2em 0 0.2em;
  margin: 0;
}

header h1 a:hover {
  text-decoration: none;
  color: #ddd;
}

footer {
  padding: 3em 0 0;
}

footer .footer-notes {
  font-size: 80%;
  color: #efefef;
}

footer a:hover {
  color: #aaa;
}

footer .social-links {
  font-size: 20pt;
  margin-top: 1em;
}

footer .social-links li a {
  display: block;
  margin: 0.5em 0 0;
}

footer .social-links img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  height: 50px;
}

.footer-links {
  font-size: 90%;
  text-align: center;
  font-weight: 900;
}

.footer-links li {
  display: inline-block;
}

.footer-links li a {
  display: block;
  padding: 5px 0 5px 20px;
  color: #ddd;
}

.site-nav-container {
  text-align: right;
}

.site-nav {
  margin: 0;
  padding: 0;
}

.site-nav > li {
  display: inline;
}

.site-nav > li > a {
  display: inline-block;
  padding: 1em 1em;
  transition: all 0.3s ease-in-out;
}

.site-nav > li > a {
  color: #fff;
}

.site-nav:hover > li > a {
  color: #fff;
}

.site-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.intro-image {
  margin-top: -5em;
  background-image: url("/img/limestreet.jpg");
  background-size: cover;
}

.intro-block {
  padding: 3em 0 3em;
  background-color: rgba(79, 128, 225, 0.9);
  text-align: center;
  color: #fff;
  margin-bottom: 3em;
}

.intro-block h1 {
  margin: 0;
  font-size: 130pt;
  pointer-events: none;
  padding: 0;
}

.intro-block p {
  margin-left: 9em;
  margin-top: -1em;
  color: #ddd;
}

.case-studies {
  margin: 2em 0 0;
  padding-bottom: 2em;
  background-color: #eee;
  margin-bottom: -2em;
}

.case-studies .promo-box {
  text-align: center;
}

.case-studies .promo-box a img {
  max-width: 100%;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.case-studies .promo-box a:hover img {
  filter: none;
  -webkit-filter: none;
}

.banner {
  margin-top: -6em;
  padding: 2.5em 0;
  text-align: center;
  margin-bottom: 2.5em;
  background-color: #4f80e1;
  color: #fff;
}

.banner h1 {
  font-size: 5rem;
}

.banner .jumoo {
  font-size: 94px;
  margin: 0 0 0.3em 0;
}

.banner small {
  font-weight: 400;
}

.banner-image {
  background-size: cover;
}

.banner-image-transparency {
  background-color: rgba(79, 128, 225, 0.8);
}

.item-box {
  margin: 0 0 4em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-box-center {
  align-items: center;
}

.item-flow {
  display: flex;
}

.item-flow > div:first-child {
  margin-right: 50px;
}

.item-flow .item-box {
  width: 60%;
}

.item-flow .item-img {
  width: 40%;
}

.item-flow .item-img img,
img.shadow {
  max-width: 100%;
  margin: 0;
  box-shadow: 0 0 5px #aaa;
}

.products h1 {
  font-size: 42pt;
  font-weight: 800;
  margin-bottom: 1em;
  margin-top: 0;
  color: #aaa;
}

.products h2 {
  font-size: 32pt;
  font-weight: 800;
  margin-bottom: 1em;
  margin-top: 0;
}

/*
.products img {
    margin: 1em auto 0;
    display: block;
    box-shadow: 0 0 5px #aaa;
    max-width: 75%;
}
*/

.products a.more-link {
  background-color: #292c44;
  border: 1px solid #000;
  color: #eee;
  padding: 0.5em 1em;
  margin: 2em auto 0;
  display: table;
  min-width: 12em;
  text-align: center;
  box-shadow: 0px 0 5px #888;
  font-weight: 300;
  text-decoration: none;
}

.products a.more-link:hover,
a.more-link:focus {
  background-color: #526a9b;
}

.profile-pic {
  width: 150px;
  border-radius: 50%;
  float: right;
  padding: 1em;
}

.form .btn {
  margin-top: 1em;
}

.btn,
.btn-lg,
.input-lg,
.form-control {
  border-radius: 2px;
}

.pic {
  margin: 1em;
}

.pic img {
  max-height: 300px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 5px #aaa;
}

.pic span {
  font-size: 80%;
  font-style: italic;
}

.pic-right {
  float: right;
}

.pic-left {
  float: left;
}

.pic-center {
  margin: 1em auto;
  width: auto;
}

.pic-center img {
  max-width: initial;
  max-height: initial;
}

.pic-center span {
  text-align: center;
  display: block;
}

.checkbox-label {
  font-weight: 300;
}

.strong {
  color: blue;
  font-weight: 700;
}

@media (max-width: 600px) {
  .intro-image,
  .banner {
    margin-top: -1em;
  }

  .intro-block {
    padding: 2em 0 3em;
    margin-bottom: 1em;
  }

  .intro-block h1 {
    font-size: 90pt;
  }

  .intro-block p {
    font-size: 75%;
    margin-left: 3em;
  }

  header h1 {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  header h1 > a {
    color: #eee;
  }

  .site-nav-container {
    text-align: center;
  }

  .site-nav {
    font-size: 90%;
  }

  .site-nav > li > a {
    padding: 1em 0.2em;
  }

  .item-box {
    margin-bottom: 1em;
  }
}

.payment-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-radius: 5px;
  padding: 0 20px;
  min-width: 250px;
}

.spinner {
  display: block;
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 4px solid white;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1.1s infinite linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* checkout */

.checkout-nav {
  margin-top: -40px;
  margin-bottom: 10px;
}

.checkout-nav .active {
  font-weight: bold;
}

.checkout-nav .done {
  color: green;
}

.checkout-form {
  padding: 20px;
  background-color: #fefefe;
  box-shadow: 0px 0px 4px #ddd;
}

.checkout-form .button-box {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.checkout-form .form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.checkout-form .form-top h3 {
  margin: 0;
}

.checkbox-group {
  display: flex;
  align-items: center;
}

.checkbox-group label {
  margin: 10px;
}

.checkout-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.checkout-item {
  display: flex;
  align-items: center;
}

.checkout-item > * {
  padding: 10px;
}

.checkout-item.pending {
  color: #ddd;
}

.link {
  border-top: 2px solid #ddd;
  width: 20%;
  height: 0;
}

.result-message {
  padding-top: 20px;
}

code {
  color: #000;
  background-color: transparent;
}

@media print {
  .page-break {
    page-break-before: always;
  }

  footer,
  .site-nav-container,
  .checkout-nav {
    display: none;
  }

  header a[href]:after {
    content: "";
  }

  .banner {
    margin: 0;
    padding: 0;
    border-bottom: 2px dashed #526a9b;
  }

  .banner h1 {
    font-size: 36pt;
  }
}

.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  /* border-bottom: 4px solid rgba(0,0,0,0.3); */
}

.release-banner {
  margin-top: -2em;
  margin-bottom: 2em;
  background-color: #337ab7;
  padding: 2em 0 1em;
  color: #fff;
  text-align: center;
}

.release-banner a {
  color: #fafafa;
  text-decoration: underline;
}

.release-table {
  font-size: 80%;
}
