html {
  scroll-behavior: smooth;
}

body {
  background-color: #f0ead8;
  /* background-color: #092c4c; */
  color: #092c4c;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  position: relative;
  z-index: -1000;
}

main {
  position: relative;
  z-index: -1000;
}

h1,
h2,
h3 {
  letter-spacing: 2px;
}

.nav-container {
  width: 100%;
}

#nav {
  /* transition: background 0.5s ease; */
  height: 112px;
}

.navbar {
  max-width: 1280px;
  width: 80%;
  margin: auto;
  padding-left: 7rem;
  padding-right: 7rem;
}

.navbar-logo {
  height: 60px;
  cursor: pointer;
}

.nav-link {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: 36px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #092c4c;
}

.nav-link:hover {
  color: #092c4c;
  border-bottom: 2px solid black;
}

section {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  scroll-margin-top: 200px;
}

section#home {
  background-color: #f0ead8;
  height: 80vh;
  min-height: 500px;
  max-height: 1100px;
  padding: 0;
}

.homepage-container {
  width: 80%;
  padding-top: 112px;
}

.homepage-content {
  position: relative;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
}

.sidebar {
  width: 10%;
}

.codebar-wrapper {
  height: 25px;
}

.codebar {
  border-radius: 4px;
}

.codebar.colorOne {
  background-color: #092c4c44;
}

.codebar.colorTwo {
  background-color: #ec6f4f44;
}

.codebar.colorThree {
  background-color: #877a7244;
}

.tagline {
  width: 300px;
  margin-left: 10%;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10;
}

.tagline h1 {
  color: #092c4c;
  font-size: 20pt;
  line-height: 1.5;
  font-weight: 600;
}

.orange {
  color: #ec6f4f;
}

.btn-cta {
  margin-top: 24px;
  border-radius: 12px;
}

.stitchplane {
  position: relative;
  width: 90%;
  height: 100%;
  transform: translate(5%, -2%);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  border: none;
  background-color: #092c4c !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.form-control {
  color: #092c4c;
}

.form-control:focus {
  border-color: #092c4c;
}

section#about {
  background-color: #092c4c;
  color: white;
}

.headline {
  text-align: center;
  width: 100%;
  max-width: 730px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.headline p {
  font-size: 1.4rem;
}

.about-content {
  width: 80%;
  margin: auto;
  margin-top: 6rem;
  max-width: 1800px;
}

.about-description-container {
  padding-right: 4%;
}

.about-description {
  padding: 2.5rem;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about-description.selected {
  background-color: rgba(255, 255, 255, 0.05);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23EC6F4FFF' stroke-width='4' stroke-dasharray='12%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 20px;
}

.about-description h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.about-description p {
  font-size: 1.2rem;
  margin: 0;
}

.about-graphic-container {
  padding-left: 4%;
}

#about-graphic {
  background-repeat: no-repeat;
  height: 0px;
  width: 100%;
  padding-top: 70%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('assets/desktop_graphic_development.svg'),
    url('assets/desktop.svg');
  transition: background 0.2s linear;
}

#particles-js canvas {
  display: block;
  vertical-align: bottom;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
  transition: opacity 0.8s ease, transform 1.4s ease;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}

section#contact {
  background-color: #ec6f4f;
  color: white;
  z-index: -10;
}

.contact-form {
  position: relative;
  z-index: 0;
  width: 600px;
  margin: auto;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
}

.form-element {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.grecaptcha-badge {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.disclaimer {
  font-size: 10px;
  width: 217px;
  transform: translateY(7px);
  margin-left: 7px;
}

.disclaimer a {
  text-decoration: underline;
  color: white;
}

footer {
  background-color: #092c4c;
  color: white;
  position: relative;
}

.footer-container {
  width: 100%;
  text-align: center;
}

.socials {
  margin-bottom: 10px;
}

.socials a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.socials a i.fa-linkedin:hover {
  color: #007bb6;
}

.socials a i.fa-facebook:hover {
  color: #3b5998;
}

.socials a i.fa-twitter:hover {
  color: #00aced;
}

.socials a i.fa-instagram:hover {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-size: 100%;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;

  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); */
}

.socials a i.fa-youtube:hover {
  color: #bb0000;
}

.confirmation-field {
  margin-bottom: 0.5rem;
}

.was-validated .form-control:invalid {
  border-width: 3px;
}

.was-validated .form-control:valid {
  border-color: #ced4da;
  background-image: none;
}

.invalid-feedback {
  color: white;
}

.toast {
  position: fixed;
  transform: translate(-50%, 0px);
  bottom: 2rem;
  left: 50%;
}
