/* Hacks and Mixins */
/* Variables */
/* Styles */
html {
  background: #1A1A1A url(img/bg2.jpg) no-repeat 0 100%;
  background-size: 100% auto;
}
@media only screen and (max-width : 600px) {
  html {
    background-size: 200% auto;
  }
}

body {
  font-family: -apple-system, "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1.5em;
  color: #ccc;
  background: url(img/bg.jpg) no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (max-width : 1200px) {
  body {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width : 600px) {
  body {
    font-size: 4.5vw;
    background-size: 200% auto;
  }
}

section {
  margin-bottom: 7.5vw;
}
@media only screen and (max-width : 600px) {
  section {
    margin-bottom: 20vw;
  }
}

section.content {
  background: linear-gradient(0deg, rgba(50, 50, 50, 0) 90%, rgba(50, 50, 50, 0.5) 100%);
}
@media only screen and (max-width : 600px) {
  section.content {
    padding-top: 5.5vw;
  }
}

a {
  color: #ffdf80;
  color: color(display-p3 1 0.875 0.502);
  text-decoration: none;
  transition: 0.1s ease-in-out;
}

a:hover {
  color: #222;
}

.text a, .intro a {
  background: color(display-p3 1 0.875 0.502/0.1);
  white-space: nowrap;
  padding: 0 2px;
}

.text a:hover, .intro a:hover {
  background: #ffdf80;
  background: color(display-p3 1 0.875 0.502);
  transform: scale(1.1);
  display: inline-block;
}

.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 80vw;
  margin: 0 auto;
}
@media only screen and (max-width : 600px) {
  .group {
    justify-content: space-between;
    width: 90vw;
  }
}

.box {
  min-height: 13.5vw;
}
@media only screen and (max-width : 600px) {
  .box {
    min-height: 30vw;
  }
}

.spacer {
  height: 0.75vw;
  margin-bottom: 0.75vw !important;
}
@media only screen and (max-width : 600px) {
  .spacer {
    display: none;
  }
}

.spacer.accent {
  background: #333;
}
@media only screen and (max-width : 600px) {
  .spacer.accent {
    display: none;
  }
}

#header .spacer.accent {
  background: #ffdf80;
  background: color(display-p3 1 0.875 0.502);
}

.one {
  width: 18.5vw;
  margin: 0 0.75vw 1.5vw 0.75vw;
}
@media only screen and (max-width : 600px) {
  .one {
    width: auto;
    margin: 0;
  }
}

.two {
  width: 38.5vw;
  margin: 0 0.75vw 1.5vw 0.75vw;
}
@media only screen and (max-width : 600px) {
  .two {
    width: auto;
    margin: 0;
  }
}

@media only screen and (max-width : 600px) {
  .one.group {
    width: 100%;
  }
}

.two.group {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width : 600px) {
  .two.group {
    width: 100%;
  }
}

.one .one, .two .one, .two .two {
  margin: 0 0 1.5vw 0;
}
@media only screen and (max-width : 600px) {
  .one .one, .two .one, .two .two {
    margin: 0;
  }
}

.three {
  width: 58.5vw;
  margin: 0 0.75vw 1.5vw 0.75vw;
}
@media only screen and (max-width : 600px) {
  .three {
    width: auto;
    margin: 0;
  }
}

.four {
  width: 78.5vw;
  margin: 0 0.75vw 1.5vw 0.75vw;
}
@media only screen and (max-width : 600px) {
  .four {
    width: auto;
    margin: 0;
  }
}

@media only screen and (max-width : 600px) {
  .box.blank {
    display: none;
  }
}

#header .box.one.logo {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width : 600px) {
  #header .box.one.logo {
    margin-top: 5vw;
    min-height: auto;
    height: auto;
  }
}
#header .box.one.logo svg {
  align-self: center;
  height: 5vw;
  width: auto;
}
@media only screen and (max-width : 1200px) {
  #header .box.one.logo svg {
    height: 7vw;
    margin-top: 1.5vw;
  }
}
@media only screen and (max-width : 600px) {
  #header .box.one.logo svg {
    height: 13vw;
    margin-top: 0;
  }
}
#header .box.one.logo #mj_logo {
  fill: color(srgb 1 0.875 0.502);
  fill: color(display-p3 1 0.875 0.502);
}

#header .intro {
  padding-top: 4.5vw;
}
@media only screen and (max-width : 600px) {
  #header .intro {
    width: 100%;
    padding-top: 10vw;
  }
}
#header .intro h1 {
  font-family: rift, sans-serif;
  font-size: 2.7em;
  line-height: 0.8em;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  #header .intro h1 {
    font-size: 10vw;
  }
}
#header .intro h2 {
  font-family: rift, sans-serif;
  font-size: 2.7em;
  line-height: 0.8em;
  font-weight: 300;
  color: #999;
}
@media only screen and (max-width : 600px) {
  #header .intro h2 {
    font-size: 10vw;
  }
}
#header .intro p {
  line-height: 1.8vw;
  margin-bottom: 3vw;
  font-weight: 200;
  font-size: 1.5em;
  line-height: 1.4em;
}
@media only screen and (max-width : 600px) {
  #header .intro p {
    font-size: 1.2em;
  }
}
#header .intro p.intro {
  border-top: 0.75vw solid #333;
  margin-top: 5.7vw;
  padding-top: 1.5vw;
}
@media only screen and (max-width : 600px) {
  #header .intro p.intro {
    padding-top: 10vw;
    margin-top: 10vw;
  }
}

.box.title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
  font-family: rift, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700 !important;
}
@media only screen and (max-width : 600px) {
  .box.title {
    width: 44.2vw;
    font-size: 2em;
  }
}
.box.title h2 {
  text-align: right;
}

.box.text {
  font-weight: 300;
  line-height: 1.8em;
}
.box.text p {
  margin: 0.75vw 0.75vw 1.7em 0.75vw;
}
.box.text p:last-child {
  margin-bottom: 1.5em;
}
@media only screen and (max-width : 600px) {
  .box.text {
    padding: 10vw 0 5vw 0;
  }
}

.box.media {
  background: #333333;
  overflow: hidden;
  height: 13.5vw;
}
@media only screen and (max-width : 600px) {
  .box.media {
    height: 30vw;
    width: 44.2vw;
    margin-bottom: 1.5vw;
  }
}
.box.media a {
  height: 13.5vw;
  display: block;
}
@media only screen and (max-width : 600px) {
  .box.media a {
    height: 30vw;
  }
}
.box.media a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.2s ease-in-out;
}
.box.media a:hover img {
  transform: scale(1.1);
  display: inline-block;
}

@media only screen and (max-width : 600px) {
  .box.two.media {
    width: 90.4vw;
  }
}

.box.links {
  background: #333333;
}
@media only screen and (max-width : 600px) {
  .box.links {
    width: 100%;
    margin-bottom: 1.5vw;
    padding: 0;
    height: auto;
    min-height: 2vw;
  }
}
.box.links ul {
  margin: 2vw;
  height: 9.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
@media only screen and (max-width : 600px) {
  .box.links ul {
    height: auto;
    margin: 4vw 6vw;
  }
}
.box.links ul li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #424242;
  padding-top: 0.5vw;
  margin-top: 0.5vw;
  font-size: 0.9em;
  line-height: 2em;
  font-weight: 300;
  color: #808080;
}
@media only screen and (max-width : 1200px) {
  .box.links ul li {
    font-size: 0.75em;
  }
}
@media only screen and (max-width : 600px) {
  .box.links ul li {
    font-size: 0.75em;
    display: block;
    line-height: 1.2em;
    padding-top: 1vw;
    margin-top: 1vw;
  }
}
.box.links ul li a {
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (max-width : 600px) {
  .box.links ul li a {
    display: inline-block;
  }
}
.box.links ul li a:hover {
  transform: scale(1.1);
  display: inline-block;
  color: #fff;
}
.box.links ul li a:hover svg path {
  fill: color(srgb 1 1 1);
}
@media only screen and (max-width : 600px) {
  .box.links ul li span {
    display: block;
  }
}
.box.links ul li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.box.links svg {
  width: 1.7vw;
  height: 1.7vw;
  margin-right: 0.5vw;
  vertical-align: middle;
}
@media only screen and (max-width : 1200px) {
  .box.links svg {
    display: none;
  }
}
@media only screen and (max-width : 600px) {
  .box.links svg {
    display: inline;
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 1vw;
  }
}

.box.faq {
  background: #2E2E2E;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width : 600px) {
  .box.faq {
    width: 44.2vw;
  }
}
.box.faq dl {
  padding: 1.5vw;
  font-size: 0.7em;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media only screen and (max-width : 600px) {
  .box.faq dl {
    font-size: 0.6em;
    padding: 3vw;
  }
}
.box.faq dl dt {
  color: #9A9A9A;
}
.box.faq dl dd {
  font-weight: 700;
}

#footer {
  color: #676767;
  font-size: 1em;
}
@media only screen and (max-width : 600px) {
  #footer .group {
    display: block;
    text-align: center;
  }
}
#footer .group .box {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 13.5vw;
}
@media only screen and (max-width : 600px) {
  #footer .group .box {
    margin: 0 auto;
    display: block !important;
    width: 38.5vw;
    min-height: 25vw;
  }
}
#footer .group .box.copy {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-family: rift, sans-serif;
}
#footer .group .box.copy a:hover {
  color: #ffdf80;
  color: color(display-p3 1 0.875 0.502);
}
@media only screen and (max-width : 600px) {
  #footer .group .box.copy {
    width: 100%;
    margin-top: 6vw;
    font-size: 1em;
  }
}
#footer .group .box.icon a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 13.5vw;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width : 600px) {
  #footer .group .box.icon a {
    min-height: 25vw;
  }
}
#footer .group .box.icon a svg {
  transition: 0.1s ease-in-out;
}
#footer .group .box.icon a:hover {
  background: rgba(34, 34, 34, 0.7);
}
#footer .group .box.icon a:hover svg {
  transform: scale(1.2);
}
#footer .group .box.icon a:hover svg path {
  fill: color(srgb 1 1 1);
}
@media only screen and (max-width : 600px) {
  #footer .group .box.two {
    display: flex !important;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
#footer .group .box.two svg {
  width: 42px;
  height: auto;
}
#footer .group .box.two svg path {
  fill: color(srgb 1 0.875 0.502);
  fill: color(display-p3 1 0.875 0.502);
}

/*# sourceMappingURL=stylesheet.css.map */
