/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}


/* Dark mode
https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #0d1117;
    color: #d6d6d6;
  }
  .spamtylogo {
    background: url("https://spamty.eu/assets/img/logo-dark.png") no-repeat !important;
  }
  .jumbotron, .card {
    background-color: #1b2026;
    color: #d6d6d6;
  }
  .form-control {
    background-color: #1b2026;
    color: #d6d6d6;
    border-color: #6a6e72;
  }
  .form-control:focus {
    background-color: #1b2026;
    color: #d6d6d6;
    border-color: #80bdff;
  }
  .footer, .header {
    border-color: #6a6e72 !important;
    color: #d6d6d6;
  }
  pre, .table {
    color: #d6d6d6;
  }
  a {
    color: #58a6ff;
  }
  a:hover {
    color: #4d8bd1;
  }
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

.spamtylogo {
  background: url("https://spamty.eu/assets/img/logo.png") no-repeat;
  width: 170px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  color: transparent;
  font-size: 0px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
}
