@font-face{
font-family:"Janna LT W20 Regular";
src:url("../fonts/a9c47d30-0eca-434f-8082-ac141c4c97b3.eot?#iefix");
src:url("../fonts/a9c47d30-0eca-434f-8082-ac141c4c97b3.eot?#iefix") format("eot"),url("../fonts/b5606736-5656-4140-a171-fee29f8a2c21.woff2") format("woff2"),url("../fonts/26c24286-5aab-4747-81b9-54330e77fb14.woff") format("woff"),url("../fonts/9c4c7fff-85b6-442f-9726-af5f49d49e53.ttf") format("truetype"),url("../fonts/a24f53ee-e15e-4931-89a3-b6f17fbfcd72.svg#a24f53ee-e15e-4931-89a3-b6f17fbfcd72") format("svg");
}

@font-face{
font-family:"Janna LT W20 Bold";
src:url("../fonts/40e91b18-f7fd-44d2-935d-8f2f5a46d380.eot?#iefix");
src:url("../fonts/40e91b18-f7fd-44d2-935d-8f2f5a46d380.eot?#iefix") format("eot"),url("../fonts/183c81cc-2eaf-469b-848d-7b8ae60dc6c3.woff2") format("woff2"),url("../fonts/132c0c0f-7a5e-429e-a7dc-a6b0a843a6fc.woff") format("woff"),url("../fonts/a419a57e-c14d-47b1-b6f6-01fda5c3b099.ttf") format("truetype"),url("../fonts/1088eb5b-cc92-428f-ac4c-0639886ce087.svg#1088eb5b-cc92-428f-ac4c-0639886ce087") format("svg");
}

body {
	font-family:'Janna LT W20 Regular';
	background: #fff url("../img/bg.png") no-repeat fixed center center; 
}

h1, h2, h3, h4, h5, h6, a, button {
	font-family:'Janna LT W20 Bold';
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.reveal-overlay {
	background: rgba(52, 111, 39, 0.9);
}

.reveal {
	background: #c2e903;
	border: 0;
}

.close-button, .close-button:hover, .close-button:focus {
	color: #346f27;
}

#intro {
	min-height: 100%;
	background-color: #212121;
}

#intro .header {
	top: 25px;
	right: 25px;
	position: absolute;
}

#intro .header img {
	width: 250px;
}

#intro .social-media {
	top: 25px;
	left: 25px;
	position: absolute;
}

#intro .social-media img {
	border: 8px solid #fff;
	display: block;
	margin-bottom: 8px;
	border-radius: 5px;
	width: 80px;
}

#intro .social-media img:hover {
	background-color: #c2e903 !important;
	border-color: #c2e903 !important;
}

#intro .social-media img.twitter {
	background-color: #55acee;
	border-color: #55acee;
	padding: 5.875px 0;
}

#intro .social-media img.instagram {
	background-color: #3f729b;
	border-color: #3f729b;
}

#intro .social-media img.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

#intro .social-media img.youtube {
	background-color: #cd201f;
	border-color: #cd201f;
	padding: 9.5px 0;
}

#intro .footer {
	top: auto;
	bottom: 50px;
	position: absolute;
	width: 100%;
}

#intro .footer h1 {
	color: #ffffff;
	margin-bottom: 15px;
}

#intro .footer h2 {
	color: #c2e903;
}

#intro .footer a {
	color: #c2e903;
	margin: 0;
	margin-left: 7px;
	margin-top: 5px;
	background-color: #346f27;
}

#about {
	padding: 100px 0;
	min-height: 100%;
}

#about h2, #about h4 {
	color: #346f27;
}

#about #play {
	border: 3px solid #c2e903;
	border-radius: 5px;
	padding: 35px 0;
	background: url("../img/video.jpg") no-repeat center center;
	background-size: cover;
	margin-bottom: 15px;
}

#about #play:hover {
	background: #c2e903;
}

#about #play img {
	width: 33.33%;
	margin: 0 auto;
	display: block;
}

#about #play h4 {
	text-align: center;
	margin: 0;
}

#about #video {
	padding: 40px 0 25px 0;
}

#about .accordion {
	border-color: #c2e903;
	border-width: 3px;
	background: none;
}

#about .accordion-title {
	font-size: 1.750rem;
	line-height: 1rem;
}

#about .accordion-title, #about .accordion-content {
	border: 0;
}

#about .accordion-title:hover, #about .accordion-title:focus {
	background-color: #c2e903;
	color: #346f27;
}

#visit #table {
	background: #346f27;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

#visit #table h2 {
	color: #c2e903;
	margin-bottom: 15px;
}

#visit #table table {
	margin: 0 auto;
	width: 90%;
}

#visit #table table p {
	text-align: center;
	margin: 0;
}

#visit #table table thead, #visit #table table tbody, #visit #table table tfoot {
	border: 0;
}

#visit #table table thead {
	background-color: #c2e903;
	color: #346f27;
}

#visit #table table tbody tr {
	background-color: #346f27;
}

#visit #table table tbody tr:nth-child(even) {
	background-color: #2f6423;
}

#visit #table h6 {
	color: #c2e903;
	margin: 0;
}

#visit #table h5 {
	color: #c2e903;
	margin-top: 15px;
}

#visit #map {
	height: 100%;
	background: url("../img/map.png") no-repeat center center;
	position: relative;
}

#visit #map a {
	position: absolute;
	bottom: 0;
	right: 0;
}

#contact {
	padding: 100px 0;
	min-height: 100%;
	clear: left;
}

#contact h2, #contact h4, #contact h5 {
	color: #346f27;
}

#contact h2 {
	margin-bottom: 25px;
}

#contact p {
	margin: 5px 0;
}

#contact .tabs {
	background: none;
	border: 3px solid #c2e903;
	border-radius: 5px 5px 0 0;
	color: #346f27;
}

#contact .tabs-title {
	width: 20%;
	text-align: center;
}

#contact .tabs-title > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 1rem;
}

#contact .tabs-title > a:hover, #contact .tabs-title > a:focus, #contact .tabs-title > a[aria-selected='true'] {
	background: #c2e903;
}

#contact .tabs h6 {
	padding: 4px 0 1px 0;
}

#contact .tabs-content {
	border: 3px solid #c2e903;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background: none;
}

#contact fieldset label {
	color: #346f27;
}

#contact fieldset input {
	margin-left: 7px;
}

#contact .social-media img {
	border: 4px solid #fff;
	margin-bottom: 10px;
	margin-left: 4px;
	border-radius: 5px;
	width: 40px;
}

#contact .social-media img:hover {
	background-color: #c2e903 !important;
	border-color: #c2e903 !important;
}

#contact .social-media img.twitter {
	background-color: #55acee;
	border-color: #55acee;
	padding: 2.9px 0;
}

#contact .social-media img.instagram {
	background-color: #3f729b;
	border-color: #3f729b;
}

#contact .social-media img.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

#contact .social-media img.youtube {
	background-color: #cd201f;
	border-color: #cd201f;
	padding: 4.75px 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
#intro .header img {
	width: 175px;
}

#intro .social-media img {
	border: 4px solid #fff;
	margin-bottom: 6px;
	width: 40px;
}

#intro .social-media img.twitter {
	padding: 2.9px 0;
}

#intro .social-media img.youtube {
	padding: 4.75px 0;
}

#intro .footer {
	text-align: center;
}

#intro .footer a {
	font-size: 0.875rem;
	width: 33%;
	margin-left: 5px;
}

#about {
	padding: 50px 0;
}

#about #play {
	border-right: 0;
	border-left: 0;
}

.reveal {
	border-radius: 0;
}

#about .accordion-title {
	font-size: 1.250rem;
}


#visit #table {
	padding: 25px 0;
}

#visit #table table {
	width: 100%;
}

#visit #table table p {
	font-size: 0.875rem;
}

#visit #map a {
	font-size: 0.875rem;
}

#contact {
	padding: 50px 0;
}

#contact .tabs-content {
	margin-bottom: 15px;
}

#contact .tabs-title > a {
	font-size: 0.875rem;
	padding-right: 3px;
	padding-left: 3px;
}

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
#contact .tabs-content {
	margin-bottom: 15px;
}

#visit #table table {
	width: 100%;
}

}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}