﻿.appear-animation {
  opacity: 0;
}
.heading-link {
  float: right;
}
.thegame {
  color: #889888;
}
article p::first-letter {
  color: #ff6a00;
}
li .category {
  color: #ff6a00;
}
.photo-credit {
  text-align: center;
  font-size: 14px;
}
.intro-header .page-heading h1 {
  font-size: 48px;
}
.bottom-right-icon {
  line-height: 24px;
  margin-top: -48px;
  margin-right: 24px;
  float: right;
  color: #fff;
}
.navbar-custom .nav li.open li a {
  color: #555;
}
/*@media only screen and (min-width:768px)*/
@media all and (min-width: 768px) {
  header.intro-header.empty {
    background-color: #b4b4b4;
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  .heading-link {
    display: none;
  }
}