html,
body {
  height: 100%;
 }


body {
  font-family: 'Playfair Display', serif;
  color: #fff;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  text-shadow: 0 0.05rem 0.1rem rgba(111, 111, 111, .3);
  background-color: #fff;
  font-size: 1.25rem;
  line-height: 2.0;
  margin: 0;
}
h1 {
  word-break: break-word;
}
h2 {
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0 0 25px 0;
 }

ul {
  list-style-type: none;
}

a,
a:focus,
a:hover {
  color: #fff; 
}


.nav-music a {
  color: #9aaec9;
}

.head-bg {
  background-image: url(../img/bg-image-25.jpg) ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.9;
  box-shadow: inset 0 0 4rem rgba(255, 255, 255, .7);
  min-height: 100%;
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;

}

.caption {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.main {
  margin: auto;
  max-width: 50em;
  padding: 0 1.5rem;
  text-shadow: 0 0.15rem 0.12rem rgba(0, 0, 0, .5);
}

.main img {
  max-height: 10em;
}

.main-contact {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80%;
}


.text-muted a { 
  color: #777;
}

.text-muted {
  color: #777;
}

.fa {
  padding-left: 8px;
  padding-right: 8px;
}

.marketing, .contact {
  margin-top: 4.5em;
  min-height: 160px;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.contact {
    /* position: relative; */
    /* font-size: 1.25rem; */
    background-color: #612e11;
    background-image: url(../img/footer4.jpg);
    padding: 1.5em 0 1.5em 0;
    opacity: 0.9;
    box-shadow: inset 0 0 4rem rgba(255, 255, 255, .7);
    background-repeat: no-repeat;
}

.contact a {
  font-size: 1.15rem;
}

.contact .text-muted {
  color: #444 !important;
}

.music img {
  max-height: 200px;
}

.music {
  font-size: 1.0rem;
  text-align: center;
}

.music ul {
  text-align: center;
}

.music .palkki {
  background-color: #9aaec9;
  min-height: 10px;
  box-shadow: inset 0 0 0.4rem rgba(255, 255, 255, .9);
  border-radius: 6px;
  margin: 0 auto;
  max-width: 50px;
}

.btn-secondary {
  background-color: #fff;
  border-color: #9aaec9;
}



/* Featurettes
------------------------- */

@media (max-width: 768px) {
  .caption {
      top: 20%
  }
}

@media (max-width: 768px) {
  .container {
      padding:0 1em 0 2em;
  }
}

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette p {
  padding: 5px 35px 0px 0px;
}


/* Music - Program */

.program {
  font-size: 1.15rem;
}

.program .row {
  padding: 35px 0 0 0;
}