body {
  overflow-x: hidden;
  font-family: "Oswald", sans-serif;
}

.big-font {
  font-family: "Oswald", sans-serif;
}

.header {
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 85vh;
  background: url("/img/TimKalation.jpg") no-repeat top center/cover;
}

.logo {
  height: 6vh;
  padding-bottom: 15px;
}

.bg-black {
  background: black;
}

.bg-white {
  background: white;
}

.navigation-border-top {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}

.border-right {
  border-right: 1px solid #303030;
}

.navigation {
  color: #444444;
  font-size: 1rem;
  margin: 0;
}

.navigation:hover,
.navigation:focus {
  color: #dc3545;
  cursor: pointer;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 70px;
}

.about-section,
.setup-section {
  background: black;
}

.about-img {
  height: 600px;
  margin: 200px 0 0 -100px;
}

.about-text {
  color: white;
  padding-top: 100px;
  line-height: 2rem;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.text-black {
  color: black;
}

.partner {
  height: 100px;
}

.partner-small {
  height: 60px;
}
.partner-medium {
  height: 70px;
}

.partner-medium-large {
  height: 80px;
}

.parallax {
  /* The image used */
  background-image: url("/img/pc-pic.jpg");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-2 {
  /* The image used */
  background-image: url("/img/controller-2.jpg");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stream-section,
.setup-section {
  height: 90vh;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
#accordion .panel,
#accordion-2 .panel,
#accordion-3 .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: -5px;
}
#accordion .panel-heading,
#accordion-2 .panel-heading,
#accordion-3 .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
  text-align: center;
}
#accordion .panel-title a,
#accordion-2 .panel-title a,
#accordion-3 .panel-title a {
  display: block;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-bottom: 1px solid #4a4a4a;
  position: relative;
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a:hover,
#accordion-2 .panel-title a:hover,
#accordion-3 .panel-title a:hover {
  background: #4a4a4a;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after,
#accordion-2 .panel-title a:after,
#accordion-2 .panel-title a.collapsed:after,
#accordion-3 .panel-title a:after,
#accordion-3 .panel-title a.collapsed:after {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: 200;
  position: absolute;
  top: 25px;
  left: 15px;
  transform: rotate(135deg);
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:after,
#accordion-2 .panel-title a.collapsed:after,
#accordion-3 .panel-title a.collapsed:after {
  transform: rotate(0deg);
}
#accordion .panel-body,
#accordion-2 .panel-body,
#accordion-3 .panel-body {
  background: #dc3545;
  padding: 0 0 0 40px;
  border: none;
  position: relative;
}
#accordion .panel-body p,
#accordion-2 .panel-body p,
#accordion-3 .panel-body p {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  margin: 0;
}

#accordion .panel-collapse .panel-body p,
#accordion-2 .panel-collapse .panel-body p,
#accordion-3 .panel-collapse .panel-body p {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease-in-out 0s;
}
#accordion .panel-collapse.in .panel-body p,
#accordion-2 .panel-collapse.in .panel-body p,
#accordion-3 .panel-collapse.in .panel-body p {
  opacity: 1;
  transform: scale(1);
}

#accordion a,
#accordion-2 a,
#accordion-3 a {
  font-size: 0.8rem;
}

#accordion-2 .panel-group .panel + .panel {
}

#accordion-2 .panel {
  border: none;
}
.bg-transparent {
  background: transparent;
}

.tim-stats {
  position: absolute;
  margin-top: 20px;
}

.site-footer {
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
}
.site-footer hr {
  border-top-color: #dc3545;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a:hover {
  color: #dc3545;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #dc3545;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #dc3545;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #dc3545;
}
.social-icons a.twitter:hover {
  background-color: #dc3545;
}
.social-icons a.linkedin:hover {
  background-color: #dc3545;
}
.social-icons a.dribbble:hover {
  background-color: #dc3545;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
