
/* Custom default button */
.store-btn,
.store-btn:hover,
.store-btn:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  margin-right: 15px;
  text-decoration : none;
}

.brand a {
  text-decoration : none;
}

/*
 * Base structure
 */

.cover-container {
  margin-left: 15px;
  margin-right: 15px;
}

main {
  text-align: left;
}

.bg-dark {
  background-color: #0F0653 !important;
}

.brand {
  margin-bottom: 25px;
  margin-top: 25px !important;
}

.app-stores {
  margin-top: 35px;
}

a, a:visited {
  color: rgba(255,255,255,.8)!important;
  margin-right: 20px;
}

a:hover, a:active {
  color: #fff !important;;
}