[v-cloak] {
  display: none;
}

.navbar {
  background-color: #158CBA;
  border-color: #127ba3;
}

.navbar .navbar-brand {
  text-transform: uppercase;
}

.navbar a {
  color: white;
}

.navbar a.active {
  font-weight: bold;
}

.navbar a:hover,
.navbar a:focus {
  background-color: #127ba3 !important;
}

.navbar .oi-menu {
  color: white;
}

@media (max-width: 991px) {
  .landing-page .navbar {
    margin-bottom: 0;
  }
}

.landing-page h1 span {
  opacity: .6;
}

.landing-page .row .oi {
  font-size: 50px;
}

@media (max-width: 991px) {
  .landing-page .lead {
    margin-bottom: 0;
  }
}

.landing-page .lets-go {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .landing-page .col-sm-4 {
    margin-bottom: 24px;
  }
}

.play-page .good {
  color: #28B62C;
}

.play-page .bad {
  color: #FF4136;
}

.play-page h1 {
  margin-top: 0;
}

.play-page .game-status strong {
  font-size: 1.4em;
}

.play-page .buttons {
  margin-top: 12px;
}

.play-page .buttons button {
  margin-bottom: 12px;
}

.play-page .poster-container img {
  max-width: 260px;
}

.play-page .alert {
  margin-top: 12px;
}

.learn-page p,
.learn-page img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.learn-page img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 12px;
  border-radius: 4px;
  position: relative;
  top: 0;
}

.learn-page .title-repeat:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  border-radius: 8px;
  top: 18px;
}

.learn-page .title-repeat:hover p {
  opacity: 0;
}

@media (max-width: 991px) {
  .learn-page .col-sm-4 {
    margin-bottom: 36px;
  }
}

footer {
  margin-top: 24px;
  margin-bottom: 12px;
  opacity: .7;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-align: center;
  font-size: .9em;
}

footer:hover {
  opacity: .9;
}

