/* General Styles */

body {
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
  font-size: 1rem;
  background: #1b1b1b url("img/bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

.container {
  max-width: 1200px;
}

h1, h2 {
  font-family: 'brandbe_demobold';
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 4.5rem;
}

h2 {
  font-size: 4rem;
}

h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

a {
  color: #febf63;
  text-decoration: none;
}

a:hover {
  color: blueviolet;
  text-decoration: underline;
}

/* Backgrounds */
.bg-dark {
  background-color: #1b1b1b !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-light a {
  color: blueviolet;
}

.bg-light a:hover {
  color: #febf63;
}

/* Logo */
.logo {
  text-align: center;
}

.logo img {
  margin: 0.9em 0;
}

.logo h2 {
  margin-top: 0.1em;
}

/* Typography */
p.member-count {
  margin: 25px 0;
}

.card-text {
  font-size: 0.9rem;
}

.tag-bracket {
  font-size: 125%;
}

/* Lists */
ul.social_links {
  list-style-type: none;
  padding-left: 0;
}

li {
  padding: 5px 0;
}

/* Buttons */
.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: blueviolet;
  border-color: blueviolet;
}

.btn-primary:hover {
  color: #1b1b1b;
  background-color: #febf63;
  border-color: #febf63;
}

/* Stat Images */
.stat-image {
  background-color: #1b1b1b;
  width: 200px;
  height: 270px;
  text-align: center;
}

.stat-image img {
  margin: 50px auto;
}

/* Social Icons */
.social-icons {
  padding-left: 0;
  margin-bottom: 2rem;
  list-style: none;
}

.social-icons li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  background-color: #1b1b1b;
}

.social-icons a {
  background-color: #eceeef;
  color: white;
  font-size: 22px;
  display: inline-block;
  line-height: 42px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons a.slack:hover {
  background-color: #4a154b;
}

.social-icons a.twitter:hover {
  background-color: black;
}

.social-icons a.instagram:hover {
  background-color: #ef0375;
}

.social-icons a.bungie:hover {
  background-color: #0597d6;
}

.description p {
  line-height: 1.5rem;
  margin-bottom: 2rem;
}