body, html {
  height: 100%;
}

.bgContentCourse, .bgStory, .bgCotrols{
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}




.bgNewsCnt{
	
	background-image: url('../../assets/images/Contact.jpg');
	position: relative;
    opacity: 0.9;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bgStory{
	background-color: var(--lightPlsGrayColor);
	background-image: url('../../assets/images/success_bg.jpg');	
	min-height: 100%;
}

.bgContent{
	background-color: var(--lightPlsGrayColor);
	
}
.bgContent2{
	background-color: var(--menuFootMenuBg); 	
}
.bgContent3{
	background-color: #ABABAB; 
}

@media(max-width: 500px){
	.bgContentBG{
		background-color: var(--whiteColor);
		background-image: none;
	}
	.bgContentCourse{
		background-color: var(--headFoot);
		background-image: none;
	}
	.noDisplay{
		visibility: hidden;
	}
	.bgStory{
		background-color: var(--whiteColor);
		background-image: none;
	}
}