
body {
	background: #f6ecd3 url("images/bgSite.jpg") repeat;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.noPadd {
	padding: 0;
}
h2 {
	font-family: 'Merriweather', serif;
}
.addressBar {
	color: #a2988a;
	padding: 10px;
	font-family: 'Merriweather', serif;
}
.addressBar h1, .addressBar p {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.addressBar a {
	color: #a2988a;
}
.addressBar a:hover {
	text-decoration: underline;
}
.topImage {
	position: relative;
}
.logo {
	position: absolute;
	z-index: 20;
}
#carousel {
	height: 700px;
	overflow: hidden;
}
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
.slide1 {
	background-image: url(images/slide1.jpg);
	background-size: cover;
}
.slide2 {
	background-image: url(images/slide2.jpg);
	background-size: cover;
}
.slide3 {
	background-image: url(images/slide3.jpg);
	background-size: cover;
}
.welcomeIntro {
	background-color: #cbbb9f;
	background-image: url(images/bgWelcome.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 20px;
	position: relative;
}
.welcomeIntro h2 {
	background-image: url(images/bgTxtWelcome.png);
	background-repeat: no-repeat;
    height: 80px;
    font-size: 39px;
    font-weight: 400;
    padding: 20px 0 0 20px;
    color: #000;
    margin-bottom: 0;
}
.bamburghCastle {
	position: relative;
	top: -50px;
}
.menu {
	background-image: url(images/bgCake.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	padding-top: 50px;
}
.menu h2 {
	background-image: url(images/bgTxtWelcome.png);
	background-repeat: no-repeat;
    background-size: contain;
    height: 64px;
    font-size: 39px;
    font-weight: 400;
    padding: 13px 0 0 28px;
    color: #000;
    margin-bottom: 0;
    margin-top: 40px;
}
.menu .btn-default {
	color: #cbbb9f;
    background-image: url("images/bgSite.jpg");
    border: 0;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 16px;
   	font-family: 'Merriweather', serif;
   	   	border-radius: 0px;
}
.menu .btn-default:hover {
    color: #e6d7bb;
}
.exteriorPic {
	background-image: url(images/exterior.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
.mailingList {
	background-color: #ca8342;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: -6px;
}
.mailingList label {
	color: #fff;
	font-weight: normal;
	margin-right: 10px;
}
.mailingList .btn-default {
	color: #cbbb9f;
    background-image: url("images/bgSite.jpg");
    border: 0;
    font-size: 13px;
   	font-family: 'Merriweather', serif;
   	border-radius: 0px;
}
.mailingList .btn-default:hover {
    color: #e6d7bb;
}
.mailingList input {
	width: 40%;
    font-size: 14px;
    padding: 3px;
}
footer {
	color: #ede4d4;
	font-size: 13px;
	font-family: 'Merriweather', serif;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer img {
	margin: 0 auto;
}
footer a {
	color: #ede4d4;
	text-decoration: underline;
}
footer a:hover {
	color: #ede4d4;
	text-decoration: none;
}

/* Media Queries */

@media only screen and (max-width : 1024px) {
	#carousel {
    height: 570px;
	}
	
}

@media only screen and (max-width : 768px) {
	.menu {
	    background-position: 50% 0%;
	}
	.bamburghCastle {
	    top: -40px;
	}
	#carousel {
	    height: 430px;
	}
}


@media only screen and (max-width : 667px) {
	.text-left, .text-right {
		text-align: center;
	}
	.addressBar {
		text-align: center;
	}
	.addressBar h1 {
		margin-bottom: 6px;
	}
	.menu {
		padding-top: 0px;
		height: auto;
		padding-bottom: 30px;
	}
	.menu .btn-default {
		display: block;
	}
	.topImage {
		height: 195px;
	}
	#carousel {
	    height: 370px;
	}
	.logo {
		margin: 0 auto;
		position: relative;
	}

	.menu {
	    background-position: 40% 0%;
	}
	.bamburghCastle {
	    position: relative;
	    top: -60px;
	}
	.welcomeText {
		margin-top: 0px;
		width: 49%;
		display: inline-block;
	}
	.welcomePic {
		width: 49%;
		display: inline-block;
	}

	
}
@media only screen and (max-width : 375px) {
	.welcomeText {
		margin-top: -70px;
		width: auto;
	}
	.welcomePic {
		width: auto;
	}
	.exteriorPic {
	    height: 260px;
	}
	.topImage {
	    height: 200px;
	}
	#carousel {
	    height: 214px;
	    overflow: hidden;
	}
	.mailingList input {
	    width: 100%;
	    margin-bottom: 5px;
	}
}