.container {
	width: 100%;
	position: relative;
}
.logo {
	width: 56%;
	margin: auto 2%;
}
.logo img {
	width: 75%;	
}
.right-header {
	padding-top: 0px;
	width: 30%;
	margin: 10px 4%;
	height: auto;
}
.right-header a#rh-contact-us:link, .right-header a#rh-contact-us:visited {
	margin-top: 15px;
}

.navigation a:link, .navigation a:visited {
	width: 19.5%;
	height: 40px;
}
#my-canoe-buddy-img {
	width: 100%;
	height: auto;
}

#home-page-ctas {
	margin: 15px 1%;
}
#home-page-ctas, #home-page-ctas div.home-page-cta {
	font-size: 9pt;
}
#home-page-ctas div {
	width: 30%;
}
#home-page-ctas div.home-page-cta h3 {
	font-size: 12pt;
}

.content {
	margin: auto 1%;
}

#back-to-top-link {
	margin: auto 1%;
}

.footer {
	height: auto;
}
.top-footer {
	/*background: #fff url('images/footer-background- tablet.jpg') no-repeat 0 bottom;*/
	background-size: 100% 100%;
	position: relative;
	height: auto;
}
#myka-footer-logo-full {
	display: block;
	width: 332px;
	height: 112px;
}

.small-footer-div {
	display: none;
}
.top-left-footer, #ftr-sm-links {
	padding-left: 1%;
	width: 99%;
	height: auto;
	clear: both;
	float: none;
}
.top-left-footer {
	margin-bottom: 15px;
}
#ftr-sm-links {
	position: relative;
	left: auto;
	bottom: auto;
}

.right-bottom-footer {
	padding-right: 1%;
}
.left-bottom-footer {
	padding-left: 1%;
}


@media only screen and (min-width: 1001px) {
	.right-header {
		padding-top: 60px;
	}
	#home-page-ctas, #home-page-ctas div.home-page-cta {
		font-size: 11pt;
	}
	#myka-footer-logo-full {
		width: 431px;
		height: 145px;	
	}
}