body {
  font-family: "Open Sans",Helvetica,Arial,"Lucida Grande",sans-serif;
  padding-top: 50px;
}
h1, h2 {
  font-weight: 700;
}
a, i {
  transition: .15s ease-in-out;
}
img {
  max-width: 100%;
}

/* Navbar stuff */
.sfg-anchor::before {
  content: "";
  display: inline-block;
  padding-top: 70px;
}

/* SFG generic */
.sfg-vertical-align {
  display: flex;
  align-items: center;
}
.sfg-font-large {
  font-size: 125%;
}
.sfg-font-title {
  font-family: 'Droid Serif', serif;
  font-weight: 700;
}
.sfg-poster {
  width: auto;
  max-width: 100vw;
  max-height: calc(100vh - 70px);
}
.sfg-row-sep {
  margin-top: 15px;
}
.sfg-section-sep {
  margin-top: 10%;
}

/* SFG navbar */
.sfg-navbar-container {
  font-weight: bold;
}
.sfg-navbar-brand {
  padding: 0;
  margin: 0;
}
.sfg-navbar-brand img {
  max-height: 100%;
}
.sfg-nav-breadcrumb > li + li:before {
  color: #ccc;
  float: left;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .sfg-nav-breadcrumb > li + li:before {
    content: "/\00a0";
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* SFG titles */
.sfg-title {
  font-size: 75px;
  text-transform: uppercase;
  letter-spacing: -3px;
  margin-bottom: 28px;
}
.sfg-subtitle {
  font-size: 30px;
  color: #b2b2b2;
  text-transform: uppercase;
  margin: 15px 0px;
}
.sfg-line {
  width: 80px;
  height: 4px;
  background-color: #b7b7b7;
  margin: 0 auto;
}
.sfg-description-text {
  line-height: 1.42857143em;
}
.sfg-description-text::first-letter {
  font-size: 2em;
  font-weight: bolder;
}

/* SFG game nav */
.sfg-game-nav a {
  font-size: 115%;
  font-weight: bold;
}
.sfg-game-nav a > img {
  padding-right: 10px;
}

/* Home */
#home {
  height: calc(100vh - 50px);
  background-image: url(../images/team3.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home h1 {
  margin-top: calc(100vh - 50px - 5.5em);
}
#home h1, #home h2 {
  text-align: center;
  color: white;
  font-weight: 100;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

/* About */
.sfg-about-content {
  font-style: italic;
  font-size: 115%;
  color: rgb(85, 85, 85);
}
.sfg-about-content-description p:first-child {
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sfg-about-twitter-icon img {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: solid 1px #cdcdcd;
  padding: 5px;
  height: 5em;
  margin-right: 15px;
  max-width: inherit !important;
}
/* From Beyond */
#prologue {
  background-color: black;
}
#prologue, #prologue a {
  color: #CA974D;
}
/* Dungeons */
#dungeons {
  background-color: black;
}
#dungeons, #dungeons a {
  color: #CA974D;
}

/* Kobold's Quest */
#koboldsquest {
  background-color: black;
}
#koboldsquest, #koboldsquest a {
  color: #555555;
}

/* Social */
#social {
  color: #555555;
  background-color: black;
}
#social h3 {
  color: white;
}
#social a:hover {
  color: #28e215;
}
.sfg-social-links {
  list-style-type: none;
  display: inline-block;
  padding-left: 0px;
}
.sfg-social-links > li {
  float: left;
  transition: background-color .15s ease-in-out;
  background-color: #313538;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50px;
  cursor: pointer;
}
.sfg-social-links > li:hover {
  background-color: inherit;
}
.sfg-social-links > li i {
  color: #7e7e7e;
  padding-top: 12px;
}
.sfg-social-links > li i:hover {
  color:white;
}
