@charset "UTF-8";
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;
	vertical-align: baseline;
}
/* ====HTML5 display-role reset for older browsers===== */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	background:#000;
	height: 100%;
	overflow-y:hidden;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	text-align:center;
	vertical-align: middle;	
}
*{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*==========Navigation===========*/
a:link {
	color:#FFF;
}     
a:visited {
	color:#FFF;
}  
a:hover {
	color:#BA0012;
	text-shadow: white 0.1em 0.1em 0.2em;
} 
a:active {
	color:#BA0012;
	text-shadow: white 0.1em 0.1em 0.2em;
} 
nav {
	float: right;
	margin: 20px 10px 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	z-index: 6;
	text-decoration:none;
}
nav ul li {
	display:inline;
	list-style-type:none;
	padding-right: 10px;
	text-decoration: none;
}
nav a:link {
	text-decoration: none;
}     
nav a:visited {
	text-decoration: none;
}
nav a.current {
	color:#054B6D;
	text-decoration: none;
	text-shadow: white 0.1em 0.1em 0.2em;
}

/*===============Shared Page Styles===========*/
header {
	height: 100px;
	width: 100%;
	overflow: visible;
}
img {
	border-radius: 5px;
}
h2{
	text-align: center;	
}
footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
	background-color: #000;
	text-align: right;
	height: 25px;
	padding:5px 15px 0 0;
	margin-top: -25px;
	clear:both;
}
.logo {
	float: left;
	margin: 10px 0 0 20px;
	text-decoration: none;
	border: 0px;
}
.content {
	float: left;
	width: 220px;
	border-radius: 15px;
	background-color: rgba(153, 153, 153, 0.85);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 18px;
	margin: 20px 0 0 20px;
	padding: 10px 20px 10px 20px;
}
.special {
	display: none;
	float: right;
	width: 320px;
	border-radius: 15px;
	background-color: rgba(186, 0, 18, 0.80);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
	line-height: 18px;
	margin: 20px 20px 0 0;
	padding: 10px 20px 10px 20px;
}
.special a:hover {
	color:#ffffff;
	text-shadow: white 0.1em 0.1em 0.2em;
} 
.homecontainer, .aboutcontainer, .sailscontainer, .canvascontainer, .repairscontainer, .linkscontainer, .contactcontainer{
	background-color: #000;
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;	
}
/*=================Individual Page Styles==========*/
.homecontainer {
	background-image: url(../backgrounds/home-background.jpg);
}
.aboutcontainer {
	background-image: url(../backgrounds/about-background.jpg);
}
.sailscontainer {
	background-image: url(../backgrounds/sails-background.jpg);
}
.canvascontainer {
	background-image: url(../backgrounds/canvas-background.jpg);
}
.repairscontainer {
	background-image: url(../backgrounds/repair-background.jpg);
}
.linkscontainer {
	background-image: url(../backgrounds/links-background.jpg);
}
.linkscontent a:visited {
	color:#054B6D;
} 
.contactcontainer {
	background-image: url(../backgrounds/contact-background.jpg);
}
.contactcontent {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	float: left;
	margin-top: 50px;
	margin-left: 15%;
}
/*=================Media queries==========*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){
/*body{
	font-size:3.5em;	
}*/
html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
.logo {
	float:none;
	text-align: center;
	margin: 0 auto;
}
footer {
	display:none;
}
nav {
	float:none;
	text-align: center;
	margin: 2% auto;
	line-height: 1.5em;
}
nav ul li {
	padding-right: 25px;
}
.content{
	float:none;
	margin: 15% auto;
	width: 80%;
	background-color: rgba(153, 153, 153, 0.85);
	line-height:normal;
	border-radius: 20px;
	padding: 10px;
}
.homecontainer{
	background-image:url(../mobile_backgrounds/mobile-home-background.jpg);
}
.aboutcontainer{
	background-image:url(../mobile_backgrounds/mobile-about-background.jpg);
}
.sailscontainer{
	background-image:url(../mobile_backgrounds/mobile-sails-background.jpg);
}
.canvascontainer{
	background-image:url(../mobile_backgrounds/mobile-canvas-background.jpg);
}
.repairscontainer{
	background-image:url(../mobile_backgrounds/mobile-repair-background.jpg);
}
.linkscontainer{
	background-image:url(../mobile_backgrounds/mobile-links-background.jpg);
}
.contactcontainer{
	background-image:url(../mobile_backgrounds/mobile-contact-background.jpg);
}
.contactcontent {
	margin-top: 20%;
}