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; }
  .header-logo-container 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; }

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

/* 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; } }
