*{
  margin: 0;
  padding: 0;
}
	
body {background-color:#006600;
}
a {color:#FF6633;
}
.css-slideshow{
  position: relative;
  max-width: 259px;
  height: 194px;
  margin: 5em auto .5em auto;
}
.css-slideshow figure{
  margin: 0;
  max-width: 259px;
  height: 194px;
  background: #000;
  position: absolute;
}
.css-slideshow img{
  box-shadow: 0 0 2px #666;
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 259px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}
figure:nth-child(1) {
  animation: xfade 39s 36s infinite;
}
figure:nth-child(2) {
  animation: xfade 39s 33s infinite;
}
figure:nth-child(3) {
  animation: xfade 39s 30s infinite;
}
figure:nth-child(4) {
  animation: xfade 39s 27s infinite;
}
figure:nth-child(5) {
  animation: xfade 39s 24s infinite;
}
figure:nth-child(6) {
  animation: xfade 39s 21s infinite;
}
figure:nth-child(7) {
  animation: xfade 39s 18s infinite;
}
figure:nth-child(8) {
  animation: xfade 39s 15s infinite;
}
figure:nth-child(9){
 animation: xfade 39s 12s infinite;	
}
figure:nth-child(10){
	animation: xfade 39s 9s infinite;
}
figure:nth-child(11){
	animation: xfade 39s 6s infinite;
}
figure:nth-child(12){
	animation: xfade 39s 3s infinite;
}
figure:nth-child(13){
	animation: xfade 39s 0s infinite;
}
@keyframes xfade{
  0%{
    opacity: 1;
  }
  10.5% {
    opacity: 1;
  }
  12.5%{
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 193px;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 241px;
}
.title {
	font-size: 25px;
	color: #CDFFCC;
	font-family: "Basic";
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}
.mobile-menu {
  display:block;
  width:100%;
background: #006600/*e0b88f/*c99393/*e5d1a4/*dcc591/*EFD3A3*/;
line-height: 1.6em;
font-weight: 400;
text-align:center;
	position: relative;
  margin:0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:100%;
  position: absolute;
  background: #006600;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	/*float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
	display:block;
	min-width:140px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
  text-transform:uppercase;
	background: #006600;
	text-decoration: none;
  margin-left:-5px;
  padding: 10px 0;  
transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
	color: #FF6633;
  background-color:#333333;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #333333;
	color: #FF6633;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #FF6633;
	background: #006600;
	text-align: center;
	padding: 10px 15px;
	display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .show-menu span{
   padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 800px){
  .mobile-menu .lines {
    border-bottom: 15px double #f8f8f8; 
    border-top: 5px solid #f8f8f8; 
    content:"";
    height: 5px; 
    width:20px;
    padding-right:15px;
  float: right;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display:block;
	}
	
}
.web-text {
	font-family: Halvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cdffcc;
	font-weight: bold;
	text-align: center;

}
.web-text-general {
	font-family: Halvetica, Arial, sans-seif;
	font-size: 16px;
	color: #cdffcc;
	margin-left: 25%;
	margin-right: 25%;
}
.web-text-title {
	font-family: Halvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cdffcc;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 25%;
	margin-right: 25%;
}
.web-text-general-c {
	font-family: Halvetica, Arial, sans-seif;
	font-size: 16px;
	color: #cdffcc;
	text-align: center;
	
}
.web-text-title-c {
	font-family: Halvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cdffcc;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.web-text-general-c-u {
	font-family: Halvetica, Arial, sans-seif;
	font-size: 16px;
	color: #cdffcc;
	text-align: center;
	text-decoration: underline;
}
.web-footer {
	font-family: Halvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cdffcc;
	font-weight: bold;
	text-align: center;
}
.container{
	margin-left: 25%;
	margin-right: 25%;
	}

.gallery {
	display: inline-block;
	padding: 7px;
			
	}
  
.marquee {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: #333333;
 color: #FF6633;

 border: 1px solid #CDFFCC;
}
.marquee p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
  transform:translateX(100%);
 /* Apply animation to this element */	
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
 0%   { 
 
 transform: translateX(100%); 		
 }
 100% { 
 transform: translateX(-100%); 
 }
}

.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: #333333;
 color: #FF6633;
 border: 1px solid #CDFFCC;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 	
 transform:translateX(100%);
 /* Apply animation to this element */	

 animation: scroll-left 30s linear infinite;
}
@keyframes scroll-left {
 0%   { 

 transform: translateX(100%); 		
 }
 100% { 
 
 transform: translateX(-100%); 
 }
}
.web-text-h1
{
	font-family: Halvetica, Arial, sans-serif;
	font-size: 22px;
	color: #1C89FB;
	font-weight: bold;
	text-align: center;

}
.web-text-h-text {
	font-family: Halvetica, Arial, sans-serif;
	font-size: 18px;
	color: #cdffcc;
	text-align: center;
	margin-left: 25%;
	margin-right: 25%;
}