body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

body,
html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("img/cable.jpg");
  min-height: 100%;
  /* opacity: 0.5; */
}

.logo {
  max-width: 15%;
  height: auto;
  margin-right: 5px;
}

.w3-bar .w3-button {
  padding: 16px;
}

.w3-button.button-logo {
  padding: 10px 16px;
}

.mySlides {
  display: none;
}
.w3-left,
.w3-right,
.w3-badge {
  cursor: pointer;
}
.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}

.work-section {
  height: 250px;
  width: auto;
  margin-bottom: 10px;
}

@media only screen and (min-width:401px) and (max-width: 600px) {
  /* Full height image header */
  .bgimg-1 {
    background-image: url("img/cable_small.jpg");
  }
}

@media only screen and (max-width: 400px) {
  /* Full height image header */
  .bgimg-1 {
    background-image: url("img/cable_30.jpg");
  }
}