* {
	box-sizing: border-box;
}
pre{
	text-align: left;
}
.main-opportunities {
	width: 100%;
	float: none !important;
	clear: both !important;
	margin: 0 auto;
	text-align: center;
}
.main-opportunities h2 {
	float: left !important;
	text-align: center !important;
	color: #29621d !important;
	font-size: 18px !important;
	font-weight: bold !important;
	width: 100% !important;
	margin-bottom: 20px !important;
}
.row{
	padding: 20px;
	background: #ececd2;
	margin: 40px 0px;
	text-align: center !important;
}
.row > .column {
	padding: 0 8px;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.column {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}
.column img{
	width:100%;
	height: 140px;
	object-fit: cover;
}

.modal-content .column img.demo.cursor {
	width: 200px !important;
	height: 140px;
	object-fit: cover;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 60px;
	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;
	cursor: pointer;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
	text-align: center;
	background: #000;
}
.mySlides img {
	width: 100% !important;
	object-fit: cover;
	text-align: center;
	aspect-ratio: 4 / 3;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.69);
	border-radius: 20px;
	transition: all 0.8s;
}
.modal-content:hover .mySlides img{
	box-shadow: 0px 0px 30px 1px rgba(255, 255, 255, 0.69);
	transition: all 0.8s;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	border-radius: 3px 0 0 3px;
	transition: all 0.8s;
	background-color: rgba(255, 255, 255, 0.8);
}
/* Position the "next button" to the right */
.next {
	right: 0;
}
.prev {
	left: 0px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	transition: all 0.8s;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	display: none;
}
img {
	margin-bottom: -4px;
	cursor: pointer;
}
.caption-container {
	text-align: center;
	background-color: black;
	padding: 15px;
	color: white;
}
.caption-container #caption{
	font-size: 14px;
	font-weight: bold;
}
.active{
	opacity: 1;
}
img.hover-shadow {
	transition: all 0.8s;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(0 0 0 / 70%);
	border-radius: 10px;
	transition: all 0.8s;
}