body {
  background-image: url(../../img/page_bg1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  background-attachment: fixed;
  color: #2a2a2b;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Ropa Sans', sans-serif;
  font-weight: bold;
  padding: 40px 0 70px 0;  
}

body.bg {
  background-image: url(../../img/page_bg.jpg);
}

a:hover, a:focus { opacity: 0.5; text-decoration: none; }

h2 { font-family: 'Lobster', cursive; font-size: 80px; color: #010101; text-transform: none; margin-bottom: 20px; }
.red { color: #b90c0a; }

.left-column {
  padding-top: 30px;
}

#about p.red {
  font-size: 20px;
}

.video { padding: 0; }
.video strong { font-size: 14px; }
.video a { margin-top: 8px; display: block; }
.video a:hover { opacity: 0.5; }

.stripe { background-color: #ae0b09; padding: 10px; margin: 20px 0 30px 0; color: #fff; font-size: 24px; font-weight: normal; }
.stripe a { color: #fff; display: inline-block; margin-left: 20px; }
.stripe a:hover { opacity: 0.5; text-decoration: none; }

table td { vertical-align: top; padding-right: 15px; }

p.contact { color: #b90c0a; text-align: center; font-size: 20px; }
p.contact a { color: #b90c0a; }

.spec, .spec table td { text-align: left; }
.slogan { text-align: left; }
.menu { text-align: right; }
.logo1 img, .logo2 img { display: inline-block; }

.langs { text-align: center; }
.langs a { display: inline-block; margin: 0 20px; }

#gallery img { border: 3px solid #B0B0B0; margin: 5px 3px; height: 90px; }
#trailer iframe, #episode iframe { width: 100%; height: auto; }

.lang { position: absolute; top: 20px; right: 20px; }
.lang img { width: 50px; }

@media (max-width: 768px) {
  .cook {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  body.bg {
    background-image: url(../../img/page_bg1.jpg);
  }
  .stripe, .stripe a { font-size: 18px; }
  .spec { margin-bottom: 20px; }
  .right-column { padding-top: 30px; }
  .logo1, .logo2 { text-align: center; }
  .slogan { text-align: center; margin-bottom: 10px; }
  .menu { text-align: center; }
}