*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: NationalBold;
  src: url(Fonts/National-Bold.otf); }

@font-face {
  font-family: NationalBook;
  src: url(Fonts/National-Book.otf); }

@font-face {
  font-family: NationalRegular;
  src: url(Fonts/National-Regular.otf); }

body {
  overflow: hidden;
  background: #122f4e; }

#outer {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

#text, .text-el, #logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box; }

#splash, #title, #overlay, #fader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.content {
  position: relative;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #1E90FF; }

#outer {
  z-index: 1;
  color: #FFF;
  height: auto; }

#outer {
  z-index: 2;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%; }

#splash {
  z-index: 40;
  background-image: url(../images/Mountains.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

#title {
  z-index: 51;
  top: calc((100% - 220px) / 3.5);
  left: calc((100% - 220px) / 2);
  width: 220px;
  height: 266px; }

#text {
  z-index: 52;
  width: 220px;
  height: 46px; }

.text-el {
  font-size: 42px;
  font-weight: bold;
  font-family: NationalBold;
  text-align: center;
  display: none;
  opacity: 0.01;
  box-sizing: border-box; }

#logo {
  position: fixed;
  z-index: 10;
  top: 2vh;
  left: 2vh;
  width: 10vh;
  height: 10vh;
  background-image: url(../images/Logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  opacity: 0.99; }

#logo-text {
  position: absolute;
  z-index: 65;
  top: 0%;
  left: 0%;
  width: 40%;
  height: auto;
  line-height: 100%;
  display: inline-block;
  opacity: 0.01; }

#overlay {
  z-index: 50;
  background: #122f4e;
  display: block;
  opacity: 0.01; }

#nav {
  position: fixed;
  display: block;
  z-index: 60;
  top: 2vw;
  right: 2vw;
  width: 24px;
  height: auto;
  border-top: 1px solid #FFF;
  display: none;
  opacity: 0.01;
  cursor: pointer; }

.nav-item {
  position: relative;
  float: left;
  left: 0px;
  width: 100%;
  height: 12px;
  color: #FFF;
  background: #122f4e;
  border-bottom: 1px solid #FFF; }

#nav-text {
  width: auto;
  display: none;
  opacity: 0.01; }

#nav p {
  opacity: 0.01;
  color: #FFF;
  font-size: 14px;
  font-family: NationalBook;
  padding-top: 1px;
  padding-left: 2px;
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: none;
  line-height: 22px;
  display: none;
  cursor: pointer; }

#fader {
  z-index: 6;
  width: 100%;
  height: 20vh;
  background-image: linear-gradient(#122f4e, #122f4e, #122f4e, rgba(18, 47, 78, 0)); }

#profile-text a {
  font-family: NationalBook;
  font-size: 14px;
  text-decoration: none;
  color: #1E90FF; }

#profile a:hover {
  color: #FFF; }

#card a,
#footer-contact a {
  font-family: NationalBook;
  font-size: 14px;
  text-decoration: none;
  color: #FFF; }

#card a:hover,
#footer-contact a:hover {
  color: #1E90FF; }

.header {
  font-size: 6.5vh;
  font-weight: bold;
  font-family: NationalRegular;
  color: #FFF; }

.content {
  margin: 0px 12px;
  padding: 24px 12px;
  width: calc(100% - 24px);
  height: auto;
  opacity: 0.01; }

.content-icon {
  position: relative;
  float: left;
  width: 5vh;
  height: 5vh; }

.content-header {
  position: relative;
  float: left;
  width: auto;
  height: 5vh;
  font-size: 3.5vh;
  font-family: NationalBook;
  line-height: 5vh;
  color: #1E90FF;
  padding-left: 24px; }

.content-inner {
  position: relative;
  float: left;
  margin-top: 24px;
  font-size: 16px;
  font-family: NationalBook;
  line-height: 16px;
  color: #FFF; }

.content-footer {
  position: relative;
  float: left;
  height: 15vh;
  width: 100%;
  border: none; }

#profile {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }

#profile-image {
  position: relative;
  float: left;
  width: 30%;
  height: auto;
  padding-bottom: 12px; }

#profile-text {
  position: relative;
  float: left;
  width: 70%;
  height: auto;
  padding-left: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  color: #FFF; }

h3 {
  font-size: 18px;
  font-family: NationalBold;
  padding-bottom: 12px;
  color: #1E90FF; }

.contact {
  position: absolute;
  top: 0;
  left: 24px;
  width: auto;
  height: auto; }

.contact-header {
  font-size: 14px;
  font-family: NationalBold;
  color: #1E90FF; }

.contact-inner {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  font-family: NationalBold;
  color: #FFF; }

.contact-inner:hover {
  color: #1E90FF; }

#card {
  position: absolute;
  z-index: 5;
  top: 33vh;
  left: 68%;
  width: auto;
  height: auto;
  display: none; }

#footer {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 12vh;
  color: #FFF;
  background: #122f4e;
  border-top: 1px solid #1E90FF; }

@media (min-width: 900px) {
  .content {
    margin: 0vh 40vw 0vh 20vh;
    padding: 24px;
    width: calc(100vw - (40vw + 20vh)); }
  .content-header {
    font-size: 4.25vh;
    line-height: 6.5vh; }
  .content-icon {
    width: 6.5vh;
    height: 6.5vh; }
  .content-inner {
    font-size: 20px;
    line-height: 20px; }
  #profile-image {
    width: 30%;
    padding-bottom: 24px; }
  #profile-text {
    width: 70%;
    padding-left: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 20px; }
  #footer-contact {
    margin-left: 20vh; }
  #profile-text a {
    font-size: 18px; }
  #card a {
    font-size: 18px; }
  h3 {
    font-size: 22px; }
  .contact-header,
  .contact-inner {
    font-size: 16px; }
  #fader {
    display: none; }
  #card {
    display: block; }
  #logo-text {
    width: 20%; } }
