/* CSS files add styling rules to your content */
body,
input,
textarea {
  font-family: "Veranda";
  font-size: 20px;
  line-height: 24px;
}
h1 {
  line-height: 1em;
}
h2 {
  font-size: 24px;
}
.breadcrumbs > a:hover {
  text-decoration: underline;
}
body {
  background: #FCFCFC;
  margin: 0;
}

img.logo.large {
  width: 511px;
}

img.logo.small {
  height: 50px;
  margin-left: 50px;
  margin-top: 26px;

}

@media (max-width: 660px) {
  img.logo.large {
    width: auto;
    height: 70px;
    margin-top: 80px;
  }
}

@media (max-width: 660px) {
  img.logo.small {
    height: 30px;
    margin-top: 40px;
    margin-left: 30%;
  }
}


div.gateware-img.product-img {
  height: 350px;
  width: 100%;
  background: url("/assets/gateware-lg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  div.gateware-img.product-img {
    height: 300px;
  }
}

@media (max-width: 500px) {
  div.gateware-img.product-img {
    height: 180px;
  }
}

div.readyboard-img.product-img {
  height: 350px;
  width: 100%;
  background: url("/assets/readyboard-big.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 750px) {
  div.readyboard-img.product-img {
    height: 300px;
  }
}

@media (max-width: 500px) {
  div.readyboard-img.product-img {
    height: 180px;
  }
}

.home-img {
  width: 80px;
  height: 100%;
}

div.three-engine-img.product-img {
  height: 350px;
  width: 100%;
  background: url("/assets/three-engine-big.png");
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width: 850px) {
  div.three-engine-img.product-img {
    height: 230px;
  }
}

@media (max-width: 500px) {
  div.three-engine-img.product-img {
    height: 180px;
  }
}


div.product-list {
  text-align: left;
  margin-left: 6%;
  margin-right: 6%;
}

div.product-list > * {
  display: inline-flex;
  align-items: center;
}

div.product-img {
  margin: 12px;
}

div.text {
  margin: 12px;
  width: 100%;
}

div.text > div {
  text-align: left;
}

div#content {
  margin-top: 36px;
}

div#about {
  max-width: 550px;
}

a {
  color: black;
  font-size: 20px;
  text-decoration: none;
}

div#tabs {
  /*font-family: "Helvetica Neue", "Helvetica-Light", "Helvetica", sans-serif;*/
  font-family: "Veranda";
  font-weight: 800;
  font-size: 28px;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

div#tabs > a > div {
  display: block;
  text-align: center;
  padding: 5px 20px;
  border-radius: 5px;
}
@media (max-width: 430px) {
  div#tabs > a > div {
    margin: 10px 60px;
  }
}

div.num {
  display: block;
  border-bottom: solid black 2px;
}
.contact {
  margin: 2em 10px;
  padding: 30px;
  max-width: 425px;
  background: white;
  border-color:#383838;
  border-radius: 20px;
  border-style: solid;
}

input,
textarea {
  background: white;
  border: solid black 2px;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
}

input[type="submit"],
div.logo,
div#tabs {
  cursor: pointer;
}
input[type="submit"] {
  background: black;
  color: white;
}

.tab {
  text-decoration: underline;
  margin: 0 10px;
}

.tab:hover, .active {
  color:rgba(21, 30, 98, .85);
}

p,
.tab-content {
  word-wrap: break-word;
  margin: 16px 10px;
  text-align: left;
}

@media (min-width: 500px) {
  .tab-content {
    /*     WIDTH OF ELECTRICAL TABS */
    width: 50%;
  }
}

form {
  vertical-align: top;
}

textarea {
  height: 150px;
}

footer {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}

div.cities {
  margin: 10px 0 50px;
  font-size: 20px;
}

#app {
  position: relative;
  min-height: 100vh;
}
.content-wrapper {
  padding-bottom: 2rem;
}

.app-container {
  margin-left: 5%;
  margin-right: 25%;
}

li {
  margin: 6px;
}

.small-text {
  font-size: 16px;
}

.breadcrumbs {
  margin:20px;
  margin-bottom: 35px;
}

.breadcrumbs > span {
  font-weight: bold;
}

.product-list > a {
  margin-bottom: 16px;
}

.product-list > a:hover {
  color: rgba(21, 30, 98, .85);
}