body {
    width: 100%;
    height: 100%;
    font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 300;
    color: #fff;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

/* TEXT STYLES */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0px;
    text-transform:none;
    font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 100;
    letter-spacing: 1px;
}

.article-head {
    font-size: 3.5rem;
	font-weight: 700;
	color: #FFE30F;
	padding: 100px 0 0 0;
   	text-shadow: 3px 4px 10px #000;
}

.article-subhead {
    font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	padding: 0px 0 30px 0;
   	text-shadow: 3px 4px 10px #000;

}

.section-head {
	font-weight: 700;
	color: #8FC2DA;
	padding: 0px 0 20px 0;
}

.credit-text2 {
	color: #000;
	margin: 0;
}


p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.credit-text {
	text-shadow: 1.5px 1.5px 2px rgba(0,0,0,0.70);
	margin: 0;
}

.attrib-text {
	text-shadow: 1.5px 1.5px 2px rgba(0,0,0,0.70);
	margin: 0;
}



/*MEDIA QUERY FOR TEXT ON LARGER SCREENS */
@media(min-width:768px) {
    .article-head {
		font-weight: 700;
        font-size: 9rem;
		padding: 100px 0 0 0;
   	text-shadow: 3px 4px 10px #000;
    }
	
	.article-subhead {
    font-size: 5rem;
	padding: 0px 0 30px 0;
   	text-shadow: 3px 4px 10px #000;
	}
		
	p {
      margin: 0 0 35px;
      font-size: 20px;
      line-height: 1.6;
    }
}

/*END MEDIA QUERY */

a {
    color: #3A5353;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.white {
	color: #fff;
}

a.black {
	color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #FFC803;
}

.light {
    font-weight: 400;
}

.pullquote {
	padding-top: 0px;
	padding-bottom: 30px;
	font-family: Roboto Slab,Helvetica,Arial,sans-serif;
	font-weight: 500;
    font-size: 2.25rem;
    letter-spacing: 1px;
	color:#6E6E6E;
}

@media screen and (max-width: 767px)
{
    .pullquote { 
		display : none; 
	}
}

.dropcap { 
	float: left; 
	font-size: 35px; 
	line-height: 30px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px; 
}

@media(max-width:500px) {
	.dropcap {
		float: none;
		font-size: 25px;
	}
}
	

.divider {
	text-align:center;
	font-size:14px;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}

/* END TEXT STYLES */
	
	
/*START NAVBAR STYLES */

.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #000000;
	-webkit-transform: translateZ(0); /* <- THIS FIXES CHROME BUG */
}

.navbar-brand {
    padding: 12px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #FFFFFF;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
	color: #8FC2DA; /*THIS CHANGES TEXT COLOR */
	background-color: rgba(255,255,255,0.00); /*THIS CHANGES BACKGROUND COLOR TO TRANSPARENT */
	
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:768px) {
    .navbar {
        padding: 10px 0; /*change first padding figure to increase depth of initial navbar*/
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background-color: #000000;
    }

    .top-nav-collapse {
	padding: 0;
	background-color: #000000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #000000;
    }
}

.footer {
	padding: 10px 0;
}

.footnav {
	text-align: center;
}

.footnav-links {
	display: inline-block; 
}
/*END NAVBAR STYLES */

/*START SCROLLING & BUTTON STYLES */

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

@media(max-width:767px) {
	.btn-circle {
	width: 40px;
    height: 40px;
    margin-top: 15px;
    padding: 4px 8px;
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 20px;
	}
}	

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: #8FC2DA; 
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}


.banner-social-buttons {
    margin-top: 0;
}

.network-name {
	color:#fff;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}
/*END SCROLLING & BUTTON STYLES */


/*START OPENER STYLES */

.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section1-20160626.jpg);
		background-color: #fff;
			-webkit-background-size: cover;
			-moz-background-size: cover;
		background-size: cover;
			-o-background-size: cover;
		background-attachment: fixed;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
}



/* SMARTPHONE PORTRAIT */
@media(max-width:479px) {
	.opener-section {
		width: 100%;
		height: 100%;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section1-20160626.jpg);
		background-color: #fff;
			-webkit-background-size: cover;
    		-moz-background-size: cover;
    	background-size: cover;
    		-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

}

/* SMARTPHONE LANDSCAPE */
@media (min-width:480px) and (max-width:767px) {
	.opener-section {
		width: 100%;
		height: 100%;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section1-20160626.jpg);
		background-color: #fff;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

}


/* TABLET PORTRAIT */
@media (min-width:768px) and (max-width:1023px) {
	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section1-20160626.jpg);
		background-color: #fff;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

}

/* TABLET LANDSCAPE */
@media (min-width:1024px) and (max-width:1200px){
	.opener-section {
		width: 100%;
		height: 100%;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section1-20160626.jpg);
		background-color: #fff;
		-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-size: cover;
    	-o-background-size: cover;
		background-attachment:scroll;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
	}

} 


/*START SECTION STYLES*/

/*COPY AND PASTE .image2 STYLE AND CHANGE THE NUMBER AND IMAGE NAME TO REPEAT FOR OTHER DIVS*/
.image2 {
		width: 100%;
		height: 95%;
    	padding: 900px 0px 0px 0px;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section2-20160626.jpg);
		background-color: #FFFFFF;
		background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
		background-attachment: fixed;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
}

.image3 {
		width: 100%;
		height: 95%;
    	padding: 900px 0px 0px 0px;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section3-20160626.jpg?v3);
		background-color: #FFFFFF;
		background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
		background-attachment: fixed;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
}

.image4 {
		width: 100%;
		height: 95%;
    	padding: 900px 0px 0px 0px;
		text-align: center;
		color: #fff;
		background:url(../img/fuji-section4-20160626.jpg);
		background-color: #FFFFFF;
		background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
		background-attachment: fixed;
		background-position: top left, bottom center;
		background-repeat: no-repeat;
}




.section-wrapper {
	position: relative;
	width:100%;
	height: 100%;
	
}

.section-opener {
	position: absolute;
	height: 100%;
	top: 0px;
	padding: 50px 0;
	z-index: 10;
	
}


/* ==========================================================================
   IMAGE RELATED CLASSES
   ========================================================================== */

/* THESE NEXT 2 CLASSES MAKE IMAGES RESIZE FOR RESPONSIVE */

.image-mobile {
    display: block;
}

.image-mobile img {
    display: block;
    width: 100% !important;
    height: auto !important;
}


/* THIS HIDES THE ABOVE 2 CLASSES FOR DESKTOP */

 @media(min-width:1025px) {
		.image-mobile {
    		display: none;
		}

		.image-mobile img {
    		display:none;
    		width: 100%;
    		height: auto;
		} 
}

/* END HIDE FOR DESKTOP */


@media(max-width:1024px) {
	.image-other {
		display: none;
	}
}


.img-responsive-custom {
	display: block;
	width: 100%; 
	height: auto;
	max-width: 100%;
	
}

@media(max-width:500px) {
	.img-responsive-custom {
   		display: block;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	
}
	 
 
/* START CONTENT STYLES */

.container-full {
	height: 100%;
}

.container-fluid {
      padding: 0; 
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.opener {
	height: 100% !important;
	z-index:-50;
}

.opener-body {
    padding: 100px 0;
	vertical-align: middle;
}	
	
.caption {
	padding: 0px 10px 20px 0px;
	text-align: left;
	margin-left: 0px;
   	margin-right: 0px;
}

.caption-under1 {
	padding: 5px 0px 5px 0px;
	text-align: right;
	margin-left: auto;
   	margin-right: auto;
	background-color:#000;

}

@media(max-width:767px) {
	.caption-under1 {
		background-color:#000;
	}

}

.caption-under2 {
	padding: 5px 0px 5px 0px;
	color: #000;
	text-align: right;
	margin-left: auto;
   	margin-right: auto;
	background-color:#EEEEEE;
}

.caption-container {
	position: relative;
}

.caption-bottom {
	position: absolute;
	bottom: 20px;
	text-shadow: 1px 1.5px 1.5px rgba(0,0,0,0.90);

}


.text-bottom {
	position: absolute;
	bottom: 20px;
	text-shadow: 1px 1.5px 1.5px rgba(0,0,0,0.90);
}

.sidebar-image {
	padding-top: 0px;
	padding-bottom: 5px;
}

.sidebar-outer {
	margin-left: auto;
   	margin-right: auto;
    position: relative;
}

.intro {
	width: 100%;
	padding: 100px 0;
	height: 100%;
	text-align: center;
	color: #fff;
	background:url(../img/fuji-section1-20160626-intro.jpg);
	background-color: #fff;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	background-size: cover;
		-o-background-size: cover;
	background-attachment: fixed;
	background-position: top left, bottom center;
	background-repeat: no-repeat;
} 


@media only screen and (max-width:767px) {
	.intro {
		background:none;
		background-color: #000000;
	}
		
}



.intro-text {
    font-size: 25px;
}


@media(max-width:500px) {
	.intro {
	padding: 50px 0 20px 0;
}
	
	.intro-text {
    font-size: 22px;
	}
}

.story {
    position: static;
	width: 100%;
    padding: 50px 0;
    color: #000;
    /*background: url(../img/bg_pattern2.gif);*/
	background-color: #fff; 
	background-attachment: fixed;
	background-repeat: repeat;
	
}
		
.contact-section {
	position: static;
	width: 100%;
    padding: 100px 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: repeat;
}

/* THIS IS THE HACK FOR CHROME'S background-attachment: fixed; PROBLEM. BUT NOT PERFECT BECAUSE YOU LOSE THE PARALLAX SCROLL EFFECT*/
@supports (-webkit-appearance:none) {
	.story {
	background-attachment: scroll;
	}
	.contact-section {
	background-attachment: scroll;
	}
}
/*END CHROME HACK */  

.content-box {
	padding: 2.5em 0.75em 0em 0.75em;
	background-color: rgba(255,255,255,0.75);
}
				
@media(min-width:768px) {
	.content-box {
		padding: 3.5em 2.5em 0em 2.5em;
		background-color: rgba(255,255,255,0.75);
	}
}





