.tomahawk_spash_wrapper {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url(tomahawk_splash_background.jpg);
    background-position: center;
    background-size: cover;
}

.tomahawk_splash_window {
    max-width: 85vw;
    max-height: 85vh;
}

.tomahawk_splash_window img {
    width: 100%;
    /* max-width: 40vw; */
    max-height: 85vh;
}

.center {
    margin: auto;
    width: 10%;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #008000; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

element.style {
    letter-spacing: 0.0588235em;
}
.img-container {
        text-align: center;
      }
.desc-wrapper p>strong, .desc-wrapper p>em>strong {
    display: block;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
    font-family: proxima-nova;
    font-weight: 700;
    font-style: normal;
    font-size: 68px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
}
b, strong {
    font-weight: bold;
}
user agent stylesheet
strong {
    font-weight: bold;
}
style attribute {
    white-space: pre-wrap;
}
.desc-wrapper p {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: proxima-nova;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.5em;
    color: #fff;
    margin: 20px auto;
    -webkit-transform: translatez(0);
}
.desc-wrapper {
    -webkit-animation: feature-text-anim .75s ease-in-out;
    animation: feature-text-anim .75s ease-in-out;
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px;
    text-align: center;
    text-rendering: optimizeLegibility;
}
#promotedGalleryWrapper, .promoted-gallery-wrapper, .banner-thumbnail-wrapper, .sqs-featured-posts-gallery {
    background-color: #323b43;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
#siteWrapper {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-family: news-gothic-std;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26,26,26,.7);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*::selection {
    background-color: #000;
    color: #fff;
}