@font-face {
    font-family: LearningCurveProRegular;
    src: url('../fonts/learningcurve_ot-webfont.eot');
    src: url('../fonts/learningcurve_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/learningcurve_ot-webfont.woff') format('woff'),
         url('../fonts/learningcurve_ot-webfont.ttf') format('truetype'),
         url('../fonts/learningcurve_ot-webfont.svg#LearningCurveProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MuseoSlab500;
    src: url('../fonts/museo_slab_500-webfont.eot');
    src: url('../fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500-webfont.woff') format('woff'),
         url('../fonts/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/museo_slab_500-webfont.svg#MuseoSlab500') format('svg');
    font-weight: normal;
    font-style: normal;
}
.blue {
	background-color: rgba(0, 135, 204, 0.4);
}
.green {
	background-color: rgba(89, 204, 0, 0.4);
}
.yellow {
	background-color: rgba(202, 204, 0, 0.4);
}
html { height: 100% } 
body { 
	background: url('../img/bg8.png') repeat left top;
	color: #58575c;
	min-height: 100%;
}
body, p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	color: #fdc4b3;	
	color: rgba(0, 135, 204, 0.6);
	xcolor: #4CBB17;
}
a:hover, a:active {
	color: rgba(0, 135, 204, 1);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	margin: 0;
	font-family: MuseoSlab500;
	font-weight: normal;
	color: #58575c;
	text-rendering: optimizelegibility;
	text-shadow: 0 1px 0 #fff;
	color: #58575c;
}

h2 {
	color: rgba(0, 135, 204, 1);
	color: #4CBB17;
	height: 50px;
	text-shadow: 0 -1px 1px #f5f5f5;
}

h3 {
	color: #ea6a69;
	xcolor: rgba(0, 135, 204, 1);
	xcolor: #4CBB17;
	xmargin-bottom: 15px;
}

h4 {
	font-size: 16px;
}

#accommodations h3 {
	margin-bottom: 15px;
}


h4, h5, h6 {
	line-height: 22px;
}

.mohawk {
	background: url(../img/museum2.png) 0 0 no-repeat;
	background-size: 28px 28px;
	padding-left: 28px;
	margin-left: -12px;
}

.hilton {
	background: url(../img/hotel2.png) 0 0 no-repeat;
	background-size: 28px 28px;
	padding-left: 28px;
	margin-left: -12px;
}

ul li {
	margin-bottom: 10px;
}

p, ul {
	margin-bottom: 25px;
}
header {
	padding: 0px 0 0 0;
	position: relative;
}
header h1 {
	color: #58575c;
	font-family: LearningCurveProRegular;
	font-weight: normal;
	font-size: 103px;
	padding: 35px 0 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	xword-spacing: .8em;
	z-index: 2;
}
header h2 {
	color: #58575c;
	font-family: LearningCurveProRegular;
	font-size: 48px;
	font-weight: normal;
	height: auto;
	position: absolute;
	bottom: 10px;
	right: 0;
}

header h1 em {
	background-image: url(../img/heart3.png);
	background-repeat: no-repeat;
	background-size:  98px 88px;
	color: #fff;
	display: inline-block;
	font-family: helvetica;
	font-weight: normal;
	font-size: 40px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	width: 98px;
	position: relative;
	z-index: -1;
	top: -10px;
	lxeft: 120px;
	xmargin-left: -100px;
	margin-bottom: -35px;
	margin-left: -20px;
	margin-right: -20px;
}

.content {
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3),
		inset 0 0px 25px rgba(68, 68, 68, 0.2);
	margin-bottom: 50px;
	padding: 50px 20px;
}

.navbar .nav > li {
	margin: 0;
}
.navbar .nav > li > a {
  color: #58575c;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #58575c;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #58575c;
  text-decoration: none;
  background-color: transparent;
}

.nav-list {
	padding: 5px;
	margin-top: 45px;
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 #fff;
	font-size: 30px;
	font-family: LearningCurveProRegular;
}
.nav-list > li {
	margin: 0 0 10px 0;
}

.nav-list li .icon-heart {
	display: none;
}

.nav-list > li > a {
	padding: 8px 30px 5px 30px;
}

.nav-list > li > a, .nav-list .nav-header {
	color: #58575c;
}
.nav > li > a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(68, 68, 68, 0.1);
}
.nav-list > .active > a, .nav-list > .active > a:hover {
	background-color: rgba(0, 135, 204, 0.4);
	background-color: #58575c;
	box-shadow: inset 0 1px 1px rgba(68, 68, 68, 0.1);
}

#carousel {
	background: #fff;
	border: 5px solid #fff;
	box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.7);
	margin: 0 auto;
	width: 80%;
}
.carousel {
	margin-bottom: 0;
}
.carousel img {
	height: auto;
	width: 100%;
	margin-bottom: 0;
}

.media {
	margin-bottom: 30px;
}

.media .pic {
	margin-bottom: 15px;
	max-width: 400px;
}

.media h3, .media h4, .media h5 {
	margin-left: 5px;
}
.media h3 {
	margin-bottom: 0;
}
.media h5 {
	color: rgba(68, 68, 68, .8);
	
}



#map, .pic {
	background: #fff;
	border: 5px solid #fff;
	box-shadow: 1px 1px 4px rgba(68, 68, 68, 0.7);
	margin-bottom: 25px;
}

#map img {
	max-width: inherit;
	width: inherit;
	border: inherit;
	vertical-align: inherit;
}

#map p {
	margin-bottom: 0px;
}

footer {
	margin: 0;
	padding: 20px 0 100px;
}
footer .container {
	background: none;
	box-shadow: none;
}
footer .navbar {
	font-family: LearningCurveProRegular;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 0;
}

footer .navbar-inner {
	background: none;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

footer .navbar .nav {
	float: none;
	margin: 0 auto;
}

footer .navbar .nav > li {
	float: none;
	display: inline-block;
}

footer .navbar .nav > li > a {
  color: #58575c;
  text-shadow: 0 -1px 0 #ff;
}
footer .navbar .nav > li > a:hover {
  color: #3f1e0b;
  color: rgba(0, 135, 204, .8);
  box-shadow: none;
}
footer .navbar .nav .active > a,
footer .navbar .nav .active > a:hover {
  color: #3f1e0b;
  color: rgba(0, 135, 204, .8);
}

.carousel-control {
	top: 48%;
}

/* TABLET
================================================ */
@media (min-width: 768px) and (max-width: 979px) {
	body, p {
		font-size: 14px;
		line-height: 18px;
	}
	header h1 {
		font-size: 64px;
	}
	header h1 em {
		background-image: url(../img/heart3.png);
		background-repeat: no-repeat;
		background-size:  98px 88px;
		color: #fff;
		display: inline-block;
		font-family: helvetica;
		font-weight: normal;
		font-size: 40px;
		height: 88px;
		line-height: 88px;
		text-align: center;
		width: 98px;
		position: relative;
		z-index: -1;
		top: -10px;
		lxeft: 120px;
		xmargin-left: -100px;
		margin-bottom: -45px;
		margin-left: -20px;
		margin-right: -20px;
	}
	header h2 {
		font-size: 28px;
	}
	.nav-list {
		padding: 5px;
		font-size: 22px;
		margin-left: -15px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.nav-list > li > a {
		padding: 3px 20px;
	}
	.navbar .nav > li > a {
		padding: 6px 6px;
	}
	#carousel {
		width: 100%;
	}
	.span2 {
		margin-left: ;
	}
	footer .navbar {
		font-size: 24px;
	}
	
}

/* PHONE
================================================ */
@media (max-width: 979px) {
	header {
		margin-bottom: -12px;
		padding-top: 0px;
	}
	header h1 {
		font-size: 64px;
	}
	header h1 em {
		background-size:  78px 68px;
		font-size: 30px;
		height: 68px;
		line-height: 68px;
		width: 78px;
		z-index: -1;
		top: -10px;
		margin-left: -20px;
		margin-right: -20px;
	}
	header h2 {
		display: none;
	}
	.content {
		padding-top: 20px;
	}
	#carousel {
		width: 98%;
	}
	.nav-list {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.navbar .nav > li > a {
		padding: 6px 6px;
	}
	.row > .media {
		margin-bottom: 25px;
	}
	footer .navbar {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.nav-list {
		margin-right: 20px;
	}
}

