
.fixed-bg{
 position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg02.jpg");
 background-position: center; 
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
  z-index: -1
}

body{
  color: #2c2012!important;
}

.copy{
color: #0186d1;
}

.bg01 {
  background-image: url("../images/bg05.jpg");
}


.bg02 {
background-color:rgba(251,244,236,0.8);
}

.bg03{
  background-image: url("../images/bg04.jpg");
/*background-color:rgba(1,134,209,1.00);*/
}

h2 {
 background-image: url("../images/bg04.jpg");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*color: #0186d1;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.99);*/
}



#footer{
  background-image: url("../images/bg03.jpg");
 background-position: center; 
}

.copy {
font-size: 0.9em !important;
text-align: center !important;
color: rgba(250, 250, 250, 0.6);
}