
.h1{
    font-weight: bold;
}

.h4{
    font-weight: bold;
    letter-spacing: 3px;
}


/* CONTACT FORM */

#contact { 
  --webkit-user-select: none; /* Chrome/Safari */        
  --moz-user-select: none; /* Firefox */
  --ms-user-select: none; /* IE10+ */
  cursor: pointer;

}

#contact:hover { background: #666; }
#contact:active { background: #444; }

.outside-contactForm{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
}

#contactForm { 
  display: none;
  border: 6px solid #0D305D; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #52A7E1;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 9999999; 
}

input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  background: #0D305D;
  color: #fff;
  font-weight: 100;
  font-size: 0.8em;
  border: none;
  height: 30px;
}

/* END OF CONTACT FORM */

.tap-desc{
    font-weight: bolder;
    font-size: 20pt;
    padding-left: 60px;
    padding-right: 60px;
}

.footer{
  background-color: #0D305D;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}

body, html {
  height: 100%;
  line-height: 1.4;
  background-color: #52A7E1;
  color: #FBFCFC; 
  margin: 0;
  padding: 0;
}

.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  width: 50%;
}

video {
  width: 100%;
}

.container {
    padding-left: 16px;
    padding-right: 16px;
}

.center {
    text-align: center;
}

.service-desc p{
    padding-left: 30px;
    padding-right: 30px;
}

.tap-logo{
    position: relative;
    left: 10%;
    width: 250px;
    padding: 5px;
}

.tap-logo-footer{
    padding: 5px;
    width: 200px;
}

.footer-buttons{
  Margin: 10px;
}

.footer-section{
  text-align: center;
  padding: 20px;
}

.service-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    padding: 20px;
}

.service-icon{
    height: 140px;
}

.client-section{
    width: 100%;
    padding-bottom: 20px;
}

.client-logo{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
    height: auto;
    z-index: 1;
}

.contact-image{
  position:fixed; 
  bottom:0px; top:80%; right:0%;
  height: 85px; 
  width: 85px; 
  z-index: 3; 
  filter: drop-shadow(0 0 0.45rem rgb(255, 255, 255));
}

.formBtn:hover{
  cursor: pointer;
}
#termsdoc{
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 762px) {
    .service-grid{
        display: flex;
        flex-direction: column;
    }
    .contact-image{
      position:fixed; 
      bottom:0px; top:85%; right:0%;
      height: 60px; 
      width: 60px; 
      z-index: 9999999; 
      filter: drop-shadow(0 0 0.45rem rgb(255, 255, 255));
    } 
}

@media screen and (max-width: 480px) {
  .contact-image{
    position:fixed; 
    bottom:0px; top:85%; right:0%;
    height: 60px; 
    width: 60px; 
    z-index: 9999999; 
    filter: drop-shadow(0 0 0.45rem rgb(255, 255, 255));
  }

  .welcome-section {
    flex-direction: column;
  }

  .section{
    padding-bottom: 10px;
    width:100%;
  }
}

/* SCROLLING TEXT */
/* variables */
:root {
  --step--2: clamp(3.13rem, 2.62rem + 2.51vw, 5.76rem);
  --step--1: clamp(3.75rem, 3.09rem + 3.29vw, 7.20rem);
  --step-0: clamp(4.50rem, 3.64rem + 4.29vw, 9.00rem);
}
/* animations */
@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee-r {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* scroller styles */
.marquee {
  color: #fefefe;
  background-color: #0D305D;
  font-size: 4em;
  height: calc(6rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.track {
  height: 100%;
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: absolute;
  transition: background-color 300ms ease, color 300ms ease;
  white-space: nowrap;
}
.track .text {
  -webkit-animation: marquee 50000ms linear infinite;
  animation: marquee 50000ms linear infinite;
  align-items: center;
  display: inline-flex;
  will-change: transform;
}
.track .text.-r {
  -webkit-animation-name: marquee-r;
  animation-name: marquee-r;
}
/* END OF SCROLLING TEXT */

/* BUTTONS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 8px 16px;
  margin-left:5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 8px 16px;
    margin-left:5px;
  }
} /* END OF BUTTONS */


/* MENU & BURGER MENU */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #00BAF0, #0D305D);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 80px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

a {
  color: #FBFCFC;
  text-decoration: none; 
  
}

a:hover { color:#f8b499; }

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 80px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #00BAF0;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
/* END OF MENU & BURGER MENU */

