@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans"), local("FiraSans-Regular"), url(http://fonts.gstatic.com/s/firasans/v5/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(http://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Fira Mono";
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono"), local("FiraMono"), url(http://fonts.gstatic.com/s/firamono/v3/SlRWfq1zeqXiYWAN-lnG-pBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "tt_normsregular";
  src: url("../fonts/ttnorms-regular-webfont.woff2") format("woff2"), url("../fonts/ttnorms-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_normsbold";
  src: url("../../fonts/ttnorms-bold-webfont.woff2") format("woff2"), url("../../fonts/ttnorms-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding: 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

ul li {
  list-style: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
::selection {
  background: #FFF498;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #FFF498;
}

a {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #f5cf75;
  font-family: "tt_normsregular", sans-serif;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
  color: #9C3E85;
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 20px 0;
  font-family: "tt_normsregular", sans-serif;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

.header-wrap {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 118px;
  background: #e9f1f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  margin: 0 0 10px 0;
  font-family: "tt_normsregular", sans-serif;
  top: -1px;
}
.header-wrap nav {
  margin: -4px 0 5px 350px;
  height: 105px;
}
.header-wrap nav ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
.header-wrap nav li {
  font-size: 19px;
  margin: 35px 35px;
}
.header-wrap nav .social-media {
  margin: 5px 2px 0 2px;
}
.header-wrap nav .linkedin {
  margin-top: 12px;
}
.header-wrap nav a {
  color: #2E6293;
  text-transform: uppercase;
}

.main-logo {
  position: absolute;
  width: 285px;
  left: 120px;
  margin: 10px 0 0 145px;
  padding: 0 10px;
}

nav ul li.tech:hover .dropdown {
  display: block !important;
}

nav ul li ul.dropdown {
  display: none !important;
  position: absolute !important;
  width: 250px;
  transition: 0.7s linear;
  background: white;
}

#menuToggle input {
  display: contents;
}

footer p {
  color: red;
  width: 400px;
  margin: 0 auto;
  border: 1px solid red;
}

.page-wrap {
  height: 100vh;
  background: black;
  margin-top: -56px;
  font-family: "tt_normsregular", sans-serif;
}
.page-wrap .nav-anchor {
  visibility: hidden;
}
.page-wrap .main-intro {
  background-image: url("../../assets/img/bg_main_resize.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-wrap .main-intro div {
  position: relative;
  padding-bottom: 40px;
}
.page-wrap .main-intro div p {
  width: 300px;
  color: white;
  font-size: 18px;
  margin: 0 0 0 127px;
  padding: 10px 0;
  padding: 35px 0 0 20px;
  position: relative;
  z-index: 2;
}
.page-wrap .main-intro div p span {
  font-family: "tt_normsbold", sans-serif;
  font-size: 22px;
}
.page-wrap .main-paragraph-2 {
  font-size: 18px;
  color: #dee7eb;
  background: #090d28;
  opacity: 0.9;
  width: 740px;
  margin: 30% auto 48px auto;
  padding: 0 10px;
  padding-right: 11px;
  text-align: center;
  width: 100%;
}
.page-wrap .main-paragraph-2 p {
  padding: 10px 0;
}
.page-wrap .main-paragraph-2 span {
  color: #f5cf75;
}

#about {
  background-image: url("../../assets/img/bg_about_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  padding: 0px 0 50px 0;
  border-top: 2px solid #f5cf75;
}
#about h2 {
  color: #f5cf75;
}
#about .about-paragraph {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
}
#about .news-start .news a {
  color: #f5cf75;
  font-size: 15px;
}
#about .news-start h4 {
  font-size: 20px;
  padding: 10px 0 0 0;
}
#about ul {
  padding: 0 0 0 20px;
}
#about ul li {
  list-style-type: disc;
  margin: 10px 0;
}
#about ul li.heading {
  color: #f5cf75;
  font-size: 28px;
  margin: 0 0 0 -20px;
  padding: 0 0 20px 0;
  list-style: none;
}

footer {
  background: #372f2f;
  background: radial-gradient(circle, rgba(55, 47, 47, 0) 0%, #19191c 96%);
  margin: 0px 0 0 0;
}
footer ul {
  display: flex;
  justify-content: center;
  position: relative;
  list-style: none;
}
footer ul li {
  align-self: center;
  list-style: none !important;
  color: #dee7eb;
  position: relative;
  margin: 20px 21px !important;
  font-size: 18px;
}
footer ul li img {
  width: 150px;
}

#tech .tech-intro {
  width: 80%;
  margin: 0 auto;
}
#tech .tech-intro p {
  text-align: center;
  width: 720px;
  margin: 15px auto 20px auto;
  color: #58585a;
  font-size: 19px;
}
#tech .tech-intro p img {
  margin: 40px 0 0 0;
}
#tech .tech-intro p img:nth-child(2) {
  max-width: 60%;
  margin: -117px 0px 0 300px;
}
#tech .tech-intro p:nth-child(2) {
  width: 920px;
}
#tech .gen-tech {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 85%;
  color: #58585a;
  text-align: center;
  margin-bottom: 50px;
}
#tech .gen-tech a {
  color: #598ed1;
}
#tech .gen-tech p {
  text-align: left;
  font-size: 20px;
  margin: 10px auto;
}
#tech .gen-tech img {
  margin: 15px auto 50px auto;
}
#tech .gen-tech h3 {
  color: #598ed1;
  font-size: 35px;
}
#tech .gen-tech ul {
  text-align: center;
}
#tech .gen-tech ul li {
  margin: 20px 0;
}
#tech .gen-tech .gen-tech-img-3 img {
  width: 70%;
}
#tech h3 {
  color: #fff;
  font-size: 19px;
  text-align: center;
  position: relative;
  bottom: -30px;
}
#tech .tech-about-video:before {
  content: "";
  position: absolute;
  background-image: url("../img/video_bar.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 575px;
  z-index: -1;
}
#tech .video {
  display: flex;
  justify-content: center;
  margin: 0;
}
#tech .video video {
  display: block;
  margin: 70px auto 0 auto;
}

#team {
  margin: 120px 0 0 0;
  color: #58585a;
}
#team h3 {
  display: flex;
  justify-content: center;
  font-size: 28px;
  margin: 20px 0 20px -95px;
}
#team .co-founders, #team .advisory-board, #team .collaborations {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 20px 0;
}
#team ul {
  margin: 0 10px;
}
#team ul li {
  width: 285px;
  color: #58585a;
  text-align: left;
}
#team ul li img {
  width: 180px;
}
#team ul li:nth-child(2) {
  color: #4b4db0;
  font-weight: 700;
  font-size: 18px;
}
#team ul .long-name {
  font-size: 13px;
}
#team ul li:nth-child(3) {
  font-size: 15px;
}
#team h3 {
  font-size: 28px;
  color: #4b4db0;
}
#team .collaborations ul li:nth-child(3) {
  color: #58585a;
}
#team .co-founders ul li:nth-child(3) {
  color: #598ed1;
}

#contact {
  color: #dee7eb;
  margin: 105px 0 0 0;
  background: #372f2f;
  background: radial-gradient(circle, rgba(55, 47, 47, 0) 0%, #19191c 96%);
}
#contact .contact-message p {
  text-align: center;
}
#contact #contact-form {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 155px;
}
#contact #contact-form #MESSAGE {
  width: 300px;
  color: #58585a;
}
#contact .contact-form .mc-field-group {
  width: 300px;
}
#contact .contact-form #message {
  width: 100%;
}
#contact .contact-message {
  margin: 30px auto 0 auto;
  padding: 30px 0 0 0;
  width: 40%;
}
#contact .contact-message p {
  font-weight: bold;
}
#contact .contact-message h2 {
  display: flex;
  justify-content: center;
  font-size: 25px;
  color: #f5cf75;
}

#mc_embed_signup input {
  color: #58585a;
}

.pipeline {
  padding: 80px 10px 0px 10px;
  margin: 20px auto;
  color: #58585a;
  text-align: center;
}
.pipeline h3.intro-copy {
  font-size: 30px;
  color: #598ed1;
  padding: 20px 0;
}
.pipeline .intro-tech {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pipeline .intro-tech p {
  max-width: 620px;
}
.pipeline .intro-tech p span {
  font-size: 16px;
}
.pipeline .tech-ptsd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pipeline .tech-ptsd p {
  max-width: 500px;
  text-align: center;
  margin: 15px;
}
.pipeline .tech-ptsd p span {
  font-size: 16px;
}
.pipeline .intro-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pipeline .intro-icons h5 {
  font-size: 15px;
}

.addictions {
  display: flex;
  flex-direction: column;
  padding: 150px 10px 0px 10px;
  margin: 0 auto;
  color: #58585a;
}
.addictions .style-1 {
  font-size: 25px;
  width: 400px;
  border: solid 1px;
  margin: 30px auto;
  border: 0px solid #e1cc89;
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 33px;
  background-image: url(https://css-tricks.com/examples/Blockquotes/images/openquote1.gif);
}
.addictions .style-1 span {
  display: block;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url(https://css-tricks.com/examples/Blockquotes/images/closequote1.gif);
}
.addictions .addictions-intro {
  position: absolute;
  opacity: 20%;
  width: 70%;
  height: 100vh;
  right: -40%;
  top: -50px;
  background-image: url("../img/brain_850px.jpg");
  background-repeat: no-repeat;
  z-index: -1;
}
.addictions div.addictions-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
}
.addictions div.addictions-1 img {
  width: 80%;
}
.addictions div.addictions-1 ul {
  margin: 0px 0 0 0;
}
.addictions .intro-copy {
  color: #598ed1;
  text-align: center;
  font-size: 30px;
}
.addictions .bio {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.addictions .bio section {
  margin: 10px 0;
}
.addictions .bio section img.addictions-lg {
  width: 95%;
}
.addictions .bio ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.addictions .bio ul li.title {
  font-size: 20px;
}
.addictions .bio ul li.logo-small {
  width: 120px;
  margin: 10px auto;
}
.addictions .bio ul li {
  text-align: left;
}
.addictions .bio h4 {
  text-align: center;
}
.addictions .bio img {
  width: 200px;
  padding: 0 10px;
}
.addictions .bio p {
  width: 600px;
  margin: 10px auto;
}

.anxiety {
  display: flex;
  flex-direction: column;
  padding: 200px 10px 0px 10px;
  margin: 0 auto;
  color: #58585a;
}
.anxiety .intro-copy {
  color: #598ed1;
  text-align: center;
  font-size: 30px;
}
.anxiety .bio {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.anxiety .bio section {
  margin: 10px 0;
}
.anxiety .bio ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anxiety .bio ul li.title {
  font-size: 20px;
}
.anxiety .bio ul li.logo-small {
  width: 120px;
  margin: 10px auto;
}
.anxiety .bio ul li {
  text-align: left;
}
.anxiety .bio h4 {
  text-align: center;
}
.anxiety .bio img {
  width: 200px;
  padding: 0 10px;
}
.anxiety .bio p {
  width: 600px;
  margin: 10px auto;
}

.anxiety-intro {
  position: absolute;
  opacity: 20%;
  width: 70%;
  height: 100vh;
  right: -40%;
  top: -50px;
  background-image: url("../img/brain_850px.jpg");
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 2700px) {
  .main-logo {
    margin-left: 805px;
    left: 0px;
  }
}
@media only screen and (max-width: 2200px) {
  .main-logo {
    margin-left: 645px;
    left: 0px;
  }
}
@media only screen and (max-width: 1800px) {
  .main-logo {
    margin-left: 545px;
  }
}
@media only screen and (max-width: 1570px) {
  .main-logo {
    margin-left: 325px;
  }
}
@media only screen and (max-width: 1150px) {
  #about .about-paragraph {
    margin: 0 auto;
    padding: 0 30px;
    width: 740px;
  }

  .main-logo {
    margin-left: 255px;
  }
}
@media only screen and (max-width: 1024px) {
  #team .collaborations ul li img {
    margin: 0;
  }
}
@media only screen and (max-width: 1060px) {
  .main-statement img {
    width: 100%;
  }

  #team .collaborations ul li {
    width: 165px;
  }

  #team .advisory-board ul li {
    width: 250px;
  }

  .about-bg {
    width: 70%;
  }

  .page-wrap #about section:before {
    right: 0;
  }

  #tech .tech-intro p:nth-child(2) {
    width: 90%;
  }

  body #tech .tech-intro p {
    width: 100%;
  }

  #about div.about-intro p:last-child {
    width: 80%;
  }

  body .page-wrap .main-intro div {
    margin: 0;
  }

  #contact .contact-message p {
    margin: 0;
  }

  #team .consultants ul li {
    width: 230px;
  }

  #team .advisors ul li {
    width: 200px;
  }

  #team .advisors ul li:nth-child(3) {
    font-size: 13px;
  }

  .main-logo {
    margin-left: 225px;
  }
}
@media only screen and (max-width: 900px) {
  #team h3 {
    margin: 0;
  }

  #tech .gen-tech {
    width: 100%;
  }

  #about .about-image p span {
    margin-left: 100px;
  }

  .page-wrap #team .co-founders {
    margin-left: -31px;
  }

  .about-bg {
    width: 100%;
    right: 50px;
    top: 315px;
    background-image: url("../img/brain_med.jpg");
  }

  #about div.about-intro p {
    width: 70%;
  }

  #about section div p {
    font-size: 20px;
  }

  #about section div p {
    font-size: 20px;
  }

  #about .about-image {
    margin: 75px 0 0 0;
  }

  #tech .video iframe {
    width: 550px;
    margin: 40px 0 0 110px;
  }

  section#team h3 {
    padding: 10px 0 10px 0;
  }

  #team {
    margin-top: 100px;
  }

  #team .advisory-board ul li img, #team .collaborations ul li img {
    width: 200px;
  }

  #contact .contact-message h2 {
    width: 90%;
    font-size: 22px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 950px) {
  .main-logo {
    margin-left: 125px;
  }
}
@media only screen and (max-width: 860px) {
  .header-wrap nav {
    margin: 0 0px 0 0;
  }

  .header-wrap nav ul {
    justify-content: right;
  }
}
@media only screen and (max-width: 850px) {
  .header-wrap nav {
    margin: 0;
  }
}
@media only screen and (max-width: 780px) {
  .page-wrap #about section:before {
    height: 650px;
  }

  #tech .tech-intro p img:last-child {
    margin-left: 200px;
  }

  body .page-wrap .main-data ul li {
    padding: 0;
  }

  .page-wrap .main-intro div p:last-child {
    padding: 10px 20px;
  }

  .page-wrap .main-intro video {
    right: -368px;
    width: 120%;
  }
}
@media only screen and (max-width: 750px) {
  nav ul li ul.dropdown {
    background: none;
  }

  .main-logo {
    margin-left: 180px;
  }

  #menuToggle {
    display: block;
    position: relative;
    top: 33px;
    left: 77px;
    font-size: 15px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: #598ed1;
    font-size: 15px;
    transition: color 0.3s ease;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

  /*
   * Just a quick hamburger
   */
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #598ed1;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /* 
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #58585a;
  }

  /*
   * But let's hide the middle one.
   */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
   * Ohyeah and the last one should go the other direction
   */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  #menu {
    position: absolute;
    width: 230px;
    margin: -100px 0 0 -80px;
    padding: 30px;
    padding-top: 125px;
    display: block;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    padding: 0px 10px;
    font-size: 15px;
  }

  /*
   * And let's slide it in from the left
   */
  #menuToggle input:checked ~ ul {
    transform: none;
  }

  body nav ul li ul.dropdown {
    display: block !important;
    position: relative !important;
  }

  .header-wrap .main-logo {
    top: -7px;
  }
}
@media only screen and (max-width: 750px) {
  .header-wrap nav li {
    margin: 10px 19px;
  }

  .header-wrap {
    background-image: none;
  }

  .page-wrap .main-paragraph-2, #about .about-paragraph {
    width: auto;
  }

  footer ul li {
    font-size: 12px;
  }

  #team h3:first-child {
    margin: 0;
  }

  body .page-wrap .main-intro div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #contact .contact-message {
    margin: 0;
    width: auto;
  }

  #contact .contact-message h2 {
    width: auto;
  }
}
@media only screen and (max-width: 630px) {
  #tech h3 {
    font-size: 17px;
  }

  .page-wrap #team .co-founders {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .header-wrap nav ul {
    justify-content: space-evenly;
  }

  .header-wrap nav li {
    margin: 10px 0;
    font-size: 17px;
  }

  #team .advisory-board, #team .collaborations {
    right: 22px;
  }

  #tech .video video {
    width: 95%;
    padding-bottom: 130px;
  }

  #about .about-image img {
    width: 100%;
  }

  #team .advisory-board ul:nth-child(2), #team .collaborations ul:nth-child(2), #team .advisory-board ul:nth-child(4), #team .collaborations ul:nth-child(4) {
    left: 275px;
  }

  #team .co-founders {
    flex-direction: column;
  }

  #team ul li {
    width: 255px;
  }

  section#team h3 {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 555px) {
  .main-logo {
    width: 225px;
  }

  .header-wrap .main-logo {
    top: 2px;
  }

  .page-wrap .main-intro div p:last-child {
    margin: 25% auto 5%;
  }

  .page-wrap .main-data ul {
    width: 90%;
    margin: 0 0 0 35px;
  }

  .page-wrap #about section {
    margin: 15px 0 0 30px;
  }

  #about section div p:first-child {
    margin: 30px 0;
    text-align: right;
  }

  .tech-img img {
    margin: -30px 0 73px 0;
    padding: 10px 0 10px 0;
  }

  .page-wrap #tech .tech-intro p img:last-child {
    margin: -100px 0 0 0;
  }

  #about section div p:nth-child(2) {
    margin-right: -115px;
  }

  #about section div p:first-child:after {
    right: 5px;
  }

  #contact .contact-message h2 {
    font-size: 18px;
  }

  #contact #contact-form {
    justify-content: left;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  #about .about-image p {
    font-size: 15px;
  }

  #tech .gen-tech p {
    text-align: center;
  }

  .addictions .bio p, .anxiety .bio p {
    width: 325px;
  }

  .addictions .bio, .addictions .style-1 {
    width: 350px;
  }

  .about-news ul.achievments {
    flex-direction: column;
  }

  #tech h3 {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }

  .about-intro {
    width: 90%;
    padding: 5px 10px;
  }

  .page-wrap #about div.about-intro p {
    width: 100%;
  }

  .page-wrap .main-paragraph-2 {
    width: 97%;
  }

  .header-wrap nav {
    font-size: 17px;
  }

  .header-wrap nav li {
    margin: 13px 0px;
    font-size: 13px;
  }

  .page-wrap .main-intro div p {
    margin-left: 70px;
    width: 350px;
  }

  .page-wrap .main-intro .main-copy:after {
    left: -55px;
    margin-top: 65px;
  }

  .page-wrap .main-data ul {
    margin: 0 0 0 21px;
  }

  .page-wrap .main-intro video {
    width: -webkit-fill-available;
    top: 55px;
  }

  #about .about-image p span {
    margin-left: 45px;
  }

  #team .advisory-board ul:nth-child(2), #team .collaborations ul:nth-child(2), #team .advisory-board ul:nth-child(4), #team .collaborations ul:nth-child(4) {
    left: 210px;
  }

  .header-wrap nav .social-media {
    right: 41px;
  }

  .header-wrap nav .linkedin {
    right: 13px;
  }

  .addictions .bio ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 435px) {
  .main-logo {
    margin-left: 125px;
  }

  .page-wrap #about section {
    margin: 0;
  }

  #about {
    margin: 5px 0 0 0;
  }

  #about ul li.heading {
    font-size: 20px;
  }

  body .header-wrap .main-logo-nav2 {
    right: 36%;
  }

  #tech .gen-tech ul li {
    margin: 10px 0;
  }

  #tech .gen-tech h3, .about-news h3 {
    font-size: 20px;
  }

  .about-news ul {
    width: 340px;
  }

  .header-wrap .main-logo {
    right: 80px;
  }

  #about section div p:first-child:after {
    right: 165px;
  }

  #about section div p:first-child, #about section div p:nth-child(2) {
    text-align: center;
  }

  #about section p {
    width: 90%;
  }

  #about section div ul {
    margin: 0;
  }

  .body-wrap .page-wrap .main-intro div p {
    width: 90%;
    font-size: 20px;
    margin: 0;
  }

  #tech .video video {
    padding-bottom: 90px;
  }

  .page-wrap .main-data ul {
    margin: 0 0 0 21px;
  }

  #tech .video video {
    margin: 109px 0 0 21px;
  }

  #team .co-founders ul li img {
    margin: 0 0 0 9px;
  }
}
@media only screen and (max-width: 400px) {
  .main-logo {
    width: 225px;
  }

  footer ul li {
    margin: 0px 35px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 350px) {
  .page-wrap .main-intro div p {
    margin-left: 70px;
  }
}