body {
  color:#000000;
  background-color:white;
  background-image:url('../images/backgroundImage.jpg');
  background-size: cover;
  background-attachment: inherit;
  background-repeat: repeat;
}

a  { color: black; text-decoration: none; border: solid 3px transparent;}
a:visited { color: black; text-decoration: none;}
a:hover { color: black;; text-decoration: none; background-color: rgba(0,0,0,0.1);}
a:active { color: black; text-decoration: none;}

* {
  margin: 0px;
  padding: 0px;
}

header {
  display: flex;
  flex-wrap: wrap;
  height: 65px;
  justify-content: center;
  background-color: white;
}

button {
  background: none;
  border: none;
}

.headerLink {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3px;
}

.headerName {
  font-size: 24px;
  text-align: center;
}

.headerDropdown {
  margin-top: auto;
  margin-bottom: auto;
  padding: 3px;
  margin-top: 6px;
}

.logoImage {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 45px;
  border: none;
  padding-bottom: 7px;
}

.contactLink {
  padding-top: 5px;
  height: 45px;
  padding-left: 5px;
  padding-right: 5px;
}

.dropdownMenu {
  display: inline-block;
  position: relative;
}

.dropdownButton {
  width: 45px;
  height: 45px;
  margin-top: 25px;
  margin-left: -2px;
  border: none;
  background: rgba(230,230,230,1)
}

.dropdownIcon {
  width: 45px;
  height: 45px;
}

.dropdownOptions {
  position: fixed;
  background-color: white;
  min-width: 100px;
  display: none;
  z-index: 1;
  border: solid 3px black;
  right: 80px;
}

.dropdownOptions a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.dropdownMenu:hover .dropdownOptions {
  display: block;
}

.pageWrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  padding: 0px;
  justify-content: center;
  margin: auto;
}

.intro {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  background-position: right center;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ), url("../images/intro.jpg");
  background-size: cover;
}

.introIndustrial {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ), url("../images/Body2Image4a.png");
  background-size: cover;
}

.introResidential {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ), url("../images/Body1Image.jpg");
  background-size: cover;
}

.introCommercial {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ), url("../images/dashboard.png");
  background-size: cover;
}
.introPromotional {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ), url("../images/Body3Image1.jpg");
  background-size: cover;
}


.introText {
  position: relative;
  color: white;
  text-shadow: 0px 0px 5px black;
  font-size: 320%;
  text-align: center;
  margin-top: 35%;
  border-bottom: solid 3px white;
}

.introFooter {
  background-color: #1F1F21;
  color: white;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 2.5vh;
  padding: 3px;
  margin-top: auto;
}

.body1 {
  padding: 15px;
  margin-top: 10px;
  font-size: 125%;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
}

.galleryFrame {
  display: flex;
  width: 375px;
  height: 300px;
  margin: 6px;
  top: 50%;
  text-align: center;
  justify-content: center;
  font-size: 250%;
}


.galleryFont {
  color: white;
  text-shadow: 0px 0px 10px black;
  font-size: 150%;
}

.gf1 {
  background-image: url("../images/Body2Image2.png");
}

.gf2 {
  background-image: url("../images/Body2Image1.jpg");
  background-size: cover;
}

.gf3 {
  background-image: url("../images/Body2Image3.jpg");
  background-size: cover;
}

.gf4 {
  background-image: url("../images/Body2Image4.png");
  background-size: cover;
}



hr {
  background-color: silver;
  height: 3px;
}


.footerContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.socialMediaLink {
  padding-top: 5px;
  height: 45px;
  padding-left: 4px;
  padding-right: 4px;
}

.footerName {
  display: none;
}

footer {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: white;
}

.AFBCopy {
}

.formBox {
  width: 80%;
  border: solid 3px black;
  margin: 15px;
  padding: 15px;
}

@media only screen and (min-width: 500px) {
/* tablet resolution settings */
.introBox {
  display: flex;
  visibility: visible;
  height: 500px;
}

.introBoxNarrow {
  display: none;
  visibility: hidden;
}

.introContents {
  margin-top: auto;
  margin-bottom: auto;
}

.footerName {
  display: block;
}

/* tablet resolution settings */
}

@media only screen and (min-width: 854px) {
/* desktop resolution settings */
.headerDropdown {
  display: none;
  visibility: hidden;
}

.headerLink {
  display: block;
}

.headerName {
  margin-right: 75px;
}

.introContents {
  margin-top: auto;
  margin-bottom: auto;
}
/* desktop resolution settings */
}
