@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: RobotoRegular;
  src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: RobotoMedium;
  src: url(/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: OpenSansnorm;
  src: url(/fonts/OpenSans-VariableFont.ttf);
}
#wrapper {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
#menuwrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#menumainwrap {
  width: 100%;
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 40px;
}
.title h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: OpenSansnorm;
}
nav {
  position: sticky;
  top: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  background-color: #fff;
}
.logo {
  width: 100px;
  align-items: center;
  float: left;
}
.title {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.logo img {
  width: 100px;
}
.menu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nav-links {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
.nav-links li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-links a {
  display: flex;
  padding: 5px 15px;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-family: OpenSansnorm;
  flex-wrap: wrap;
  line-height: 20px;
}
.nav-links a:hover {
  text-decoration: underline;
}
.nav-links .nav-cta-button {
  padding: 5px 15px;
}
.nav-links .nav-cta-button:hover {}
/*.decorate {
    font-weight:bold;
text-decoration: underline;
}*/
.hamburger {
  display: none;
  cursor: pointer;
  width: 34px;
  text-align: left;
  float: left;
}
.hamburger .bar {
  flex-basis: 100%;
  height: 4px;
  background-color: #111;
  margin: 3px;
}
.header_image {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 640px;
  border-top: 1px solid #AAAAAA;
}
.header_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-image: url('../images/table_chairs.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-filter: brightness(60%);
  -moz-filter: brightness(60%);
  -o-filter: brightness(60%);
  -ms-filter: brightness(60%);
  filter: brightness(60%);
}
#header_text {
  position: relative;
  width: 100%;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.head_title {
  width: 80%;
  font-family: OpenSansnorm;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
  filter: brightness(100%);
  line-height: 72px;
}
.head_desc {
  width: 80%;
  font-family: OpenSansnorm;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  vertical-align: bottom;
  line-height: 26px;
  filter: brightness(100%);
}
.contactusbox {
  width: 140px;
  background-color: #111;
  color: #fff;
  font-family: OpenSansnorm;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.contactusbox a {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  color: #fff;
}
.contactusbox a:link {
  color: #fff;
  text-decoration: none;
}
.contactusbox a:visited {
  background-color: #fff;
  text-decoration: underline;
}
.contactusbox a:hover {
  background-color: #5e5e5e;
}
.contactusbox a:active {
  background-color: #fff;
  text-decoration: underline;
}
.contactusbox a:focus {
  background-color: #fff;
  text-decoration: underline;
}
#secholder {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: auto;
  width: 60%;
  gap: 10px;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.leftsec {
  width: 100%;
  padding-top: 0px;
}
.rightsec {
  width: 100%;
}
.sechead {
  font-family: OpenSansnorm;
  font-size: 3rem;
  font-weight: bold;
  color: #111;
  text-align: left;
  vertical-align: middle;
}
.secdesc {
  font-family: OpenSansnorm;
  font-size: 1.2rem;
  font-weight: normal;
  color: #555;
  line-height: 2rem;
  text-align: left;
  padding: 0px;
}
.contimg {
  width: 90%;
  padding: 10px;
  float: right;
}
.strapline {
  width: 60%;
  font-family: OpenSansnorm;
  font-size: 3vw;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.straplinetitle {
  width: 60%;
  font-family: OpenSansnorm;
  font-size: 3vw;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.strapdesc {
  font-family: OpenSansnorm;
  font-size: 1.2rem;
  font-weight: normal;
  color: #555;
  line-height: 2rem;
  padding: 20px;
  text-align: center;
}
.strappad {
  padding-top: 80px;
}
.homelink {
  font-weight: bold;
}
.homelink a:link {
  text-decoration: none;
  font-size: 1.2rem;
  border: 1px solid #555555;
  border-radius: 10px;
  background-color: #111;
  padding: 8px;
  margin-left: 8px;
  color: #fff;
}
.homelink a {
  text-decoration: none;
  color: #fff;
}
.homelink a:hover {
  text-decoration: none;
  background-color: #5e5e5e;
}
.homelink a:active {
  text-decoration: none;
  color: #fff;
}
.homelink a:visited {
  text-decoration: none;
  color: #fff;
}
#secnholder {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.leftnsec {
  width: 100%;
  padding-top: 0px;
}
.secnhead {
  font-family: OpenSansnorm;
  font-size: 3rem;
  font-weight: bold;
  color: #111;
  text-align: left;
}
.linkfooter {
  width: 100%;
  background-color: #ebebeb;
  text-align: center;
  padding: 25px 0px 25px 0px;
}
.footerlinks {
  display: flex;
  padding: 5px 15px;
  flex-direction: row;
  text-align: center;
  align-items: center;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  font-family: OpenSansnorm;
  font-size: 1rem;
}
.footerlinks li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.footerlinks a {
  display: flex;
  color: #111;
  text-decoration: none;
  font-size: 1rem;
  font-family: OpenSansnorm;
  flex-wrap: wrap;
  line-height: 20px;
}
.footerlinks a:hover {
  text-decoration: none;
}
.footlink {
  padding: 40px;
}
.socialfooter {
  width: 100%;
  background-color: #ebebeb;
  text-align: center;
  padding: 0px 0px 15px 0px;
}
.fblogo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#copyrightwrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.copyright {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: OpenSansnorm;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.menuunderline {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
#aboutusmain {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.aboutustitle {
  font-family: OpenSansnorm;
  font-size: 4rem;
  font-weight: bold;
  text-align: left;
  padding-top: 40px;
}
.aboutusdesc {
  font-family: OpenSansnorm;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  line-height: 2rem;
}
#aboutusspace {
  height: 200px;
}
#galholder {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  gap: 10px;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}
.galimg {
  width: 19vw;
  height: 19vw;
  object-fit: cover;
  overflow: hidden;
}
.thumbclass {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  margin-right: 0px;
  margin-bottom: 0px;
}
.thumbclass:hover {
  transform: scale(1.2);
}
.photodesc {
  font-family: OpenSansnorm;
  font-size: 1.2rem;
  font-weight: normal;
  color: #555;
  line-height: 2rem;
  padding: 20px;
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: left;
}
.photoline {
  width: 60%;
  font-family: OpenSansnorm;
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.photoimg {
  width: 90%;
  height: 100%;
  padding-right: 10px;
  float: left;
}
.phototitle {
  width: 60%;
  font-family: OpenSansnorm;
  font-size: 3rem;
  font-weight: bold;
  color: #111;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.photonobold {
  font-weight: normal;
}
.photohead {
  font-family: OpenSansnorm;
  font-size: 3rem;
  font-weight: bold;
  color: #111;
  text-align: left;
  vertical-align: middle;
}
.termshead {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

.qty {
	padding-left:30px;
	font-size:18px;
	
	
}

.qtybox {
	width:50px;
	
}

.ea {
	
	font-size:18px;
	
}