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

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

a {
  color: #232323;
  transition: all 0.35s;
}

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: 75px 0;
}

section h2 {
  font-size: 50px;
}

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

#mainNav .navbar-brand {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 3em;
}

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

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

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

#mainNav .navbar-nav>li>a.active {
  color: #79589f !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; */
  color: #303030;
}

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

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

.header-content h3 {
  font-size: 2.1em;
  font-weight: 400;
}

.header-content p {
  font-size: 20px;
}

.online {
  background: #282828;
  color: #fff;
}

.features-ul {
  font-size: 15px;
}

.features-ul .fa-check-circle {
  color: #4f77e6;
}

/* .examples-item h3 {
  font-weight: 500;
} */

.examples-item {
  margin-bottom: 50px;
}

.nav-pills {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-pills li a {
  display: inline-block;
  color: #3b2f63;
  padding: 5px 15px;
}

.nav-pills li a:hover {
  background: #eee;
  text-decoration: none;
}

.nav-pills li.active a:hover {
  background: #79589f;
  text-decoration: none;
}

.nav-pills li.active {
  background: #79589f;
}

.nav-pills li.active a {
  color: #fff;
}

.flag {
  width: 30px;
  height: 25px;
  margin: 3px;
}

#dropdown-language {
  min-width: 0;
  border: none;
  background: transparent;
}

#dropdown-language:hover {
  background: none;
}

#dropdownMenuButton:focus {
  box-shadow: none;
}

#main-masthead {
  padding: 170px 0;
}

.api-link {
  color: black;
  text-decoration: underline;
}

.api-link:hover {
  color: #3b2f63;
  text-decoration: underline;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: rgb(38, 38, 38);
}

.hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #f8e7a2;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f8e7a2;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e57661;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #667961;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

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

  #mainNav .navbar-nav>li>a,
  #mainNav .navbar-nav>li>a:focus {
    /* color: rgba(255, 255, 255, 0.7); */
    color: #303030;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: rgb(0, 0, 0);
  }

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

  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }

  #mainNav.navbar-shrink .navbar-brand:hover,
  #mainNav.navbar-shrink .navbar-brand:focus {
    color: #79589f;
  }

  #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: #222222;
  }

  #mainNav.navbar-shrink .navbar-nav>li.button>a:hover,
  #mainNav.navbar-shrink .navbar-nav>li.button>a:focus:hover {
    color: white;
  }
}

.no-credit-card {
  font-size: 12px;
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/background-blue.jpg");
  /* background: url("../img/background-blue.jpg"), linear-gradient(to left,rgb(67, 3, 119),#7b4397); */
  background: url("../img/background-blue.jpg");
}

.masthead {
  background: url("../img/background-blue.jpg");
  /* background: url("../img/background-blue.jpg"), linear-gradient(to left,rgb(67, 3, 119),#7b4397); */
  background: url("../img/background-blue.jpg");
}

.online {
  height: 10vh;
}

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

header.masthead .header-content h1 {
  font-size: 4.5em;
  font-weight: 800;
}

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: 100vh;
    /* min-height: 775px; */
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }

  header.masthead .header-content h1 {
    font-size: 4.5em;
    font-weight: 800;
  }

  header.masthead .device-container {
    max-width: 325px;
  }
}

section.testimonials {
  padding: 50px;
}

section.testimonials h2 {
  margin-bottom: 50px;
}

section.testimonials .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

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

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

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

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

section.features .section-heading h2 {
  margin-top: 0;
  font-size: 40px;
}

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;
    height: 500px;
  }
}

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: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.pricing {
  position: relative;
}

@media (max-width: 992px) and (min-width: 768px) {
  #main-masthead {
    padding: 0;
  }

  #keego-img {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    position: relative;
  }

  #keego-img img,
  #keego-people-img img {
    width: 100%;
  }

  #mainNav .navbar-brand {
    color: #232323 !important;
  }

  #masthead-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  #masthead-content .header-content {
    margin-bottom: 0 !important;
  }

  .media-testimonial {
    display: flex;
    flex-direction: column;
  }

  .media-testimonial .media-left {
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  header.masthead .header-content h1 {
    font-size: 3em;
    font-weight: 800;
  }

  .header-content h3 {
    font-size: 1.5em;
  }

  .header-content p {
    font-size: 16px;
  }

  .features-ul,
  section.pricing .row {
    padding: 16px;
  }

  .online {
    font-size: 12px;
  }

  section h2 {
    font-size: 40px;
  }

  #main-masthead {
    padding: 0;
  }

  #keego-img,
  #keego-people-img {
    text-align: center;
  }

  .testimonials .container {
    padding: 0;
  }

  #keego-img img,
  #keego-people-img img {
    width: 80%;
  }

  .media-testimonial {
    display: flex;
    flex-direction: column;
  }

  .media-testimonial .media-left {
    margin: 20px auto;
  }

  #mainNav .navbar-brand {
    color: #232323 !important;
  }

  #screenshot2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .comparison-item {
    flex-direction: column;
    align-items: center;
  }

  .comparison-item i {
    margin-bottom: 0.25rem;
  }
}

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  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: #ffffffcc;
}

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

.bg-primary {
  background: #79589f;
  background: linear-gradient(#79589f, #fdc539);
}

.text-primary {
  color: #79589f;
}

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

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: black;
  border-color: #6c757d;
  background-color: #53ce60;
}

.btn {
  border-radius: 300px;
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  letter-spacing: 1px;
}

.btn.disabled,
.btn:disabled {
  color: rgb(48, 48, 48);
  opacity: 0.65;
}

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

.media-testimonial {
  width: 100%;
  margin: 0 auto 30px auto;
}

.media-testimonial-med {
  width: 500px;
}

.media-testimonial-sm {
  width: 300px;
}

.media-testimonial .media-body {
  padding-left: 30px;
  position: relative;
}

.media-testimonial .media-body:before {
  color: #ccc;
  content: "\201C";
  font-size: 6em;
  position: absolute;
  top: -28px;
  left: -5px;
  font-family: Arial, Helvetica, sans-serif;
}

.media-testimonial .media-body p {
  margin-bottom: 8px;
  font-size: 14px;
}

@media (orientation: landscape) {
  .media-testimonial {
    display: flex;
    flex-direction: column;
  }

  .media-testimonial .media-left {
    margin: 20px auto;
  }
}

.media-attribution {
  font-size: 90%;
}

.media-attribution em {
  font-style: normal;
  font-weight: bold;
}

.img-testimonial {
  width: 9rem;
}

/* MODAL */
.modal-title {
  color: #79589f;
  font-size: 2em;
}

.modal.fade.show {
  display: flex !important;
  align-items: center;
}

.modal-dialog {
  width: inherit;
}

.panel-login {
  border-color: #ccc;
}

.panel-login>.panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align: center;
}

.panel-login>.panel-heading a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.panel-login>.panel-heading a.active {
  color: black;
  font-size: 18px;
}

.panel-login>.panel-heading hr {
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0));
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

.btn-login,
.btn-register {
  background-color: #79589f;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
}

.btn-login:hover,
.btn-login:focus,
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #3b2f63;
}

.forgot-password {
  text-decoration: underline;
  color: #888;
}

.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

#register-submit {
  margin-left: 0;
  margin-top: 1rem;
}

#login-submit {
  margin-left: 0;
}

#reset-pass-submit {
  margin-left: 0;
}

#mail-loading {
  display: flex;
  justify-content: center;
}

#mail-loading img {
  width: 20px;
}