/* import google fonts */
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,800|Yesteryear);
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

/* Style the navbar */
#navbar {
  overflow: hidden; 
    z-index: 55;	
}

@media (max-width: 650px) {
#navbar {
  position: relative;
	}
}

#navbar-container {
	height: 55px; 
	background-color: #333;
}

@media (max-width: 645px) {
	#navbar-container {
		height: 125px; 
	}
	}
@media (max-width: 415px) {
	#navbar-container {
		padding: 0 5%;
	}
	}
#navbar-container-margin {
	margin: 0px 75px;
}

@media (max-width: 795px) {
	#navbar-container-margin {
		margin: 0px; 
	}
	}

/* Navbar links */
#navbar-links {
	display: inline-block;
	float: left;
}

@media (max-width: 645px) {
	#navbar-links {
		padding-top: 35px;	
	}
	}

#navbar-links a:hover,
#navbar-links a:focus {
  color: #81684b;
  text-decoration: none;
}



#navbar-right a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 12px;
  text-decoration: none;
}

@media (max-width: 645px) {
	#navbar-right a {
	padding: 7px;
}
}


#logo {
  max-height: 100%;
  margin-top: 0px; 
  z-index: 80;
  float: left;
  height: 50px;
}
@media (max-width: 645px) {
	#logo {
	padding: 0px 25%;
}
}



@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}



#top-phone-container {
	max-width: 100%;
	float: right;
	padding: 0px;
	line-height: 245%	
}

@media (max-width: 415px) {
  #top-phone-container {
	visibility: hidden;
	display: none;
	max-width: 100%;
	float: none;
	padding: 0px;
	line-height: 100%;	  
	overflow: hidden;
  }
}

#top-email-container {
	max-width: 100%;
	float: right;
	padding: 0px;
	line-height: 245%	
}

@media (max-width: 975px) {
  #top-email-container {
	visibility: hidden;
	display: none;
	max-width: 100%;
	float: none;
	padding: 0px;
	line-height: 100%;	  
	overflow: hidden;
  }
}

#nav-icon-container {
	max-width: 100%;
	float: left;
	padding: 0px;
	line-height: 350%	
}

@media (max-width: 1090px) {
  #nav-icon-container {
	visibility: hidden;
	max-width: 100%;
	float:none; 
	padding: 0px;
	line-height: 100%;	
	  overflow: hidden;
  }
}

.nav-icon {
	height: 35px;
	margin-right: -15px;	
}

.top-phone-cage {
	width: 250px;
	margin-left: 100px;
	margin-top: -5px;
}



#rod-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	margin-top: -20px;
	padding-top: 3px;
	z-index: 9998;
	background-color: #4C4B4B;
}

@media (max-width: 645px) {
	#rod-container {
	padding: 0px; 
	}
	}


#rod-container-nav {
	padding-left: 225px;
}

@media (max-width: 795px) {
	#rod-container-nav {
	padding-left: 150px; 
	}
	}

@media (max-width: 645px) {
	#rod-container-nav {
	padding-left: 0px; 
	}
	}





* {
	padding: 0;
	margin: 0;
}


.menu-wrapper {
	position: relative;
	max-width: 100%;
	height: 30px; // hide the scroll bar
	margin: 1em auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

@media (max-width: 795px) {
	.menu-wrapper {
	position: relative;
	max-width: 500px;
	height: 30px; // hide the scroll bar
	margin: 1em auto;
	overflow-x: hidden;
	overflow-y: hidden;
	}
	}

.menu	{
	height: 120px; // hide the scroll bar
	background: #f3f3f3;
	box-sizing: border-box;
	
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.menu li:hover {
  background-color: #333;
}

.menu li a:hover,
.menu li a:focus {
  color: #FFF;
  text-decoration: none;
}
	
.item {
	display: inline-block;
	height: 100%;
	width: 70px;
	padding: .25em;
	margin: 2px 10px 2px 2px;
	box-sizing: border-box;
	}


.paddles {
	visibility: hidden;
}

@media (max-width: 975px) {
	.paddles {
		visibility: visible;
	}
}

.paddle {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3em;
}
.left-paddle {
	left: 0;
	background-color: #211c1a;
	border: none;
}
.right-paddle {
	right: 0;
	background-color: #211c1a;
	border: none;	
}
.hidden {
	display: none;
}

/* Rod Navigation Arrows */

i {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}




/* Dividers */
.body-background-color {
	background-color: #211c1a;
}
.strip-dk-gray {
	background-color: #211c1a;
}
.strip-black {
	background-color: #000000;
	padding: 10px;
}
.strip-gray {
	background-color: #4C4B4B;
	padding: 10px;
}
.strip-white {
	background-color: #FFFFFF;
	padding: 10px;
}

.strip-content {
	padding: 50px 75px;
}

@media (max-width: 795px) {
	.strip-content {
	padding: 10px; 
	}
	}


.strip-accent {
	background-color: #FCC95B;
	padding: 5px;
}

/* Thick black border */
hr.stroke {
  border: 3px solid black;
margin: 10px 0px;
}


/*Header Image */

.main-image-wrapper {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/main-index.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-1col {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/main-rod.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
	margin-top: 10px;
}

.main-image-wrapper-rod-firefly {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/firefly/firefly-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-banshee {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/banshee/banshee-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-wraith {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/wraith/wraith-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-phantom {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/phantom/phantom-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-athena {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/athena/athena-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-kyton {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/kyton/kyton-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-heathen {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/heathen/heathen-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-nymph {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/nymph/nymph-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.main-image-wrapper-rod-custom {
	position: relative;
    z-index: 1;
	background-attachment: scroll;
    background-image: url(../assets/rods/custom/custom-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 150px;
    padding-left: 30px;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
}

.col-pic-left {
	width: 33%;
	max-width: 500px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.col-pic-right {
	width: 33%;
	max-width: 500px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.col-text-center {
  position: relative;
  min-height: 1px;
padding: 0px, 15px;
}

.col-text-right {
  position: relative;
  min-height: 1px;
  padding: 0px, 15px;
	float: left;
	width: 66%;
}

.col-text-left {
  position: relative;
  min-height: 1px;
  padding: 0px, 15px;
	float: right;
	width: 66%;
}

.col-text-left-small {
  position: relative;
  min-height: 1px;
  padding: 0px, 15px;
	float: left;
	width: 33%;
}

@media (max-width: 650px) {
	.col-pic-right, .col-pic-left, .col-text-center, .col-text-right, .col-text-left, .col-text-left-small  {
	width: 100%;
	padding-left: 0px;
	}
}




/* Rods */

#galleria {
	width: 1000px;
	height: 618px; 
}

.gallery-container {
	margin: 0px 5%;
}

.products {
  	min-height: 1px;
	min-width: 245px;
	max-width: 245px;	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-style: solid;
	border-width: thin;
	border-color: #FFF;
}

.products:hover .image {
  opacity: 0.3;
}

.products:hover .middle {
  opacity: 1;
}


.gallery {
  	min-height: 1px;
	min-width: 245px;
	max-width: 245px;	
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}





/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media (max-width: 645px) {
.sticky {
  position: relative;
	}
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
} 





.header {
    width:100%;
    height:100px;
    background: #26b;
    color: #000;
    position:fixed;
    top:0;
    left:0;
    transition: height 500ms, background 500ms;
}
.logo {
    background: url(../assets/yampa-logo.png) no-repeat;
    width: 100px;
    height: 100px;
    transition: all 0.4s ease-in-out 0s;
}
.header.tiny {
    height:40px;
    background: #aaa;
    color: #fff;
}
.tiny .logo {
    background: url(../assets/yampa-logo-200px.png) no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    transition: all 0.4s ease-in-out 0s;
}



/*Type Styles */

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4C4B4B;
  text-decoration: none;
}

.nav-link {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:900 !important;
	font-size: 125%;
	text-transform: uppercase;	
	color: #000000;
	line-height: 300%;	
}
@media (max-width: 645px) {
	.nav-link {
		line-height: 100%; 
	}
	}


.top-phone {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight:700;
	font-size: 150%;
	color:#90191C;
}

.rod-links {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-style: italic;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
}

.rod-links-right {
	margin-right: 25px
}
.rod-links-left {
	margin-left: 225px
}


.style2 {
	font-size: 125%;
	color: #000000;
}

.style4 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
}

.style4 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
}

.style6 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
}

.style10 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size: 350%;
	line-height: 1;	
	text-transform: uppercase;	
	color: #211c1a;
}

.style12 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size: 115%;
	text-transform: uppercase;	
	color: #EEEEEE;
}

.style13 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size: 135%;
	text-transform: uppercase;	
	color: #211c1a;
}

.style14 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 135%;
	color: #4C4B4B;
}

.style14 a {
  color: #919191;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.style21 {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-style: italic;
	font-size: 200%;
	color: #FFFFFF;
}

.style21b {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-style: italic;
	font-size: 200%;
	color: #000000;
}

.style22 {
	font-family: 'Playfair Display', serif;
	font-weight:900;
	font-style: italic;
	font-size: 350%;
	color: #FFFFFF;
}



/*   padding styles  */
.padding-5 {
	margin-bottom: -5px;
}
.padding10 {
	padding-bottom: 10px;
}
.padding20 {
	padding-bottom: 20px;
}
.span.nobreak {
  white-space: nowrap;
}


/*button styles*/
.btn-red {
  color: #fff;
  background-color: #90191C;
  border-color: #721416;
}
.btn-red:focus,
.btn-red.focus {
  color: #fff;
  background-color: #A61D21;
  border-color: #721416;
}

.btn-red:hover {
  color: #fff;
  background-color: #A61D21;
  border-color: #721416;
}

.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}

.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus {
  background-color: #c9302c;
  border-color: #ac2925;
}


.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #171717;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #373737;
  border-color: #171717;
}

.btn-black:hover {
  color: #fff;
  background-color: #373737;
  border-color: #171717;
}

.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #373737;
  border-color: #171717;
}

.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #373737;
  border-color: #171717;
}

.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}

.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: #373737;
  border-color: #171717;
}




/* Footer */
#footer-container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;	
	z-index: 1000;
}

#footer-header {
	display: flex;
	margin-left: auto;
	margin-right: auto;	
	justify-content: center;
}

.footer-row {
	display: inline;
}

#footer-bar-rods {
	display: flex;
	flex-wrap: wrap;
    justify-content:center;
    list-style-type:none;
}
#footer-bar-links {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-content: center;
    list-style-type:none;
	
}
#footer-bar-contact {
	display: flex;
	justify-content:space-between;			
	flex-wrap: wrap;
    align-content:center;
    list-style-type:none;
	
}
.footer-bar {
	display: flex;
	flex-wrap: wrap;
    justify-content:center;
    list-style-type:none;
}

.footer-rods {
	margin: auto;
	padding: 0px 5px;
}

.footer-link {
	width: auto;
	margin: auto;
	padding: 0px 5px;
}

#footer-logo {
	display: inline;
	margin: 0px 20px;
}

.footer-clubs {
	top: 1px;
	max-height: 85px;
	position: relative;
	display: inline;
	padding-right: 10px;	
}

.footer-icon {
	top: 1px;
	height: 40px;
	position: relative;
	display: inline;
	padding-right: 5px;	
}


#footer-dragonfly-strip {
	background-color: #000000;
	z-index: 99999;
  min-height: 30px;
  border: 1px solid transparent;
}

#footer-dragonfly {
	max-height: 220%;
	margin-top: -125px;
	margin-bottom: -100px;
	z-index: 100000;
	float: right;
	height: 200px;
	padding-right: 75px;
}

@media (max-width: 768px) {
	#footer-dragonfly {
		visibility: hidden; 
	}
	}



