/*
Theme Name: WP Bootstrap Starter Child
Author: zuckerart
Author URI: https://zuckerart.de/
Template:     wp-bootstrap-starter
Description:  zuckerart Child Theme
Version: 3.2.3
Text Domain: wp-bootstrap-starter_child
*/



body {
    font-family: 'Georgia', 'Times', serif;
    font-weight: normal;
    font-style: normal;
    font-size:16px;
    color:#666;
}

/* ---- startseite, erzaehlen, seminar  ---- */
body.page-id-5, body.page-id-17, body.page-id-52 {
  background-image:url('images/wcolor-1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---- maerchen musik, vortrag  ---- */
body.page-id-48, body.page-id-50 {
  background-image:url('images/wcolor-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---- kontakt ---- */
body.page-id-28 {
  background-image:url('images/wcolor-3.png');
  background-repeat: no-repeat;
  background-size: cover;
}


/* ---- ueber mich, theater ---- */
body.page-id-13, body.page-id-54 {
  background-image:url('images/wcolor-4.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---- über mich ---- */
body.page-id-24 {
  background-image:url('images/wcolor-5.png');
  background-repeat: no-repeat;
  background-size: cover;
}


/* ---- header ---- */
header#masthead {
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  padding: .24rem 0;
}
nav {
    background-color: transparent;
}
.navbar-brand {
    max-width: 250px;
}


#hero {
  box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.37);
  border: 10px solid #fff;
  width: 100%;
}


h1, h2, h3 {
  color:#a97137;
}


/* ---- footer ---- */
footer#colophon {
  background-color: transparent !important;
}
footer .container {
  border-top:1px dotted #c79b66
}

footer, footer a {
  color: #c79b66;
  font-size:0.8rem;
}
footer img {
  opacity: 0.3;
}