body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000a1a;
  color: #a8c8eb; }

a {
  color: #a8c8eb;
  text-decoration: none; }
  a:visited {
    color: #a8c8eb; }
  a:hover {
    color: #d4f5f0;
    cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  color: #ee701e; }

.centered {
  max-width: 1280px;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .centered {
    margin: 0 3em; } }

header {
  margin-bottom: 3rem; }

#header-top-band {
  background-color: #152f56;
  width: 100%;
  height: 30px; }

.header-row {
  white-space: nowrap;
  position: relative;
  top: -20px; }

.header-logo-container {
  background-color: white;
  display: inline-block;
  border-radius: 100%;
  padding: -10px; }

img.arks-logo {
  height: 175px;
  margin: -25px;
  display: inline-block; }

.header-logo-text {
  display: inline-block;
  font-weight: 100;
  margin-left: 0.5rem;
  position: relative;
  top: 15%;
  font-family: "Roboto", sans-serif; }
  .header-logo-text .header-logo-text-top {
    font-size: 14pt;
    line-height: 20pt;
    margin-bottom: 0;
    margin-top: 10px;
    display: block; }
  .header-logo-text .header-logo-text-bottom {
    font-size: 20pt;
    line-height: 16pt;
    margin-bottom: 0;
    display: block;
    font-weight: 400; }

.main-nav {
  display: block;
  position: relative;
  top: 3.5rem; }
  .main-nav nav {
    text-align: right; }
    .main-nav nav ul li {
      display: inline-block;
      font-size: 12pt;
      font-weight: 400;
      margin-left: 1.5em;
      margin-right: 1.5em; }
      .main-nav nav ul li a.active {
        font-weight: 800;
        color: #ee701e; }

@media screen and (max-width: 1200px) {
  .main-nav {
    top: -30px;
    left: 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .main-nav nav {
      text-align: left; }
      .main-nav nav ul {
        margin: 0;
        padding: 0;
        line-height: 3rem; }
        .main-nav nav ul li:first-of-type {
          margin-left: 0; } }

@media screen and (max-width: 768px) {
  .main-nav {
    top: 1rem;
    left: 0; }
    .main-nav nav {
      text-align: left; }
      .main-nav nav ul {
        margin: 0;
        padding: 0; }
        .main-nav nav ul li {
          margin-left: 0;
          display: block;
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .main-nav nav ul li a {
            line-height: 3rem;
            display: block; }
  img.arks-logo {
    height: 120px; }
  .header-logo-text .header-logo-text-top {
    font-size: 10pt;
    line-height: 10pt;
    margin-top: 1rem; }
  .header-logo-text .header-logo-text-bottom {
    font-size: 16pt;
    line-height: 14pt; } }

@media screen and (max-width: 576px) {
  img.arks-logo {
    height: 100px; }
  .header-logo-text .header-logo-text-bottom {
    font-size: 14pt;
    white-space: normal; } }

.footer-container {
  background-color: #152f56;
  width: 100%;
  min-height: 15rem;
  margin-top: 5rem;
  padding-top: 2rem; }

.footer-text {
  padding: 2rem 0; }

.footer-logos-row {
  background-color: white;
  border-radius: 8px;
  border: 5px solid white; }

.footer-logo-container, .footer-logo-large-container {
  text-align: center;
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px; }
  .footer-logo-container.white_bg, .footer-logo-large-container.white_bg {
    background-color: white; }

.footer-logo-container {
  line-height: 100px; }

.footer-logo-large-container {
  display: table-cell; }

.footer-logo {
  max-height: 100px;
  max-width: 100%;
  vertical-align: middle; }

.footer-logo-large {
  max-height: 200px;
  max-width: 100%;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  .footer-logo-large-container {
    line-height: auto; } }

@media screen and (min-width: 980px) {
  .large-logo-row {
    height: 100%; }
  .footer-logo-large-container {
    line-height: 200px;
    height: 100%; } }

/* Page Specific Imports */
.homepage-hero-container {
  display: block;
  position: relative;
  margin-bottom: 6rem;
  background-color: black;
  border-radius: 1rem;
  border: 1px solid #141432; }

.homepage-hero-image-container {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  font-family: "Roboto", sans-serif; }
  .homepage-hero-image-container div.homepage-hero-image {
    display: block;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 75% 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 3rem; }
    .homepage-hero-image-container div.homepage-hero-image p.hero-image-name {
      font-size: 24pt;
      line-height: 24pt;
      margin: 0;
      font-weight: 600; }
    .homepage-hero-image-container div.homepage-hero-image p.hero-image-type {
      font-size: 14pt;
      line-height: 14pt;
      margin: 0;
      font-weight: 100; }

.homepage-hero-text-container {
  width: 40%;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  line-height: 24pt;
  letter-spacing: 0.05ch;
  font-weight: 300;
  font-size: 14pt;
  border-radius: 1rem; }

.homepage-gallery-image {
  display: block;
  width: 100%;
  border: 3px solid white; }

@media (max-width: 1280px) {
  .homepage-hero-text-container {
    width: 50%;
    margin-left: 1rem; } }

@media (max-width: 768px) {
  .homepage-hero-text-container {
    width: auto;
    margin-left: 0; } }

.team-logo-container {
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  opacity: 80%;
  border-radius: 10px; }
  .team-logo-container.white_bg {
    background-color: white;
    border: none; }
  .team-logo-container:hover {
    opacity: 100%;
    transform: scale(1.1); }

.team-logo-link {
  height: 200px;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
  align-items: center; }

.team-page-logo {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  padding: 1em;
  margin: 0 auto; }

.logo-white-border {
  border: 15px solid white; }
