@charset "utf-8";
/* CSS Document */

	body {
	background-color: #000000;
	}

	h1 {
	font-size: 150%;
	font-family: 'Alfa Slab One', cursive;
	margin-left: 15px;
	padding-bottom: 10px;
	}

	h2 {
	font-size: 200%;
	font-family: 'Alfa Slab One', cursive;
	margin-left: 15px;
	padding-bottom: 10px;
	}
	
	h3 {
	font-size: 250%;
	font-family: 'Alfa Slab One', cursive;
	margin-left: 15px;
	padding-bottom: 10px;
	}
		
	.wrapper {
	width: 100%;
	background-color: #ffffff;
	padding: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 100%;
	margin: 0 auto;
	}

	.vertical-text {
	transform: rotate(45deg);
	transform-origin: left top 0;
	}

	ol {
	font-size :20px;
	}

/* animation */

	#animated-button {
	position: fixed;
	top: 170px;
	right: 23px;
	width: 100px;
    text-align: center;
    padding: 0;
	}

	.animated { 
 	-webkit-animation-name: bounceIn;
 	-webkit-animation-duration: 4s;
 	-webkit-animation-iteration-count: 5;
 	-webkit-animation-timing-function: ease-out;
 	-webkit-animation-fill-mode: forwards;
	
 	animation-name: bounceIn;
 	animation-duration: 4s;
 	animation-iteration-count: 10;
 	animation-timing-function: ease-out;
 	animation-fill-mode: forwards;
	} 

/*
 * Animation for webkit
*/
@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 
  
@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 
  
/*
 * Adding the animation to our element
*/
	.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* end animation */
	
	.fly {
	position:absolute;
	top: 400px;
	right: 50%;
	width: 400px;
    text-align: center;
    padding: 0;
	}
	
/* ----------------------------------------------------------*/
/* navigation attributes - section, colors, rollovers, links */
/* ----------------------------------------------------------*/
	
	nav.desktop {
	display: block; 
	}
	
	nav.tablet {
	display: none; 
	}
	
	nav.mobile {
	display: none; 
	}
	
	nav {
	width: 100%;
	background-color: #000000; /* background of top nav bar */
	margin: 0;
	padding: 0;
	}

	nav ul {
	background: ;
	overflow: hidden;
	color: black;
	padding: 0;
	text-align: center;
	margin: 0;
	
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
	}
	
	nav ul li {
	display: inline-block;
	padding: 25px 5% 25px 5%;
	}

	nav ul li:hover {
	color: #ffffff;
	background-image:url(../images/grnbg.png);
	}

	nav a { text-decoration: none; color: inherit; }
	nav a:link { color: white; }
	nav a:visited { color: white; }
	nav a:active { color: white; }
	nav a:hover { color: red; }

/* ---------------back to top button----------------------------- */


		#myBtn {
		  display: none;
		  position: fixed;
		  bottom: 120px;
		  right: 25px;
		  z-index: 99;
		  font-size: 18px;
		  border: none;
		  outline: none;
		  background-color: #a90404;
		  color: white;
		  cursor: pointer;
		  padding: 15px;
		  border-radius: 4px;
		}
		
		#myBtn:hover {
		  background-color: #555;
		}				
										

/* ----------------------------------------------------------- */

	.handle {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	background: #000000;
	padding: 25px;
	cursor: pointer;
	color: white;
	display: none;
	}
	
	header {}
	
/* -----  */
	section a { text-decoration: none; color: inherit; }
	section a:link { color: black; }
	section a:visited { color: black; }
	section a:active { color: black; }
	section a:hover { color: #bf0000; }
/* -----  */	
	
	section {
	width: 100%;
    text-align: center;
	background-image: url(../images/sec_bg01.png);
	background-repeat: no-repeat;
    background-position: top center;
	padding-top: 75px;
	}

	.section_desktop {
	display: block;
	}
	.section_tablet {
	display: none;
	}
	.section_mobile {
	display: none;
	}
	.spacebox1 {
    display: inline-block;
    margin: 0 auto;
	max-width: 1200px;
	}
	
	.spacebox2 {
    display: inline-block;
    margin: 0 auto;
	padding-top: 110px;
	}
	
	.spacebox3 {
	clear: both;
	}
	
/* ----------------------------------------- */	
	
.boxer {
   display: table;
   border-collapse: collapse;
   margin: 0 auto;
   width: 1000px;
}
 
.boxer .box-row {
   display: table-row;
}
 
.boxer .box {
   display: table-cell;
   text-align: center;
   vertical-align: top;
   border: 0px;
   background-color: #f1f1f1;
   padding: 30px;
}


/* ----------------------------------------- */
	
	  .container2 {
	  margin: 0 auto;
	  width: 415px;
	  display: block;
	  }
	  
	  .container2m {
	  margin: 0 auto;
	  width: 280px;
	  display: block;
	  }
	
	  .container {
        margin: 0 auto;
   		width: 830px;
		display: flex;
      }
      .divL, .divR {
        box-sizing: border-box;
        border: 5px solid white;
		padding: 10px;
      }
      .divL {
        background: #f1f1f1;
      }
      .divR {
        background: #f1f1f1;
      }
	
	
	
/* ----------------------------------------- */
	
	.responsive-image1 {
  	max-width: 100%;
  	height: auto;
	}
	
	.footer_desktop {
	display: block; 
	}
	
	.footer_tablet {
	display: none; 
	}
	
	.footer_mobile {
	display: none; 
	}
	
	footer {
	width: 100%;
	text-align: center;
	background-image: url(../images/bottom01.png);
	background-repeat: no-repeat;
    background-position: center;
	height: 360px;
	padding-top: 0;
	color: white;
	margin: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 100%;
	}
	
	footer a { text-decoration: none; color: inherit; }
	footer a:link { color: white; }
	footer a:visited { color: white; }
	footer a:active { color: white; }
	footer a:hover { color: #af070b; }
	


/* --------------------------------------------------------------------- */
/* ----------for tablet------------------------------------------------- */
/* --------------------------------------------------------------------- */
@media only screen and (min-width: 581px) and (max-width: 852px) {

	header {
	}
	
	ol {
	font-size :20px;
	}
	
	nav.desktop {
	display: none; 
	}
	
	nav.tablet {
	display: block; 
	}
	
	nav.mobile {
	display: none; 
	}
	
	.section_desktop {
	display: none;
	}
	.section_tablet {
	display: block;
	}
	.section_mobile {
	display: none;
	}
	
	.footer_desktop {
	display: none; 
	}
	
	.footer_tablet {
	display: block; 
	}
	
	.footer_mobile {
	display: none; 
	}

	.spacebox3 {
    display: inline-block;
    margin: 0 auto;
	padding-top: 130px;
	}

/* ---------------load more stuff tablet----------------------------- */

											

/* ------------------------------------------------------------------ */


}


/* --------------------------------------------------------------------- */
/* ----------for mobile------------------------------------------------- */
/* --------------------------------------------------------------------- */
@media only screen and (min-width: 1px) and (max-width: 580px) {
	
	header {
	}

	ol {
	font-size :20px;
	}
	
	nav ul {
	max-height: 0;	
	}
	
	.showing {
	max-height: 20em;	
	}
	
	nav.desktop {
	display: none; 
	}
	
	nav.tablet {
	display: none; 
	}
	
	nav.mobile {
	display: block; 
	}
	
	nav ul li {	
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	text-align: left;
	}

	.handle {
	 display:block;
	 color: white;
	}

	.section_desktop {
	display: none;
	}
	.section_tablet {
	display: none;
	}
	.section_mobile {
	display: block;
	}

	.footer_desktop {
	display: none; 
	}
	
	.footer_tablet {
	display: none; 
	}
	
	.footer_mobile {
	display: block; 
	}

	.spacebox4 {
    display: inline-block;
    margin: 0 auto;
	padding-top: 120px;
	}
	
	.fly {
	position:absolute;
	top: 275px;
	right: 50%;
	width: 275px;
    text-align: center;
    padding: 0;
	}

	#animated-button {
	position: fixed;
	top: 80px;
	right: 10px;
	width: 60px;
    text-align: center;
    padding: 0;
	}

/* ---------------load more stuff mobile----------------------------- */

											

/* ------------------------------------------------------------------ */


	.divTable6 {
	display: table;
	width: 100%;
	}
	.divTableRow6 {
	display: table-row;
	}
	.divTableHeading6 {
	background-color: #EEE;
	display: table-header-group;
	}
	.divTableCell6, .divTableHead6 {
	border: 0;
	display: table-cell;
	padding: 3px 10px;
	vertical-align: middle;
	text-align: center;
	}
	.divTableCellfb6 {
	background-image:url(../images/fb.png);
	background-position: center;
	background-repeat: no-repeat;
	border:  0;
	display: table-cell;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	}
	.divTableCellfb6:hover {
	background-image:url(../images/fb2.png);
	}
	.divTableCellin6 {
	background-image:url(../images/inst.png);
	background-position: center;
	background-repeat: no-repeat;
	border:  0;
	display: table-cell;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	}
	.divTableCellin6:hover {
	background-image:url(../images/inst2.png);
	}
	.divTableCelltw6 {
	background-image:url(../images/twit.png);
	background-position: center;
	background-repeat: no-repeat;
	border:  0;
	display: table-cell;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	}
	.divTableCelltw6:hover {
	background-image:url(../images/twit2.png);
	}
	.divTableHeading6 {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
	}
	.divTableFoot6 {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
	}
	.divTableBody6 {
	display: table-row-group;
	}

}

