﻿.banner {
	background-image: url('../images/bowl-2100.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


@media only screen and (max-width:1600px) {

.banner {
	background: url('../images/bowl-1600.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
}

@media only screen and (max-width:1100px) {
.banner {
	
	background: url('../images/bowl-1100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:800px) {
.banner {
	background: url('../images/bowl-800.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:400px) {
.banner {
	background: url('../images/bowl-400.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

.thanks-content {
	position: relative;
	display: block;
	margin: 0 auto;
	width:100%;
	padding-bottom:8%;
	padding-top:3%;
	padding-right:8%;
	padding-left:15%;
}
.thanks-content h2 {
	text-align:left;
}

@media only screen and (max-width:600px) {
	.thanks-content h2 {
		font-size:29px;
	}
}

.thanks-content p {
	padding-bottom:10px;
}


.thanks-content a {
	
	font-weight:500;
}


.thanks-content a:hover{
	color: black;
	font-weight:500;
}

@media only screen and (max-width:800px) {
	.thanks-content p, .thanks-content a {font-size:16px}
}
.thanks-container {
	display: block;
	width:60%;
}

@media only screen and (max-width:1000px) {
	.thanks-container{width:80%;}
}

@media only screen and (max-width:800px) {
	.thanks-container{width:100%;}
}
.thanks-banner {
	background-image: url('../images/capers-2100.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}


@media only screen and (max-width:1600px) {

.thanks-banner {
	background: url('../images/capers-1600.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
}

@media only screen and (max-width:1100px) {
.thanks-banner {
	
	background: url('../images/capers-1100.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:800px) {
.thanks-banner {
	background: url('../images/capers-800.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:400px) {
.thanks-banner {
	background: url('../images/capers-400.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (max-width:400px) {
	h1 {
		display: none;
	}
}

h2, h2 a {
	font-size: 44px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	line-height: 1;
	padding-top: 10px;
}


@media only screen and (max-width:600px) {
	h2, h2 a, h2 a:hover {
		font-size: 33px;
	}
}
h3 {
	text-align:center;
	padding-top:10px;
	font-weight: 400;
	font-size: 14px;
	color:#333333;
	line-height: 1.5;
}

h3 a{
	font-size: 14px;
	border:none;
	color:#333333;
	font-weight:400;
}

h3 a:hover{
	color: #111111;
}

@media only screen and (max-width:600px) {
	h3, h3 a, h3 a:hover {
		font-size: 17px;
	}
}

@media only screen and (max-width:400px) {
	h3, h3 a, h3 a:hover {
		font-size: 15px;
	}
}

#content {
	
	padding-bottom: 5%;

}

.imagecontainer {
	display: inline-block;
	width:49%;
	
}



#formcontainer {
	display:inline-block;
	width: 50%;
	position: relative;
	vertical-align: top;
	padding-top:0;
	
}



#form {
	position: relative;
	display:block;
	vertical-align: top;
	width:100%;
	margin: 0 auto;
}

form {
	 display: block;
	 width: 75%;
}


@media only screen and (max-width:1200px){
	.imagecontainer {
		padding-right:2%;
	}
	#formcontainer {
		padding-left:2%;
	}
}

@media only screen and (max-width:800px) {
	.imagecontainer {
		display: block;
		width:100%;
		margin: 0 auto;
	}
	#formcontainer {
		display: block;
		width:100%;
		margin: 0 auto;
	}
	form {
		margin: 0 auto;
	}
}


@media only screen and (max-width:700px) {
	form {
		width:90%;
	}
}
label {
	display: block;
	padding-top: 20px;
	padding-bottom:5px;
	font-size: 14px;
	font-family: "Montserrat", "Open Sans", sans-serif;
	text-align:left;
	color:#333333;
}

@media only screen and (max-width:600px) {
	label {
		font-size:15px;
	}
}

input {
	height: 40px;
    padding-left: 4px;
    width: 100%;
	display: block;
	background-color: #ffffff;
	font-size: 14px;
	border: 2px solid #888888;
	font-family: "Montserrat", "Open Sans", sans-serif;
}

textarea {
	height: 30px;
    padding-left: 4px;
    width: 100%;
	display: block;
	background-color: #ffffff;
	border: 2px solid #888888;
}

#comments {
	height: 150px;
}

.button {
	width: 100px;
	height:50px;
	background-color: #111111;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: white;
	border: none;
}

.button:hover {
	color: #cccccc;
	border: none;
}

.credit {
	display: inline-block;
	width:37%;
	padding-left: 30px;
}

.credit img {
	box-shadow: 0px 5px 10px #6C4A1E;
	width: 100%;
}

.credit img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70%);
}


@media only screen and (max-width:800px) {
	#form {
		width:100%;
		display: block;
	}
	.credit {
		display: none;
	}
}

@media only screen and (max-width:500px) {
	#content {
		padding: 3% 10px 50px 10px;
	}
}