@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	padding: 5px;
	font-family:sans-serif;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	font-style: normal;
	font-weight: 400;
}
/* These styles control the top navigation bar*/

nav {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(196,144,59,1.00);
	width: 100%;
	height: 50px;
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	margin-bottom: 10px;
}
nav li {
    margin: 0px;
    padding: 4px 7px 0px 3px;
    border-right: 1px solid #FFF;
    display: inline-block;
}
nav li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}
nav li a:hover {
    color: rgba(192,66,100,1.00);
}
nav li:last-of-type {
    border-right: 0px;
}
/* End of the top navigation bar codes*/


.grid-wrap>div{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	margin-left: 0px;
	border-collapse: collapse;
	}
div.logo, div.footer {
	background-color: #832F0E;
	color: white;
}
div.header {
	border-radius: 20px;
}
div.text1 .index {
	text-align: left;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
p {
    font-size: 18px;
    line-height: 25px;
    margin: 10px;
}
h1 {
	font-size: 55px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
}
h2 {
    font-size: 24px;
    margin: 15px 0px 5px 10px;
}

img {
    width: 100%;
    height: auto;
}
 div.logo img{
    width: 100%;
}
div.text2 ul {
    margin-top: 20px;
    padding: 10px;
}
div.text2 li {
	list-style-type: none;
}
video {
	width: 100%;
	height: auto;
}
.footer a {
	text-decoration: none;
	color: white;
	font-style: italic;
}
 .sale {
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.text1 #center {
	text-align: center;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.video form #center {
	padding-left: 20%;
	padding-right: 0px;
}
.video form fieldset {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	line-height: 2em;
}
.list dl dt {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.list dl dd {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.list {
	margin-top: 20px;
}
.text2 table {
	border: 4px solid #832F0E;
	border-collapse: collapse;
	margin-left: 25%;
	margin-right: 25%;
	}
.text2 td {
	padding: 10px;
	font-size:0.8em;
	}
.text2 tr:nth-of-type(odd) {
	background-color: #CC9E4A;
}

.text2 td a {
	color: #AA5923;
	}
.text1 table {
	border: 4px solid #832F0E;
	border-collapse: collapse;
	margin-left:25%;
	margin-right: 25%;
}
.text1 td {
	padding: 10px;
	font-size:0.8em;
	}
.text1 tr:nth-of-type(odd) {
	background-color: #CC9E4A;
}

.text1 td a {
	color: #AA5923;
	}






@media (max-width: 1026px) {
	h1 {
		font-size: 46px;
	}
	div.text1 .index {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	nav {
		height: 80px;
		font-size: 13px;
		line-height: 2em;
	}
		div.logo {
		margin-top: 30px;
	}
	img {
    width: 70%;
    height: auto;
}
	video {
	width: 70%;
	height: auto;
}
	div.image1 img.constrain {
		height: 300px;
		width: auto;
	}
	div.image2 img.constrain {
		height: 300px;
		width: auto;
	}
	div.text2 #address {
		margin: 10px auto;
	padding: 0;
	}
.text2 table {
	margin-left: 25%;
	margin-right: 25%;
	}
.text1 table {
	margin-left: 25%;
	margin-right: 25%;
	}
}



@media only screen and (min-width: 500px) and (max-width: 700px){
.text1 table {
	margin-left: 10%;
	margin-right: 10%;
	}
.text1 td {
	padding: 8px;
	font-size:0.8em;
	}

.text2 table {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	}
.text2 td {
	padding: 8px;
	font-size:0.8em;
	}
}



@media (max-width: 500px){
	nav {
		height:80px;
		font-size: 11px;
		line-height: 1.5em;
	}
	h1 {
		font-size: 25px;
	}

	div.logo {
		margin-top: 30px;
	}
	p {
    font-size: 14px;
    line-height: 15px;
    margin: 10px;
}
	div.text1 .index {
	text-align: center;
}
img {
    width: 50%;
    height: auto;
}
img.main-logo {
    width: 60%;
	height: auto;
}
.text2 table {
	margin-left: 10%;
	margin-right: 10%;
	}
.text2 td {
	padding: 5px;
	font-size:0.7em;
	}
.text1 table {
	margin-left: 10%;
	margin-right: 10%;
	}
.text1 td {
	padding: 5px;
	font-size:0.7em;
	}
img.constrain {
		display: none;
	}
.video form #mycomments {
		width: 90%;
		height: 100px;
	}
.video form #myemail {
		width: 90%;
	}
.video form #myname {
		width: 90%;
	}
.video form #myphone {
		width: 90%;
	}
}


@media (max-width: 375px){
.text2 table {
	margin-left: 5%;
	}
.text2 td {
	padding: 5px;
	font-size:0.5em;
	}
.text2 td a {
	font-size: .75em;
	}
.text1 table {
	margin-left: 5%;
	}
.text1 td {
	padding: 5px;
	font-size:0.5em;
	}
.text1 td a {
	font-size: .75em;
	}
.video form #center {
	padding-left: 5%;
}


}
