/**** Wing Inflatables White Water site ******/



@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700');


body {
	font-size: 16px;
	line-height: 1.6em;
	font-weight:400;
	overflow-x: hidden;
	background-color: #f9f9f9;

	font-family: 'Work Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #666;
	color: #555;
	height: 100%;

}




/*********  utilities **********/

img {
	max-width: 100%;
	height: auto;
}

a.button {
	background: #2cab52;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: .8rem;
line-height: 1.5;

transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}	

a.button:hover {
	text-decoration: none;
	background: #5f3819;
}

.cushion-lrg {
	padding: 100px 20px;
}

@media (min-width: 992px) {
	.cushion-lrg {
	padding: 100px 0;
}
}

.corner {
	/** background: url(images/corner-w.png) left bottom no-repeat; **/
}

.bg-white.corner {
	background: #fff url(images/corner-b.png) right top no-repeat;
}

.parallax {
	background-attachment: fixed;
	background-size: cover;
	padding: 200px 0;
	position: relative;
	background-position: center center;
}


.parallax > * {
	z-index: 2;
	position: relative;
}

.parallax:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22,28,73,0.5);
	content: "";
}

/********** Geneeral Typpgraphu ********/

h1, h2, h3 {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

h1.page-head {
	font-size: 3.8rem;
	font-weight: 700;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5)
}

main h2, main h3, main h4 {
	font-weight: 700;
	color: #1c226d;
	color: #000;
}



/**** Nav systems **********/




.navbar-brand {
	width: 200px;
}


.scroll-nav .navbar-brand, .navbar-brand img {
	position: relative;
	top: 0;
	 /*** width: auto **/
}

.navbar-dark .navbar-text {
	padding-bottom: 0;
	margin-right: 15px;
}

@media (min-width: 992px) {
.navbar-dark .navbar-text a {
	color: #171e48;
	margin: 0 10px;
	display: inline-block;
}
}


.navbar-dark .navbar-text a:hover {
	text-decoration: none;
	color: #3342a0;
	
}


ul.navbar-nav {
	padding: 5px 0;
}

.navbar li a {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700;
	margin: 3px 5px;
}

.navbar li {
	border-right: 1px solid rgba(255,255,255,.2);
	content: "";
}

.navbar li:last-of-type {
	border: none;

}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #000;
}

.navbar-dark {
	background: #161c49;
}

.navbar.navbar-dark.scroll-nav {
	background: rgba(0,0,0,0.7)
}


.nav-link.btn {
	border: 1px solid #2cab52;
	margin-right: 5px;
	padding: .3rem .6rem;
}





@media (min-width: 992px) {
	
	.navbar {
	padding: 0;
	border: none;
}

.navbar-dark .navbar-text {

	color: #212965;
	margin-right: 0;
}

	.navbar-brand {
	    position: absolute;
    width: 420px;
    top: 15px;
}

.navbar-brand img {
	position: absolute;
}

.navbar-dark {
	background: #161c49 url(images/nav-bk.png) repeat-x 0 -15px;
}

}

.navbar.scroll-nav {
	
	}
	
.navbar.scroll-nav .navbar-text {
	display: none !important;
}

.navbar.scroll-nav .navbar-brand img{
	width: 140px;
	position: relative;
}



/*********** Structure *************/

.topbar {
	width: 100%;
	padding: 10px 8px;
	background: #1c226d;
	border-bottom: 4px solid #dca722;
	clear: both;
	color: #eee;
}

.pagewrap {
	max-width: 2000px;
	background: #fff;
	margin: 60px auto 0 auto;
	box-shadow: 0px 0px 10px #999;
}

@media (min-width: 992px) {
	margin: 80px auto 0 auto;
	}

#banner {

	padding: 240px 0;
	background: #eee;
	background: url(images/jess-raft.jpg);
	background-size: cover;
	background-position: center top;
	color: #fff;
	position: relative;


    height: 100vh;
    width: 100%;
    position: relative;
		display: flex;
	flex-direction: column;
}

#banner:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

#banner:after {
	/**** Texture gone for now 
	
		position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: 2;
    height: 14px;
    width: 100%;
    background: url(images/texture-top.png) center bottom;
    ***/

}

#banner .lead {
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.2rem;
}

.intro {
	z-index: 2;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
	padding: 20px;
	position: absolute;
	bottom: 5%;
	left: 5%;


}

.intro img {
	max-width: 220px;
}


@media (min-width: 768px) {
		.intro img {
	max-width: 400px;
}
.intro {
		width: 67%;
	}
		#banner .lead {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
}

@media (min-width: 992px) {

	
		.intro {
		width: 50%;
	}
	


}






footer {
	background: #161c49;
	color: #fff;
	border-top: 4px solid #fff;
	color: #c6cdf8
}

footer a {
	color: #fff;
}


/*** Home Page ****/

.panel-grid {
	
}

.panel {
 position: relative;
 overflow: hidden;
 background: #666;
}


a .panel img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease -webkit-transform;
    transition: .4s ease transform;
}

a:hover .panel img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
    }


.panel-wrap {

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    text-align: center;
    align-items: center;
    position: absolute;
    background: rgba(0,0,0,0.2);
    justify-content: center;
}

.panel-wrap:hover {
	background: none;
}

.panel-wrap h4 {
	display: inline;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	text-transform: uppercase;
	background: rgba(0,0,0,0.3);
	font-size: 1.2rem;
}

@media (min-width: 992px) {
	.panel-wrap h4 {
	font-size: 1.5rem;
}
}

a:hover .panel-wrap h4 {
	background: rgba(0,0,0,0.6);

}


/*** Product Pages ***/

.product-intro {
	padding: 20px;
}

@media (min-width: 776px) {
	.product-intro {
	padding: 60px;
}
}

.photo-panel {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 280px;
}

.models {
	background: #f3f3f3;

}

.table {
	background: #f9f9f9;
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px #999;
	
}

table.twocol tr th {
	width: 50%;
}

.square {
	width: 100%;
	border-radius: 50%;
}

.square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}


.CTA {
	background: url(images/CTA-bk.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	
}

.CTA h4 {
	line-height: 2.6rem;
}

.CTA p {
	font-size: 1.6rem;
}

.CTA a {
	color: #fff;
}

.CTA a:hover {
	text-decoration: underline;
}


.CTA h4 span.lighter {
	color: #fff;
	opacity: 0.6;
}


