/* 
COLOR PALETTE
black           rgb(0 0 0)
green           rgb(133 171 47) #85ab2f
*/
/*------------------------------------------------------------GLOBAL STYLES*/
/* https://www.paulirish.com/2012/box-sizing-border-box-ftw */
html {
  box-sizing: border-box;
  font-size: 62.5%; /*setting default to 10px*/
  scroll-behavior: smooth;
  background-color: black;
  background: url(../images/mouse-keyboard-monitors-dark-3000.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgb(0 0 0);
}
html,
body {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 650px) {
  html {
    background: url(../images/mouse-keyboard-monitors-dark-1200.jpg);
    background-size: auto;
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .site-wrapper {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
}
/*---------------------------------------------------------------------H1/LOGO*/
h1 {
  text-align: center;
  color: rgb(255 255 255);
  font-weight: 200;
  font-size: 6rem;
  margin-bottom: 4px;
  padding-top: 40vh;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 4rem;
    margin-bottom: 4px;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 3.5rem;
    margin-bottom: 4px;
    letter-spacing: 0.5rem;
    padding-top: 30vh;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 2.8rem;
    margin-bottom: 4px;
    letter-spacing: 0.5rem;
    padding-top: 30vh;
  }
}
.h1Tagline {
  text-align: center;
  color: rgb(255 255 255);
  font-weight: 300;
  font-size: 3rem;
  margin-top: 4px;
  letter-spacing: 0.3rem;
  margin-bottom: 50vh;
}
@media screen and (max-width: 900px) {
  .h1Tagline {
    font-weight: 300;
    font-size: 2rem;
    margin-top: 2px;
    margin-bottom: 55vh;
  }
}
@media screen and (max-width: 650px) {
  .h1Tagline {
    font-weight: 300;
    font-size: 1.6rem;
    margin-top: 2px;
    margin-bottom: 55vh;
  }
}
#logo {
  opacity: 0;
  animation: logoFadeIn 1s 0.25s forwards;
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuDrop {
  from {
    transform: translateY(-60px);
  }
  to {
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------------H2*/
h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 0px;
  color: rgb(255 255 255);
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 650px) {
  h2 {
    font-size: 3rem;
    padding-top: 60px;
    width: 100%;
    height: 100px;
  }
}
.h2-container {
  width: 100%;
}
#services-h2-container {
  width: 100%;
  background-image: url(../images/filemaker-1-cropped.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
}
#use-cases-h2-container {
  width: 100%;
  margin-top: 60vh;
  background-image: url(../images/monitors-cropped.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
}
#contact-h2-container {
  width: 100%;
  margin-top: 60vh;
  background-image: url(../images/mouse-keyboard-cropped.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
}
#about-h2-container {
  width: 100%;
  margin-top: 60vh;
  background-image: url(../images/phone-keyboard-cropped.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
}
/*-------------------------------------------------------------------------------H3-H6*/
h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vh;
  padding-bottom: 0px;
  color: rgb(0 0 0);
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 650px) {
  h3 {
    font-size: 2.2rem;
  }
}
.h3-horizontal {
  border-top: solid 0.16em;
  border-color: rgb(0 0 0);
  padding-bottom: 0;
  margin-bottom: 10px;
}
h4 {
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1;
  color: rgb(0 0 0);
  letter-spacing: 0.01em;
  margin-bottom: -1em;
}
h5 {
  text-align: center;
}
h6 {
  text-align: center;
}
/*-----------------------------------------------------------------LOGO & SUBHEADERING*/

#scroll p {
  position: fixed;
  bottom: 5px;
  color: rgb(255 255 255 / 0.5);
  text-align: center;
  width: 100%;
  font-weight: 100;
  display: block;
  opacity: 0;
  animation: logoFadeIn 1s 1s forwards;
}
/*---------------------------------------------------------------------HORIZONTAL LINES*/
.horizontalLine {
  margin: 0 40%;
}
.logo-horizontal {
  border-bottom: solid 0.12em;
  border-color: rgb(255 255 255);
}
.services-horizontal {
  border-top: solid 0.12em;
  border-color: rgb(255 255 255);
  padding-bottom: 90px;
}
@media screen and (max-width: 650px) {
  .services-horizontal {
    padding-bottom: 30px;
  }
}
.use-cases-horizontal {
  border-top: solid 0.12em;
  border-color: rgb(255 255 255);
  padding-bottom: 90px;
}
.contact-horizontal {
  border-top: solid 0.12em;
  border-color: rgb(255 255 255);
  padding-bottom: 90px;
}
.about-horizontal {
  border-top: solid 0.12em;
  border-color: rgb(255 255 255);
  padding-bottom: 90px;
}

/*--------------------------------------------------------------------DESKTOP NAV*/
#desktopNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: rgb(255 255 255);
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: rgb(0 0 0 / 0.6);
  box-shadow: 0px 0px 4px 10px rgb(0 0 0);
  padding: 0;
  animation: menuDrop 1s;
}
@keyframes menuDrop {
  from {
    transform: translateY(-60px);
  }
  to {
    transform: translateY(0);
  }
}
@media screen and (max-width: 650px) {
  #desktopNav {
    display: none;
  }
}
#desktopNav ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}
#desktopNav li {
  color: rgb(255 255 255);
  list-style-type: none;
  text-decoration: none;
  font-weight: 200;
  font-size: 2rem;
  padding: 1.5rem 2rem;
  margin: 0 4px;
  position: relative;
  height: 40px;
}
#desktopNav li:hover {
  color: rgb(255 255 255, 0.8);
}
.navActive {
  color: rgb(255 255 255);
}
/*Nav Link Underline added on hover*/
#desktopNav li::before {
  content: "";
  position: absolute;
  width: 1px;
  max-width: 50%;
  bottom: -4px;
  left: 50%;
  right: -50%;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.04, 0.7, 0.62, 0.72);
  opacity: 0;
  height: 0.5px;
  z-index: 1000;
}
#desktopNav li:hover::before {
  width: 50%;
  height: 0.5px;
  left: 25%;
  right: 25%;
  opacity: 1;
}
/*---------------------------------------------------------------------MOBILE NAV BUTTON*/
#mobileNav {
  display: none;
  position: fixed;
  background-color: black;
  box-shadow: 0px 0px 4px 10px rgb(0 0 0);
  cursor: pointer;
  font-size: 3rem;
  color: white;
  left: 0;
  top: 0;
  border-radius: 0 0 8px 0;
  z-index: 1000;
  animation: menuDrop 1s;
}
@media screen and (max-width: 650px) {
  #mobileNav {
    display: flex;
  }
}
nav button {
  background-color: black;
  cursor: pointer;
  font-size: 5rem;
  color: white;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 8px 0;
}
/*---------------------------------------------------------------------MOBILE NAV BODY*/
@keyframes mobileMenuDrop {
  from {
    transform: translateX(-200px);
  }
  to {
    transform: translateX(0);
  }
}
#mobileMenuNav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  animation: mobileMenuDrop 0.5s;
}
/* SHOW MOBILE MENU */
.show {
  display: block !important;
  animation: mobileMenuDrop 0.5s;
}
#mobileMenuNav ul {
  display: grid;
  margin: 0;
  padding: 0 0 16px 0;
  background-color: rgb(0 0 0);
  box-shadow: 0px 0px 4px 10px rgb(0 0 0);
  border-radius: 0 0 16px 0;
  width: 100%;
}
#mobileMenuNav li {
  color: rgb(255 255 255);
  list-style-type: none;
  text-decoration: none;
  font-weight: 200;
  font-size: 3rem;
  line-height: 3rem;
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 32px;
  padding-bottom: 32px;
  position: relative;
  height: 80pxpx;
  width: auto;
}
/*Nav Link Underline added on hover*/
#mobileMenuNav li::before {
  content: "";
  position: absolute;
  width: 1px;
  max-width: 75%;
  bottom: 20px;
  left: 80px;
  right: 4px;
  background-color: white;
  transition: all 0.5s cubic-bezier(0.04, 0.7, 0.62, 0.72);
  opacity: 0;
  height: 0.5px;
  z-index: 1000;
  margin-bottom: 8px;
}
#mobileMenuNav li:hover::before {
  height: 0.5px;
  width: 72px;
  opacity: 1;
}
/*---------------------------------------------------------------------MAIN*/
.mainContainer {
  display: flex;
  align-items: normal;
  justify-content: center;
}
main {
  background-color: rgb(255 255 255);
  width: 80%;
  padding: 32px 32px;
  border-radius: 5px;
  margin: 0 0;
  margin-bottom: 40px;
  max-width: 1500px;
}
@media screen and (max-width: 1400px) and (min-width: 901px) {
  main {
    width: 90%;
    padding: 32px 32px;
  }
}
@media screen and (max-width: 900px) and (min-width: 651px) {
  main {
    width: 90%;
    padding: 32px 16px;
  }
}
@media screen and (max-width: 650px) {
  main {
    width: 100%;
    padding: 32px 16px;
  }
}
/*---------------------------------------------------------------------MAIN CONTENT*/
article {
  margin-top: -20;
}
/*---------------------------------------------------------------------PARAGRAPHS*/
p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  color: rgb(0 0 0);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 650px) {
  p {
    font-size: 1.6rem;
  }
}
p a {
  color: rgb(133 171 47);
}
main ul {
  margin-top: -1em;
}
main ul li {
  font-size: 1.6rem;
  line-height: 2.5em;
  list-style-type: "• ";
  margin-bottom: 0.75em;
}
@media screen and (max-width: 650px) {
  main ul li {
    font-size: 1.6rem;
  }
}
/*---------------------------------------------------------------------LINKS*/
a:link {
  text-decoration: none;
  color: rgb(133 171 47);
}
a:visited {
  text-decoration: none;
  color: rgb(133 171 47);
}
a:active {
  text-decoration: none;
  color: rgb(133 171 47);
}
a:hover {
  color: rgb(133 171 47 / 0.7);
}
/*---------------------------------------------------------------------SECTION NAV*/
.sectionNav {
  text-align: left;
  list-style-type: "• ";
  font-size: 1.8rem;
  line-height: 2em;
  font-weight: 600;
}
/*Nav Link Underline added on hover*/
.sectionNav li::before {
  content: "";
  position: absolute;
  width: 1px;
  max-width: 50%;
  bottom: 0;
  left: 50%;
  right: -50%;
  background-color: rgb(99 125 235);
  transition: all 0.5s cubic-bezier(0.04, 0.7, 0.62, 0.72);
  opacity: 0;
  height: 0.5px;
}

.backToTop {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
/*---------------------------------------------------------------------IN-BODY SCROLL*/
.in-body {
  background: rgb (55 55 55 / 0.7);
}
.cert-image-flex {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 650px) {
  .cert-desktop {
    display: none;
  }
}
@media screen and (min-width: 651px) {
  .cert-mobile {
    display: none;
  }
}

/*---------------------------------------------------------------------FORMS*/
form {
  text-align: center;
  margin: auto;
}

label {
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1;
  color: rgb(0 0 0);
  letter-spacing: 0.01em;
}
.textInput {
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1;
  color: rgb(0 0 0);
  letter-spacing: 0.01em;
  border-radius: 6px;
  margin-bottom: 16px;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .textInput {
    width: 90%;
  }
}
input:hover {
  border-color: black;
  border-width: 2px;
}
label:focus-within {
  color: rgb(99 125 235);
}
input:focus {
  border: 2px solid rgb(99 125 235);
}
.formInputWrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.radio {
  background-color: rgb(255 255 255);
  width: fit-content;
  margin: auto;
  text-align: center;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1;
  color: rgb(0 0 0);
  letter-spacing: 0.01em;
  border-radius: 6px;
  padding: 0 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1000px) {
  .radio {
    width: 90%;
  }
}
textarea {
  width: 80%;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1;
  color: rgb(0 0 0);
  letter-spacing: 0.01em;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  textarea {
    width: 90%;
  }
}
.submit-button {
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  background-color: rgb(0 0 0);
  color: rgb(255 255 255);
  padding: 16px 32px;
  border-radius: 8px;
}
/*---------------------------------------------------------------------SUBPAGE MAIN HTML*/
.subPage {
  margin-top: 20vh;
  text-align: center;
}
.center-image {
  display: flex;
  justify-content: center;
  margin-top: 1.2em;
  justify-content: space-evenly;
}
.h3img {
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  .desktop-center-image {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .mobile-center-image {
    display: none;
  }
}

.imgClick {
  cursor: pointer;
}
#overlay1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay1 img {
  width: 85%;
}
#overlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay2 img {
  width: 85%;
}
#overlay3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay3 img {
  width: 85%;
}
#overlay4 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay4 img {
  width: 85%;
}
#overlay5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay5 img {
  width: 85%;
}
#overlay6 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay6 img {
  width: 85%;
}
#overlay7 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay7 img {
  width: 85%;
}
#overlay8 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay8 img {
  width: 85%;
}
#overlay9 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.9);
  justify-content: center;
  align-items: center;
}
#overlay9 img {
  width: 85%;
}
/*---------------------------------------------------------------------COPYRIGHT FOOTER*/
.copyright {
  font-size: 1.4rem;
  margin-top: 64px;
}
.rc-anchor-logo-img {
  display: none;
}
.rc-anchor-logo-img-large {
  display: none;
}
