

.nav {
  background-color: #111111;
}

.nav .container a {
  color: #c7c7c7;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.container h1 {
  font-size: 156px;
  font-weight: bold;
  color: #ffffff;
}

.container h2 {
  font-size: 48px;
  font-weight: bold;
  color:#cccccc;
}

.container h3 {
  font-size: 24px;
  font-weight: bold;
  color: #c7c7c7;
}

.container h4 {
  font-size: 24px;
  color: #ffffff;
}

.container p {
  font-size: 20px;
  color: #c7c7c7;
}

.container a {
  font-size: 20px;
  color: #c7c7c7;
}

.welcome {
  background-image:url('../img/4hijosDePuta.jpg');
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome .container {
  position: relative;
  top:400px;
}

.welcome .container a {
  color: #ffffff;
  font-size: 24px;
}

.texts {
  background-image:url('../img/bcg_slide-2.jpg');
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
}

.texts h2 {
  color: #aa0000;
}

.texts .container {
  position: relative;
  top:450px;
  background-color: rgba(0,0,0,0.5);
  padding: 12px;
}

.poems {
  background-color: #000000;
}

.poems h3 {
  color: #aa0000;
}
.poems p {
  color: #c7c7c7;
  font-size: 14px;
}

.zuckerdose {
  background-image:url('../img/bcg_slide-4.jpg');
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
}

.zuckerdose h2 {
  color: #aa0000;
}

.zuckerdose .container {
  position: relative;
  top:350px;
  background-color: rgba(0,0,0,0.5);
  padding: 12px;
}

.contact p {
text-align:center;
}

.contact {
  background-image:url('../img/bcg_slide-6.jpg');
  height: 680px;
  background-repeat: no-repeat;
  background-size: cover;
}

