/* reset all */
* {
	padding: 0;
	margin: 0;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}

body {
	background-color: #fff;
}

h1 {
	display: block;
	margin: 0 auto;
	color: #f80000;
	font-family: 'Righteous', cursive;
	font-size: 45px;
}
h1.home-title {
	margin-bottom: 20px;
}

h2 {
	display: block;
	margin: 0 auto;
	color: #333;
	font-family: 'Righteous', cursive;
	font-size: 25px;
	text-align: center;
}


.art-container,
.art-container img {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

.art-container {
	padding-top: 100px;
}
.art-container img {
	width: 100%;
}

.paint-under-nav {
	position: fixed;
	width: 100%;
	max-width: 850px;
	margin-top: 50px;
	border: none;
	z-index: 999;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.bigtrip-hero {
	display: block;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
.bigtrip-hero img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	padding: 150px 0 120px 0;
	border: none;
}
.bigtrip-hero.home {
	margin-bottom: 30px;
	background-image: url('../img/hero-home-russell-saga-of-a-peaceful-man.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 15px 10px -15px #111;
}
.bigtrip-hero.home img {
	max-width: 500px;
	padding: 150px 0 100px 0;
}
.bigtrip-text {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.bigtrip-text p {
	margin-bottom: 20px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
}
.bigtrip-text img.pete-rudd {
	width: 90%;
	max-width: 300px;
	height: auto;
	margin-bottom: 20px;
}

#more-info {
	max-width: 800px;
}

.bigtrip-text img {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
}

.footer-section {
	display: block;
	width: 100%;
	min-height: 200px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #333;
	background-image: url('../img/footer-art-scroll.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

.interview-banner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #222;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	text-align: center;
}
.interview-banner h2,
.interview-banner p {
	display: block;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
}

.interview-banner h2 {
	margin-top: 10px;
	font-family: 'Righteous', cursive;
	font-size: 27px;
	font-weight: 400;
}
.interview-banner p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
}

.freedom-seeds-banner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #fff;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	text-align: center;
}
.freedom-seeds-banner img {
	display: block;
	max-width: 200px;
	height: auto;
	margin: 10px auto 20px auto;
	border: none;
}
.freedom-seeds-banner p {
	display: block;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 140%;
}
.freedom-seeds-banner a {
	display: block;
	width: 150px;
	margin: 20px auto 0 auto;
	padding: 10px;
	background-color:#000;
	border:#fff solid 2px;
	color:#fff;
	font-family: 'Righteous', cursive;
	font-size: 20px;
	line-height: 100%;
	text-decoration: none;
}

.freedom-seeds-footer {
	display: block;
	width: 100%;
	margin: 60px auto 0 auto;
	padding: 20px 0;
	background-color: #222;
	border-top: solid 4px #8cc63f;
	border-bottom: solid 4px #fae900;
	text-align: center;
}
.freedom-seeds-footer img {
	display: inline-block;
	max-width: 200px;
	height: auto;
	border: none;
}

.social-icons {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.social-icons img {
	display: inline-block;
	max-width: 60px;
	height: auto;
	border: none;
}
.social-icons img.connect-cta {
	max-width: 120px;
}

.say-hello {
	display: block;
	max-width: 250px;
	height: auto;
	margin: 57px auto -14px auto;
}

@media (max-width: 1100px) {
	.links-area img {
		margin: 10px 0;
		max-width: 150px !important;
	}
}

@media (max-width: 870px) {
	.links-area img {
		margin: 10px 0;
		max-width: 220px !important;
	}
}

@media (max-width: 550px) {
	.links-area {
		width: 80% !important;
		margin: 60px 10% 0 10%;;
	}

	.links-area img {
		display: block;
		max-width: 250px !important;
		height: auto;
		margin: 0 auto 10px auto !important;
	}
}

.links-area {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.links-area h3 {
	margin-bottom: 20px;
	color:#fff;
	font-family: 'Righteous', cursive;
	font-size: 27px;
	font-weight: 200;
}
.links-area img {
	vertical-align: middle;
	max-width: 200px;
	margin: 10px;
	opacity: .8;
	cursor: pointer;
}
.links-area img:hover {
	opacity: 1;
	cursor: pointer;
}
.footer-disclaimer {
	display: block;
	width: 100%;
	min-height: 50px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #111;
	border-top: 4px #999 solid;
	text-align: center;
}
.footer-disclaimer h3 {
	display: block;
	margin: 0 auto;
	color: #ccc;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}
.footer-disclaimer p {
	display: block;
	margin: 0 auto;
	color: #a2a2a2;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

a.shop-now {
	display: block;
	max-width: 100px;
	margin: 30px auto;
	padding: 20px 20px 20px 60px;
	background-color: #f80000;
	background-image: url('../img/shop-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	transition: .5s ease;
	animation: wiggle-slow .3s infinite alternate;
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: none;
}
a.shop-now:hover {
	background-color: #222;
	animation: none;
}

a.read-more {
	display: block;
	max-width: 120px;
	margin: 10px auto;
	padding: 20px 20px 20px 60px;
	background-image: url('../img/read-more-icon.png');
	background-repeat: no-repeat;
	background-position: left;
	transition: .5s ease;
	cursor: pointer;
	color: #f80000;
	font-family: 'Righteous', cursive;
	font-size: 20px;
	text-decoration: none;
}
a.read-more:hover {
	color: #666;
	background-image: url('../img/read-more-icon-hover.png');
}

/* News */
.bigtrip-hero.news {
	margin-bottom: 0;
	background-image: url('../img/big-trip-comics-news-hero.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Gallery */
.bigtrip-hero.gallery {
	margin-bottom: 0;
	background-image: url('../img/big-trip-art-gallery-hero.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

/* About */
.bigtrip-hero.about {
	margin-bottom: 0;
	background-image: url('../img/about-pete-loveday-hero.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

.interview-banner {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-color:#222;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.9);
	text-align: center;
}
.interview-banner h2 {
	display: block;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 10px auto;
	color: #fff;
	font-family: 'Righteous', cursive;
	font-size: 27px;
	font-weight: 400;
}
.interview-banner p {
	display: block;
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
	color: #ccc;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
	font-size: 18px;
	font-weight: 500;
}

.bigtrip-about-text {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	padding-bottom: 30px;
}

.bigtrip-about-text img {
	float: left;
	width: 50%;
	max-width: 700px;
	margin: 0 30px 30px 0
}

.bigtrip-about-text p {
	width: 90%;
	margin: 0 auto 20px auto;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height: 140%;
}
.bigtrip-about-text h1 {
	width: 90%;
	margin: 0 auto 20px auto;
	font-size: 26px;
	text-align: left;
}
.bigtrip-about-text h2 {
	width: 90%;
	margin: 20px auto;
	font-size: 20px;
	text-align: left;
}
#more-info p {
	margin-bottom: 20px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
}
#more-info h1 {
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 26px;
	text-align: left;
}
#more-info h2 {
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 20px;
	text-align: left;
}

.about-russell-saga-gallery {
	display: block;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 30px 0;
	background-color: #ebebeb;
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	text-align: center;
}
.about-russell-saga-gallery img {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	max-width: 500px;
	opacity: .7;
	transition: .5s ease;
	cursor: pointer;
}
.about-russell-saga-gallery img:hover {
	opacity: 1;
}

/* Shop */
.bigtrip-hero.shop{
	background-image: url('../img/hero-art-shop-russell-saga.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}

a.buy-now img {
	display: block;
	max-width: 40px;
	height: auto;
	margin: 15px auto 10px auto;
}
.art-shop-item {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 0 1%;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.5);
	box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.5);
}
.art-shop-item img {
	width: 100%;
	height: auto;
	margin: 0 auto 25px auto;
	box-shadow: 0px 15px 10px -15px #333;
}

.art-shop-item.postcard img {
	margin: 0 auto;
}
.art-shop-item.postcard {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.art-shop-item h2 {
	width: 96%;
	margin: 0 auto 15px auto;
	color: #333;
	font-size: 22px;
	font-weight: 300;
}

.art-shop-item-full {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.5);
	-moz-box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.5);
	box-shadow: 0px 3px 7px 0px rgba(51,51,51,0.5);
}
.art-shop-item-full img {
	width: 100%;
	height: auto;
	margin: 0 auto 25px auto;
	box-shadow: 0px 15px 10px -15px #333;
}
.art-shop-item-full h2 {
	width: 96%;
	margin: 0 auto 15px auto;
	color: #333;
	font-size: 22px;
	font-weight: 300;
}

.seeds-packet {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 40px 0;
	background-color: #ebebeb;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
	text-align: center;
}
.seeds-packet img {
	display: block;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0 auto 20px auto;
	border: none;
	box-shadow: 0 0 10px 0px #9c9c9c
}
.seeds-packet p {
	display: block;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 140%;
}

.shop-container {
	display: block;
	max-width: 1300px;
	margin: 0 auto 50px auto;
	padding-bottom: 20px;
	text-align: center;
}
.shop-container p {
	width: 96%;
	margin: 0 2%;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 140%;
}
.shop-container h3 {
	margin: 5px auto;
	color: #f80000;
	font-family: 'Righteous', cursive;
	font-size: 20px;
	font-weight: 300;
}
.shop-container h3 span.postage {
	color: #666;
	font-size: 16px;
}

#buy-now {
	max-width: 600px;
	background-color: #222;
	color: #fff;
}
#buy-now p {
	width: 90%;
	margin: 0 auto 20px auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.shop-title {
	display: block;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 20px 0;
	background-color: #333;
	-webkit-box-shadow: inset 0 20px 20px -20px #111;
	-moz-box-shadow: inset 0 20px 20px -20px #111;
	box-shadow: inset 0 20px 20px -20px #111;
	text-align: center;
}
.shop-title h1 {
	color:#fff;
}
.shop-title p {
	margin: 0 auto 20px auto;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.shop-promo-offer {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto -10px 0;
	background-color: #ebebeb;
	text-align: center;
}
.shop-promo-offer h2 {
	margin: 0 auto;
	color: #999;
	font-size: 16px;
	font-weight: 300;
}

/* Contact */
.bigtrip-hero.contact {
	margin-bottom: 30px;
	background-image: url('../img/contact-page-hero-devon.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 15px 10px -15px #111;
}
img.smaller-artwork {
	max-width: 250px;
	height: auto;
	margin: 0 auto 30px auto;
}

.bigtrip-text a {
	color: #f80000;
}
.bigtrip-text a:hover {
	color: #333;
}

/* Mobile */
@media (max-width: 820px) {
	.art-shop-item{
		width:30%;
	}
}

@media (max-width: 750px) {
	.bigtrip-text p {
		width: 90% !important;
		margin: 0 5% 20px 5% !important;
	}

	.bigtrip-hero {
		min-height: 200px;
	}

	.bigtrip-hero img {
		max-width: 250px;
		padding: 110px 0 50px 0;
	}
	.bigtrip-hero.home img {
		max-width: 300px;
		padding: 110px 0 50px 0;
	}

	.links-area {
		margin: 50px auto;
	}
	.say-hello {
		max-width: 180px;
		margin: 57px auto -40px auto;
	}
	.social-icons {
		margin-top: 20px;
	}
	.bigtrip-about-photo {
		width: 100%;
		min-height: 300px;
		height: 350px;
	}
	.bigtrip-about-text {
		width: 100%;
		margin-top: 0px;
	}
	.bigtrip-about-text img {
		display: block;
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.bigtrip-about-text h1 {
		font-size: 24px;
	}
	h1 {
		width: 90%;
		font-size: 30px;
	}
	h2 {
		width: 90%;
		margin-bottom: 15px;
	}
}

@media (max-width: 650px) {
	.art-shop-item {
		width: 90%;
		margin: 20px auto;
	}
	.seeds-packet img {
		width: 90%;
		margin: 0 5% 30px 5%;
	}
	.art-shop-item-full {
		width: 90%;
		margin: 20px auto;
	}
	.shop-container {
		margin: 0 auto;
		padding-bottom: 0px;
	}
	.shop-title {
		margin-bottom: 10px;
	}
	.shop-promo-offer {
		margin-top: 20px;
	}
	.shop-promo-offer h2 {
		width: 90%;
		font-size: 20px;
	}
}

@media (max-width: 400px) {
	img.connect-cta {
		display: none;
	}
}

/* Animations */
.wiggle {
	border: none;
}
.wiggle:hover {
	-webkit-animation: shake .1s ease-in-out .1s infinite alternate;
}

@-webkit-keyframes shake {
	from {
		-webkit-transform: rotate(10deg);
	}
	to {
		-webkit-transform-origin:center center;
		-webkit-transform: rotate(-10deg);
	}
}

@keyframes wiggle-slow {
	0% { transform: rotate(-2deg); }
	100% { transform: rotate(2deg); }
}

/* Navigation: Inspired by https://codepen.io/kevinpowell/pen/PWNwZm/ */
.container {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

header {
	position: fixed;
	display: block;
	width: 100%;
	padding: 1em 0;
	background: #222;
	z-index: 999;
	color: #fff;
	font-family: 'Righteous', cursive;
}
header::after {
	content: '';
	clear: both;
	display: block;
}

.logo {
	float: left;
	margin: 0 0 -10px 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}
.logo a {
	color: #fff;
	text-decoration: none;
}
.logo img {
	vertical-align: middle;
	max-width: 30px;
	margin: -5px 10px 0 0;
}
.logo span {
	font-weight: 300;
}

.site-nav {
	position: absolute;
	top: 100%;
	right: 0%;
	background: #333;
	-webkit-clip-path: circle(0px at top right);
	clip-path: circle(0px at top right);
	transition: -webkit-clip-path ease-in-out 700ms;
	transition: clip-path ease-in-out 700ms;
	transition: clip-path ease-in-out 700ms, -webkit-clip-path ease-in-out 700ms;
}

.site-nav--open {
	-webkit-clip-path: circle(250% at top right);
	clip-path: circle(250% at top right);
}

.site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav li {
	border-bottom: 1px solid #575766;
}
.site-nav li:last-child {
	border-bottom: none;
}

.site-nav a {
	display: block;
	padding: 2em 4em 2em 1.5em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.site-nav--icon {
	display: inline-block;
	width: 1.1em;
	margin-right: 1em;
	color: rgba(255,255,255,.4);
	font-size: 1.5em;
	text-align: right;
}

.menu-toggle {
	position: absolute;
	top: .5em;
	right: .5em;
	padding: 1em;
	cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
	content: '';
	display: block;
	width: 1.75em;
	height: 3px;
	border-radius: 3px;
	background: #EBEBD3;
	transition: all ease-in-out 500ms;
}

.hamburger::before {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.hamburger::after {
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.open .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .hamburger::before {
	opacity: 0;
}

.open .hamburger::after {
	-webkit-transform: translateY(-3px) rotate(-90deg);
	transform: translateY(-3px) rotate(-90deg);
}

@media (min-width: 905px) {
	.menu-toggle {
		display: none;
	}

	.site-nav {
		float: right;
		position: relative;
		height: auto;
		background: transparent;
		-webkit-clip-path: initial;
		clip-path: initial;
	}

	.site-nav li {
		display: inline-block;
		border: none;
	}

	.site-nav a {
		margin-left: 3em;
		padding: 0;
	}

	.site-nav a:hover,
	.site-nav a:focus {
		background: transparent;
	}

	.site-nav--icon {
		display: none;
	}
}

@media (max-width: 400px) {
	.logo {
		margin: 0;
		font-size: 1rem;
	}
}
