﻿body{
 font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h2{
text-align:center;
color: #293133;
margin: 30px 0 50px
}
h3{
text-align:center;
color: #293133;
margin: 20px 0 40px
}

.gallery{ margin: 0px 30px;
}
.gallery img{padding: 10px;
             transition: 1s;
}
.gallery img:hover{transform: scale(1.1);
}
/*------------------------------------------------------ gallery1 ------------------------------------*/
.gallery1{ margin: 0px 0px 0px 0px;
}

.gallery1 img{padding: 10px;
             transition: 1s;
}
.gallery1 img:hover{transform: scale(1.1);
}
 /*----------------------------------------------- above is additional css for lihtbox ------------------*/
 
 figure{
 display: ;
 flax-direction:

 }
  figure img{
   width:%
   
   }

 figcaption{
 display:;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;        
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    color:#474826;

 }
/*----------------------------------------------- description list  -------------------------------------*/


 dl {
    display: flex;
    flex-flow: row wrap;
    border: solid #0;
    border-width: 1px 1px 0 0;
  }
 dt {
    flex-basis: 15%;
    padding: 6px 2px 14px 2px;
    border-bottom: 0.3px solid #293133;
    background: #0;
    text-align: left;
  
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;        
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color:#474826;
  }
 dd {
    flex-basis: 70%;
    flex-grow: 1;
    margin: 0;
    padding: 6px 2px 14px 2px;
    border-bottom: 0.3px solid #474826;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;        
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    color:#474826;
  }
  
  dd cite {font-size: 14px;
  
}
/*----------------------------------------------- content gallery  -------------------------------------*/

 .content-gallery{
 	width: 98%;
 	margin: auto;
 	text-align: left;
 	padding-top: 20px;	
}
  	
.content-gallery-inline{
 	width: 80%;
 	margin: auto;
 	text-align: left;
 	padding-top: 20px;
}
.content-gallery p { 
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;        
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    color:#474826;
 } 
  

.content-gallery-col{
 	flex-basis: 35%;
 
 	background: #0;
 	margin-bottom: 2%;
 	padding: 20px 30px;
 	box-sizing: border-box;
 }

    
 .content-gallery-col2{
 	flex-basis: 65%;
 	background: #E8EBDE;
 	margin-bottom: 2%;
 	padding: 20px 12px;
 	box-sizing: border-box;
 }

.content-gallery-col3{
 	flex-basis: 65%;
 	background: #777777;
 	margin-bottom: 2%;
 	padding: 20px 12px;
 	box-sizing: border-box;
}
  .content-gallery-col p { 
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;        
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 20px;
    text-indent: 60px;
    color:#474826;
 } 
 /*-------------------------------------------------description columns for thumbpic with text --------------*/
  .row1{
 	margin-top: 2%;
 	display: flex;
 	jusify-content: flex-start;
 	flex-flow: row wrap;
 	align-content: space-around;
 }
 @media(max-width: 700px){
 		.row1{
 		flex-direction: column;
 		}

}
 #description-col{
 	flex-basis: 25%;
 	background: #E8EBDE;
 	margin-bottom: 2px;
 	
 	border: 0px solid black;
 	box-sizing: border-box;
 }
 #description-col p{
  	font-size: 11px;
   	line-height: 14px;
   	margin: 0px 10px;
   	border: 0px solid black;

  }
 #description-col cite{
 	font-size: 13px;
  }
 #description-col3{
 	flex-basis: 25%;
 	background: #9E9B82;
 	margin-bottom: 2px;
 	
 	border: 0px solid black;
 	box-sizing: border-box;
 	}
 #description-col3 p{
  	font-size: 11px;
  	color: #212121;
   	line-height: 14px;
   	margin: 0px 10px;
   	border: 0px solid black;

  }
 #description-col3 cite{
 	font-size: 13px;
  }

