html, body {
  height: 100%; }

body {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #000000), to(#1D0D38));
  background: linear-gradient(to bottom, #000000 40%, #1D0D38 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white; }

#logo {
  width: 100%;
  position: absolute; }

.container {
  margin-top: 23.52941vw; }

@media (max-width: 1200px) {
  #logo {
    width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .container {
    margin-top: 282.35294px; } }

@media (max-width: 666.66667px) {
  #logo {
    width: 180%; }
  .container {
    margin-top: 42.35294%; } }

.jumbotron-fluid {
  background-color: transparent; }

nav a, nav a:visited {
  color: #3000FF;
  font-size: 5em; }

nav a:hover, nav a:active {
  color: #7b42ef;
  text-shadow: 0px 0px 15px rgba(200, 200, 255, 0.4); }
