body {
  /* background-color: #CD7D35;

  background-position: center top;
  background-attachment: fixed;
  background: url(bg.jpg) no-repeat center center fixed;
  background-size: cover; */
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text h1,
.text h2,
.text h3,
.text h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.linkopacity {
  margin: 0 auto;
  text-align: center;
}

a.linkopacity img {
  filter: alpha(opacity=50);
  opacity: 0.7;
}

a.linkopacity:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -khtml-opacity: 1.0;
}

#container {
  width: 100%;
  height: auto;
  background: #ff0000;
}

.text {
  background: transparent;

  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  color: #666;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

.text body {
  color: #ffffff;
}

.text a {
  text-decoration: none;
}

.text a {
  color: #ffffff;
}

.text a:hover {
  color: #ffff00;

}

/*media queries*/
/* Landscape phones and down */
/* 
@media (max-width: 480px) {
  body {
    padding: 0 .5em;
    width: 90%;
    background: url("bg-320.jpg") no-repeat center center fixed;
    display: block;
    background-size: cover;
  }

} */

.main {
  position: relative;
}

.main__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main__content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;

}

.main__content-language {
  margin-bottom: 10px;  
}

