body {
	background-color: #DDDDDD;
}

.hidden.menu {
	display: none;
}

#topSection {
	padding: 2em 0em;
}

.masthead .ui.text.container {
/* 	margin-top: 10em; */
}

.masthead h1.ui.header {
 	margin-top: 3em;
/*  	margin-bottom: 0em; */
 	font-size: 4em;
 	font-weight: normal;
}
 
.masthead h2 {
 	font-size: 2.0em;
 	font-weight: bold;
}

.ui.vertical.stripe {
	padding: 4em 0em;
}

.ui.vertical.stripe h3 {
	font-size: 2em;
}

.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
	margin-top: 3em;
}

.dropcap {
	float: left;
	font-size: 1.0em;
	/*font-weight: bold;*/
	padding-right: 0.3em;
	padding-left: 0.3em;
	text-align:left;
	background-color: #000000;
	color: #eeeeee;
	margin-right: 0.3em;
	/*
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1.2em;
	line-height: 0.42em;
	text-align:left;
	
		float: left;
	font-size: 5em;
	padding: 0.3em;
	line-height: 0.8em;
	text-align:left;
	*/
}

.contrastText {
	padding-right: 0.3em;
	padding-left: 0.3em;
	background-color: #000000 !important;
	color: #eeeeee;
}

/* 
.ui.vertical.stripe .floated.image {
	clear: both;
}
 */
 
.ui.vertical.stripe .horizontal.divider {
	margin: 2em 0em;
}

.quote.stripe.segment {
	padding 0em;
}

.quote.stripe.header.quote.segment {
	padding-top: 1em;
	padding-bottom: 1em;
	/*background-color: #000000 !important;*/
}

.quote h2 {
	/*color: #eeeeee;*/
	color: #000000;
}

.footer.segment {
	padding: 7em 7em 2em 7em !important;
}

#mainMenuContainer {
	min-height: 10em; 
/*	background-color: #8e6b95;*/
}

#mainMenu {
	margin-bottom: 2.0em !important;
	margin-top: 2.00em !important;
	margin-left: 0!important;
	margin-right: 0 !important;
	padding: 0.000em;
	transition: all 1.2s ease;
	background-color: #ffffff;
	min-height: 7em !important;
}

#mainMenu.fixed {
	position: fixed;
	margin-top: 0.0em !important;
	padding: 0.2em !important;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5) !important;
	transition: all 1.2s ease;
	background-color:  #999999;
}

#mainMenu .item {
	color: #2a2a2a !important;
	font-size: 0.9em;
	font-weight: normal;
}

#mainMenu.fixed .item {
	/*color: #585858 !important;*/
	color: #fafafa !important;
}


#mainMenu  .logo.item{
	font-size: 2.0em;
 	font-weight: bold;
 	padding: 0;
 	margin: 0;
 	color: #eaeaea ;
}

#mainMenu .toc.item {
	display: none !important;
}

#mainFooter {

}

.shadowed {
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.5) !important;
}

.green {
}

.products {
}

.ui.vertical.stripe.products .column {
/* 	padding: 200px !important; */
/* 	margin-top:100px !important; */
/* 	margin-top: 5em; */
/* 	opacity: 0; */
/* 	opacity: 0.5; */
/* 	block: none !important; */
}

#titleText h1,
#titleText h2 {
/* 	text-shadow: 0px 0px 2px 2px rgba(1, 0, 0, 0.5) !important; */
	text-shadow: 0px 0px 7px rgba(1, 0, 0, 0.9) !important;
}

.textShadow,
.textShadow h1,
.textShadow p {
	text-shadow: 0px 0px 7px rgba(1, 0, 0, 0.9) !important;
}

.owl-carousel {
	margin-top: 5em;
	overflow: hidden;
	min-width: 100%;
	min-height: 100%;
}

.owl.stage.outer {
}

.owl-carousel .owl-item {
/*	min-height: 100% !important;	
	display: flex;
	justify-content: center;
	align-items: center; */
}

.owl-carousel .owl-item div {
	min-width: 100%;
	min-height: 50vh;
	flex-shrink: 0;
}

.owl-carousel .owl-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	transform: translateX(-50%) translateY(-50%);
	
	min-height: 100%;
	min-width: 100%;
	
	object-fit: cover;
}

#gallerySection {
	padding: 0px !important;
}

#gallerySection .ui.grid {
	padding: 0px !important;
}

#gallerySection .ui.grid .row {
	padding: 0px !important;
}

#gallerySection .ui.grid .row .column {
	padding: 0px !important;
}
.cardContainer {
	/*display: block;*/
	position: relative;
} 

.cardMiddle {
	/*position: absolute;*/
	min-height: 200px;
	min-width: 200px;
}

.cardTitle {
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: center;
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	left: 0em;
	bottom: 0em;
	-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0.25em !important;
}

#gallerySection .ui.grid .row .column div:hover .cardTitle {
	opacity: 0.6;
}

#gallerySection .ui.grid .row .column img {
	width: 100%;
	display: block;
	margin: 0px !important;
	transition: all 0.2s ease;
	padding: 0.25em !important;
	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#gallerySection .ui.grid .row .column img:hover {
	/*padding: 0.5em !important;
	border-style: solid !important;
	border-width: 0.2em !important;
	border-color: #8e6b95 !important;*/
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: all 0.2s ease;
}

#imagePreview {
	position: fixed;
	
	border-color: #777777;
	padding: 50px;
	display: none;
	z-index: 100;
	
	right: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	overflow: visible;
	/*
	display: flex;
	justify-content: center;*/
	
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
}

#imagePreview img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	
	margin:auto;
	
	width: auto;
	height: auto;
	
	overflow: hidden;
}

#imagePreview .closeButton {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #aaaaaa;
	transition: 0.4s;
}

#imagePreview .closeButton:hover,
#imagePreview .closeButton:focus {
	color: #fcfcfc;
	cursor: pointer;
}

.clickable :hover {
	cursor: pointer;
}

@media only screen and (max-width: 700px) {

	#mainMenu .item,
	#mainMenu .menu {
		display: none !important;
	}
	
	#mainMenu .toc.item {
		display: block !important;
	}
	
	.masthead.segment {
/* 		min-height: 800px; */
	}
	
	.masthead h2 {
		margin-top: 0.5em;
		font-size: 1.5em;
	}
	
	.ui.text.container.special .header,
	.ui.text.container.special p {
		color: #FFFFFF;
	}
}
