/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Lists
   ========================================================================== */

ul {
  margin: 0px;
  padding: 0px;
}

ul, li {
  list-style-type: none;
}



/* END OF CSS RESET =========  END OF CSS RESET */



/* APP CSS STYLES==========APP CSS STYLES */


/* font weight 200, 400, 300, 700 */
html {
  color: #291E13;
}

h1,h2,h3,h4,h5,h6,p,a,li {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6, p {
    color: #291E13;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

p {
	font-weight: 200;
	font-size: 18px;
	padding: 10px 20px;
}

body {
	background-color: #222222;
}

#homepage,#products,#store,#artists,#videos,#dealers,#contact {
	background-color: #F2F2F2;
}

.card {
  background-color: #FFE9CF;
  padding-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card .card-content h1 {
  font-weight: bold;
  font-size: 18px;
}

.card .card-content div {
  text-align: center;
}

.card .card-content a span {
  font-size: 40px;
}

aside img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 70%;
}

aside ul li a {
  	color: #ffffff;
	display: block;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
  text-align: right;
	text-decoration: none;	list-style: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

aside ul li a:hover {
  color: #ffffff;
}

aside ul {
	margin: 0px;
	padding: 0px;
}

aside ul li {
	padding: 0px;
}

aside ul li a:hover {
	background-color: #356094;
}

aside ul li img {
	width: 30px;
}

article {

}

article h1, article h2 {
	padding: 10px 0;
	text-align: center;
}

.testimonial-content {
	display: none;
}

.testimonial-links:hover span {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.testimonial-links:hover .testimonial-content {
	display: block;
}

.install-content {
	display: none;
}

.install-links:hover span {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.install-links:hover .install-content {
	display: block;
}

nav ul li{
	padding: 0px;
}

nav ul li a {
	background-color: #597AA0;
	color: #ffffff;
	padding: 50px;
	text-decoration: none;
}

nav ul li a:hover {
	background: #e1e4eb;
	transition: background-color 700ms ease-out;
}

.navbar {
	border-radius: 0px;
}

nav a img {
	margin-left: 5px;
	margin-right: 5px;
	width: 15px;
}

/* homepage slider ==============  homepage slider  */

.slideShow {
	background-color: #ffffff;
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.slideShow .slideImg {
	width: 40% !important;
}

.slideImg {
	-webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.slideButton {
	background: rgb(66, 184, 221); /* this is a light blue */
	margin: 0 auto;
	width: 100px;
	display: block;
	border: none;
	border-radius: 3px;
	height: 20px;
}


.spacer {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0px;   
}

#welcome img, #our-products {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#key-features {
	background-color: #f2f2f2;
}

#key-features h2 {
  width: 100%;
}

#key-features h3 {
  margin-bottom: 20px;
}

#key-features h4 {
  font-size: 26px;
  margin-left: 130px;
  margin-top: 20px;
}

#key-features p {
  margin: 20px 130px;
  padding: 0px;
}

#key-features li {
    font-size: 20px;
	margin-bottom: 50px;
}

#key-features li span {
	background-color: #47F8FA;
	margin-right: 15px;
	padding: 15px;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}

#namn-article {
	background-color: #ffffff;
}

#namn-article h2 {
	text-align: center;
    width: 100%;
}

#namn-article h4 {
  font-size: 26px;
}

#namn-article img {
	width: 300px;
}

#products section {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#products section div {

}

#products #mallets img, #products #ford img {
	width: 100%;
	margin: 0 auto;
}

#products #threepack {
	display: flex;
}

#products #threepack img {
	width: calc(50% - 5em);
}

#products #threepack div {
	width: 50%;
}

#products #threepack div ul {
	margin-top: 35px;
}

#products #threepack div ul li {
	border-top: 1px solid #999999;
	margin-bottom: 40px;
}

#products #customsleeves img {
	width: 30%;
}

#products #customsleeves div {
	width: 60%;
}

#products #customsleeves footer {
	display: block;
	width: 100%;
}

#products #rings {
	display: flex;
}

#products #extrarings img {
	width: calc(50% - 5em);
}

#products #extrarings div {
	width: 50%;
}

#products #drumcorps {
	display: flex;
}

#products #drumcorps img {
	width: 100%;
}

#products #drumcorps h2 {

}

#products section p {
	padding: 0px;
	margin: 0px;
}

#store section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#store #cta-img {
	background-color: #111111;
	width: 100%;
}

#store #cta-img img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

#store .panel {
	margin: 0 auto;
	width: 100%;
	padding: 20px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

#store section h2 {
	width: 100%;
}

#store section h3 {
	padding-bottom: 20px;
}

#store section p {
	padding-bottom: 40px;
	font-size: 20px;
}

#store section footer {
	background-color: #FFB16E;
	padding: 10px;
}

#store section footer p {
	padding: 10px;
}

#store section footer a {
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

#store section footer a:hover {
	background-color: #009CEF;
}

#store .number {
	background-color: lightblue;
	padding: 20px 30px;
	margin-right: 20px;
	border-radius: 50%;
}

#store #samplerpack {
	background-color: #ffffff;
}

#store #samplerpack p {
	width: 100%;
	margin: auto;
}

#store #samplerpack img {
	flex: 0 1 50%;
}

#store #samplerpack div {
	flex: 0 1 40%;
}

#store #getagripp p {
	width: 100%;
	margin: auto;
}

#store #getagripp img {
	height: 500px;
	flex: 1 1 30%;
}

#store #getagripp div {
	flex: 3 1 200px;
}

#store #bungeehooks p {
	width: 100%;
	margin: auto;
}

#store #bungeehooks img {
	height: 500px;
	flex: 1 1 30%;
}

#store #bungeehooks div {
	flex: 3 1 200px;
}

#custom-sleeves-form {
  width: 70%;
  margin: 0 auto;
}

#artists section {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

#artists section img {
   width: auto;
}

#artists section a img {
	width: 100px;
}

#artists div {
	align-self: auto;
	margin-left: 20px;
}


#videos section {
	margin-bottom: 10px;
}

#videos h2 {
	font-size: 25px;
}

#videos h3 {
	font-size: 20px;
	color: #ffffff;
}

#videos iframe {
	width: 90%;
	height: 350px;
	display: block;
	margin: 0 auto;
}

#videos .panel {
	width: 90%;
	height: 400px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #222222;
}

#dealers img {
	display: block;
	margin: 0 auto;
	width: 70%;
}

#contact article {
  padding-bottom: 20px;
}

#contact h1 {
  width: 100%;
}

/* ==== ARTIST PAGE ======== ARTIST PAGE */

#artists a {
	font-size: 30px;
	display: block;
}


/* CONTACT FORM */

form {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}

form li {
	padding: 10px;
}

form label {
	display: block;
	font-size: 20px;
}

form input {
	height: 30px;
}

form textarea {
	display: block;
	height: 80px;
	width: 100%;
}

/* UTILITY CLASSES */

.box-shadow {
	-webkit-box-shadow: 0px 0px 16px -9px rgba(115, 114, 115, 1);
	-moz-box-shadow: 0px 0px 16px -9px rgba(115, 114, 115, 1);
	box-shadow: 0px 0px 16px -9px rgba(115, 114, 115, 1);
}

.center-img {
	margin: 0 auto;
}


/* FLEX IT */

nav ul {
	display: flex;
	flex-wrap: wrap;
}

form li {
	display: flex;
	flex-wrap: wrap;
}

form li input {
	flex: 1 0 230px;
}

form li label {
	flex: 1 0 90px;
	max-width: 100px;
}

/* ARTICLES */

#key-features, #namn-article, #isaias-gil, #special-thanks {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

#namn-article {
	padding-bottom: 40px;
}

#namn-article img {
	width: 300px;
	height: 400px;
}

#namn-article div img {
	width: 100px;
	height: 50px;
}

#namn-article div {
	background: #ffffff;
	width: 60%;
	color: #000000;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}

#isaias-gil {
	background-color: #ffffff;
	color: #000000;
}

#isaias-gil a {
  font-size: 18px;
}

#isaias-gil img {
	width: 400px;
}

#isaias-gil div {
	width: 50%;
	color: white;
	text-align: center;
}

#isaias-gil div h3 {
	margin-top: 80px;
	color: #000000;
}

#keyfeatures-spacer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ac8c82+49,ce3f30+50 */
background: #ac8c82; /* Old browsers */
background: -moz-linear-gradient(top,  #ac8c82 49%, #ce3f30 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ac8c82 49%,#ce3f30 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ac8c82 49%,#ce3f30 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8c82', endColorstr='#ce3f30',GradientType=0 ); /* IE6-9 */

}

#stickgripps-colors {
   display: flex;
   flex-wrap: wrap;
}

#stickgripps-colors h2 {
   width: 100%;
}

#stickgripps-colors h3 {
   margin-left: 20px;
}

#stickgripps-colors ul li {
   font-size: 18px;
   margin-left: 20px;
}

#stickgripps-colors img {
   width: auto;
}

#special-thanks img {
   width: auto;
}

#special-thanks h2 {
   width: 100%;
}


/* START MEDIA QUERIES ============= START MEDIA QUERIES */

@media screen and (max-width: 736px) and (min-width: 300px) {

	.hideMobile {
		display: none !important;
	}

	header nav {
		padding: 5px 0;
	}

	header nav button {
		background: transparent;
		padding: 10px;
		border: 1px solid #ffffff;
		border-radius: 2px;
	}

	header nav button:hover {
		color: #ffffff;
	}

	header nav ul {
		display: none;
	}

	header nav ul {
		margin: 0px;
		padding: 0px;
	}

	header nav ul li {
		width: 100%;
	}

	header nav ul li a {
		display: block;
		padding: 10px;
		font-size: 20px;
	}

	.main-content {
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

}

@media screen and (max-width: 2735px) and (min-width: 737px) {

	.hideDesktop {
		display: none !important;
	}

	html {
		font-size: 10px;
	}

	body {
		display: flex;
	}

	aside {
		flex: 0 0 221px;
	}

	aside article {
		position: fixed;
		width: 220px;
	}

	.main-content {
        width: 100%;
	}

	header ul {
		display: flex;
		padding: 0px;
		margin: 0px;
	}

	header nav ul li {
		flex: 1 1 auto;
		text-align: center;
	}

	header nav ul li a {
		display: block;
		font-size: 20px;
		padding: 20px 0;
		width: 100%;
	}

	#homepage #key-features {
		display: flex;
	}

	#homepage #key-features h2 {
		color: #000000;
	}

	.spacer {
		text-align: center;
	}

	.spacer img {
		width: 40%;
	}


}
