@charset "utf-8";
@import "syntax-highlighting";

.navbar-default {
  background: #011a27 !important;
  border: none !important;
  margin-top: 10px;
  position: relative;
}

.navbar-default .navbar-nav>li>a {
  color: #abc0ca !important;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #03a4fb !important;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #0692dd !important;
}

.navbar-default .navbar-brand {
  color: #abc0ca !important;
  font-family: "Gill Sans", system-ui, -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24pt;
}

.navbar-brand {
  font-family: "Gill Sans", system-ui, -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.footer-mobile {
  padding-bottom: calc(1rem + env(safe-area-inset-bottom)) !important;
}

body {
  background-color: #011a27 !important;
  font-family: system-ui, -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #d8d8d8 !important;
}

.page-stuff a {
  color: #0692dd !important;
  text-decoration: none;
}

.page-stuff a:hover {
  color: #0692dd !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #0692dd;
  /* padding-bottom:0.5em; */
}

#page-content {
  padding-bottom: 4em;
}

.page-stuff {
  padding-top: 1em;
  padding-bottom: 5em;
  font-size: 21px;
}

.page-separator>hr {
  color: white !important;
}

.jumbotron {
  background: #093750 !important;
}

a {
  color: #03a4fb;
  text-decoration: none;
}

a:hover {
  color: #03a4fb !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #03a4fb;
}

.back {
  font-size: 20px;
}

.post {
  padding-top: 1em !important;
}

.reading-width {
  max-width: 950px !important;
}

.post-list {
  text-align: left;
  list-style-type: none;
}

.post-box {
  padding-top: 2em;
  padding-bottom: 2em;
}

.archive-post-box {
  padding-top: 1em;
  padding-bottom: 1em;
}

.post-link {
  font-size: 28pt;
}

.smaller-link {
  font-size: 80% !important;
}

.post-title {
  font-size: 20px !important;
  color: #abc0ca !important;
}

.post-excerpt {
  color: white !important;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
}

.page-title-main {
  text-align: left;
  
  color: #abc0ca !important;
}

@media (min-width: 576px) {
  .page-title-main {
    font-size: 64pt;
  }
}

@media (max-width: 575px) {
  .page-title-main {
    font-size: 42pt;
  }
}

@media (max-width: 575px) {
  .post-title-main {
    text-align: left;
    font-weight: bold;
    font-size: 32pt;
    color: #abc0ca !important;
  }
}

@media (min-width: 576px) {
  .post-title-main {
    text-align: left;
    font-weight: bold;
    font-size: 50pt;
    color: #abc0ca !important;
  }
}

@media (max-width: 575px) {
  .post-subtitle-main {
    text-align: left;
    font-size: 18pt;
    color: #abc0ca !important;
  }
}

@media (min-width: 576px) {
  .post-subtitle-main {
    text-align: left;
    font-size: 24pt;
    color: #abc0ca !important;
  }
}

.post-content {
  font-size: 23px;
  text-align: left;
  padding-bottom: 3em;
}

.post-content-excerpt {
  font-size: 23px;
  text-align: left;
  padding-bottom: 2em;
}

.post-content img {
  width: 720px;
  height: auto;
}

pre {
  background-color: black !important;
  border: none !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  padding: 1.5em !important;
  color: white !important;
}

.post-meta {
  color: skyblue !important;
  padding-bottom: 7px;
  font-size: 120%;
}

code {
  background-color: black !important;
  color: white !important;
  border: none !important;
  border-radius: 0px !important;
}

.page-tagline {
  font-size: 20px;
  text-align: center;
}

.download {
  padding: 2em;
  font-size: 19px;
}

.intro {
  font-size: 19px;
}

.manual-title {
  font-size: 21px;
  padding: 1em;
  text-transform: uppercase;
}

.manual-content {
  text-align: left;
  font-size: 19px;
}

.man-title {
  font-size: 22px;
  text-align: center;
  padding: 1em;
  letter-spacing: 2px;
}

.jumbotron {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.navbar {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.homepage {
  margin: 0;
  font-family: system-ui, -apple-system, San Francisco, Helvetica Neue, Helvetica, Arial, sans-serif;
  /* background: #aa292f; */
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .home-h1 {
    font-size: 72px;
    font-family: "Gill Sans", system-ui, -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    color: white;
  }
}

@media (min-width: 576px) {
  .home-h1 {
    font-family: "Gill Sans", system-ui, -apple-system, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 148px;
    color: white;
  }
}

.latest-post-link {
  margin-left: 15px;
  margin-right: 15px;
}

.home-links {
  color: white;
  display: inline;
  font-size: 24px;
  text-decoration: none;
}

.home-links:visited {
  color: white;
}

.home-message {
  color: #dedede;
  display: inline;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.home-icon-links {
  padding: 2pt;
}

.home-icon-links:hover {
  border-bottom: none !important;
}

.home-footer {
  color: white;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.footer-text {
  color: #747474;
}

.trans-rights-footer {
  font-style: italic !important;
}

.valign-center {
  height: 60px;
  line-height: 60px;
}

.valign-center span {
  display: inline-block;
  vertical-align: middle;
}

input,
textarea {
  background: #093750;
  border: none;
  padding: 3pt;
}

#post-item li {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

h6 {
  text-align: center;
  display: block;
  padding-top: 2pt;
  padding-bottom: 5pt;
}

.project-heading {
  padding-top: 15px;
  align-items: center;
  display: flex;
}

.store-badge {
  height: 35pt;
  padding-left: 10pt;
}

.project-card {
  padding: 20px;
  color: #d8d8d8 !important;
  background-color: #000d14 !important;
  border-radius: 8px !important;
  display: inline-block !important;
}

.current-project-card {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .current-project-card {
    width: 75% !important;
  }
}

@media (576 <= width <= 767px) {
  .current-project-card {
    width: 80% !important;
  }
}

.form-control {
  color: white !important;
}

::placeholder {
  color: #909898 !important;
}

.contact-form {
  background-color: #000d14 !important;
}

#submit-button {
  margin-bottom: 20pt;
}

@media (min-width: 576px) {
  .project-card-columns {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .project-card-columns {
    column-count: 1;
  }
}

.current-project-card-columns {
  column-count: 1;
}

.iphone-image {
  width: auto !important;
  max-height: 75vh !important;
}

.about-pronouns {
  margin-bottom: 1em;
  font-style: italic;
}

.tv-card {
  color: #d8d8d8 !important;
  background-color: #000d14 !important;
  border-radius: 15px !important;
  display: inline-block !important;
}

@media (min-width: 992px) {
  .tv-card-columns {
    column-count: 4;
  }
}

@media (768px <= width <= 991px) {
  .tv-card-columns {
    column-count: 3;
  }
}

@media (576px <= width <= 767px) {
  .tv-card-columns {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .tv-card-columns {
    column-count: 1;
  }
}

@media (max-width: 575.98px) {
  .tv-card {
    max-width: 80%;
    align-items: center;
  }

  .tv-col {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }

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

.tv-poster {
  padding: 8px;
  border-radius: 19px !important;
}

.tv-col {
  padding: 8px;
}

.tv-card-text {
  font-size: 14pt;
}

.tv-icon {
  padding-right: 3px;
}

.tv-link {
  font-size: 13pt;
}

.tmdb-link {
  margin-bottom: 20px;
}

.tmdb-link:hover {
  border-bottom: none !important;
}

.tv-footer {
  font-size: 13pt;
}

.test-border {
  border: 3px solid #ffa500 !important;
}

.trans-rights-home {
  color: #aaaaaa;
  font-style: italic;
  font-weight: 400;
  margin-top: 20pt;
}

.big-text {
  font-size: 40pt;
}
