body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #AEAAAA;
  font-family: calibri;
  
  
  
}
.divide
{
	padding: 50px;
}
.navFont
{
	font-family: 'Arial Black', 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 21pt;
	font-style: italic;
	color: #00b050;
	text-shadow: 0.1em 0.1em #272727;

}
.subheading
{
	text-align: center;
	font-family: 'Arial Black', 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 15pt;
	font-style: italic;
	color: #00b050;
	text-align: center;
	text-decoration: underline
}
.container{
	background-color: #272727;
	padding: 50px 45px 150px;
	margin: auto;
	
}
.paragraph p{
	text-align: left;
}
.space{
	height: 20px;
}
#logo{
	text-align: center;
	padding-bottom: 40px;
}
#laterns{
	text-align: center;
	padding-bottom: 10px;
}
mark{
	color:#00b050;
	background-color: black;
}
.header{
	//font-size: 1px;
	color: #00b050;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
h3{
	font-size: 25px;
	color: #00b050;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	clear: both;
	padding-bottom: 20px;
	
	
}
.lat {
	font-family: calibri;
	font-size: 15px; 
	text-align: justify;
    text-justify: inter-word;
}
#laterns {
	padding-top: 0px;
}
h5{
	font-size: 20px;
	color: #c2c2c2;
	margin:0;
	padding-top: 10px;
	text-decoration: underline;
	font-weight: bold;
	
	
}

.text-center{
	padding-top: 25px;
}
pre{
	  display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
	
}
h1{
	font-size: 20px;
	text-decoration: underline;
	font-weight: normal;
	font-family: arial;
	
}
.header-v{
	
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	font-family: arial black;
	font-style: italic;
	text-align: center;
	color: #00b050;
	
}
h4{
	font-size: 16px;
	color: #c2c2c2;
	margin:0;
	padding-top: 10px;
	padding-left: 50px;
	text-decoration: underline;
	
}

h2{
	font-family: 'Arial Black', 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 20pt;
	font-style: italic;
	color: #00b050;
	text-align: center;
	text-decoration: underline
	
}

#slideshow {
  overflow: hidden;
  height: 410px;
  width: 758px;
  margin: 0 auto;
 display:block;
}

.slide-wrapper {
  width: 2940px;
  

}


.slide {
  float: left;
  height:auto;
  width:auto;
  padding-left: 190px;
	
	
}



.slide-number {
  color: #000;
  text-align: center;
  font-size: 10em;
}

@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -728px;}
  50% {margin-left: -728px;}
  60% {margin-left: -1456px;}
  70% {margin-left: -1456px;}
  80% {margin-left: -2184px;}
  90% {margin-left: -2184px;}
}

.meaning{
	font-family: Calibri ;
	font-size: 18px;
	color: #AEAAAA;
}
.cont
{
	font-family: Calibri ;
	font-size: 16px;
	color: #AEAAAA;
	padding-left: 40px;
}
.pSmall
{
	font-family: Calibri;
	font-weight: bold; 
	font-size: 16px;
}
.pSmall-xs
{
	font-family: Calibri;
	font-size: 16px;
}
.top-nav{
	font-size: 16px;
	color: #c2c2c2;
	text-align: center;
	
	
}
.topnav {
 overflow: hidden;
 background-color: #767171;
 font-style: italic;
 font-size: 21pt;
 padding-left: 15%;

}

.topnav a {
  float: left;
 
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
 
  font-size: 24px;

  color: #00b050;
}

.topnav a:hover {
  
  color: #fff;
}

.active {
  
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#home{
	
}
#home img{
	
	padding: 20px 10px 0;
}
.credit{
	font-family: 'Arial Black', 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 7pt;
	color: #AEAAAA;
	padding-top: 10px;
	padding-left: 10px;
	font-style: italic;

}

#laterns img {
         
    }

@media only screen and (max-width: 600px) {
    #laterns img {
        
		width:100%;
		
    }
}
.images img{
	 //border: 1px solid #ddd; /* Gray border */
    //border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
	
}

/* Add a hover effect (blue shadow) */
.images img:hover {
   border: 1px solid #777;
}
hr{
	
	 border:none;
  border-top:1px dotted #000;
  color:#000;
  background-color:#fff;
  height:1px;
  width:100%;
}



.lampoil{
	
	padding-top: 20px;
	
	//padding-left: 50px;
}

.brazier{
	background-color: #222;
	
	padding-top:140px;
	
}
.contact 1{
		font-family: calibri;
	font-size: 15px;
	font-weight: bold;
	padding-left:179px;
	
	
}



@media (min-width:500px) {
    
.contact p{
	
	font-family: calibri;
	font-size: 15px;
	font-weight: bold;
	padding-left:176px;
	
}
}
.contact-pad{
	padding-top: 10px;
	padding-left: 60px;
}

.images{
	padding-top: 60px;
}

.images h5{
	padding-bottom: 30px;
}

.footer {
   
   width: 100%;
   background-color: #111;
   color: white;
   text-align: center;
  
   padding: 10px;
}


.a{text-decoration: none;}

.images img{
	padding-bottom: 10px;
	
}



/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #00b050;;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}
.trading{
	color: #00b050;
}
.picture{
	
	padding-left: auto;
}


#pictures{
	padding-left: 15px;
	padding-right:15px;
	
}