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

body {
	background: url(../images/KayakPro_spraydecks_anoraks-background2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-family: 'Open Sans', sans-serif;
	color: #3e3d3f;
}

a {
		color: #3e3d3f;
		text-decoration: none;
}

		a:hover {
			text-decoration: underline;
color: #4d4b4e;
		}
img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 2.8em;
	font-weight: 700;
}

p {
	font-size: 1.4em;
}

header {
	margin: 20px 0 20px 0;
}

header .logo {
	margin-top: 20px;
	float: left;
	width: 100%;
	max-width: 320px;
}

header nav {
	padding: 25px 20px 5px 50px;
	float: left;
}
header nav ul {
	padding: 0;
}
header nav li {
	display: inline;
	list-style: none;
	margin-right: 30px;
	font-weight: 700;
	font-size: 1.3em;
}

#content {
	margin: 80px 0 80px 0;
}

#content img {
	border: 4px solid #3e3d3f;
}

#content p {
	margin: 0;
}

footer {
	background: #3e3d3f;
	padding: 60px 0 70px 0;
	margin-top: 50px;
}

footer p {
	color: #aaaaaa;
	font-size: 1.2em;
	margin: 0;
}

footer .paragraphBreak {
	margin-top: 20px;
}

footer .copyright {
	position: absolute;
	right: 0;
	bottom: 0;
}

footer a {
	color: #aaaaaa;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: #bdbdbd;
}



.button {
		background: #ff6861 !important;
		border: 0 !important;
		color: #ffffff !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		font-size: 1.2em !important;
}

.button:hover {
		background: #ff8680;
		text-decoration: none;
		color: #ffffff;
}

.pricebox {
		margin-top: 40px;
}

.right {
		float: right;
}

#price_style-2601, #price_size-2606 {
		font-weight: 700;
		font-size: 1.2em;
		padding-left: 15px;
}

select {
		width: 100%;
}

@media (max-width: 750px) {

footer .copyright {
	position: static;
}

header .logo {
	float: none;
	display: block;
	margin: 0 auto;

}

header nav {
    padding: 25px 0 0 0;
    float: none;
}

header nav li:last-child {
	margin-right: 0px;
}

header ul {
	text-align: center;
}

#content {
	margin: 20px 0 20px 0;
}

h1 {
	font-size: 2em;
	font-weight: 700;
}

p {
	font-size: 1.1em;
}

footer p {
	font-size: 1.1em;
}

}

.default {
	font-weight: 700;
font-size: 1.2em;
padding-left: 15px;
}

.medium {
	font-weight: 700;
font-size: 1.2em;
padding-left: 15px;
}
