






.color-change {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #232325;
}
.container-fluid-custom-narrow {
	width:80%;
	margin:auto;
}
.container-fluid-custom {
	width:70%;
	margin:auto;
}
.footer-border {
	border-bottom:1px solid white;
}
.marquee {
	animation: marqueeAnimation 20s linear infinite;
}
@keyframes marqueeAnimation {
	0% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}




@media only screen and (max-width: 768px) {
  .slider-cstm {
	  height:450px !important;
  }
  .slider-heading {
	  font-size:30px !important;
  }
  .slider-text {
	  font-size:20px !important;
  }
  .iframe-cstm {
	width: 350px;
    height: 250px;
  }
}

@media only screen and (max-width: 425px) {
  .slider-cstm {
	  height:275px !important;
  }
  .slider-heading {
	  font-size:25px !important;
  }
  .slider-text {
	  font-size:17px !important;
  }
  .iframe-cstm {
	width: 300px;
    height: 200px;
  }
}
