@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700|Krub:300,400");
html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 auto;
  margin-bottom: 80px;
  color: #ffffff;
  font-family: "Krub", sans-serif;
  font-weight: 300;
  line-height: 160%;
  background-color: #101010;
  background-image: url("../img/green_crt.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*
  background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  */
  background-color: rgba(16, 16, 16, 0.3);
}

h1, h2, h3, h4, h5 {
  color: #30bd20;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.logo {
  font-size: 65px;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
}
.logo small {
  color: #c7c7c7;
  font-size: 35px;
}

.slogan {
  color: #c7c7c7;
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

.slogan.bold {
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #777;
}
a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.container {
  margin: auto;
  text-align: center;
}

/*
.content {
  width: 1605px;
}
 */
.stream-title {
  margin-bottom: 5px;
}

.stream {
  display: inline-block;
  height: 330px;
  /*
  width: 535px;
   */
  width: 100%;
}
.stream .embed {
  height: 100%;
}

.box.main .stream {
  height: 715px;
}

header {
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

section {
  margin: auto;
  width: 600px;
  max-width: 100%;
}

p {
  padding: 0 10px;
}

.spacer {
  display: block;
  height: 40px;
}

.about {
  text-align: left;
}
.about h3 {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 5px;
}

.contact {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact h3 {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 5px;
}
.contact p {
  margin: 0;
  font-size: 13px;
}

footer {
  color: #777;
  width: 100%;
  /*position: fixed;
  bottom: 0;*/
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  font-size: small;
  text-align: center;
  margin-bottom: 10px;
}

.justified {
  text-align: justify;
}

.only-mobile {
  display: none;
}

.container-fluid {
  padding: 0 15px;
}

@media (max-width: 768px) {
  .slogan {
    font-size: 15px;
  }

  .box.main .stream {
    height: 330px;
  }

  .only-mobile {
    display: block;
  }
}