body {
  padding-top: 50px;
  background-color: #000000;
  font-family: 'Lato', sans-serif;
}

.site-background {
  background-color: #ffffff;
}

.jumbotron {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #000000;
}

.navbar {
  margin-bottom: 0;
  border: 0;
  background-color: #000000;
}

.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}

.panel-default > .panel-heading {
  background-color: #000000;
  border-color: #000000;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: #ffffff;
}

.panel-title {
  color: #ffffff;
  font-size: 23px;
}

#accordion {
  margin-top: 5px;
}

.panel-heading {
  padding: 0;
  height: 120px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 288px 120px;
}
.clickable {
  cursor: pointer;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.date {
  color: #ffffff;
}

.panel-heading-overlay {
  padding: 10px 15px;
  width: 100%;
  height: 100%;
}

.cover > div {
  background-image: url('../img/cover1.png');
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 39.2105%;
  position: relative;
}

.panel {
  border: none;
}

.btn {
  box-shadow: none;
  background-color: #000000;
  border-color: #4e555b;
  color: #fff;
}

.btn.active, btn:active {
  background-color: #404040;
}


h1 {
  position: relative;
}

@media (max-width: 374px) {
  .navbar-brand {
    font-size: 12px;
  }

}

@media (min-width: 375px) and (max-width: 419px) {
  .navbar-brand {
    font-size: 16px;
  }

}

@media (min-width: 420px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    left: 30px;
    top: 30px;
    width: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    left: 50px;
    top: 50px;
    width: 450px;
  }
}

@media (min-width: 768px) {
  .cover > div {
    background-size: contain;
  }
}

@media (min-width: 1200px) {
  h1 {
    left: 100px;
    top: 100px;
    width: 500px;
  }
}

@media (max-width: 767px) {
  .panel-heading-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .cover > div {
    background-size: 250% 250%;
    background-position: 53% 40%;
  }
  h1 {
    left: 10%;
    top: 10%;
    width: 55%;
    position: relative;
  }

}

.panel-body h5 {
  font-weight: bold;
}

ul {
  -webkit-padding-start: 20px;
}

a.anchor {
  display: block;
  position: relative;
  top: -30px;
  visibility: hidden;
}
.footer {
  margin-top: 10px;
}
.footer p {
  color: #ffffff;
  text-align: center;
}

.contact {
  padding-bottom: 20px;
}


h1 {
  position: absolute;
  margin: 0;
  padding: 0;
}
