/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


p {
	font-family: 'Comfortaa';
	color: #000000;
}

div {
	font-family: 'Comfortaa';
}

.section {
	background-color: #ffffff;
}

h1 {
	font-family: 'Comfortaa';
	color: #000000;
}

.px-2 {
	padding-left: 100px !important;
}

#custom-footer {
	background-image: url("../images/darkoverlay.png");
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;


}

#section-about {
	background-image: url("../images/darkoverlay.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

#section-services {
	background-color: red;
	padding: 0;
}

.vl {
	border-left: 2px solid white;
	height: 300px;
	margin-left: -3px;
}

.footer-details {
	font-size: 16px;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
	#footerline {
		display: none;
	}

	#sliderText{
		font-size: 55px !important;
	}

}

.menu-link {
	text-transform: none;
	font-family: 'Comfortaa';
}