/* FONT */
@font-face {
	font-family: 'two_turtle_dovesnormal';
	src: url('../fonts/doves-webfont.eot');
	src: url('../fonts/doves-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/doves-webfont.woff') format('woff'),
		 url('../fonts/doves-webfont.ttf') format('truetype'),
		 url('../fonts/doves-webfont.svg#two_turtle_dovesnormal') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document */

@media only screen and (min-width : 320px) {
	body {
		font-size:8px;
	}
	
	footer {
		font-size:12px;
	}
	
	.tagline {
		margin: 0% 5%;
	}
	
	.navbar-brand {
		font-size: 3em;
		line-height: 1.5em;
		height:1.5em;
	}
	
	.heroimagewide {
		min-height:250px;
		margin-bottom:27px;
	}
	
	.bonsai {
		height:35px;
		margin-left: -35px;
		margin-top: 15px;
	}
}

@media only screen and (min-width : 480px) {
	body {
		font-size:10px;
	}
	
	footer {
		font-size:13px;
	}
	
	.tagline {
		margin: 0% 5%;
	}
	
	.navbar-brand {
		font-size: 2.25em;
		line-height: 2.5em;
	}
	
	.heroimagewide {
		min-height:275px;
		margin-bottom:33px;
	}
	
	.bonsai {
		height:35px;
		margin-left: -35px;
		margin-top: 15px;
	}
	
	.note {
		font-size:1em;
	}
}

@media only screen and (min-width : 768px) {
	body {
		font-size:15px;
	}
	
	footer {
		font-size:17px;
	}
	
	.navbar-brand {
		font-size: 2.5em;
		line-height: 1em;
	}
	
	.heroimagewide {
		min-height:428px;
		margin-bottom:47px;
	}
	
	.bonsai {
		height:65px;
		margin-left: -75px;
		margin-top: 25px;
	}
	
	.note {
		font-size:.8em;
	}
}

body {
	font-family: 'Josefin Sans', 'Open Sans', sans-serif;
}

p, li {
	font-size: 1.25em;
}

footer {
	margin-top: 33px;
	color:#555;
}

footer a {
	margin-right:13px;
	color:#555;
	text-decoration: none;
}

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

.row {
	margin:0px;
}

.navbar-default {
	background-color:#fff;
	border-color:#fff;
}

.navbar-brand {
	font-family: 'two_turtle_dovesnormal', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
/*	font-family: 'Catamaran', "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	margin-left: 0px !important;
	color:#000 !important;
	font-weight: 900;
}

.jumbotron {
	padding:0px;
	background-color: #fbfbfb;
}

.tagline {
	font-family: 'Just Me Again Down Here', sans-serif;
	font-size:7em;
	line-height: .7em;
}

.registered {
	font-size:.3em !important;
	margin-bottom: 2em;
	font-family: 'Josefin Sans', sans-serif;
}

.trademark {
	font-size: .8em;
}

.bonsai {
	margin-bottom:7px;
}

.introduction {
	font-family: 'Josefin Sans', sans-serif;
	font-size:2.5em;
	margin-top: 1em;
	padding-left: 9%;
	padding-right: 9%;
}

.hero {
	background-image: url(../OLD/free-paper-textures-lined.jpg); 
	background-repeat: repeat;
	width:100%;
	height: auto;
	max-height: 448px;
	overflow: hidden;
	position:relative;
}

.heroimage {
	max-height:448px;
	margin:auto;
	padding-bottom: 1px;
}

.heroimagewide {
	overflow: hidden;
	background-image: url(../images/hero_background_wide@3x.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
}

.poly-thought {
	display: inline-block;
	
}

.note {
	color:#777;
	margin-top:7px;
}