.counter {
  visibility: hidden;
}
.stock-list {
  list-style-type: none;
}
.front-link a {
  margin-left: 8px;
  margin-right: 8px;
}
.stock-list a {
  text-decoration: none;
}
.stock-list a:hover {
  text-decoration: none;
}
/* slideshow */
.slides {
    display: none;
}
.image-container img {
    max-width: 100%;
}
.image-control {
    clear: both;
}
.image-control button {
    background-color: #57292e;
    color: #ffffff;
    font-size: 20px;
}
.image-control button:hover {
    text-decoration: underline;
}
/*end of slideshow */
/* start of responsive divs */
.wrapper {
  overflow:hidden;
}
#front {
  float: center;
}
.wrapper div {
   /*min-height: 200px;*/
}
#one {
  float:left;
}
#one-front {

}
#two {
  overflow:hidden;
}
#two-front {

}
#two img {
	float: left;
}


/* end of respnsive divs */
body {
	margin: 0;
}
address {
	background-color: #57292e;
	color: #ffffff;
	text-align: center;
}
table {
	max-width: 100%;
	table-layout: fixed;
}
.header img {
	padding: 0px;
	margin: 0px;
}
.header ul {
	padding: 0px;
	margin: 0px;
}
.button {
	border: 1px solid black;
	background-color: #57292e;
	color: #ffffff;
	text-decoration: none;
  margin-left: 5px;
}
span .button a {
  text-decoration: none;
}
.button:hover {
	text-decoration: underline;
}
.button-center {
	border: 1px solid black;
	background-color: #57292e;
	color: #ffffff;
	text-decoration: none;
}
.button-center:hover {
	text-decoration: underline;
}
.logo {
	text-align: center;
	padding-bottom: -50px;
}
.mainslideshow img {
	width: 100%;
	height: 50%;
	z-index: -1;
}
#logo {
	max-width: 100%;
}
#motto {
	padding-top: -50px;
}
.nav {
	text-align: center;
}
/* start of responsive menu */
.nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align: center;
	background-color: #57292e;
}
.nav li {
	display:inline-block;
}
.nav li a {
	display:block;
	text-align: center;
	color: #ffffff;
	background: #57292e;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: 30px; /* Drop down menu font size*/
}
li:hover a {
	text-decoration: underline;
}
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}
li ul {
	display: none;
}
li ul li {
	display: block;
	float: none;
}
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
.show-menu {
	text-decoration: none;
	color: #ffffff;
	background: #57292e;
	text-align: center;
	padding: 10px 0;
	display: none;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/
@media screen and (max-width: 1000px)  {
  #motto {
    font-size: 20px;
    font-weight: bold;
  }
    .wrapper {
    max-width: 100%;
    }
    /*.large th {
      font-size: 25px;
    }
    .large td {
      font-size: 25px;
    }
    .large img {
      width: 100%;
    }
    .large p {
      font-size: 25px;
      font-weight: bold;
    }*/
    .body-color td {
      font-size: 10px;
    }
    .wrapper-front {
    text-align: centre;
    max-width: 100%;
    }
   #one {
    float: none;
    margin-right:0;
    width:auto;
    border:0;
  }
	#two img {
		width: 100%;
        clear: left;
	}
  #two-front img {
        clear: left;
	}
	table th {
		font-size: 10px;
	}
	table td {
		font-size: 10px;
	}
  /*.large caption {
    font-size: 25px;
    font-weight: bold;
  }*/
    .image-control {
    clear: both;
    text-align: center;
  }
  .image-control button {
    /*font-size: 100px;*/
  }
  body img {
    max-width: 100%;
  }
    table {
    width: 100%;
    }
	.nav ul {
		position: static;
		display: none;
    /*font-size: 25px;*/
    color: #ff0000;
	}
	li {
		margin-bottom: 1px;
	}
	ul li, li a {
		width: 100%;
	}
	.show-menu {
		display:block;
    font-size: 30px;
	}
/*  .nav li a {
    font-size: 75px;
  }
  caption {
    font-size: 25px;
  }*/
}
/* everything below this is old */
body {
	background-color:#8DA1A1;
}

hr {
	width:60%;
}

td {
	text-align:center;
	background-color:#FFFFFF;
}

th {
	text-align: center;
	background-color: #57292e;
	color: #ffffff;
}

.float-left {
	float:left;
}

.float-right  {
	float:right;
}

.no-border {
	border-width:0px;
}

.no-list li {
	list-style-type: none;
}
.body-color {
	text-align:left;
	background-color:#8DA1A1;
}
.center {
	text-align:center;
}
