<style>

/*Team Innovative Printer Repair Company's bg img section*/

/* <!--Commented out -> html { 
  background: url('imgs/Circuit_Board-bg_img.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
--> */

#bg {
  background-position: fixed;
  background-size: 100% 100%;
}

/*Ends bg img. section*/

/*For the services page to create a sticky element for the Team Innovative header.*/

.stickhere {
  position: -webkit-sticky; /* Apple Safari users */
  position: sticky;
  top: 0;
}
/*Eof sticky section.*/

/*Creates green background with a darker green border for header.*/

.boxitingreen {
  background-color: green;
  border: 2px solid #4CAF50;
}

/*The class below centers content horizontally*/

.horizontally_centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*Ends horizontally centered content section*/


/*The class below, when utilized, allows browser to auto. adjust the top margin height*/

.header_spacing {
  margin-top: 2px;
  margin-bottom: 2px;
}

/*Ends top margin height section*/


/*Left-hand positioning for nav. icons' left class*/

.left {
  float: left;
  padding-left: 1%;
  padding-bottom: 1%;
}

/*Ends left-hand positioning of nav. icons' section*/


/*Right-hand positioning for content class*/

.right {
  float: right;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 1%;
}

/*Eof right-hand pos.*/

/*Right-hand positioning for about img.*/

.about_right {
  float: right;
  padding-right: 1%;
}

/*Eof about right-hand positioning for img.*/

.about-padding {
  float: left;
  padding-left: 1%;
  padding-bottom: 1%;
}

.contact-padding {
  float: left;
  padding-left: 1%;
  padding-bottom: 1%;
}

.content-txt {
  font-family: "Lucida Console", Courier, monospace;
  font-weight: bold;
  font-size: 1vw;
  text-align: justify;
}

.thecontactform {
  padding:1%;
  font-family: "Lucida Console", Courier, monospace;
  font-weight: bold;
  font-size: 1vw;
  text-align: justify;
  border: 1px solid black;
}

.mid {
  text-align: center;
  max-width: 50%;
}

.midfooter {
  text-align: center;
}

.midcontact {
  text-align: center;
  font-family: "Lucida Console", Courier, monospace;
  font-weight: bold;
  font-size: 1vw;
}

.midwithborder {
  text-align: center;
  border: 1px solid black;
}

.services {
  text-align: center;
  font-family: "Lucida Console", Courier, monospace;
  font-weight: bold;
  font-size: 1vw;
  padding: 1%;
  border: 1px solid black;
  max-width: 50%;
}

</style>