@charset "UTF-8";
/* Body */
body {
	font-family:"Helvetica Neue",Verdana, Roboto,sans-serif;
	background-color: #F7F3F3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 100;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1100px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 90%;
	height: 40px;
	background-color: #303633;
	border-bottom: 1px solid #303633;
	position: fixed;
	z-index: 9999;
}

pc-nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 3px;
	font-weight: normal;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #88AB75;
}
.hero_header {
	color: #303633;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* title-anim */
.anim-box {
  animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------- */
/* img-anim */
.single-item + .single-item{
    margin-top: 80px;
}
.u-fade-type-up{
    transform: translateX(-50px);
    opacity: 0;
}
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0px);
    opacity: 1;
}
/* ---------------------------- */


/* Hero Section */
.hero {
	background-image: url(../images/top_tri.png);
	background-position: 50% 10%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 300px;
	padding-bottom: 300px;
}

.light {
	font-weight: bold;
	color: #FFFFFF;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	background-color: #FFFFFF;
	width: 70%;
	text-align: justify;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 2rem;
	float: right;
	padding-top: 30px;
	padding-left: 0%;
	padding-bottom: 30px;
	color: #5D737E;
}
.about {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 10px;
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.gallery {
	clear: both;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.gallery .thumbnail p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #A3A3A3;
}
   a {
	color: #88AB75;
    text-decoration:none;}
   a:hover { 
	color: #5D737E;
}
h3 {
	color: #5d737e;
    font-size: 1.1em;
    font-weight: bolder;
	line-height:0;
	padding: 1.1rem 0.7rem;
	border-left: 5px solid #5d737e;
	background: #f7f3f3;
}
/* Parallax Section */
.parallax {
	color: #FFFFFF;
	height: 600px;
	text-align: right;
	padding-right: 0px;
	padding-top: 0px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 0px;
	width: 30%;
	font-weight: right;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
    width: 300px; 
}
/* ---------------------------- */
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

/* ---------------------------- */
.wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;	
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	background-color: #303633;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 0.6em;
	letter-spacing: 0.5em;
}
footer{
 position: absolute;
    bottom: 0; 
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #303633;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #5D737E;
	padding-top: 40px;
	padding-bottom: 40PX;
	margin-bottom: 0px;
}

.hidden {
	display: none;
}
.sp-nav {
   display: none;
}
/* ---------------------------- */
/* Mobile */
@media (max-width: 320px) {	
.pc-nav {
      display: none;
}
/* ---------------------------- */
/* nav */
.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}
#hamburger {
   position: relative;
   display: block;
   width: 30px;
   height: 25px;
   margin: 8px 8px 0 auto;
   margin-right: 10px;
}
#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #fff;
   transform: translateY(-50%);
}
#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #fff;
}
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 70%;
   height: 2px;
   background-color: #fff;
}	
.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  width: 100%;
  margin: 0 auto;
   height: 100%;
}
.sp-nav li {
   margin: 0;
   padding: 0;
}
.sp-nav li span {
   font-size: 15px;
   color: #fff;
}
.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 20px 0;
}

.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
}	
.toggle {
   transform: translateY( 0 );
   opacity: 1;
   }
/* ---------------------------- */
.text_column {
	width: 100%;
	text-align: justify;
	font-size: 0.7em;
	line-height: 2rem;
}
.parallax {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 0.4em;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: right;
}
img {
    width: 200px; 
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: right;
}
}

/* ---------------------------- */
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {	
.pc-nav {
      display: none;
}
/* ---------------------------- */
/* nav */	
.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}
#hamburger {
   position: relative;
   display: block;
   width: 30px;
   height: 25px;
   margin: 8px 8px 0 auto;
   margin-right: 10px;
}
#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #fff;
   transform: translateY(-50%);
}
#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #fff;
}
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 70%;
   height: 2px;
   background-color: #fff;
}
.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  width: 100%;
  margin: 0 auto;
   height: 100%;
}
.sp-nav li {
   margin: 0;
   padding: 0;
}
.sp-nav li span {
   font-size: 15px;
   color: #fff;
}
.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 20px 0;
}
.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
}	
.toggle {
   transform: translateY( 0 );
   opacity: 1;
   }	
/* ---------------------------- */

.text_column {
	width: 100%;
	text-align: justify;
	font-size: 0.7em;
	line-height: 2rem;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size:  0.4em;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
img {
    width: 260px; 
}
}
/* ---------------------------- */
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {	
.sp-nav {
      display: none;
}
}
