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

*/ 

.copy{
color: #5B5B5B;
}

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

.bg03{
background-color:rgba(1,134,209,1.00);
}

h2 {
color: #232222;
/*text-shadow: 1px 1px 1px rgba(58,58,58,0.99);*/
}
