body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;}
fieldset, img{border:0;}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {content:'';}
	
html {
	font-size: 100%;
}

@font-face {
    font-family: 'brighthouse-cursive';
    src: url('../fonts/cooperbt-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/cooperbt-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brighthouse-sans';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brighthouse-heads';
    src: url('../fonts/vinylregular-webfont.woff2') format('woff2'),
         url('../fonts/vinylregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: brighthouse-sans, arial, helvetica, sans-serif;
	background-position: top center;
	color: #000000;
	line-height: 1.4em;
	margin-top: 29px;
}

#wrapper {
	width: 895px;
	margin: 0 auto;
	margin-top: 0px;
	overflow: hidden;
}

h2 {
	margin-top: 67px;
	margin-left: 122px;
margin-right: 60px;
	font-size: 24px;
	line-height: 28px;
	color: black;
	font-family: brighthouse-cursive, arial, helvetica, sans-serif;
	text-align: left;
}

h3 {
	margin-top: 45px;
	margin-bottom: 6px;
	font-family: brighthouse-heads, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
}

#col1 {
	width: 552px;
	height: 250px;
	background: url('../images/intro-bg.png');
	float: left;
}

#col1-inner {
}

#col2 {
	width: 343px;
	height: 250px;
	background: url('../images/contact-bg.png');
	float: left;
}

#col2-inner {
	
}

p {
	margin-bottom: 10px;
}

a, a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ffd800;
}

a#airbnb-link {
height: 35px;
width: 206px;
overflow: hidden;
display: block;
text-indent: -9999px;
background: url('../images/airbnb-link.png');
}

a#facebook-link {
height: 35px;
width: 206px;
overflow: hidden;
display: block;
text-indent: -9999px;
background: url('../images/facebook-link.png');
}

a#airbnb-link:hover,
a#facebook-link:hover {
background-position: 0 -35px;
}


ul#banner {
	width: 895px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

ul#banner li {
	opacity: 0;
	position: absolute;
	list-style: none;
}

ul#banner-mobile {
	width: 350px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

ul#banner-mobile li {
	opacity: 0;
	position: absolute;
	list-style: none;
}

@media screen and (min-width: 400px) {
ul#banner-mobile {
display: none;
}
}

@media screen and (max-width: 400px) {
    #wrapper {
		width: 350px;
		margin: 0 auto;
    }
	ul#banner {
display: none;
}

	ul#banner-mobile,
	#col1, #col2 {
		width: 100%;
    }
	h2 {
		margin-top: 80px;
		margin-left: 40px;
		margin-right: 40px;
		font-size: 24px;
		line-height: 28px;
		color: black;
		font-family: brighthouse-cursive, arial, helvetica, sans-serif;
		text-align: left;
	}
	h3 {
		margin-left: 40px;
		margin-right: 40px;
	}
	p {
		margin-left: 40px;
		margin-right: 40px;
	}
	a#airbnb-link,
	a#facebook-link {
		margin-left: 40px;
}
}
