/*
Theme Name: Guujaaw
Theme URI: http://www.guujaaw.info
Author: JF
Author URI: about:blank
Description: For Guujaaw's Website
Version: 0.0.1
*/

body {
	width: 100%;
	height: 100%;
/*
	background-color: #a83216;
	background-color: #54f7d8;
*/
	font-family: 'RosarioRegular', sans-serif;
	font-size: 160%;
	color: #ddd;
}

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
	outline: none;
}

a {
	color: #f7931e;
	text-decoration: none;
}

a:hover {
	color: #fbb03b;
}

h3 {
	margin-bottom: 1.2em;
}

.alignleft {
	left: -4%;
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	position: relative;
}

.alignright {
	right: -4%;
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	position: relative;
}

.slide {
	max-width: 100%;
	width: auto;
	min-height: 600px;
	height: auto;
}

.slide_img {
	width: 100%;
	height: auto;
	top: 0;
	display: block;
	margin-top: 0;
	position: relative;
	z-index: 0;
}
		
.header {
	top: 0;
	width: 100%;
    height: 100vh;
	margin: 0;
    text-align: center;  /* align the inline(-block) elements horizontally */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row /* works with row or column */
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-color: #54f7d8;
	background-image: url('images/Copper-Oxidation.jpg');
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.container:before {    /* create a full-height inline block pseudo=element */
}

#element {
}

.drum_header_img {
	max-width: 350px;
}

.page_header {
	width: 100%;
	height: 390px;
	background: url('images/9_Taalung-Slung.jpg') no-repeat;
	background-position: center bottom;
}

.taalan_header {
	background: url('images/9_Taalung-Slung.jpg') no-repeat;
	background-position: center bottom;
}

.pole_header {
	background: url('images/Pole.jpg') no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.copper_header {
	background: url('images/CopperHeader.png') no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.canoe_header {
	background: url('images/Haida-Canoe-Curtis2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.potlatch_header {
	background: url('images/Gidansta-Potlatch.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.album_header {
	background: url('images/Album-Top-Bar2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.reid_header {
	background: url('images/Reid-Top2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.guujaaw {
	bottom: 1.3em;
	right: 2em;
	font-family: Georgia;
	background-size: contain;
	position: absolute;
	display: block;
	z-index: 500;
}

.guujaaw h1 {
	font-size: 400%;
	font-weight: normal;
	color: #403f3f;
	text-shadow: 0px 0px 4px #444;
	visibility: visible;
}

.down_arrow {
	bottom: 2em;
	right: 3em !important;
	width: 125px;
	height: 43px;
	margin-right: 2em !important;
	font-family: Georgia;
	background: url('images/DownArrow.png') no-repeat;	
	background-size: contain;
	position: absolute;
	display: none;
	cursor: pointer;
	z-index: 500;
}

.text_content {
	top: 20px;
	width: 800px;
	margin: 0 auto;
	padding: 2em 0;
	color: #fff;
	text-shadow: 2px 3px 8px #333;
	position: relative;
}

.home .text_content {
	width: 55%;
	margin: 0 auto;
	padding-bottom: 200px;
}

.text_content h2 {
	color: #eee;
	margin-bottom: 1em;
	text-shadow: 2px 3px 8px #000;
}

.text_content h4 {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: 1em;
}

.text_content p {
	margin-bottom: 1em;
	position: relative;
}

.text_content img {
	border: 4px solid #000;
}

.verses .text_content img {
	border: 10px solid #000;
}

.text_content .aligncenter, .text_content .size-large {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
}

.text_content .gallery {
	width: 110%;
	right: 5%;
	padding-top: 1em;
	margin-bottom: 1em !important;
	position: relative;
}

.text_content .gallery a {
	color: #fff;
}

.text_content .gallery .gallery_image {
	border: 4px solid #000;
}

.wp-caption-text {
	font-size: .9em;
	margin-top: .4em;
}

.home_section_1 .text_content p {
	margin-bottom: .2em;
}

.home_section_1 .text_content strong {
	font-size: 1.2em;
}

.home_section_1 img {
	margin-top: 140px;
	margin-left: 40px;
	float: left;
/*
	border: 3px solid #fff;
*/
}

.copper_bg {
	background: url('images/CopperRed.jpg') repeat-y;
	background-size: contain;
}

.oxid_bg {
	background: url('images/Copper-Oxidation.jpg') repeat-y;
	background-size: 100%;
}

.okra_bg {
	background: url('images/Okra.jpg');
}

.bark_bg {
	background: url('images/Bark.jpg');
}

.water_bg {
	background: url('images/Water.jpg');
}

.cedar_bg {
	background: url('images/Cedar.jpg');
}

.oldcedar_bg {
	background: url('images/OldCedar.jpg') repeat-y;
	background-size: 100% !important;
}

.footer {
	background-size: cover !important;
}

.house_post_bg {
	background: url('images/8_House-Post.BG.png') no-repeat;
}

#jf_nav, #jf_nav_mobile {
	display: none;
}

.nav_guujaaw {
	font-weight: bold;
}

.nav {
	width: 60px;
	height: 60px;
	top: 20px;
	left: 20px;
	color: #fff;
	background-color: #fff;
/*	box-shadow: 0px 4px 7px 3px #fff; */
	border-radius: 50%;
	position: absolute;
	z-index: 500;
}

.nav li {
	padding-left: 4%;
	display: inline-block;
}

.nav a {
	color: #fff;
	text-decoration: none;
}

.nav a:hover {
	color: #ccc;
}

.slicknav_menu {
	background: transparent !important;
	z-index: 100;
}

.nav .slicknav_menu {
	padding: 1px;
	padding-top: 6px;
}

.nav .slicknav_menu .slicknav_icon-bar {
	background-color: #000;
	width: 1.9em;
	height: .25em;
	margin-bottom: .3em;
	border-radius: 2px;
}

.nav .slicknav_nav {
	width: 150px;
	margin-left: 1em;
	color: #000;
	background-color: #fff;
}

.nav .slicknav_nav a {
	color: #000;
}

.slicknav_btn {
	float: left !important;
	background: transparent !important;
}

.slicknav_nav a:hover {
	color: #ccc !important;
	background: transparent !important;
}

.nav_mobile .slicknav_icon-bar {
	width: 2.1em !important;
	height: .3em !important;
}

.nav_mobile .slicknav_nav {
	margin: 40px 0 0 -40px;
	background-color: #000;
	display: inline-block;
}

.nav_mobile a {
	font-weight: bold;
}

.header_bottom_bar {
	width: 100%;
	min-height: 6.3em;
	background-color: #000;
	background-image: url('images/Skedans.jpg');
	background-position: 0 60%;
	position: relative;
	border: 1px solid #000;
	-webkit-box-shadow: 0px -14px 28px 4px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px -14px 28px 4px rgba(50, 50, 50, 0.8);
	box-shadow:         0px -14px 28px 4px rgba(50, 50, 50, 0.8);
	display: block;
	z-index: 100;
}

.page .header_bottom_bar {
	min-height: 1em !important;
	background-image: none;
}

.footer {
	width: 100%;
	font-size: 60%;
	text-align: center;
	padding: 20px 30px 20px 0px;
	position: relative;
	clear: both;
}

.footer_nav {
	text-transform: uppercase;
	margin-bottom: 1em;
	text-shadow: 0px 0px 4px #444;
}

.footer_nav li {
	padding-left: 4%;
	display: inline-block;
}

.footer_nav a {
	color: #fff;
	text-decoration: none;
}

.footer_nav a:hover {
	color: #FCE515;
}

.footer_nav li ul.sub-menu {
	text-align: center;
	width: 50%;
	margin-top: .7em;
	margin-left: -3em;
	display: block;
	position: absolute;
}

.footer .copyright {
	margin-top: 4em;
}

.guujaaw_bear {
	width: 72px;
	height: 72px;
	margin: 1.5em auto;
	background: url('images/Drum.sm1.png') no-repeat;
	background-size: contain;
	position: relative;
	display: block;
}

.photo_citation {
	text-align: right;
	font-size: .6em;
	color: #fff;
	text-shadow: 0px 0px 4px #444;
	bottom: .5em;
	right: 4em;
	position: absolute;
	display: block;
}

@media screen and (max-width: 550px) {	

	.header {
		height: 75vh;
	}
	
	.text_content {
		width: 85%;
		padding: 3em 0;
		margin: 0 auto;
	}
	
	.text_content img {
		left: -10px;
		width: 45% !important;
		height: auto;
		margin-right: 10px;
	}
		
	.text_content .aligncenter {
		width: 120% !important;
	}

	.guujaaw {
		bottom: 1em !important;
		right: 1em !important;
	}
	
	.guujaaw h1 {
		font-size: 150% !important;
	}

	.house_post img {
		left: 0;
		width: 100% !important;
		height: auto;
		border: none;
	}
	
	body #galleria .galleria-infolayer {
		display: none;
	}
	
}

@media screen and (max-width: 770px) {	

	.page_header {
		height: 200px;
		background-size: auto 120%;
	}
	
	.nav {
		display: none !important;
	}
	
	.nav_mobile {
		display: block !important;
	}
	
	.guujaaw h1 {
		font-size: 200%;
	}

	.home_section_1 .text_content {
		width: 65% !important;
		color: #ddd;
		font-size: .9em;
		margin: 0 0 0 30%;
	}
	
}

@media screen and (min-width: 771px) {	

	.nav {
		display: block !important;
	}
	
	.nav_mobile {
		display: none !important;
	}
	
}

@media screen and (max-width: 920px) {	

	body {
		font-size: 140% !important;
	}
	
	.guujaaw h1 {
		font-size: 300%;
	}

	.home .text_content {
		width: 75%;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 1000px) {	

	.home_section_1 img {
		width: 35%;
		height: auto;
	}
	
	.drum_header_img {
		width: 55% !important;
	}

	.home_section_2 {
		width: 40%;
	}
	.down_arrow {
		display: none;
	}

	.text_content {
		width: 65%;
	}

	.home .text_content {
		width: 75%;
	}
	
}

@media screen and (max-width: 1090px) {	

	.guujaaw {
		position: absolute;
	}
	
}

/* WP GALLERY RESPONSIVE */

.gallery-columns-4 .gallery-item .gallery_image,
.gallery-columns-3 .gallery-item .gallery_image,
.gallery-columns-2 .gallery-item .gallery_image {
	width: 100% !important;
	height: 220px;
	background-position: center !important;
	background-size: cover !important;
}

@media only screen and (min-width: 1001px) {
	.gallery-columns-4 .gallery-item {
		width: 23% !important;
		margin: 0 1% 0;
	}

	.gallery-columns-4 .gallery-item:nth-child(4n+1) {
		clear: both;
	}
	
	.gallery-columns-3 .gallery-item {
		width: 30% !important;
		margin: 0 1% 0;
	}

	.gallery-columns-3 .gallery-item:nth-child(3n+1) {
		clear: both;
	}
	
	.gallery-columns-2 .gallery-item {
		width: 30% !important;
		margin: 0 1% 0;
	}

	.gallery-columns-2 .gallery-item:nth-child(2n+1) {
		clear: both;
	}
	
}

@media only screen and (max-width: 1000px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-2 .gallery-item {
		width: 47% !important;
		margin: 0 1% 0;
	}

	.gallery-columns-4 .gallery-item .gallery_image,
	.gallery-columns-3 .gallery-item .gallery_image,
	.gallery-columns-2 .gallery-item .gallery_image {
		height: 250px;
	}
	.gallery-columns-4 .gallery-item:nth-child(odd),
	.gallery-columns-3 .gallery-item:nth-child(odd),
	.gallery-columns-2 .gallery-item:nth-child(odd) {
		clear: both;
	}

}

@media only screen and (max-width: 800px) {
	.gallery-columns-4 .gallery-item .gallery_image {
		height: 200px;
	}
	.gallery-columns-3 .gallery-item .gallery_image {
		height: 200px;
	}
}	

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
	.gallery-columns-4 .gallery-item {
		width: 100% !important;
	}
	.gallery-columns-3 .gallery-item {
		width: 100% !important;
	}
}
