/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fonts */

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
        url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
        url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
        url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff'),
        url('../fonts/CenturyGothic-Italic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
        url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
        url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript.eot');
    src: local('Segoe Script'), local('SegoeScript'),
        url('../fonts/SegoeScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeScript.woff2') format('woff2'),
        url('../fonts/SegoeScript.woff') format('woff'),
        url('../fonts/SegoeScript.ttf') format('truetype'),
        url('../fonts/SegoeScript.svg#SegoeScript') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript-Bold.eot');
    src: local('Segoe Script Bold'), local('SegoeScript-Bold'),
        url('../fonts/SegoeScript-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeScript-Bold.woff2') format('woff2'),
        url('../fonts/SegoeScript-Bold.woff') format('woff'),
        url('../fonts/SegoeScript-Bold.ttf') format('truetype'),
        url('../fonts/SegoeScript-Bold.svg#SegoeScript-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



/* custom styles begin here */

html {
	font-size: medium;
}

body {
	font-family: "Century Gothic", sans-serif;
}

p {
	line-height: 1.4;
	margin-bottom: 12px;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.hdr-image {
	background-image: url('../img/tigers-header-2.jpg');
	height: 440px;
}

#contact .hdr-image {
	background-image: url('../img/contact-header.jpg');	
}

#top-bar,
footer {
	background-color: black;
	color: white;
	padding: 1.6rem;
}

#top-bar a,
footer a {
	color: white;
	text-decoration: none;
}

.logo span {
	font-family: "Segoe Script", cursive;
}

#top-bar .logo {
	display: inline-block;
	font-size: 1.8rem;
}

#top-bar nav {
	float: right;
	font-size: 1.25rem;
}


nav ul li {
	display: inline-block;
	padding: 5px 10px 10px 10px;
}

main, aside {
	float: left;
	padding: 25px;
	box-sizing: border-box;
}

main {
	width: 66%;
}

aside {
	width: 34%;
}

h1 {
	font-family: "Segoe Script", cursive;
	font-size: 2rem;
	font-weight: bold;
	background-image: url('../img/orange-swash.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	margin: 10px 0 20px;
	display: inline-block;
}

main h2 {
    background-image: url('../img/header-line.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 8px;
    margin: 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: .8em 0 .5em;
    padding-bottom: 0.5em;
	clear: both;
}

.align-left {
	float: left;
	padding: 10px 15px 10px 0;
}

.align-right {
	float: right;
	padding: 10px 0 10px 15px;
}

#home h1 {
	font-family: "Century Gothic", sans-serif;
	background-image: none;
}

#home h1,
#home .slide p {
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	padding: 30px;	
}

#home .slide p {
	font-family: "Segoe Script", cursive;
	font-size: 2.2rem;
	display: inline-block;
	margin-top: 35vh;
}

#home main {
	width: auto;
	float: none;
	padding: 0;
}

.slide {
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

#slide-1 {
	background-image: url('../img/home/east-coast-hiking-trails-header.jpg');
	text-align: center;
}

#slide-2 {
	background-image: url('../img/home/Rock-Climbing-Shoe.jpg');
}

#slide-3 {
	background-image: url('../img/home/canoeing.jpg');
}

#slide-4 {
	background-image: url('../img/home/vista-los-suenos-zip-line-1.jpg');
	background-position: bottom;
}

/*aside*/

aside > div {
	margin-bottom: 25px;
}

.adventures {
	background-color: #FD4902;
	color: #000;
	font-size: 1.2rem;
}

.adventures h2 {
	color: #fff;
	background-color: #000;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
}

.adventures a {
	color: #000;
	text-decoration: none;
}

.adventures ul {
	padding: 20px;
}

.adventures li {
	padding-left: 30px;
	padding-bottom: 15px;
	background-image: url("../img/bk-checkmark.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px;
}

.adventures li:last-child {
	padding-bottom: 0;
}

aside .mailchimp {
	border: 2px #aaa solid;
	padding: 15px;
}

/*footer*/
footer {
	clear: both;
	text-align: center;
}

footer .logo {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.copyright {
	font-size: 0.9rem;
	margin: 10px auto;
}


