body {
  /*background: url('../img/bg/thomas-morgenstern-1.jpg') no-repeat center center fixed;*/
  background: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lato', sans-serif;
}
.shadow {
	-webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.5);
}

.vegas-overlay {
    opacity: .9;
    background: transparent url('../img/overlay.png') center center repeat;
}
.vegas-timer {
    height: 5px;
}
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

.site-wrapper {
  -webkit-box-shadow: inset 0 130px 100px rgba(0,0,0,.5);
          box-shadow: inset 0 130px 100px rgba(0,0,0,.5);
  height: 95%; /* For at least Firefox */
  min-height: 95%;
}

.masthead-brand {
  margin-top: -10px;
}

.partnerlogos img {
  -webkit-filter: opacity(.6) grayscale(1);
  filter: opacity(.6) grayscale(1);
  transition: 0.5s;
  margin: 2px 1px;
}
.partnerlogos img:hover {
  -webkit-filter: none;
  filter: none;
}
.partnerlogos a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}



@keyframes kenburns {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 970px;
  }
}
@media (max-width: 420px) {
  .partnerlogos img {
    width: 100px;
	height: 60px;
  }
  .partnerlogos  {
    margin-top: 70px;
  }
}