@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'lobster_twobold_italic';
    src: url('fonts/lobstertwo-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'questrialregular';
    src: url('fonts/questrial-regular-webfont.woff2') format('woff2'),
         url('fonts/questrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{ 
	color: #574b47;
    font-family: 'questrialregular';
	font-size: 14px;
	line-height: 1.8em;
	background: #FFFFFF;
	margin: 0;
}

a{
	text-decoration: none;
}

p{
	font-size: 20px;
	line-height: 1.8em;
}

p.bold{
	margin-top: 50px;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
}

p a{
	text-decoration: none;
	color: #000;
}

p a:hover{
	color: #574b47;
}

a.specials-hyper-link {
	color: #2f699c;
	text-decoration: none;
}

a.specials-hyper-link:hover {
	color: #fff;
}

h1{
	font-size: 64px;
	letter-spacing: 6px;
	font-weight: normal;
	line-height: 1.8em;
}

h2{
    font-family: 'questrialregular';
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.6em;
	color: #fff;
}

#about-1 h2, #about-2 h2, #about-3 h2, #about-4 h2, #about-5 h2, #about-6 h2{
	color: #574b47;
}

#bookings h2{
    font-family: 'questrialregular';
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.6em;
	color: #574b47;
	padding-top: 100px;
}

#bookings h2.sm{
    font-family: 'questrialregular';
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.6em;
	color: #574b47;
	padding-top: 30px;
}

h2.location-contact{
    font-family: 'questrialregular';
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.6em;
	color: #574b47;
	padding-top: 30px;
	text-align: left;
}

h3{
	font-family: 'lobster_twobold_italic';
	font-size: 80px;
	text-align: center;
	margin: 60px 0 0;
	padding: 0;
}

h4{
	font-size: 28px;
	letter-spacing: 7px;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 0;
	padding: 0 0 40px;
	font-weight: normal;
}

h5{
	font-size: 28px;
	font-weight: normal;
	color: #00897e;
	margin: 0;
	padding: 2px 0 0;
}

h5#top{
	font-size: 25px;
	font-weight: normal;
	color: #00897e;
	margin: 18px 0 0;
	padding: 0;
}

h5#bottom{
	font-size: 19px;
	font-weight: normal;
	color: #00897e;
	margin: 0;
	padding: 2px 0 0;
}

h5#bottom a{
	text-decoration: none;
	background-color: #00897e;
	color: #FFFFFF;
	margin: 0;
	padding: 4px 7px 2px;
	border-radius: 7px;
}

#small-space{
	font-size: 12px;
}

h5 a{
	text-decoration: none;
	color: #00897e;
}

h5 a:hover{
	color: #574b47;
}

h6{
	font-size: 30px;
	letter-spacing: 6px;
	font-weight: normal;
	line-height: 1.8em;
	margin-bottom: 40px;
	color: #00897e;
}

p#h7{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size: 50px;
	text-align: center;
	padding: 0 1px 0 0;
	margin: 0;
}

#logo{
	display:inline-block;
	width: 500px;
}

#header-right{
	display:inline-block;
	vertical-align: top;
	float: right;
	margin: 30px 20px 0 0;
}

#header-right a{
	opacity: 1;
	transition: opacity 0.5s ease;
}

#header-right a:hover{
	opacity: 0.7;
	transition: opacity 0.5s ease;
}

#social-media{
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #00897e;
	border-radius: 80px;
	vertical-align: top;
	margin: 20px;
}

#contact-details{
	display: inline-block;
	width: 200px;
}

/* COVID-19 Elements */
#covid-popup{
	width: 50%;
	margin: auto;
	padding: 0 30px 10px;
	text-align: center;
	background-image: url("images/white90.png");
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	border-radius: 7px;
	z-index: 1000;
}

#covid-h1, #covid-h2{
    font-family: 'questrialregular';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 25px 2% 0;
	color: #ed1651;
	text-shadow: none;
	letter-spacing: normal;
}

.covid-p{
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 2%;
	padding-right: 2%;
}

#cross{
	margin: 0;
	text-align: center;
	background-color: #ed1651;
	color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	position: absolute;
	top: 15px;
	left: 15px;
	border: none;
	cursor: pointer;
}

#covid-popup button{
	opacity: 1;
	transition: opacity 0.7s ease;
}

#covid-popup button:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

/* COVID-19 ANIMATIONS */

#covid-popup{
	top: -740px;
	animation: drop 1s 1s ease forwards;
}

@keyframes drop{
	0%{ opacity: 0 }
	70%{ transform: translateY(1080px) }
	100%{ transform: translateY(1030px); opacity: 1 }
}

/* END COVID-19 Elements */

/* Navigation */
nav{
	margin: 0;
	padding: 0;
	border-top: 1px solid #00897e;
	border-bottom: 1px solid #00897e;
	text-align: center;
}

nav:after{
	content:"";
	display: table;
	clear: both;
}

nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

nav ul li{
	margin: 0;
	display: inline-block;
}

nav a{
	display: block;
	padding: 5px 30px 0;
	color: #574b47;
	font-size: 1.1em;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.active-page{
	color: #00897e;
}

#specials-menu{
	background-image: url(images/ocean-reach-specials-star.png);
	background-repeat: no-repeat;
    background-position: center;
}

nav a:hover{ 
	color: #00897e; 
}

nav a:visited{ 
	color: #574b47; 
}

nav a:visited:hover{ 
	color: #00897e; 
}

nav ul li:hover > ul{ 
	display: inherit; 
}

li > a:after{ 
	content:''; 
}

.toggle, [id^=drop]{
	display: none;
}

li > a:only-child:after{ 
	content:''; 
}
/* END Navigation */

#intro{
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}

#gallery{
	min-width:300px;
	max-width:2500px;
	margin: 0 auto;
	text-align: center;
	padding-left:2%;
}

.demonstrations { 
	float: left; 
	clear: both; 
	width: 100%; 
	text-align: center;
}

.demonstrations a {
	float: left;
	width: 31%;
	margin: 0 2% 2% 0;
	cursor: pointer;
 	-webkit-transition: all 0.3s linear;
 	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.demonstrations a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	position: relative;
	z-index: 5;

}

.demonstrations a img { 
	float: left; 
	width: 100%;
	height: auto;
}

.demonstrations .rightmost { 
	margin-right: 0; 
}

#specials {
	float: left;
	clear: both; 
	background: url(images/ocean-reach-specials-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #5193ce;
	font-size: 100%;
	line-height: 1.25;
	text-align: center;
	padding: 20px 40px;
	margin: 40px auto;
	width:100%;
}

#specials h2{
    font-family: 'questrialregular';
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.6em;
	color: #fff;
}

#specials h2.smaller{
    font-family: 'questrialregular';
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 0 12px #071d30;
}

ul#specials-boxes{
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;	
}

ul#specials-boxes li{
	display: inline-block;
	width: 300px;
	height: 525px;
	vertical-align: top;
	margin: 0 10px 10px;
	color: #5193ce;
	padding: 0 20px;
	background: #fff;
	border: 10px double #5193ce;
}

.icons{
	padding: 20px 0 5px;
}

ul#specials-boxes img{
 	-webkit-transition: all 0.3s linear;
 	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

ul#specials-boxes img:hover {
	-webkit-transform: scale(1.25) rotate(-5deg);
	-moz-transform: scale(1.25) rotate(-5deg);
	position: relative;
	top: -5px;
	z-index: 10;
}

ul#specials-boxes li:nth-child(even) img:hover{
	-webkit-transform: scale(1.25) rotate(5deg);
	-moz-transform: scale(1.25) rotate(5deg);
	position: relative;
	top: -5px;
	z-index: 10;	
}

ul#specials-boxes li h2 {
	letter-spacing: 1px;
	font-size: 24px;
	padding: 0 5px;
	margin: 0;
	color: #5193ce;
}

ul#specials-boxes li p {
	letter-spacing: 1px;
	font-size: 13px;
	padding: 0;
	line-height: 1.4em;
}

ul#specials-boxes li p a {
	color: #00b7a2;
	text-decoration: none;
}

ul#specials-boxes li p a:hover {
	color: #069988;
}

#townhouses{
	float: left;
	clear: both; 
	background: url(images/ocean-reach-townhouses-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #5193ce;
	font-size: 100%;
	line-height: 1.25;
	text-align: center;
	padding: 20px 10%;
	margin: 20px auto 0;
	width: 100%;
}

#two-townhouses{
	background: url(images/ocean-reach-townhouses.jpg) no-repeat; 
	width: 640px;
	height: 484px;
	margin: 10px auto 80px;
	border: solid 20px #fff;
}

#t1{
	float: left;
	width: 125px;
	margin: 310px 0 0 30px;
}

#t2{
	float: right;
	width: 125px;
	margin: 310px 25px 0 0;
}

#t1 img, #t2 img{
 	-webkit-transition: all 0.3s linear;
 	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}

#t1 img:hover {
	-webkit-transform: scale(1.25) rotate(-5deg);
	-moz-transform: scale(1.25) rotate(-5deg);
	position: relative;
	top: -5px;
	z-index: 10;
}

#t2 img:hover {
	-webkit-transform: scale(1.25) rotate(5deg);
	-moz-transform: scale(1.25) rotate(5deg);
	position: relative;
	top: -5px;
	z-index: 10;
}

#t1 a img, #t2 a img{
	width: 100%;
	height: auto;
}

ul#townhouse1and2 {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul#townhouse1and2 li {
	display: inline-block;
	width: 35%;
	vertical-align: top;
	margin: 0 5%;
}

ul#townhouse1and2 li img {
	padding: 40px 0 0;
}

#townhouse1and2 h2 {
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1em;
	color: #5193ce;
	margin: 20px 0 30px;
}

#townhouse1and2 p {
	color: #5193ce;
	font-size: 16px;
	line-height: 1.8em;
}

#gallery-floorplans-2{
	min-width: 300px;
	max-width: 2500px;
	margin: 0 auto;
	text-align: center;
	padding-left: 2%;
}

.floorplans-2 { 
	float: left; 
	clear: both; 
	width: 100%; 
	text-align: center;
}

.floorplans-2 a {
	float: left;
	width: 31%;
	margin: 0 2% 2% 0;
	cursor: pointer;
 	-webkit-transition: all 0.3s linear;
 	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.floorplans-2 a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	position: relative;
	z-index: 5;

}

.floorplans-2 a img { 
	float: left; 
	width: 100%;
	height: auto;
}

.floorplans-2 .rightmost { 
	margin-right: 0; 
}

#bookings{
	background: url(images/sunny-sky-strip.jpg) repeat-x top left; 
	clear: both;
	width: 100%;
	margin: 0 auto 60px;
	text-align: left;
	padding: 0 20%;
}

select{
	font-size: 1.1em;
    font-family: 'questrialregular';
	color: #574b47;
	margin-bottom: 20px;
}

#adults, #children, #infants{
	display: block;	
}

#extras, #portacot, #highchair, #wine, #wifi{
	display: inline-block;
	width: auto;
}

#wifi{
	margin-bottom: 20px;
}

.labelC, input, textarea{
	width: 94%;
	display: block;
	font-size: 1.3em;
}

input, textarea{
	padding: 10px;
    font-family: 'questrialregular';
	font-size: 1.1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

textarea{
	height: 120px;
	border: #574b47 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#send{
	width: 180px;	
	cursor: pointer;
    font-family: 'questrialregular';
	opacity: 1;
	font-size: 18px;
	border: solid 1px #574b47;
	border-radius: 5px;
	margin: 20px 0 0;
	background-color: #fff;
	text-decoration: none;
	color: #574b47;
	padding: 5px 40px;
}

#send:hover{
	background-color: #574b47;	
	color: #fff;
}

#about {
	clear: both; 
	background: url(images/about-ocean-reach-sandy-background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #574b47;
	font-size: 100%;
	line-height: 1.25;
	text-align: center;
	padding: 20px 40px;
	margin: 40px auto 0;
	width:100%;
}

#about ul {
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}

#about ul li {
	display: inline-block;
	width: 25%;
	margin: 0 3% 60px;
	vertical-align: top;
}

#about ul li img{
	display: block;
	width:100%;
	height: auto;
}

.about-text{
	background-image: url(images/ghost80.png);
	padding-right: 20px;
}

.about-text p{
	background-image: url(images/about-click.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
	padding: 20px 75px 20px 20px;
	margin: 0;
} 

.about-text a p{
	color: #574b47;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.about-text a:hover p{
	opacity: 0.6;
	transition: opacity 0.5s ease;
}

#about-1, #about-2, #about-3, #about-4, #about-5{
	clear: both; 
	width: 100%;
	color: #574b47;
	text-align: center;
	margin: 0;
	padding: 20px 10%;
	border-bottom: dashed #00897e 1px;
}

#about-6{
	clear: both; 
	width: 100%;
	color: #574b47;
	text-align: center;
	margin: 0;
	padding: 20px 10%;
}

#about-1 p, #about-2 p, #about-3 p, #about-4 p, #about-5 p, #about-6 p{
	font-size: 16px;
	letter-spacing: 2px;
}

#about-1 a, #about-2 a, #about-3 a, #about-4 a, #about-5 a, #about-6 a{
	opacity: 1;
	transition: opacity 0.5s ease;
}

#about-1 a:hover, #about-2 a:hover, #about-3 a:hover, #about-4 a:hover, #about-5 a:hover, #about-6 a:hover{
	opacity: 0.7;
	transition: opacity 0.5s ease;
}

#about-7{
	clear: both; 
	width:100%;
}

#about-7 img{
	display: block;
	width: 100%;
	height: auto;
}

#location{
	clear: both; 
}

#location ul{
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}

#location ul li{
	display: inline-block;
	width: 45%;
	margin: 0 0 60px 4%;
	vertical-align: top;
}

#location ul li p, #location label{
	text-align: left;
}

#location ul li img{
	width: 97%;
	height: auto;
}

#social-media-strip{
	clear: both;
	width: 100%;
	background-color: #00897e;
	text-align: center;
	padding: 10px 10px 20px;
}

#social-media-strip a #fb-circle{
	opacity: 1;
	transition: opacity 0.5s ease;
}

#social-media-strip a:hover #fb-circle{
	opacity: 0.7;
	transition: opacity 0.5s ease;
}

#social-media-strip p{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-size: 1em;
}

#fb-circle{
	clear: both;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 60px;
	margin: 0 auto 5px;
	text-align: center;
}

p#h8{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #00897e;
	font-size: 38px;
	text-align: center;
	padding: 0 1px 0 0;
	margin: 0;
	text-transform: lowercase;
}

footer{
	clear: both;
	width: 100%;
	background-color: #574b47;
	color: #fff;
	text-align: center;
	padding: 20px 2% 10px;
}

footer h3{
	font-family: 'lobster_twobold_italic';
	font-size: 60px;
	text-align: center;
	margin: 40px 0 0;
	padding: 0;
	color: #fff;
}

footer h4{
	font-size: 18px;
	letter-spacing: 7px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 0;
	padding: 0 0 40px;
	font-weight: normal;
	color: #fff;
}

footer p{
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #bbb;
}

footer p a{
	color: #fff;
	text-decoration: none;
}

footer p a:hover{
	color: #bbb;
}

#back-to-top{
	position: fixed;
	bottom: 0;
	right: 10%;
	width: 60px;
	z-index: 99;
}

#back-to-top img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.3;
	transition: opacity 0.5s ease;
}

#back-to-top img:hover{
	opacity: 1;
	transition: opacity 0.5s ease;
}






/*************** Break Point Responsive Code ***************/

@media screen and (min-width:0) and (max-width:1440px){
#about ul li {
	width: 360px;
}

}

@media screen and (min-width:0) and (max-width:1180px){
nav a{
	padding: 5px 20px 0;
	letter-spacing: 3px;
}
	
}

@media screen and (min-width:0) and (max-width:1150px){
#covid-popup{
	width: 70%;
}

intro{
	padding-left: 5%;
	padding-right: 5%;
}

}

@media screen and (min-width:0) and (max-width:1080px){
nav a{
	padding: 5px 15px 0;
}
	
}

@media screen and (min-width:0) and (max-width:1000px){
intro{
	padding-left: 2%;
	padding-right: 2%;
}

p{
	font-size: 18px;
}

h1{
	font-size: 54px;
	letter-spacing: 5px;
	line-height: 1.5em;
}

h2, #bookings h2, #specials h2{
	font-size: 32px;
	line-height: 1.5em;
}

#specials h2.smaller, #bookings h2.sm{
	font-size: 28px;
}
	
#townhouse1and2 h2 {
	font-size: 32px;
	letter-spacing: 2px;
}

#townhouse1and2 p {
	font-size: 14px;
	line-height: 1.6em;
}

h6{
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 1.5em;
	margin-top: 40px;
}

}

@media screen and (min-width:0) and (max-width:940px){
nav a{
	letter-spacing: 2px;
}
	
}

@media screen and (min-width:0) and (max-width:895px){
#logo{
	width: 340px;
}

h3{
	font-size: 55px;
	margin: 40px 0 0;
}

h4{
	font-size: 22px;
	letter-spacing: 4px;
	margin: 20px 0 0;
	padding: 0 0 30px;
}

h5{
	font-size: 22px;
	margin: 2px 0 0;
}

h5#top{
	font-size: 20px;
	margin: 18px 0 0;
}

h5#bottom{
	font-size: 15px;
}

p#h7{
	font-size: 46px;
}

#social-media{
	width: 75px;
	height: 75px;
	border-radius: 75px;
}

#header-right{
	margin: 13px 0 0 0;
}

#contact-details{
	width: 170px;
}

}

@media screen and (min-width:0) and (max-width:860px){
nav a{
	padding: 5px 10px 0;
	letter-spacing: 1px;
}
	
}

@media screen and (min-width:0) and (max-width:800px){
#two-townhouses{
	background: url(images/ocean-reach-townhouses450.jpg) no-repeat; 
	width: 470px;
	height: 353px;
	margin: 10px auto 80px;
	border: solid 10px #fff;
}

#t1{
	width: 100px;
	margin: 220px 0 0 30px;
}

#t2{
	width: 100px;
	margin: 220px 25px 0 0;
}

#location ul li{
	display: block;
	width: 100%;
	margin: 0 0 30px 4%;
}

#location ul li img{
	width: 90%;
}

#contact-us{
	width: 95%;
}

}

@media screen and (min-width:0) and (max-width:770px){
p{
	font-size: 16px;
}
	
h1{
	font-size: 44px;
	letter-spacing: 4px;
}

h2, #bookings h2, #specials h2{
	font-size: 30px;
}

#specials h2.smaller, #bookings h2.sm{
	font-size: 26px;
}
	
#townhouse1and2 h2 {
	font-size: 30px;
	margin: 20px 0 30px;
}

#townhouse1and2 p {
	font-size: 13px;
	line-height: 1.4em;
}

h6{
	font-size: 20px;
	letter-spacing: 4px;
	margin-top: 30px;
}

}

@media screen and (min-width:0) and (max-width:750px){
nav a{
	padding: 5px 10px 0;
	letter-spacing: 0.5px;
}
	
#bookings{
	padding: 0 10%;
}

}

@media screen and (min-width:0) and (max-width:720px){
nav a{
	letter-spacing: 0px;
}
	
ul#specials-boxes li{
	height: inherit;
}

}

@media screen and (min-width:0) and (max-width:700px){
nav{ 
	margin: 0; 
	width:100%;
	text-align:left;
}

nav a{
	padding: 0 0 10px 25px;
	line-height: 20px;
}
	
#first{
	padding-top:10px;	
}

#specials-menu{
	background-image: none;
}

.toggle + a, .menu{ 
	display: none; 
}

.toggle{
	display: block;
	background-color: #574b47;
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
	border: none;
}
	
.toggle:hover{ 
	background-color: #00897e; 
}

[id^=drop]:checked + ul{ 
	display: block; 
}

nav ul li{
	display: block;
	width: 100%;
}

nav a:hover{ 
	color: #00897e; 
}

}

@media screen and (min-width:0) and (max-width:680px){
#logo{
	display: block;
	width: 100%;
}
	
#header-right{
	display:block;
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

h3{
	margin: 30px 0 0;
}

h4{
	padding: 0 0 10px;
}

h5#top{
	margin: 8px 0 0;
}

#social-media{
	margin: 10px 20px 20px 5%;
}

#contact-details{
	padding-right: 5%;
}

}

@media screen and (min-width:0) and (max-width:645px){
ul#townhouse1and2 li {
	display: block;
	width: 100%;
	margin: 0;
	padding-left: 25%;
	padding-right: 25%;
}

}

@media screen and (min-width:0) and (max-width:625px){
h1{
	font-size: 36px;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2, #bookings h2, #specials h2{
	font-size: 28px;
}

#specials h2.smaller, #bookings h2.sm{
	font-size: 24px;
}
	
h6{
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

}

@media screen and (min-width:0) and (max-width:600px){
#two-townhouses{
	background: url(images/ocean-reach-townhouses300.jpg) no-repeat; 
	width: 320px;
	height: 242px;
	margin: 10px auto 80px;
}

#t1{
	width: 80px;
	margin: 140px 0 0 15px;
}

#t2{
	width: 80px;
	margin: 140px 15px 0 0;
}

#back-to-top{
	width: 50px;
}
	
#bookings{
	background-position: -50px 0;
}

}

@media screen and (min-width:0) and (max-width:510px){
#bookings{
	background-position: -150px 0;
}

#bookings{
	padding: 0 5%;
}

p{
	line-height: 1.4em;	
}
	
h1{
	font-size: 32px;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2, #bookings h2, #specials h2{
	font-size: 26px;
}

#specials h2.smaller, #bookings h2.sm{
	font-size: 22px;
}
	
h6{
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 10px;
}

p#h7{
	padding-top: 8px;
}

p#h8{
	padding-top: 8px;
}

#about ul li {
	width: 300px;
}

}

@media screen and (min-width:0) and (max-width:500px){
ul#townhouse1and2 li {
	padding-left: 15%;
	padding-right: 15%;
}

}

@media screen and (min-width:0) and (max-width:450px){
#bookings{
	background-position: -250px 0;
	font-size: 12px;
}

}

@media screen and (min-width:0) and (max-width:425px){
p{
	font-size: 14px;
}
	
h1{
	font-size: 28px;
}

h2, #bookings h2, #specials h2{
	font-size: 24px;
}

#specials h2.smaller, #bookings h2.sm{
	font-size: 20px;
}
	
h6{
	font-size: 16px;
}

#back-to-top{
	width: 40px;
}

}

@media screen and (min-width:0) and (max-width:399px){
#two-townhouses{
	background: url(images/ocean-reach-townhouses250.jpg) no-repeat; 
	width: 260px;
	height: 195px;
	margin: 10px auto 80px;
	border: solid 5px #fff;
}

#t1{
	width: 60px;
	margin: 120px 0 0 10px;
}

#t2{
	width: 60px;
	margin: 120px 10px 0 0;
}

#specials {
	background: url(images/ocean-reach-specials-background.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
#townhouses{
	background: url(images/ocean-reach-townhouses-background.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#about{
	background: url(images/about-ocean-reach-sandy-background.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#social-media{
	margin: 10px 10px 20px 6%;
}

#contact-details{
	padding-right: 5%;
}

p#h7{
	font-size: 44px;
}

ul#specials-boxes li{
	width: 250px;
	margin: 0 auto 10px;
}

ul#specials-boxes li:nth-child(1n){
	height: 620px;
}

ul#specials-boxes li:nth-child(2n){
	height: 530px;
}

ul#specials-boxes li:nth-child(3n){
	height: 570px;
}

ul#specials-boxes li:nth-child(4n){
	height: 645px;
}

#about ul li {
	width: 260px;
	margin: 0 0 30px;
}

p#h8{
	font-size: 42px;
	line-height: 46px;
	}
	
footer h3{
	font-size: 40px;
	margin: 20px 0 0;
}

footer h4{
	font-size: 12px;
	letter-spacing: 6px;
	margin: 10px 0 0;
	padding: 0 0 20px;
}

}
