/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@media (max-width: 576px) {
	.customHeader{
		margin-top: 50px
	}
}

@media (min-width: 576px) {
	.customHeader{
		margin-top: 50px
	}
}

@media (min-width: 768px) {
	.customHeader{
		margin-top: 0px
	}
}

@media (min-width: 992px) {
	.customHeader{
		margin-top: 0px
	}
}

@media (min-width: 1200px) {
	.customHeader{
		margin-top: 0px
	}
}

@media (min-width: 1400px) {
	.customHeader{
		margin-top: 0px
	}
}

.customText{
  color: white;
}

.customBlock{
	margin-bottom: 40px;
}
