.page-content {
	min-height: 80vh;
}

.page-content-body {

}

.page-content-section {
	margin-bottom: 10rem;
}

/*Processes*/
.processes-section {
}
.processes-container {

}

.process-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 3rem 1rem;
}

@media (min-width: 768px) {
	.processes-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.process-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}

	.process-item :not(:nth-of-type(3)):not(:first-child) {
		/*margin-top: 10rem;*/
	}
}

.processes-container img {
	margin: 2rem;
	display: block;
}

.path-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 2rem;
}

.path-content {
	font-size: 1.4rem;
}

/*Services*/
.services-section {
}
.services-container {

}

.services-container > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-item {
	width: 100%;
	padding: 1rem;
	border: 0.1rem solid rgba(27, 36, 50, 0.1);
	border-radius: 0.3rem;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

/*Phylosophy*/
.phylosophy-section {
}
.phylosophy-container {
	padding: 5rem 0;
	background-color: rgba(27, 36, 50, 0.05);
	background-image: url('/media/images/services/background.jpg');
	background-size: auto 100%;
	background-position: right;
}

.phylosophy-container h2 {
	margin-bottom: 4rem;
}

.phylosophy-container h2::after {
	content: '';
	display: block;
	width: 2.2rem;
	height: 0.4rem;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.5);
}

.phylosophy-content {
	border-radius: 0.3rem;
	max-width: calc(100% - 4rem);
	margin: 0 auto;
	background: #1b2432;
	color: #ffffff;
	padding: 2rem;
	text-align: center;
}

.phylosophy-content p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.phylosophy-container { /*padding: 10rem 0;*/
	}

	.phylosophy-container h2 {
		font-size: 4rem;
	}

	.phylosophy-content {
		max-width: 80rem;
		padding: 5rem;
	}
}

/*Methodology*/
.methodology-section {
}
.methodology-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.methodology-item {
}

/*Stacks*/
.stacks-section {
}
.stacks-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.stack-item {
	padding: 1rem;
	border: 0.1rem solid rgba(27, 36, 50, 0.1);
	border-radius: 0.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1rem;
	font-size: 1rem;
	font-family: "Ubuntu Mono", monospace;
	font-weight: bolder;
	width: calc((100% / 2) - 2rem);
}

.stack-item img {
	display: block;
}

@media (min-width: 768px) {
	.stack-item {
		width: calc((100% / 4) - 2rem);
	}
}

@media (min-width: 992px) {
	.stack-item {
		width: calc((100% / 6) - 2rem);
	}
}

/*Responsive Handling*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
