body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.transparent {
    opacity: 0;
}

#header-content {
    max-width: 400px;
    width: 30%;
}
#logo {
    width: 100%;
}

.feature-video__wrapper {
    position: relative;
}

.screenshot .loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-indicator {
    width: 20%;
}

.volo-video {
    opacity: 0;
}

.fade-in {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 1;
}

.featured-video-1.ff-section .featured-video__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-21by9 {
    padding-bottom: 42.86%;
}
.embed-responsive {
    margin-bottom: -1px;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

#navbar {
    text-align: right;
    font-size: 0pt;
    font-weight: bold;
    border: 0;
}

.center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar {
    opacity: 0.8;
    border: 0;
}

.navbar li {
    margin-right: 15px;
}

.navbar-brand {
    font-size: 13pt;
    padding-top: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.social-media:hover {
    filter: brightness(200%);
}

.social-media img {
    height: 20px;
}

.jumbotron {
    padding: 0;
    background:
        linear-gradient(
          rgba(255, 255, 255, 0.45),
          rgba(255, 255, 255, 0.75)
        ),
        url(media/header.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#introduction {
    position: relative;
    height: 100%;
    text-align: center;
}

#itchio-widget {
    width: 552px;
    height: 167px;
}

@media all and (max-width: 500px) {
  #itchio-widget {
      width: 208px;
  }
}

#play-trailer {
    margin-top: 20px;
    opacity: 0.5;
}

#play-trailer:hover {
    opacity: 0.9;
}

#play-trailer img {
    width: 80px;
}

#news-items {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

#news {
    margin-top: 30px;
    margin-bottom: 30px;
}

#news li {
    height: 33.3%;
    margin: 0;
    padding: 0;
}

#news li:nth-child(even) {
    background-color: rgba(134, 194, 216, 0.7);
}

#news li:nth-child(odd) {
    background-color: rgba(227, 243, 249, 0.7);
}

#news h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#news .date {
    font-style: italic;
    margin-bottom: 5px;
}

.row h2 {
    text-transform: none;
    font-weight: bold;
}

#buy ul li {
    margin-bottom: 10px;
}

#release ul {
    padding-left: 15px;
}

#screenshots {
    margin-top: 40px;
    margin-bottom: 40px;
}

#screenshots h2, #news h2 {
    display: none;
}

.screenshot {
    margin-bottom: 25px;
}

.screenshot img {
    width: 100%;
}

.supported-platforms img {
    height: 20px;
}

.nostyle-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inlinelist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inlinelist li {
    display: inline-block;
}

.portrait {
    height: 180px;
}

#powered-by li {
    margin-right: 30px;
}

#powered-by img {
    max-width: 100%;
    max-height: 77px;
}

#faq .q {
    font-style: italic;
}
