body {
    background-image: url("../images/deathstar.jpg");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;  
    color: #fff;
}

.primary-container {
    max-width: 1200px;
    min-width: 800px;
}

.light-saber:hover {
    transform: scale(2);
}

.rebel {
    background-color: rgb(64, 191, 254);
    font-size: 32px;
    color: #000;
}

.empire {
    background-color: rgb(255, 70, 70);
    font-size: 32px;
    color: #000;
}

.character-selection {
    display: none;
}

.battle-royale {
    display: none;
}

.character-pick-enemy {
    display: none;
}

.character-attack {
    vertical-align: middle;
}

.saber-pointer a:hover {
    cursor:url(http://www.picgifs.com/smileys/smileys-and-emoticons/money/smileys-money-671353.gif), auto;
}

h1 {
    text-align: left;
    color: #fff;
}

h1:after
{
    content:' ';
    display:block;
    border:1px solid rgb(244, 194, 86);
}

/* Main styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);

.text {
  fill: none;
  stroke-width: 6;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}

.text:nth-child(5n + 1) {
  stroke: rgb(196, 210, 5);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: rgb(196, 210, 5);
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.text:nth-child(5n + 3) {
  stroke: rgb(196, 210, 5);
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.text:nth-child(5n + 4) {
  stroke: rgb(196, 210, 5);
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.text:nth-child(5n + 5) {
  stroke: rgb(196, 210, 5);
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

.cool-logo {
    font: 14.5em/1 Open Sans, Impact;
    text-transform: uppercase;
}

.popover {
    width: 400px;
    height: 400px;
    color: #000;
    border-color: rgb(196, 210, 5);
    border-width: 4px;
    border-style: dashed;
}