@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: 'Trajan Sans';
  src: url("../fonts/TrajanSansPro-Regular.ttf") format("embedded-opentype"), url("../fonts/TrajanSansPro-Regular.ttf") format("woff2"), url("../fonts/TrajanSansPro-Regular.ttf") format("woff"), url("../fonts/TrajanSansPro-Regular.ttf") format("truetype"), url("../fonts/TrajanSansPro-Regular.ttf") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan Sans';
  src: url("../fonts/TrajanSansPro-Bold.ttf") format("embedded-opentype"), url("../fonts/TrajanSansPro-Bold.ttf") format("woff2"), url("../fonts/TrajanSansPro-Bold.ttf") format("woff"), url("../fonts/TrajanSansPro-Bold.ttf") format("truetype"), url("../fonts/TrajanSansPro-Bold.ttf") format("svg");
  font-weight: bold;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

ul,
ol {
  list-style: none;
}

li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

small {
  font-size: 0.8rem;
}

body {
  color: #f7eee6;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  background-color: #444444;
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.container {
  max-width: 898px;
  margin: 0 auto;
}

.logo {
  display: block;
  font-family: 'Trajan Sans';
  text-decoration: none;
  color: #e6871b;
  font-size: 3.4rem;
  line-height: 1.2;
  padding: 0 20px;
}

@media only screen and (max-width: 970px) {
  .logo {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 450px) {
  .logo {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 331px) {
  .logo {
    font-size: 1.8rem;
  }
}

.splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  text-align: center;
}

.splash .splash-search-wrapper {
  margin: auto 0;
  padding: 50px 0 40px 0;
}

.splash .splash-search-wrapper .logo {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 50px;
}

.splash .splash-search-wrapper .description {
  margin: 0 20px;
}

.splash .splash-search-wrapper #___gcse_0 {
  width: 100%;
  max-width: 1000px;
  padding: 80px 0;
  margin: auto;
  text-align: left;
}

.splash .splash-search-wrapper #___gcse_0 b {
  font-weight: bold;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-selected-option {
  line-height: 27px;
}

.splash .splash-search-wrapper #___gcse_0 .gs-result .gs-title, .splash .splash-search-wrapper #___gcse_0 .gs-result .gs-title * {
  color: #00c;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-search-box {
  max-width: 500px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-input {
  color: #2e2f2f;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-search-button-v2 {
  background-color: #e6871b;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-search-button-v2:active, .splash .splash-search-wrapper #___gcse_0 .gsc-search-button-v2:hover {
  background-color: #ba6c14;
}

.splash .splash-search-wrapper #___gcse_0 .gsc-results-wrapper-visible {
  background-color: #ffffff;
}

.splash .splash-search-wrapper .splash-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}

.splash .splash-search-wrapper .splash-navigator .navigator-item {
  margin: 0 20px 20px 20px;
}

.splash .splash-search-wrapper .splash-navigator .navigator-item > a {
  padding: 6px 10px;
}

.splash .splash-search-wrapper .splash-navigator .navigator-item > a:hover {
  color: #d28e5c;
}

.header {
  text-align: center;
}

.header .logo {
  padding: 30px 0;
}

.header .hero {
  position: relative;
  background-color: #2e2f2f;
}

.header .hero .hamburger {
  display: none;
  margin: 0 auto;
  font-size: 1.2rem;
  padding: 12px;
}

@media only screen and (min-width: 601px) {
  .header .hero .hero-navigator {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .hero .hero-navigator .navigator-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: 'Trajan Sans';
  }
  .header .hero .hero-navigator .navigator-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    text-transform: uppercase;
  }
  .header .hero .hero-navigator .navigator-item > a > span {
    line-height: 1.2;
  }
  .header .hero .hero-navigator .navigator-item > a > span:first-child {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 732px) {
  .header .hero .hero-navigator .navigator-item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 601px) {
  .header .hero .hero-navigator .navigator-item:hover {
    color: #2e2f2f;
    background-color: #f7eee6;
  }
  .header .hero .hero-navigator .navigator-item.active {
    color: #2e2f2f;
    background-color: #d28e5c;
  }
}

@media only screen and (max-width: 600px) {
  .header .hero .hero-navigator {
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    width: 100%;
    background-color: #d28e5c;
    color: #ffffff;
  }
  .header .hero .hero-navigator .navigator-item > a {
    text-transform: uppercase;
    padding: 16px 0;
  }
  .header .hero .hero-navigator .navigator-item > a > span:first-child {
    margin-right: 5px;
  }
}

.header .hero .section-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.header .hero .listing-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4px;
  background-color: #2e2f2f;
}

.header .hero .listing-navigator .block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .hero .listing-navigator .block .navigator-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .hero .listing-navigator .block .navigator-item > a {
  padding: 10px 0;
}

.header .hero .listing-navigator .block .navigator-item:hover {
  color: #2e2f2f;
  background-color: #f7eee6;
}

.header .hero .listing-navigator .block .navigator-item.active {
  color: #2e2f2f;
  background-color: #d28e5c;
}

.header .hero .listing-navigator.numerical .block {
  width: 33.3%;
}

@media only screen and (max-width: 795px) {
  .header .hero .listing-navigator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .hero .listing-navigator .block {
    width: 100% !important;
  }
  .header .hero .listing-navigator .block .navigator-item > a {
    padding: 8px 0;
  }
}

.content {
  background-color: #f7eee6;
  color: #2e2f2f;
  padding: 20px 0;
}

.content .item {
  display: block;
  text-decoration: none;
  padding: 14px 4% 14px 8%;
}

.content .item:hover {
  background-color: #ebd4bf;
}

.content .section-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0 20px 0;
}

.content .section-navigator * {
  display: inline-block;
  font-size: 1.2rem;
}

.content .section-navigator p {
  padding: 0 20px;
}

.content .section-navigator i {
  font-size: 1.4rem;
}

.content .video-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding-top: 57%;
  margin: 0 auto 30px auto;
}

.content .video-container .youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: none;
}

@media only screen and (min-width: 600px) {
  .content .video-container {
    padding-top: 342px;
  }
}

.content .content-title {
  text-transform: uppercase;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px 20px 20px;
}

.content .content-text {
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: justify;
}

.content .content-text:not(:nth-child(2)):not(:last-of-type) {
  margin: 40px auto;
}

.content .content-text .subtitle {
  font-size: 1.12rem;
  margin-bottom: 10px;
  text-decoration: underline;
  text-align: left;
  word-break: break-all;
}

.content .content-text.content-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .content-text.content-qa .q,
.content .content-text.content-qa .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .content-text.content-qa .q p:first-child,
.content .content-text.content-qa .a p:first-child {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (min-width: 671px) {
  .content .content-text.content-qa .q {
    width: 35%;
  }
  .content .content-text.content-qa .q p:last-child {
    padding: 0 20px;
  }
  .content .content-text.content-qa .a {
    width: 65%;
  }
  .content .content-text.content-qa .a p:first-child {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 670px) {
  .content .content-text.content-qa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content-text.content-qa .q p:first-child,
  .content .content-text.content-qa .a p:first-child {
    margin-right: 20px;
  }
  .content .content-text.content-qa .q {
    margin-bottom: 20px;
  }
  .content .content-text.content-qa .q p:last-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.content .content-text.content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 10px auto !important;
}

.content .content-text.content-section .code {
  min-width: 130px;
  -webkit-box-flex: 0.35;
      -ms-flex: 0.35;
          flex: 0.35;
}

.content .content-text.content-section .section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content .content-text.content-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .content-text.content-category .category {
  border: 2px solid #d28e5c;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  margin: 8px 12px;
  cursor: default;
}

.content .content-block {
  padding: 30px 0;
}

.content .content-block * {
  line-height: 1.4;
}

.content .content-block a {
  font-weight: bold;
  text-decoration: none;
}

.content .content-block a:hover {
  opacity: 0.7;
}

.footer {
  background-color: #f7eee6;
  color: #2e2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 5px;
  border-top: 4px solid #2e2f2f;
}

.footer p {
  font-style: italic;
  margin-right: 16px;
  font-weight: bold;
}

.footer p.mobile {
  display: none;
}

@media only screen and (max-width: 500px) {
  .footer p.desktop {
    display: none;
  }
  .footer p.mobile {
    display: block;
  }
}

.footer .branding {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
}

.footer .branding img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .header .hero .hamburger {
    display: block;
  }
  .header .hero .hamburger.active {
    opacity: 0.6;
  }
  .header .hero .hamburger.active ~ .hero-navigator {
    display: block;
  }
}
