/* Start of Laptops */
body.main{
  background-image: url("be8c1035-f162-422e-a48b-180425b5cdab.JPG"); 
  background-repeat: no-repeat;
  background-size: 100% 100vh; 
  background-attachment: fixed;
  overflow-x: hidden; 
} 
header {
  display: none;
}
a.mainheader {
    font-family: 'Courier New', Courier, monospace;
    font-size: 4vw;
    text-decoration: none; 
    background-color: #charcoal;
    color:white; 
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    max-width: 100%;
}
h1:hover .mainheader {color: white; background-color: black;}

.header2 h2
{
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.75vw;
    position: relative; 
    left: 2.2%; 
    right: 2.2%;
    padding-left: 0px; 
    padding-right: 0px; 
    color: #CC5500; 
    background-color: charcoal;
    padding-top: 0px; 
    text-align: center;
    display: inline-block;
    max-width: 100%;
} 

.header2 h2:hover {color: #CC5500; background-color: black; }

nav 
{
    float: right;
}
.dropbtn {
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none; 
    color: white;
    background-color: charcoal;
    font-weight: bold; 
    font-size: 2vw;
    padding-left: 25px;
    padding-right: 25px;
} 

.dropbtn:hover {color: white; background-color: black; }

.dropdown {
    position: relative;
    display: inline-block;
  }
.dropdown-content {
    font-family: 'Courier New', Courier, monospace;
    display: none;
    position: absolute;
    background-color: #CC5500; 
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: white; 
    font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .dropdown-content a:hover {opacity: 0.6;} 

  .dropdown:hover .dropdown-content {display: block; width: 100%;} 

  .footer {
    position: fixed; 
    left: 0;
    bottom: 0;
    width: 100%; 
    background-color: black;
    text-align: right;
    max-height: auto;
    max-width: 100%;
  }

  /* Style all font awesome icons */
.fa {
    padding: 5px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%; 
  }
  
  /* Add a hover effect if you want */
  .fa-linkedin:hover {
    opacity: 0.7;
  }

  .fa-envelope:hover {
    opacity: 0.6;
  }
  
  /* Linkedin */
  .fa-linkedin {
    background: #0e76a8;
    color: white;
  }
  
  /* Email */
  .fa-envelope {
    background: #BB001B;
    color: white;
  }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: white;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
} 

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: 'Courier New', Courier, monospace;
  text-align:center;
} 

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  opacity: 0.7;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  color: #333;
  font-family: 'Courier New', Courier, monospace;
  text-align:center;
} 

.email
{
  color: black;
}

.email:hover {
  opacity: 0.6;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%; 
  } 
  .popup{
    width: 70%;
  } 
}

h3 {
  color:black;
}


/* Phone Screen and Tablet Logic */
@media only screen and (max-width: 800px) { 
h1 { 
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

a.mainheader {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  margin: 0 auto;
  width: 50%; 
}

.header2 h2
{
  font-size: 2vw;
  left: 30%; 
  right: 30%;
  margin: 0 auto;
  width: 39%;
} 

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  padding: 2% 2%;
  line-height: 1em;
  font-size: 1em;
  color: white ;/*#333; */
  background-color: #CC5500; /*hello */ 
  text-align: center;
}

.main-menu {
  position: absolute;
  display: none;
  left: -200px;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease,
    	box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
          box-shadow: -8px 0 8px rgba(0,0,0,.5);
  min-height: 100%;
  width: 200px;
  background: #1a1a1a;
}

.main-menu a {
  display: block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #383838;
  font-family: 'Courier New', Courier, monospace;
}

.main-menu li:first-child a {
  border-top: 1px solid #383838;
}

.main-menu .listitem:hover, 
.main-menu .listitem:focus {
  background: #333;
  text-decoration: underline;
}  

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

header {
  padding: 20px;
  display: flex;
  align-items: baseline;
}

article {
  padding: 30px;
  width: 55em;
  font-size: 16px;
  line-height: 1.5em;
}

article h2 {
  font-weight: 500;
  font-size: 28px;
}

.logo {
  margin: 0 30px 0 10px;
  font-size: 1.5em;
}

.main-menu:target,
.main-menu[aria-expanded="true"] {
  display: block;
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop{
  position: absolute;
  display: block;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.85);
  cursor: default;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop{
    position: fixed;
  }

  .listlabel {
    text-align: center;
}

.listheader { 
  background-color:white; 
}

.listheader a{
  color: black;
  font-weight: bold;
}
}

.dropbtn { 
  visibility: hidden;
} 

.dropdown {
  visibility: hidden;
} 
.dropdown-content {
  visibility: hidden;
}

.dropdown-content a {
  visibility: hidden;
}
}

/*introduces scrollbar */
body, html {
  height: 100%;
} 
/* CSS for Tabs Start Here */
/*.hero-imagecir {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("TA.jpg");
  background-position: center center;
} */ 

/*.hero-imagehil {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("IMG_9900.jpg");
  background-position: center 14%;
} */

.hero-imagefloodnet {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("floodnet_logomark-2.png");
  background-position: center 50%;
}

.hero-imagetest {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("test2.jpg");
  background-position: center 50%;
}

.hero-imagealcohol
{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("robot24.jpg");
  background-position: center center;
}

.hero-imagepax {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("PAX_Product_Safety_Announcement_Press_Image_r3_2x_61c5c828-f3e4-44bc-a3e1-946f615ce642_1024x1024.png");
  background-position: center center;
}

.hero-imagegenerate {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Generate.jpg");
  background-position: center center;
}

.hero-imagewhoop {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("introducing-whoop-4.0-press-release-.jpg");
  background-position: center center;
}

.hero-imagerfid {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("954D2C6B-A24C-47E5-BF5F-F4DF5BEB1A30_1_105_c2.jpeg");
  background-position: center center;
}

.hero-imagebackground {
  background-color:#FEE0C6;
}

/* The hero image */
/*.hero-imagecir, .hero-imagehil,*/.hero-imagefloodnet, .hero-imagetest, .hero-imagealcohol, .hero-imagepax, .hero-imagegenerate, .hero-imagewhoop, .hero-imagerfid {
  height: 50%;
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative; 
}

.hero-imagebackground { 
  height: 20%;
  background-repeat: no-repeat; 
  background-size: cover; 
  position: relative; 
}
  
  /* Place text in the middle of the image */
  .hero-text {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.75vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  } 

  .tabheaders {
    color:white;
  }

.tabparagraphs {
  font-family: 'Courier New', Courier, monospace;
  text-align: left;
  font-size: 1.75vw;
  margin-left: 5em;
  margin-right: 5em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.centerabout {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  border: none;
  display: block;
  padding-top: 5vw;
}

.tabparagraphsabout {
  font-family: 'Courier New', Courier, monospace;
  text-align: left;
  font-size: 1.75vw;
  margin-left: 5em;
  margin-right: 5em;
}

.aboutheader1 {
 padding-top: 0;
 padding-bottom: 0;
 font-family: 'Courier New', Courier, monospace;
 font-size: 2.5vw;
 padding-left: 2vw;
}

.aboutheader2 {
  padding-top: 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.75vw;
  font-style: italic;
  padding-left: 2vw;
 }

@media screen and (min-width: 1400px){
.centerabout {
  float: left;
  padding: 5vw 1.75vw 0.6vw 1.75vw;
  margin-left: 4.75em;
  width: 50%;
}

.aboutheader1 {
  padding-top: 5vw;
  padding-left: 0;
 }

 .aboutheader2 {
  padding-left: 0;
 }
 
}

.lists {
  font-family: 'Courier New', Courier, monospace;
  text-align: left;
  font-size: 1.75vw;
  margin-left: 5em;
  margin-right: 7em; 
}

figcaption {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2vw;
  font-style: italic;
}

ul, li {margin-left: 1.25em; padding-left: 0; }

/* Starting here */
.aboutrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}

/* Create four equal columns that sits next to each other */
.aboutcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.aboutcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.slider img {
  max-width: 100%;
  vertical-align: middle;
}

.trigger {
  display: none;
} 

.slider, .slider-wrapper {
  position: relative;
  height: 250px;
}

.slide {
  background-color: black;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.slide-img {
  filter: brightness(50%);
  height: 100%;
  object-fit: fill;
  display: block;
  margin: 0 auto;
}

.slide-figure {
  height: 100%;
  position: relative;
  margin: 0;
}

.trigger:checked + .slide {
  z-index: 6000;
  opacity: 1;
} 

.slider-nav {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
} 

.slider-nav__item {
  display: inline-block;
} 

.slider-nav__label {
  font-size: 13px;
  background-color: #333;
  display: block;
  height: 2em;
  line-height: 2em;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  transition: background-color .25s, color .25s ease-in-out;
} 

.slider-nav__label:hover,
.slider-nav__label:active,
.slider-nav__label:focus {
  background-color: gray;
  color: black;
}

@media only screen and (min-width: 1024px) {
  .slider, .slider-wrapper {
    height: 480px;
    display: none;
  }  
}

@media only screen and (max-width: 1023px) {
  .aboutcolumn, .aboutrow, .aboutcolumn img {
    display: none;
  }
}
