
@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');
/*@import url('https://fonts.googleapis.com/css?family=Bungee');*/
body {
  font-family: 'Reem Kufi', sans-serif;
}

.text {
  background: rgba(0, 0, 0,.6);
  /*  background: rgba(46, 22, 120,.4);*/
  color: white !important;
  padding: 207px;
    text-align: center;
	
    
}
.text h1 {        font-weight: bold;
    text-transform: uppercase;
  color: white !important;
/*  font-family: 'Bungee', cursive;*/

font-family: 'Reem Kufi', sans-serif;
  
}
.text p {       letter-spacing: 11px;
    text-transform: uppercase;    word-spacing: 11px;
}
#background_cycler {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 658px;
  overflow: hidden;
  position: absolute;
  top: 147px;
  left: 0;
  z-index: -1;
}

#background_cycler .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#background_cycler .img.active { z-index: 3; }
@media (max-width:1200px) {
	
.text {

  padding:138px !important;

}
}
@media (max-width:660px) {
	
.text {

  padding:100px !important;
 
}.text h1 {       
    font-size: 33px;
    line-height: 52px;
}

}
@media (max-width:488px) {
  
.text {
  padding:180px 0  !important;
}.text h1 {       
font-size: 21px;
    line-height: 33px; font-weight: 100;
}

}
@media (max-width:320px) {
	
.text {
  padding:159px 0 !important;
}.text h1 {       
font-size: 21px;
    line-height: 33px;
}

}