body {
  margin-top: 45px;
}

.segment.glassbox {
  background: rgba(255, 255, 255, 0.5);
}

.masthead.segment {
  min-height: 1000px;
  padding-top: 2em;
}

.masthead.segment.homepage-image {
  background-image: url('/images/backgrounds/homepage.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead.segment.networks-image {
  background-image: url('/images/backgrounds/networks.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead.segment.printers-image {
  background-image: url('/images/backgrounds/printers.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead.segment.computers-image {
  background-image: url('/images/backgrounds/computers.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead.segment.software-image {
  background-image: url('/images/backgrounds/software.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead.segment.contact-image {
  background-image: url('/images/backgrounds/contact.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer.segment {
  padding: 5em 0em;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 700px) {
  .masthead.segment {
    min-height: 450px;
  }
}
