body, html {
  height: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  color: #777;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.85;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../images/marcus-deml.jpg");
  min-height: 100%;
}
.bgimg-2 {
  background-image: url("../images/marcus-deml.jpg");
  min-height: 500px;
}
.bgimg-3 {
  background-image: url("../images/marcus-deml.jpg");
  min-height: 500px;
}
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}
.caption span.border {
  background-color: #596373;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 9px;
}
h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}
h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #eee;
}
strong {
  font-weight: 700;
}
p {
min-width:90%;    
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
a:link, a:visited {
  color: #9baac1;
  text-decoration: none;
  font-weight: 700;
}
a:hover, a:active {
  text-decoration: underline;
}
.logo {
  float: left;
  padding-right: 20px;
  padding-top: 8px;
}
table {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 16px;
}
.social {
  margin-top: 40px;
  margin: auto;
}
.social td {
  padding-left: 10px;
  padding-right: 10px;
}
.info {
  letter-spacing: 1px;
}
.btn {
  border: 1px solid #9baac1;
  padding: 6px 9px;
  display: inline-block;
  margin-top: 20px;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9baac1;
  border-color: #fff;
}
.lang-switch ul {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.lang-switch li {
  display: inline-block;
}
.lang-switch li a {
  border: 1px solid #9baac1;
  padding: 5px 8px;
  margin: 0 5px;
}
.lang-switch li a:hover {
  color: #fff;
  background-color: #9baac1;
  text-decoration: none;
  border-color: #fff;
}
/* Turn off parallax scrolling for tablets and phones 
@media only screen and (max-device-width: 767px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}*/
@media (min-width: 128px) and (max-width:767px) {
.caption span.border {
    font-size: 16px;
    letter-spacing: 2px;
  }
    .social img {max-width:48px;height:auto;}
}