@font-face {
	font-family: "good_times_bd";
	src: url("Fonts/good_times_bd.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

* {
	margin: 0;
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden
}

body {
	background-color: black;
	font-family: sans-serif;
	color: white;
}

h1 {
	text-align: center;
	font-size: 7vw;
	font-family: "good_times_bd";
}

p {
	color: black;
}

a {
	color: #F1C323;
}

section {
	padding: 1em;
}

.header {
	vertical-align: top;
	padding-bottom: 2em;
}

.btn {
	border-radius: 12px;
	padding: .5em .75em;
	background-color: black;
	text-decoration: none;
	transition-duration: 0.4s;
	color: #F1C323;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15), 0 8px 25px 0
		rgba(0, 0, 0, 0.10);
}

.btn:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0
		rgba(0, 0, 0, 0.19);
}

.asana-embed-container {
	text-align: center;
	background-color: white;
}

.color h2 {
	color: black;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}

.color .caption {
	color: black;
}

h2 {
	color: #F1C323;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 250%
}

.hero {
	object-fit: scale-down;
}

.color {
	background-color: #F1C232;
	padding: 1em;
}

.contact-banner {
	font-size: large;
	color: black;
	display: flex;
	align-items: left;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 1.5em;
}

.images {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.container {
	border-radius: 10px;
	width: 250px;
	height: 200px;
	gap: 1rem;
	margin: 1rem;
}

.caption-headline {
	font-size: large;
	display: flex;
	align-items: left;
	flex-wrap: wrap;
	justify-content: space-around;
	color: #F1C323;
}

.caption {
	font-size: medium;
	display: flex;
	align-items: left;
	flex-wrap: wrap;
	justify-content: space-around;
	color: white;
	padding: .5em;
}
/*
#services {
	font-size: x-large;
	justify-content: center;
	display: flex;
	text-align: center;
	display: flex;
	flex-direction: column;
}
*/
.flex-container-processes {
	color: white;
}

.flex-container-processes, .flex-container-services {
	display: flex;
	width: 50%;
	align-items: center;
	font-size: large;
	text-align: center;
}

.flex-container-CAD {
	width: 50%;
	align-items: center;
	text-align: center;
	color: #F1C323;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 3vw;
}

@media only screen and (max-width: 1000px) {
	.flex-container-CAD {
		font-size: 5vw;
	}
}

.flex-container-CAD .item {
	display: inline-block;
	border: 2px solid white;
	padding: 20px;
}

@media only screen and (max-width: 1000px) {
	.flex-container-processes, .flex-container-services {
		flex-direction: column;
		justify-content: center;
		flex: 1 1 auto;
	}
}

/* Medium devices (landscape tablets, 1001px and up) */
@media only screen and (min-width: 1001px) {
	.flex-container-processes, .flex-container-services {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-evenly;
		flex: 1 1 auto;
	}
}

@media only screen and (min-width: 1001px) {
	.flex-container-services {
		padding: 0 5em 0 5em;
	}
}

@media only screen and (max-width: 500px) {
	.btn-d {
		display: hide;
	}
}

@media only screen and (min-width: 501px) {
	.btn-m {
		display: hide;
	}
}

hr {
	background-color: #F1C323;
	color: #F1C323;
	width: 75%;
	margin: auto;
	padding: 1px;
}

.about-hr {
	background-color: black;
	width: 75%;
	margin: auto;
	padding: 1px;
}

.color .text {
	font-size: large;
	display: flex;
	align-items: left;
	flex-wrap: wrap;
	justify-content: left;
	color: black;
	padding: 1em 1em 1em 1em;
}

.contact .text {
	font-size: large;
	text-align: center;
	padding: 1em 1em 1em 1em;
}

.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(241, 194, 50, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
}

.active, .demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
	cursor: pointer;
}

.hover-shadow:hover {
	box-shadow: 0 4px 10px 0 rgba(241, 194, 50, 10), 0 6px 20px 0
		rgba(241, 194, 50, 1);
}