html {
  height: 100%;
}
body {
      background-color: black;
      background-attachment: fixed !important;
      background: linear-gradient(#e66465, #9198e5) no-repeat;
      background-size: cover;
      color: white;
    }
    .header-text {
      margin-bottom: 8px;
    }
    .links-list-group {
      border-radius: 1rem;
    }
    .list-group-item {
      background-color: darkmagenta;
      background-color:rgba(255, 255, 255, 0.5);
      border-color: lightgray;
      border-width: 3px;
      border-style: outset;
      cursor: pointer;
      padding-top: 3px;
      padding-bottom: 3px;
    }
	.list-group-item-new {
	  border-color: Red;
	  background-color: #FF343B;
	}
    .list-group-item-featured {
      border-color: #FF6865;
	  background-color: #FFA29B;
    }
    .list-group-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: black;
    }
    .list-group-item:hover {
      background: lightblue;
      color: white;
	  font-weight: bold;
    }
	.list-group-item-featured:hover {
      background: lightblue;
    }
	.list-group-item-new:hover {
      background: lightblue;
    }
    .list-group-item img {
      width: 50px;
      height: 50px;
      margin-right: 10px;
    }
    .list-promotion {
      border-color: yellow;
      border-width: 2px;
      border-style: outset;
    }
    .list-promotion:hover {
      background-color: yellowgreen;
    }
	.site-header {
	  display: block;
      margin: auto;
      max-width: 100%;
      height: auto;
	}
	.rek-img {
	  display: block;
      margin: auto;
      max-width: 100%;
      height: auto;
	}
    .site-icon {
      display: block;
      margin: auto;
      max-width: 40px;
      max-height: 40px;
    }
	li {
		min-height: 60px;
	}
    .my-list-container {
      max-width: 1080px;
      padding-top: 15px;
    }
    a {
      color: white;
      text-decoration: solid;
      font-style: italic;
      font-weight: bold;
    }
    .footer-text {
      text-align: center;
    }
    .social-mini-links {
      text-align: center;
    }
    .social-mini-links a {
      font-size: 2em;
      margin-right: 8px;
    }
    .rek-text {
      margin: 0px;
      margin-left: 20px;
      font-weight: bold;
      text-align: center;
    }
    .rek-link {
      width: 100%;
      display: block;
    }
    .rek-section {
      padding: 5px;
      padding-left: 0px;
      padding-right: 0px;
    }
    .rek-image {
      padding: 0px;
      padding-left: 5px;
      padding-right: 5px;
      margin: 0 auto;
    }