.sticky {
 height: 140px !important;
 margin-top: 0 !important;
 background-color: rgba(256,256,256,0.8);
}
.logo {
 margin-top: 10px;
}
.bold {
 font-weight: bold;
}
.big {
 font-size: 24px;
}
.overlay {
 z-index: 1;
 position: absolute;
 top: 20px;
 margin: 0;
 position: absolute;
 left: 50%;
 margin-right: -50%;
 transform: translate(-50%, -50%)
}
.fa-overlay {
 z-index: 1;
 position: absolute;
 bottom: -10px;
 margin: 0;
 position: absolute;
 left: 50%;
 margin-right: -50%;
 transform: translate(-50%, -50%);
}
a {
 color: #d90000;
}
a:hover, a:focus {
 color: #d90000;
}
.the-logo {
 margin-top: 10%;
}
.show-bg {
 background-image: url("../img/pl500II.jpg");
 background-size: 100% auto;
 background-repeat: no-repeat;
}
.small {
 font-size: 12px;
 margin-top: -16px;
}
.small-center {
 font-size: 12px;
 text-align: center;
}
.row.display {
 margin-bottom: 30px;
}
.m-top {
 margin-top: 10px;
}
@media screen and (max-width: 39.9375em) {
 .show-bg {
  background-image: none;
 }
}