/* 
 * Test CSS
 */
 
html { overflow-y: scroll;  /* always show right scrollbar even for short page so it doesnt change things when it cuts in */
	box-sizing: border-box;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	font-size: 100%
}
  
 body  {
	text-align: center;
	font-size: 1.2em; /* That is your text's default font size. Here i chose 12px */
	line-height: 140%; 
	font-weight: 400;
	font-family: 'Didact Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background-image: url('../img/cnvbkgnd.jpg');
	background-color: grey;
        background-repeat: repeat;
}
@media screen and (max-width: 500px) {
	body {
		background: none ;
	} 	
}
h1,
h2,
.text-heading {
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3,
h4,
h5,
h6,
.text-heading {
    font-family: "Didact Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 1.5rem;
	font-weight:700 ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 2px #C85D89;
	letter-spacing: 2px;
	text-align:left ;
	white-space: nowrap;
}
 
h2 {
    font-size: 1.2rem;
	font-weight:600 ;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	text-shadow: 1px 1px 2px #C85D89;
	text-align: center;
	letter-spacing: 2px;
	white-space: nowrap;
}

h3 {
    font-size: .3rem;
	font-weight:100 ;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	text-shadow: 1px 1px 2px #C85D89;
	text-align: left;
}

span,p {    
	font-size: 1.2rem;
	font-weight:600 ;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	/*text-shadow: 1px 1px 2px #4CAF50;*/
	text-align: center;
}
@media screen and (max-width: 500px) {
	span,p {
		font-size: 1.0rem;
		margin: 0px 0px 0px 0px;
	} 	
}

span.normal {    
	font-size: 1.2em; /* That is your text's default font size. Here i chose 12px */
	line-height: 140%; 
	font-weight: 400;
	font-family: 'Didact Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: none;
	text-align: left;
}

button.myButton {
  background-color: #C85D89;
  border: none;
  border-radius: 15px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.myButton:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

button.myID {
  background-color: #FFFFFF;
  position: absolute;
  top: 2%;
  left:2%;
  border: none;
  border-radius: 15px;
  color: #C85D89;
  padding: 0 10px 0 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0 0;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


table.myTable {
	border:1 ;
	cellpadding:0 ;
	cellspacing:0 ;
	width:100% ;
}

table.myTable.td {
	valign:top ;
	width:100% ;
	font-face:Arial, Arial, Helvetica ;
}
p.myText {
	text-align:left ;
	font-face: Arial, Arial, Helvetica ;
	padding:0px 0px 0px 40px ;
}
p.myTitle {
	text-align:left ;
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight:700 ;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 2px #C85D89;
	letter-spacing: 2px;
}


div#headimg {
	border: none ;
	height: 100px ;
	background-image: url('../img/slide-1.jpg') ;
}

span.navbuts {
	cursor: pointer;
	font-size:2em;
	position:absolute;
	top:50%;
}

hr.divider {
    border-color: #292b2c;
    max-width: 250px;
}
 
div {
	/*border: 1px  solid #4CAF50;*/
	background-color: transparent; ;
	text-align: center;
}

div.container {
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px ;
	width: 80%;
	border: none; /*1px  solid red;*/
	clear: both ;
	background-color: rgba(255,255,255,0);
	text-align: center ;

}

@media screen and (max-width: 500px) {
	div.container {
		width: 100% ;
		margin: 0px 0px 0px 0px;
	} 	
}
div#header {
	xposition: fixed ;	
	top: 0px ;
	margin: 0px 0px 0px -8%;
	padding: 0px 0px 0px 0px ;
	border: 1px  solid #3A5228;
	width:115%;
	z-index: 1;
}
@media screen and (max-width: 500px) {
	div#header {
		position: relative ;
		width: 105% ;
	} 	
}

div#padding {
	border: none ;
	visibility: hidden ;
	margin: 0px 0px 0px -3.5%;
	padding: 0px 0px 0px 0px ;
	top:0px;
	width:100%;
	margin-top: 15px ;
}	
@media screen and (max-width: 500px) {
	div#padding {
		display: none ;
	} 	
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align:center;
}

div.gallery-item {
  margin: 20px;
  border: 1px solid #ccc;
  width: 220px;
  position: relative ;
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}

div.mainblock {
	background-color: transparent;
	border: none ;
	margin: 0px 15px 15px 15px;
	overflow: hidden ;
	padding: 2px 20px 20px 20px ;
}
@media screen and (max-width: 500px) {
	div.mainblock {
		width: 95% ;
		padding: 2px 2px 2px 2px ;   /* 2px 2px 2px 80px;*/
		margin: 0px 2px 2px 20px;
	} 	
}

div.mainblockleft {
	float:left ;
	background-color: #FFFFFF ;
	border: 1px  solid black ;
	width: 42% ;
	margin-bottom: 15px ;
	margin-left: 0px ;
	overflow: hidden ;
	padding: 2px 20px 20px 20px ;
}
@media screen and (max-width: 500px) {
	div.mainblockleft {
		float: none ;
		width: 95% !important;
		padding: 2px 2px 2px 2px ;
		margin: 0px 2px 2px 2px;
	} 	
}
div.mainblockright {
	float:right;
	background-color: #FFFFFF ;
	border: 1px  solid black ;
	width: 42% ;
	margin-bottom: 15px ;
	margin-right:32px;
	margin-left: 0px ;
	overflow: hidden ;
	padding: 2px 20px 20px 20px ;
}
@media screen and (max-width: 500px) {
	div.mainblockright {
		float: none ;
		width: 95% !important;
		padding: 2px 2px 2px 2px ;
		margin: 0px 2px 2px 2px;
	} 	
}

.carousel {
    position: absolute;
    border: none; 
    color: black;
    background:rgba(255,255,255,0.5);
	width: 50%;
	height: 25%;
	overflow: auto;
	margin: auto;
	top: 65%; left: 0; bottom: 0; right: 0;
	text-align:center;
 }
@media screen and (max-width: 500px) {
	.carousel  {
		top: 80%; left: 0; bottom: 0; right: 0;
		width: 100%;
		height: 40%;
	} 	
}
.mySlides {
	position:relative;
	width:100% ;
	/*height:400px ;*/
	text-align: center;
	padding: 0;
	margin: 0 0 0 0;
	background-color: rgba(255,255,255,0);
}
@media screen and (max-width: 500px) {
	.mySlides  {
		/*height:210px ;*/
	} 	
}
.imgleft {
	float: left; 
	padding: 5px 5px 5px 5px; 
	/*border: 1px  solid #4CAF50;*/	
	margin: 0px 0px 0px 0px ;
}
@media screen and (max-width: 500px) {
	.imgleft {
		display: block;
		float: none;
		padding: 2px 2px 2px 2px ;
		margin: 0px auto 2px auto;
		width: 60% !important;
	} 	
}

.imgmid {
	float: none; 
	display: block; 
	padding: 5px 5px 5px 5px; 
	/*border: 1px  solid #4CAF50;*/	
	margin: 0px auto 0px auto ;
	/*max-height: 200px ;*/

}
@media screen and (max-width: 500px) {
	.imgmid {
		padding: 2px 2px 2px 2px ;
		margin: 0px auto 2px auto;
		width: 60% !important;
	} 	
}

.imgright {
	float: right; 
	padding: 5px 5px 5px 5px; 
	/*border: 1px  solid #4CAF50;*/	
	margin: 0px 0px 0px 0px ;
}
@media screen and (max-width: 500px) {
	.imgright {
		display: block;
		float: none;
		padding: 8px 8px 8px 8px ;
		margin: 0px auto 2px auto;
		width: 60% !important;
	} 	
}
.txtleft {
	float: left;
	width:65%; 
	padding: 10px 5px 5px 20px; 
	background-color:white;
	border: none ;
}
@media screen and (max-width: 500px) {
	.txtleft {
		display: block;
		float:none ;
		width:85% !important; 
		padding: 8px 8px 8px 8px ;
		margin: 0px auto 2px auto;
	} 	
}

.txtmid {
	float: left ;
	width:50%; 
	padding: 10px 5px 5px 20px; 
	background-color:white;
	border: none ;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 500px) {
	.txtmid {
		display: block;
		float:none ;
		width:85% !important; 
		padding: 8px 8px 8px 8px ;
		margin: 0px auto 2px auto;
	} 	
}
.txtright {
	float: right;
	width:65%; 
	padding: 10px 10px 5px 0px; 
	background-color:white;
	border: none ;
}
@media screen and (max-width: 500px) {
	.txtright {
		display: block;
		float:none ;
		width:85% !important;
		padding: 8px 8px 8px 8px ;
		margin: 0px auto 2px auto;
	} 	
}
.footleft {
	float: left;
	width:27%; 
	padding: 10px 5px 5px 20px; 
	background-color:white;
	border: none ;
	margin-left: auto;
	margin-right: auto;	
}	
@media screen and (max-width: 500px) {
	.footleft  {
		float: none ;
		width: 95% !important;
		padding: 2px 2px 2px 30px ;
		margin: 0px 2px 2px 2px;
	} 	
}	

.footmid {
	float: left ;
	width:27%; 
	padding: 5px 5px 5px 20px; 
	background-color:white;
	border: none ;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 500px) {
	.footmid  {
		float: none ;
		width: 95% !important;
		padding: 2px 2px 2px 2px ;
		margin: 0px 2px 2px 2px;
	} 	
}	

.footright {
	float: right;
	width:27%; 
	padding: 10px 10px 5px 0px; 
	background-color:white; 
	border: none ;
	margin-left: auto;
	margin-right: auto;	
}
@media screen and (max-width: 500px) {
	.footright {
		float:none ;
		display: block;
		width:95% !important; 
		padding: 2px 2px 2px 30px ;  /* 8px */
		margin: 0px auto 2px auto;
	} 	
}

ul#topnav { 
	list-style-type: none; 
	padding: 3px 0px 3px 3px ;
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
	background-color:#4CAF50 ;
}
ul#topnav li { 
	display: inline; /* is this necessary? */
}

ul#topnav li a {
	text-decoration: none;
	color: #33521C ;
	float: left ;
	width: 100px ;
	height: 25px;
	font-weight: 600;
	font-size: 1.25em;
	border: 1px  solid #000000;	
	padding: 3px 0px 0px 10px ;
	background-color: #4ECF53 ;
	margin-right: 5px ;
	text-shadow: 1px 1px 2px #B5E61D;
	xxfont-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 500px) {
	ul#topnav li a {
		width: 100% ;
	} 	
}

ul#topnav li a:hover
{
background-color: #369;
color: #fff;
}

.menuleft {
    width: 170px;
}

.menuleft a {
    background-color: #AAAAAA;
    color: green;
    display: block;
    padding: 12px;
    text-decoration: none;
	border: 1px  solid #000000 ;
	margin-bottom: 5px ;
	
}

.menuleft  a:hover {
    background-color: #ccc;
}

.menuvcr {
	border: none;
	height: 50px ; 
	width:105% ;
	margin: none ;
}

.menuvcr a {
    color: black;
    text-decoration: none;
	border: 0px  solid #000000 ;
}

.menuvcr  a:hover {
    color: green;
}

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  /*border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 80px;
  height: 80px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  position: absolute;
  top:50px ;
  left:50px;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}