/* Reset Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Reset End */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  background-color: #051121;
  background-image: url(img/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #cccccc;
}

a:link, a:visited {
  color: #cccccc;
  transition: color 1s;
  text-decoration: none;
}

a:active, a:hover {
  color: #d5b269;
  transition: color 1s;
  text-decoration: none;
}

header h1 {
  color: #cccccc;
  display: inline-block;
  font-size: 1.7em;
  text-transform: uppercase;
  margin-left: 40px;
}

header nav {
  background-color: rgba(000,000,000,.5);
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  border-bottom: 5px solid #d5b269;
  box-shadow: 0px 0px 12px #000;
}

header nav ul {
  display: inline-block;
  margin-right: 40px;
  float: right;
}

header nav ul li {
  display: inline-block;
  margin: 0px 10px;
  font-size: 1.7em;
  color: #FFF;
}

.linkGapper {
  color: #d5b269;
}

#comingsoonWrapper {
  width: 100%;
  height: 100vh;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

#comingsoonWrapper h2, #comingsoonWrapper p {
  color: #cccccc;
  text-transform: uppercase;
  text-shadow: 0px 0px 12px #000;
}
#comingsoonWrapper h2 {
  margin-bottom: 20px;
  font-size: 12em;
  font-size: 8vw;
}

#comingsoonWrapper p {
  font-size: 3em;
  font-size: 2.3vw;
}

footer {
  text-align: center;
  color: #cccccc;
}

@media only screen and (max-width: 1530px) {
header h1 {
  display: block;
  font-size: 2em;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 20px;
}

header nav {
  background-color: rgba(000,000,000,.5);
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  border-bottom: 5px solid #d5b269;
  box-shadow: 0px 0px 12px #000;
}

header nav ul {
  display: block;
  margin-right: 0px;
  float: none;
  text-align: center;
}
}

@media only screen and (max-width: 1150px) {
header h1 {
  display: block;
  font-size: 2em;
  text-align: center;
  margin-left: 0px;
  margin-bottom: 30px;
}

header nav {
  background-color: rgba(000,000,000,.5);
  padding: 20px 0px;
  position: fixed;
  width: 100%;
  border-bottom: 5px solid #d5b269;
  box-shadow: 0px 0px 12px #000;
}

header nav ul {
  display: block;
  margin-right: 0px;
  float: none;
  text-align: center;
}

header nav ul li {
  display: block;
  margin: 20px 0px;
  font-size: 1.3em;
  color: #FFF;
}

.linkGapper {
  display: none;
}
}