
h1, h2, h3, h4, h5 {
  /*font-family: 'Baloo Bhai', cursive;*/
  font-family: 'Permanent Marker', cursive;
  line-height: 1.5;
  color: #011C38;
}

a {
  color: #c0e01d;
}

p {
  font-family: 'Open Sans', sans-serif;
}

/*body {
  background-color: #dddddd;
}*/

/*a {
  color: #011C38;
}*/


footer {
  background-color: #e9f0d6;
}

.card-header {
  background-color: #F5D307;
}

/*.container {
  background-color: #ffffff;
}*/

nav {
  background-color: #eeeeee;
}

header {
  /*background-image: linear-gradient(to right, #d9d1bf, #e9f0d6, #e9f0d6);*/
  background-color: #c0e01d;
  border-bottom;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}


#plx1 {
  background: url('/static/homepage/plx/trauben.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

#plx2 {
  background: url('/static/homepage/plx/weinreben.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wtitle {
  padding: 80px 25px 40px 25px;
  text-shadow: -1px 1px 0 #000,
				  1px 1px 0 #000,
				 1px -1px 0 #000;
				-1px -1px 0 #000;
}
