html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: helvetica;
}

body {
  margin: 0;
}

main {
  overflow: auto;
}
.heading-text {
  font-size: 1rem;
  color: #fff;
  padding-left: 20px;
}

* {
  scroll-behavior: smooth;
}

.topimg {
  width: 100%;
}
.bar {
  width: 100%;
  height: 60px;
  display: block;
}
.services {
  text-align: center;
  padding-top: 40px;
  font-size: 2.3rem;
  background-color: #f9f9f9;
}
.services p {
  text-align: left;
}
.submitButton {
  padding: 0px;
  border-radius: unset;
  width: 25%;
  font-size: 1.2rem;
}
/* Accordion
  ============================================================================= */

.accordion {
  width: 90%;
  display: grid;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */

  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}

.accordion-item {
  background-color: transparent;
}

.accordion-item__button {
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
  padding: 1rem;
  border-radius: 6px;
  cursor: pointer;
  background-color: #e3eef4;
  color: black;
}
.accordion-item__button:focus {
  border: none;
  outline: none;
}
.accordion-item__button:before {
  content: "+";
  float: right;
  right: 0;
}
.accordion-item__button.active:before {
  content: "\2212";
}

.accordion-item__button:active,
.accordion-item__button:hover {
  background-color: #e0e0e0;
}

.accordion-item__button:active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-item__content {
  overflow: hidden;
  padding-right: 2.5em;
  font-size: 1rem;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 20px;
}
.accordion-item__button:active {
  display: block;
}

*.accordion-item__button[tabindex]:focus {
  background-color: #d3d3d3;
}

.ui__header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  z-index: 900;
}

.accent-left {
  /*border-left-color: #0d3b60;
  border-left-width: 0.5rem !important; */
  padding-left: 15px;
  padding-right: 15px;
}

.bg-primary {
  background-color: #0d3b60;
}
.menu {
  display: flex;
  gap: 20px;
  margin-right: 20px;
}

.menu a {
  text-decoration: none;
  color: #fff;
}

.clickableContainer {
  position: relative;
  width: 100%;
}

.boxposition {
  position: absolute;
  bottom: -5%;
  left: 30%;
  width: 40%;
  background-color: white;
  padding: 25px 0px;
}

.startedButton {
  padding: 15px 45px;
  border: 1px solid black;
  font-size: 0.93rem;
  text-decoration: none;
  color: #000000;
}

.startedButton:hover {
  background-color: #f3f3f3;
}
.about {
  background-color: #e3eef4;
  /* background-image: url("/assets/img/background2bwf.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}
.contact {
  background-color: #0d3b60;
  color: white;
}

/* input:invalid {
  border: 2px solid red;
}
input:focus:invalid {
  border: none;
} */

input {
  background: transparent;
  border-bottom: 2px solid white;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: white;
}

input:focus:active {
  background: white;
  border-bottom: 2px solid white;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: black;
}

textarea {
  background: transparent;
  border-bottom: 2px solid white;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: white;
  width: 100%;
}

textarea:focus:active {
  background: white;
  border-bottom: 2px solid white;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: black;
}

.formRow {
  display: flex;
  width: 100%;
  gap: 10%;
}
.formColumn {
  width: 50%;
  border-radius: 0%;
}

.aboutMeLevel2 {
  display: flex;
  gap: 20px;
  padding: 0px 5% 60px 5%;
}
.aboutMeLevel31 {
  width: 20%;
}
.aboutMeLevel32 {
  width: 80%;
}
.aboutMeImage {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 767px) {
  
  .accordion {
    width: 98%;
  }
  .heading-text {
    font-size: 0.75rem;
    color: #fff;
    padding-left: 5px;
  }
  .menu {
    display: flex;
    gap: 5px;
    margin-right: 2px;
  }
  .menu a {
    text-decoration: none;
    color: #fff;
    border-right: 2px solid white;
    padding-right: 2px;
  }
  .menu a:last-of-type {
    border-right: 0px solid white;
  }
  .boxposition {
    position: unset;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: white;
    /* padding: 25px 0px; */
    margin-top: 85px;
  }
  .topimg {
    display: none;
  }
  .bar {
    display: none;
  }

  .submitButton {
    font-size: 0.78rem;
    border-radius: 0px;
    background-color: white;
    color: black;
    border: 2px solid black;
  }

  .aboutMeLevel2 {
    display: block;
    padding: 0px 5% 60px 5%;
  }
  .aboutMeLevel31 {
    width: 45%;
    float: right;
    margin-left: 10px;
  }
  .aboutMeLevel32 {
    width: 100%;
  }
  .aboutMeImage {
    width: 100%;
    margin-top: 0px;
  }
}
