@import url("https://fonts.googleapis.com/css?family=Montserrat|Muli:400,700&display=swap");
@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
html,
body {
  margin: 0;
}

body {
  font-family: "Muli", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

::selection {
  color: #ffffff;
  background: #130e37;
}

::-webkit-scrollbar {
  width: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  outline: 1px solid slategrey;
}

.container.nav-container {
  width: 100%;
}

.hexabgcontainer {
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
}
.hexabgcontainer::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.9) 80%);
}

.hexabg {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}

.hexarow {
  display: inline-flex;
  margin-top: -32px;
  margin-left: -50px;
}

.hexarow:nth-child(even) {
  margin-left: 1px;
}

.hexagon {
  position: relative;
  width: 100px;
  height: 110px;
  background-color: #dddddd;
  margin: 2px;
  /* Create a hexagon */
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: 2s;
}
.hexagon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.075);
  z-index: 1000;
}

#cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background-color: #352675;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: cursor-animation 4s linear infinite;
  z-index: 1;
}

@keyframes cursor-animation {
  0% {
    width: 400px;
    height: 400px;
    filter: blur(50px) brightness(80%) contrast(90%);
  }
  50% {
    width: 300px;
    height: 300px;
    filter: blur(50px) brightness(150%) contrast(120%);
  }
  100% {
    width: 400px;
    height: 400px;
    filter: blur(50px) brightness(80%) contrast(90%);
  }
}
nav {
  margin-top: 0 !important;
  text-align: center;
  transition: all 0.8s ease;
}
nav a {
  color: #111111;
}
nav a:hover {
  color: #000000;
}
nav .menu-toggle {
  width: 100%;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-top: 0.6em;
}
nav .menu-toggle:hover {
  text-decoration: none;
}
nav .navbar-brand {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  letter-spacing: 0.25em;
  transition: all 0.8s ease;
  margin: 0 auto;
  line-height: 1em;
}
nav .navbar-brand a {
  text-decoration: none;
}
nav .navbar-brand a span {
  font-size: 0.55rem;
  letter-spacing: 1.5em;
  margin: 0 0 0 1.1em;
  line-height: normal;
}
nav .navbar-brand a span:last-child {
  font-size: 0.5rem;
  letter-spacing: 0.5em;
  color: #888888;
  margin: 2em;
}
nav .navbar-brand img {
  width: 80px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
nav ul li {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.65rem;
  margin: 0 0 0;
  transition: all 0.8s ease;
}
nav ul:last-child {
  border-bottom: #aaaaaa solid 1px;
}

nav.compact {
  z-index: 1;
  background: #ffffff;
  border-radius: 0 0 1em 1em;
  padding-top: 0;
  width: 100%;
  position: fixed;
  top: -1px;
  left: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
nav.compact .navbar-brand {
  background: #ffffff;
  border-radius: 0 0 1em 1em;
  margin-top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-top: 1em;
}
nav.compact ul li {
  margin: 0;
  font-size: 0.75rem;
}

hr {
  height: 0.2em;
  width: 90%;
  margin: 0 auto;
  border: none;
}

#hero {
  height: 100%;
}
#hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 7em;
  letter-spacing: inherit;
  text-transform: inherit;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 14px #ffffff, 0px 0px 18px #ffffff;
  cursor: default;
}
#hero hr {
  background: #21213c;
  color: #21213c;
}

#career-hero {
  height: 80%;
}
#career-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 7em;
  letter-spacing: inherit;
  text-transform: inherit;
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 14px #ffffff, 0px 0px 18px #ffffff;
  cursor: default;
}
#career-hero hr {
  background: #21213c;
  color: #21213c;
}

.border-light {
  border-color: #aaaaaa !important;
}

footer {
  background: #21213c;
  color: #dddddd;
}
footer .logo-space,
footer .info-space {
  padding: 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .logo-space p {
  text-transform: uppercase;
  font-size: calc(3rem - 80%);
  font-weight: 700;
  display: inline;
  margin-left: 0.4em;
  line-height: normal;
}
footer .logo-space p small {
  font-size: 0.6em;
}
footer .logo {
  filter: invert(0.8);
  width: 60px;
}
footer .contact-info {
  padding: 0.8em;
  min-width: 3em;
}
footer .contact-info a {
  color: #dddddd;
  text-decoration: none;
}
footer .contact-info i {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  border-bottom: thin #dddddd solid;
  padding-bottom: 0.4em;
  margin-bottom: 0.2em;
}

#about {
  background: #21213c;
  color: #ffffff;
  margin-top: 10rem;
  padding-bottom: 5em;
  border-top-left-radius: 3em;
}
#about h2 {
  margin: 2em 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
#about p {
  color: #dddddd;
}
#about h5 {
  letter-spacing: inherit;
  font-weight: bold;
}
#about hr {
  color: #dddddd;
  background-color: #dddddd;
  margin: 0 auto 1em;
}
#about img {
  width: 90%;
  margin: 0 auto;
  animation: rotation 10s infinite linear;
}
#about .dhee-logo {
  width: 16px;
  animation: none;
  margin-top: -0.3em;
}

#services {
  background: #dddddd;
  color: #21213c;
  padding: 5rem 0;
  position: relative;
}
#services .container h2 {
  text-align: center;
}
#services .container .services_list {
  margin: 1em;
  font-size: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: baseline;
}
#services .container .services_list a {
  text-decoration: none;
  color: initial;
  margin: 2.5em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  min-width: 250px;
  max-width: 350px;
  text-align: center;
  cursor: pointer;
  transition: all 2s ease;
}
#services .container .services_list a img {
  max-width: 60px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  transition: all 1.5s cubic-bezier(0, 0.47, 0.25, 1);
}
#services .container .services_list a:hover {
  color: #130e37;
}
#services .container .services_list a:hover img {
  transform: translateY(-15px);
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
}
#services .container .services_list a span {
  display: contents;
}
#services .container .services_list a small {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
  opacity: 0.5;
}
#services #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#services #particles-js canvas {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.35;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
  transition: opacity 0.8s ease, transform 1.4s ease;
}

#works {
  background: #21213c;
  color: #ffffff;
  padding: 5rem 0;
}
#works h2 {
  text-align: center;
}
#works h4 {
  text-align: center;
  opacity: 0.5;
  margin-bottom: 1em;
}

.gallery {
  justify-content: center;
}
.gallery a {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  margin: 0.2em;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  min-width: 200px;
  max-width: 500px;
  padding: 1rem;
}
.gallery a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.gallery a:hover .caption {
  transform: translateY(0);
}
.gallery a img {
  width: 100%;
}
.gallery a .caption {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0.5em 0.5em;
  padding: 0.5em 0.2em 0.8em 0.2em;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0, 0.75, 0.5, 1);
}
.gallery a.video::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 45%;
  background-image: url(../images/video-play-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
}

#clients {
  background: #ffffff;
  color: #21213c;
  padding: 5rem 0;
}
#clients h2 {
  text-align: center;
}
#clients .affiliations-wrap {
  margin: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#clients .affiliation-logo {
  padding: 100px 30px;
  align-items: center;
  border: 1px solid #e0e5fa;
  border-radius: 0.3em;
  overflow: hidden;
  height: 100px;
  max-width: 200px;
  display: flex;
  justify-content: center;
}
#clients .affiliation-logo img {
  transform: scale(0.9);
}
#clients .affiliation-logo:hover img {
  transform: scale(1.1);
}
#clients .affiliations-wrap img {
  transition: all 0.4s ease-in-out;
}

#contact {
  background: #21213c;
  color: #ffffff;
  padding: 5rem 0;
}
#contact h2 {
  text-align: center;
}
#contact .sub-heading {
  opacity: 0.4;
}
#contact ul.services-list {
  width: max-content;
  margin: 0 auto 1rem;
}
#contact ul.services-list li a {
  color: #ffffff;
  text-decoration: none;
}
#contact #sendmessage {
  color: #019c00;
  border: 1px solid #019c00;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact #errormessage {
  color: #ed3c0d;
  display: none;
  border: 1px solid #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact #sendmessage.show,
#contact #errormessage.show,
#contact .show {
  display: block;
}

.error-message {
  display: none;
  color: #ffffff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 0.3rem;
}

.error-message br + br {
  margin-top: 25px;
}

.sent-message {
  display: none;
  color: #ffffff;
  background: #019c00;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 0.3rem;
}

.loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.loading:before {
  content: "";
  display: inline-block;
  margin: 0 10px -6px 0;
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: animate-loading 1s cubic-bezier(0.8, -0.35, 0.21, 1.32) infinite;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
  .container nav {
    margin: 1em 0;
  }
  nav ul li {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.7rem;
    margin: -1.5em 0 0;
  }
  nav ul:last-child {
    border-bottom: none;
  }
  nav.compact {
    height: 50px;
    padding-top: 0.5rem;
  }
  nav.compact .navbar-brand {
    margin-top: 45px;
  }
  .hexabgcontainer {
    width: calc(100vw - 6px);
  }
  #hero {
    height: calc(100vh - 15em);
  }
  #hero h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    margin-top: -1em;
  }
  #career-hero {
    height: calc(80vh - 15em);
  }
  #career-hero h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    margin-top: -1em;
  }
  #about {
    margin-top: 0;
    border-top-left-radius: 6em;
  }
  #about h2 {
    font-size: 1.6rem;
  }
  #about hr {
    margin: 0 auto 1em 0;
  }
  #about img {
    width: 80%;
  }
}/*# sourceMappingURL=main.css.map */