@font-face { font-family: 'Flama-Light'; src: url("../flama-light.ttf"); }



h1,h2,h3,h4,h5,h6  { font-family: 'Flama-Light';  }

.top1{
  background-image: url("../assets/banner.jpg");
  position:relative;
  z-index: 3;
  background-size:     cover;                     
  background-repeat:   no-repeat;
  width: 100%;
  height: auto;
  object-fit: contain;
  /*background-position: center center;*/
  /*background-attachment: fixed;*/
  padding-top: 50px;
  padding-bottom: 50px;
}
//The accordion is closed
.accordion-icon:before {
    content: "\f0d7";
    
}
//The accordion is open
.active .accordion-icon:before {
    content: "\f0d8";
 }

.top2{
	padding-top: 50px;
  padding-bottom: 100px;
}
.topPaddingForTexts{
  padding-top: 1rem;
}
button:active{
  border: 5px solid rgba(255, 255, 255, .5);
}
.newsInnerImage{
  z-index: 3;
  position:relative;
  background-size:     cover;                     
  background-repeat:   no-repeat;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.whiteLabel{
  color: #fff;
}
.greenHeaderColor{
	color: rgba(0,192,165,1);	
}
.darkGray{
  color: rgba(59,58,58,1);
}
.greenBackColor{
  background-color: rgba(0,192,165,1); 
}



.rown
{
  padding-top:30px;
  padding-bottom:30px;
}
.blue
{
  color:rgba(0,192,165,1); 
}
#newBuyNow {
  padding: 0rem;
  padding-top: 1rem;
}
#expandedButton{
  height: 60px;
  vertical-align: bottom;
}
.center
{
  text-align:center;
}











