@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic,300,300italic);
@import url(campton.css);

.pure-g [class *= "pure-u"] {
	font-family: Roboto;
}

body {
	margin: 0;
	padding: 0;
	font-family: Roboto;
	font-weight: 300;
	color: #2B363F;
	line-height: 1.75;
}

table {
	margin-top: 1em;
}

h1 {
	font-family: 'Campton-Light';
	padding: 1em 0;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
}

h2 {
	font-family: 'Campton-Bold';
	font-size: 3em;
	text-transform: uppercase;
	margin: 0.5em 0 0 0;
	line-height: 1;
}

h3 {
	font-family: 'Campton-Light';
	font-size: 2em;
	text-transform: uppercase;
	margin: 1em 0 0 0;
	line-height: 1.5;
}

h4 {
	margin: 1em 0 0 0;
	line-height: 1.5;
}

.pure-g {
	max-width: 1170px;
	width: 96%;
	margin: 0 auto;
}

.pad { 
	padding: 1em 0;
}

.box {
	min-height: 15em;
}

.ks-link {
	/*background: #61B55E;*/
}

.ks-link:hover {
	background: #333333;
	border-radius: 150px;
}

form {
	margin: 1em 0;
}

q {
	font-style: italic;
	padding-left: 1em;
	display: block;
	text-indent: -8px;
	width: 66%;
	margin: 1em 0 1em 12.5%;
}

q footer {
	font-weight: bold;
	text-align: right;
}

footer {
	line-height: 1;
}

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }


.ninja-pic {
	margin: 1em 0 1em 1em;
	float:left;
}

.grey { color: #222E33 !important; }
.grey-hover:hover { color: #222E33 !important; }
.grey-bg { background: #222E33 !important; }
.grey-bg-hover:hover { background: #222E33 !important; }

.orange { color: #F69F00 !important; }
.orange-hover:hover { color: #F69F00 !important; }
.orange-bg { background: #F69F00 !important; }
.orange-bg-hover:hover { background: #F69F00 !important; }

.blue { color: #007FC5 !important; }
.blue-hover:hover { color: #007FC5 !important; }
.blue-bg { background: #007FC5 !important; }
.blue-bg-hover:hover { background: #007FC5 !important; }

.red { color: #E30613 !important; }
.red-hover:hover { color: #E30613 !important; }
.red-bg { background: #E30613 !important; }
.red-bg-hover:hover { background: #E30613 !important; }

.white { color: #FFFDF3 !important; font-weight: 400; }
.white-hover:hover { color: #FFFDF3 !important; }
.white-bg { background: #FFFDF3 !important; }
.white-bg-hover:hover { background: #FFFDF3 !important; }

.white a { color: #ffefd0; font-weight: bold;}
.white a:hover { color: #ffe6b7; }

.pure-menu li a:hover {
	color: #FFFDF3;
	background: #E30613;
}

.pure-menu li a {
	padding: 7px 20px 4px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Campton-Light';
}

.tab-thumb { width: 80%; }

.button-success,
        .button-error,
        .button-warning,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

/* SHOP CLASSES */


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

@media(max-width: 640px) {
    
  .desktop {
      display: none;
  }
  
  p, p.feature { width: 100% !important; }
  
  
}