@charset "utf-8";
/* CSS Document */
html{
	font-family: 'cambria', sans-serif;
	box-sizing: border-box;
}

body { 
	background-color: #E5E7E6;
}

h1 {
	font-size: 50px;
	color: #8A3324;
}

p{
	font-size:20px;
}
.search{
 width: 300px;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 45px;
}
 .fa-phone {
    color: #E5E7E6;
	float: left;
  }
 .fa-comments {
    color: #E5E7E6;
	 float: left;
  } 
.fa-envelope {
    color: #E5E7E6;
	float: left;
  }

.logo {
    min-width: 100%;
    height: 160px;
	object-fit: scale-down;
	padding: 0px;
	float: left;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }

.topnav {
  background-color: #8A3324;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: left;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 22px;
}

.topnav a:hover {
  color: #000000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
.search-container {
	bottom:10px;
	right: 5px;
}

.topnav input[type=text] {
  float: right;
  padding: 6px 10px;
  border: none;
  margin-top: 12px;
  margin-right: 16px;
  font-size: 17px;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 12px;
  margin-right: 16px;
  background: #E5E7E6;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

.content {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
 font-size: 50px;
	color: #E5E7E6;
  width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  padding: 10px;
}

.hero-image-about {
  background-image: url("/images/theroad.jpg");
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
		opacity: .75;
}
.hero-image-contact {
  background-image: url("/images/SGPic1.jpg");
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
		opacity: .75;
}
.hero-image-locations {
  background-image: url("/images/SGPic3.jpg");
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	opacity: .75;
}
.hero-image-products {
  background-image: url("/images/walker.jpg");
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
		opacity: .75;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #8A3324;
	font-size: 100px;
	opacity: 1;
}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
hr {
width: 100%;
height: 2px;
background-color: #8A3324; 
margin-right: auto;
margin-left: auto;
margin-top: 5px;
margin-bottom: 10px;

}

/*  COLUMN SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 32.2%;
}
.span_2_of_3 {
	width: 32.2%;
}
.span_1_of_3 {
	width: 32.2%;
}
.span_1_of_2 {
	width: 49.2%;
}
.span_2_of_2 {
	width: 49.2%;
}
.products {
  max-width: 100%;
    width: 100%;
    height: 300px;
	object-fit: contain;
	padding: 0px;
}

@media only screen and (max-width: 600px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
@media only screen and (max-width: 600px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}
}