/*.rlAccordion > h3 {
  background-color:#156DB5;
  background-image: -moz-linear-gradient(center bottom, #000 0%, #640034 100%);
  background-image: -o-linear-gradient(center bottom, #000 0%, #640034 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #000), color-stop(1, #640034));
  background-image: -ms-linear-gradient(top, #000 0%, #640034 100%);
  background-image: linear-gradient(top, #000 0%, #640034 100%);
  border-bottom: 2px solid #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "Calibri", Arial, serif;
  font-size: 1em;
  font-weight: normal;
  margin: 0 auto;
  padding: 0.4%;
  padding-left:10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #004E68;
  border-radius: 0 0 5px 5px;
}*/

.rlAccordion > h3 {
    background-color: #E3A8E2;
    border-bottom: 2px solid #650163;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
    color: #40003E;
    font-family: "Calibri", Arial, serif;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 auto;
    padding: 0.5%;
    padding-left: 10px;
    text-decoration: none;
    /* text-shadow: 1px 1px 0 #004E68; 
    border-radius: 0 0 5px 5px;*/
    cursor: pointer;
}

.rlAccordion > h3 > span {
  float: right;
  font-family: arial, serif, sans-serif;
  padding:0 5px;
}
.rlAccordion > h3 + div {
  display: none;
  padding: 2% 5%;
}

.first > img {
	height:auto;
	position:absolute}
	
#first
{
    width:100%;
    height:auto;
    margin:0 auto;
    }
    
    
div#first img {
    /* border: 3px solid #E3A8E2; */
    box-shadow: 0px 0px 75px #E3A8E2;
}
    
