.contentContainer{
	display: flex;
	position: relative;
	overflow: hidden;
}
#galleryContainer{
	margin-top: 68px;
}

@media screen and (max-width: 768px){
	#galleryContainer{
		margin-top: 44px;
	}
}
.contentInner{
	width: 100%; /* 1024px*/
	min-width: 360px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	/*border-right: 1px solid #a3c5eb;
	border-left: 1px solid #a3c5eb;
	*/
}

@media screen and (max-width: 580px) {
	.contentInner{
		/*width: 1024px;*/
		min-width: 360px;
		display: block;
	}
}
.borderBottom{
	border-bottom: 1px solid #a3c5eb;
	margin-bottom: 12px;
}
#galleryContentInner
{
	height: 480px;
	position: relative;
	margin: 0px;
}
@media screen and (max-width: 980px) {
	#galleryContentInner{
		height: 377px;
		display: flex;
	}
}

#mottoDiv{
	display: flex;
	position: absolute;
	width: 100%;
	z-index: 999;
}
@media screen and (max-width: 980px)
{

}

.alignItemsTop{
	align-items: start;
}
.contentDiv{
	width: 100%;
}
.mainContentContainer{
	display: flex;
	position: relative;
	overflow: hidden;
	margin-top: 48px;
}
.mainContent{
	z-index: 200;
	opacity: 0.9;
	width: 100%;
}
.contentLeft 
{
	background: white;
	margin: 100px 0px 0px 12px;
	padding: 20px;
	width: 60%;
	border: 1px solid #eee;
}

.contentLeft p {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	line-height: 1.5em;
}
.contentRight {
	background-image: url(laptop.jpg);
	position: absolute;
	right: 0px;
	width: 768px;
	height: 100%;
	z-index: 1;
	/*background-position-x: 190px;
	background-position-y: -18px;*/
	background-repeat: no-repeat;
	background-size: cover;
}

.contentP{
	margin: 0px;
	padding: 12px;
	padding-bottom: 12px;
	font-size: 1.0em;
	text-indent: 40px;
}
@media screen and (max-width: 980px) {
	.contentP{
		font-size: 0.9em;
	}
}

.servicesUl{
	list-style: disc;
	margin: 0px;
	padding-left: 30px;
}
.elemLi{
	font-size: 1.2em;
	padding-bottom: 8px;
}

