/* * { border: 1px solid black; } */
/* div, section, header, nav, footer { border: 1px dotted black; } */

body,h1,h2,h3,h4,h5,h6,.w3-wide {
  font-family: "Roboto", "Montserrat", sans-serif;
  font-size: 0.85em;
  color: #555555;
  border-collapse: all;
  margin: 0px;
  padding: 0px;
  /* overflow: hidden; */
  text-align: center;
}

a, i {
  list-style-type: none;
  color: #5a5a5a;
  font-weight: 700;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

/* .bigFirst { initial-letter: 2; } */

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
li {
  display: inline-block;
  padding-right: 20px;
}

.bold     { font-weight:  700; }
.font8pt  {   font-size:  8pt; }
.font9pt  {   font-size:  9pt; }
.font10pt {   font-size: 10pt; }
.font11pt {   font-size: 11pt; }
.font12pt {   font-size: 12pt; }

input, textarea, select, fieldset {
  border-radius: 5px;
  background: transparent;
  border: none;
  resize: none;
  outline: none;
}

.fabutton {
  background: none;
  padding: 0px;
  border: none;
}

#header {
  max-width:1000px;
  margin: auto;
  height: 100px;
  /* width: 100%; */
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* background: lightblue; */
}
#header-left {
  text-align: left;
  flex: 450px;
  margin-right: 25px;
}
#header img#logo {
  height: 88px;
  /* width: 45% */
  /* text-align: right; */
  /* display: inline-block; */
}
#header-right {
  flex: 30%;
}
#header-right-top {
  display: block;
  text-align: right;
  margin: 10px;
}
#header-right-bot {
  display: block;
  text-align: right;
  margin: 10px;
}
#search-header {
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-right: 10px;
  padding-right: 10px;
}
#search-header:hover {
  background-color: #c0c0c0;
}
#search-header input {
  height: 38px;
  border: none;
  color: #545454;
  padding-left: 10px;
  padding-right: 10px;
  width: 225px;
  margin-right: 10px;
  
}
#cart-header {
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 5px;
  /* margin-right: 10px; */
  padding-right: 10px;
}
#cart-header:hover {
  background-color: #c0c0c0;
}
#cart-header button {
  padding: 11px 4px 11px 11px;
}
#cart-header #cart-qty {
  position: relative;
  top: -2px;
  right: 52px;
  color: red;
}

/*********
* Top Nav Bar
*********/
nav {
  background-color: #2a7fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
nav div#wrapper {
  max-width:1000px;
  margin: auto;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
nav li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
nav i {
  color: white;
}

/*********
* Page Section
*********/
section#page-wrapper {
  width: 100%;
  display: flex;
  text-align: center;
}

/*********
* Side Nav Bar
*********/
aside#nav {
  width: 180px;
  flex-shrink: 0;
  overflow: none;
}
aside#nav ul {
  display: inline;
}
/*aside#nav a {
  display: inline-block;
  white-space: nowrap;
}*/
aside#nav ul li {
  font-size: 14px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
}
aside#nav ul li ul li {
  font-size: 13px;
  padding-left: 10px;
  padding-top: 3px; 
  padding-bottom: 4px;
}
aside#nav ul li ul li ul li {
  font-size: 12px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
/* Remove Link Decoration */
aside#nav a {
  text-decoration: none;
  font-weight: 500;
}
/* Icon Width */
aside#nav i { width: 22px; text-align: center; }

/*********
* Content
*********/
section#content {
  max-width: 1020px;
  min-height:550px;
  overflow: auto; /* hidden */
}


/*******************
* Sections
*******************/
/*********
* Info
*********/
section {
  max-width:1000px;
  margin: auto;
  padding: 15px;
}
/*section#whoweare {
  width: 95%;
  text-align: left;
}
/*section#whoweare h1 {
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
}*/
/*section#whoweare p {
  padding-left: 40px;
}*/

/*********
* Product Lines
*********/
section#product-lines {
  width: 98%;
  display: flex;
  overflow: hidden;
}

/* section#product-lines div {
  flex-basis: 300px;
	flex-grow: 0;
	flex-shrink: 0;
  border: solid #c0c0c0 2px;
  margin: 5px;
  border-radius: 5px;
  vertical-align: top;
  height: 275px;
  padding: 10px;
  background-color: white;
} */

section#product-lines a {
  text-decoration: none;
  font-weight: 500;
}

section#product-lines div.prod-box {
  flex-basis: 350px;
	flex-grow: 0;
	flex-shrink: 0;
  border: solid #c0c0c0 2px;
  margin: 5px;
  border-radius: 5px;
  vertical-align: top;
  height: 255px;
  width: 350px;
  padding: 10px;
  background-color: white;
}

section#product-lines div.img-box {
  width: 300px;
  max-width: 300px;
  min-height: 200px;
  height: 200px;
  max-height: 200px;
  /*flex-grow: 0;
	flex-shrink: 0;*/
  overflow: hidden;
  border: 0;
  margin: auto;
  /* border: 1px dotted gray;
  text-align: center;
  vertical-align: middle; */
}
section#product-lines img#img_led_light {
  width: auto;
  height: 230px;
  margin-top: -15px;
}
section#product-lines img#img_navion_radio {
  width: 295px;
  height: auto;
  margin-top: 20px;
  margin-left: -12px;
}
section#product-lines img#img_network_power {
  width: 295px;
  height: auto;
  margin-top: 15px;
  margin-left: -12px;
}
section#product-lines img#img_tccsa_thermostat {
  width: auto;
  height: 180px;
  margin-top: 10px;
  margin-left: -12px;
}
section#product-lines img#img_multiplex {
  width: auto;
  height: 180px;
  margin-top: 10px;
  margin-left: 0px;
}
section#product-lines img#img_four {
  width: auto;
  height: 200px;
  margin-top: 0px;
  margin-left: -12px;
}
section#product-lines p {
  margin-top: 5px;
}

/*********
* Navion
*********/
section#navion {
  text-align: left;
}
section#navion ul {
  padding-left: 50px;
  display: block;
  list-style-type: circle;
  list-style-position: outside;
}
section#navion ol {
  padding-left: 50px;
  display: block;
  list-style-type: decimal;
  list-style-position: outside;
}
section#navion li {
  display: block;
  list-style-type: decimal;
  list-style-position: outside;
}
section#navion dt {
  font-weight: 650;
  color: #5a5a5a;
}
section#options-table {
  width: 400px;
  text-align: center;
}
section#navion table {
  border-collapse: collapse;
}
section#navion table th, table td {
  border-collapse: collapse;
  border: 1px solid #5f5f5f;
}

/* Container holding the image and the text */
.container {
  margin-top: 15px;
  position: relative;
  text-align: center;
  color: red;
  font-size: 65px;
  font-weight: 650;
}
/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*******************
* Footer
*******************/
footer {
  background-color: #f3f3f3;
  box-shadow: 0 50vh 0 50vh #f3f3f3;
  padding: 0;
}
footer div {
  margin: 5px;
  padding: 5px;
}
footer div#footer-wrapper {
  max-width:1000px;
  margin: auto;
  display: flex;
}
footer div#small_business {
  flex: 45%;
}
footer div#contact {
  flex: 20%;
}
footer div#newsletter_n_address {
  padding: 0;
  flex: 35%;
  text-align: center;
}
footer div#newsletter {
  margin: 0;
  text-align: center;
}
footer div#newsletter-signup {
  background-color: white;
  border-radius: 5px;
  padding-right: 10px;
}
footer div#newsletter-signup:hover {
  background-color: #c0c0c0;
}
footer div#newsletter input {
  background-color: transparent;
  height: 32px;
  width: 250px;
  padding-left: 0px;
}
/* footer div#address {
  margin: 0;
  padding-left: 20px;
  text-align: left;
} */
footer div#address-header {
  margin: 0;
  padding-left: 20px;
  text-align: center;
}
footer div#address h3 {
  padding-top: 5px;
  text-align: left;
}
footer div#address p {
  padding-left: 20px;
  padding-top: 0px;
}
footer div#sub-footer {
  display: block;
}
footer hr {
  display: block;
  color: #c0c0c0;
  background-color: #c0c0c0;
  width: 950px;
  height: 1px;
  border-width: 0px;
  margin: 0px;
}

/*******************
* Tables
*******************/
table {
  border-collapse: collapse;
  width: 800px;
  text-align: center;
}
table th, table td {
  border-collapse: collapse;
  border: 1px solid #5f5f5f;
}
table th {
  background-color: #2a7fff;
  color: white;
  height: 45px;
}
/*table td {
  border-collapse: collapse;
  border: 1px solid #5f5f5f;
} /**/

/*section, div, p { border: 1px solid black; } /**/