@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {
  font-size: calc(15px + 0.390625vw);

  width: 100%;
  position: relative;

  background-color: #050a30;
}

body {
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  font-family: 'Arimo', sans-serif;
  color: white;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

h2 {
  font-family: 'Arimo', sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h2.servicename {
  margin: 1rem 0;
}

h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
}

div.servicelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}


div.service {
  padding: 1rem;
  width: 20rem;

  margin: 0;

  text-align: left;
  flex-grow: 1;
}

div.service p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 0;
}

/******************************************************************************/

div.container {
  overflow: hidden;
}

div.nav {
  background-color: #050a30;
  /* use display flex and space-between on container to seperate logo and nav*/
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

div.nav img.logo {
   width: 7rem;
   height: auto;
}

div.nav nav ul {
  list-style-type: none;
  display: flex;
}

div.nav nav ul li {
  margin: 0 0 0 3.5rem;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 800;
}

div.nav nav ul li a {
  text-decoration: none;
  color: white;
  margin: 0;
  padding: 0;
}

section.dark {
  background-color: #050a30;
  color: white;
}

section.light {
  background-color: white;
  color: #050a30;
}

section {
  padding-bottom: 5rem;
}

section.bg-thumbprint {
  background-image: url("/assets/img/bg-thumbprint-leftcropped.webp");
  background-position: left;
  background-repeat: no-repeat;
}

section.bg-thumbprint-high {
  background-image: url("/assets/img/bg-thumbprint-high.webp");
  background-position: right;
  background-repeat: no-repeat;
}

section.bg-wave-yellow {
  background-image: url("/assets/img/bg-wave-yellow.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

section.bg-wave-white {
  background-image: url("/assets/img/bg-wave-white.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

p {
  font-size: 1.3rem;
}

button.calltoaction {
  margin-top: 2rem;
}

.bg-grey {
  background-color: #2b3443;
}

section div.text {
  padding-top: 2rem;
}

section div.rightimage {
  width: 100%;
}

div.imgleft {
  margin: 0 5rem 0 0;
}

div.imgright {
  margin: 0 0 0 5rem;
}

section.showcase {
  padding-top: 5rem;
}

section.showcase div.expertise {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
}

section.showcase div.expertise img {
  margin-top: 3rem;
  height: 3rem;
  width: auto;
  max-width: 100%;
}

section.calltoaction {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

section.center {
  text-align: center;
}

section.showcase h1, section.calltoaction h1, section.showcase div.expertise, section.calltoaction p {
  text-align: center;
}

section.calltoaction h1 {
  margin-bottom: 0.25rem;
}

section.missionstatement {
  padding-top: 0;
  padding-bottom: 3rem;
}

section.missionstatement p {
  font-size: 2rem;
  font-style: italic;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

section.aboutus-spotlight {
  padding-bottom: 3rem;
}

section.aboutus-spotlight p {
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}


section.aboutus-spotlight ul li {
  font-size: 1.3rem;
  line-height: 1.75rem;
  padding-bottom: 1rem;
}

section.aboutus-spotlight ul li a {
  font-weight: 700;
}

section.contactform {
  display: block;
  padding-top: 1rem;
}

section.contactform h1 {
  width: 100%;
  text-align: center;
}

section.contactus {
  padding-bottom: 2rem;
}


div.contactus label {
  font-size: 1.3rem;
  line-height: 3rem;
  width: 100%;
  font-weight: 700;
}

div.contactus input[type=text], div.contactus input[type=email], div.contactus input[type=phonenumber], div.contactus select {
  width: 100%;
  font-size: 1rem;
}

input, select, textarea {
  border: 1px solid #dde3e8;
  border-radius: 10px;
  font-family: 'Arimo', sans-serif;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  box-sizing: border-box;
}

input[type=checkbox] {
  width: 0.85rem;
  height: 0.85rem;
}

input[type=range] {
  width: 100%;
}

textarea {
  width: 100%;
  height: 10rem;
}

.generatedpassword {
  width: 100%;
}

.form-invalid {
  border-color: red;
}

div.contactus-input {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 1.5rem;
}

div.contactus-textarea {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 1.5rem;
}

.hr {
  border-top: 2px solid #284e72;
}

button, input[type=submit] {
  background-color: #3b9bf6;
  border: none;
  border-radius: 0.75rem;
  color: white;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 1.3rem;
}

label.required:after {
  content: ' *';
}

i.arrow {
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.32rem;
}

i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

div.service p {
  color: #5d6d7d;
}

img.apptriangle {
  width: 150%;
  height: auto;
}

img.github {
  width: 40%;
  height: auto;
  border-radius: 100%;
  background-color: white;
}

img.about-logo {
  width: 150%;
  height: auto;
}

img.service-icon {
  width: 2.5rem;
  height: auto;
}

img {
  max-width: 100%;
}

.va-middle {
  vertical-align: middle;
}

.display-flex {
  display: flex;
}

.flex-align-self-center {
  align-self: center;
}

div.section-container {
  max-width: 1536px;
}

div.section-container-img-and-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

div.bottomnav {
  display: flex;
  flex-wrap: wrap;
}

div.image {
  text-align: center;
}

.flex-break-row {
  flex-basis: 100%;
  height: 0;
}

.flex-break-column {
  flex-basis: 100%;
  width: 0;
}

a, a:visited {
  color: #233dff;
  text-decoration: none;
}

ul.bluearrow {
  list-style: none;
}

ul.bluearrow li:before{
  content: "";
  border-color: transparent #233dff;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.5rem;
  display: block;
  height: 0;
  width: 0;
  left: -1.25rem;
  top: 1.25rem;
  position: relative;
}

#submit-error, #submit-success {
  display: none;
}

div.nav nav ul li.tel a {
  color: #5db7de;
}

span.quote {
  font-style: italic;
}

/******************************************************************************/
/* large desktop */
@media screen and (min-width: 1081px) {
  /* limit the font size as we aren't handling higher than 1920 max width */
  html {
    font-size: 22.5px;
  }
}


/* desktop */
@media screen and (min-width: 1025px) {
  .hide-large-screen {
    display: none;
  }
  div.section-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  div.section-container-img-and-text {
    column-gap: 3rem;
  }

  div.section-container-img-and-text div.text, div.section-container-img-and-text div.buttons {
    flex: 50%;
  }
  div.section-container-img-and-text div.image, div.section-container-img-and-text div.spacer {
    flex: 30%;
  }

  section div.text {
    padding: 2rem 0 0 0;
  }

  h1 {
    font-size: 3rem;
    line-height: 5rem;
  }

  h1.mainheading {
    font-size: 4rem;
    line-height: 5rem;
    margin-bottom: 4rem;
  }
}

/* mobile */
@media only screen and (max-width: 1024px) {
  .hide-small-screen {
    display: none;
  }

  div.section-container {
    width: 100%;
  }

  div.hamburgermenu {
    margin: 0 2rem 0 0;
  }

  span.hamburgerlayer {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: white;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  div.close-cross {
      height: 3rem;
      width: 3rem;
      border-radius: 0.5rem;
      z-index: 1000;
      position: absolute;
      top: 1.8rem;
      right: 1.6rem;
  }

  div.close-cross:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-size: 3rem;
      color: #a5a5a5;
      line-height: 3rem;
      text-align: center;
      content: '\d7';
  }

  nav.topnav {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(2, 4, 23, 0.9);
    backdrop-filter: blur(5px);
    width: 60vw;
    height: 100vh;
  }

  ul.topnav {
    padding: 8rem 2rem 0 1rem;
    margin-top: 0;
  }

  div.nav nav ul.topnav {
    list-style-type: none;
    display: block;
  }

  div.nav nav ul.topnav li {
    padding-bottom: 2rem;
    margin: 0 0 0 1.5rem;
    text-align: left;
  }

  div.nav nav ul.topnav li a {
    font-weight: 500;
  }


  div.nav img.logo {
    margin: 1rem 0 0 2rem;
  }

  section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
  }

  h1.mainheading {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 10rem;
    text-align: center;
  }

  p {
    font-weight: 400;
    line-height: 2rem;
  }

  div.image-smallscreen {
    display: block;
  }

  button.calltoaction, input[type=submit] {
    width: 100%;
  }

  button i.arrow {
    display: none;
  }

  div.nav nav ul.bottomnav {
    list-style-type: none;
    display: block;
  }

  div.nav nav ul.bottomnav li {
    text-align: left;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  div.nav nav ul.bottomnav li.home {
    margin: 5rem 0 3rem 0;
  }

  div.nav nav ul.bottomnav li a {
    font-weight: 600;
  }

  div.nav nav ul.bottomnav li a.txt-grey {
    color: #a4acb9;
  }

  nav.bottomnav {
    order: 1;
    flex: 100%;
  }

  div.bottomnav-logo {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;

    order: 2;
    flex: 100%;
  }

  div.service {
    text-align: center;
  }

  div.section-container-img-and-text {
    row-gap: 3rem;
  }

  div.section-container-img-and-text div.text {
    flex: 100%;
    order: 5;
  }

  div.section-container-img-and-text div.image {
    flex: 100%;
    order: 6;
  }

  div.image-github {
    flex: 100%;
    order: 4;
    text-align: center;
  }

  div.section-container-img-and-text div.buttons {
    flex: 100%;
    order: 7;
  }

  div.bottomnav-logo img.logo {
    width: 40vw;
    height: auto;
    margin: 0;
  }

  section.showcase div.expertise div.expertise-img {
    flex: 100%;
  }


  div.contactus-input {
    width: 100%;
  }
}

