@font-face {
  font-family: 'D-DIN';
  src: url('fonts/D-DIN.otf');
}

body {
  margin: 0px;
  background-color: #F7F7F7;
  color: #3A4161;
  font-family: 'D-DIN', 'Helvetica', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
}

main {
  overflow: hidden;
}

.slide-wrapper {
  width: 100%;
}

section {
  position: relative;
  clear: both;
}

nav .logo {
  width: 160px;
}

.nav-inner {
  padding: 21px 42px;
  max-width: 1300px;
  margin: 0 auto;
}

nav.visible {
  transform: rotateX(0deg) translateY(100%);
}

nav {
	transition: transform 0.5s;
	transform: rotateX(90deg) translateY(0);
  background-color: white;
  height: 90px;
  z-index: 2;
  position: fixed;
  left: 0px;
  right: 0px;
  top: -90px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.nav-links {
  float: right;
  margin-top: 20px;
}
.nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  color: #3A4161;
  margin-right: 30px;
}
.nav-links a:hover, .nav.links a:focus {
  color: black;
  text-decoration: underline;
}

h1 {
  font-size: 48px;
  font-weight: 500;
}

p, li {
  font-size: 18px;
  line-height: 1.8;
}

#header {
  background-color: white;
  min-height: 20rem;
  padding: 3rem;
  z-index: 0;
}

/*#header .stroke::before {
  background-color: #D4AF37;
  top: 28px;
  z-index: -1;
  height: 24px;
  right: -30px;
  left: -5px;
}

#header .stroke-support::before {
  left: -11px;
  right: -17px;
}

#header .stroke-ai::before {
  right: -4px;
  left: 20px;
  top: 30px;
}*/

#header .logo {
  margin: 0 auto;
  width: 160px;
  display: block;
}

#header h1 {
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 3px;
  /*padding: 8rem 3rem;*/
}

#investing .slide {
  background-color: #D4AF37;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  float: right;
  margin-left: 400px;
  padding: 20px 40px;
  padding-bottom: 120px;
  padding-right: 240px;
  max-width: 1200px;
}

#investing .stroke::before {
  background-color: white;
  top: 26px;
  z-index: 0;
  height: 32px;
  right: -20px;
  left: -8px;
}

#supporting .slide {
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 20px 40px;
  margin-top: -30px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 90px;
  min-width: 75%;
  max-width: 1200px;
}

#supporting .stroke::before {
  background-color: #D4AF37;
  top: 26px;
  z-index: 0;
  height: 32px;
  right: -20px;
  left: -5px;
}

#supporting .seqouia {
  width: 135px;
  position: absolute;
  right: 20px;
  bottom: 0px;
}

#supporting .cta-wrapper {
  text-align: center;
  margin-top: 50px;
  position: fixed;
  left: 0;
  right: 0;
}
#supporting .cta {
  position: relative;
  margin-bottom: -52px;
  display: inline-block;
  padding: 25px 35px;
  border-radius: 27px;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cta {
  background-color: #D4AF37;
  color: white;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cta:hover, cta:focus {
  background-color: rgb(0, 61, 159);
}

#investing {
  z-index: 0;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(100%);
}

#supporting {
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(-100%);
  z-index: 1;
}

#supporting.slide-in, #investing.slide-in {
  transform:translate(0%);
}

#investing h1, #supporting h1 {
  font-size: 48px;
  white-space: nowrap;
}

#portfolio {
  overflow: hidden;
  margin-top: 5em;
  clear: both;
  clip-path: polygon(
    0 7vw,
    100% 0%,
    100% 100%,
    0% 100%
  );
  -webkit-clip-path: polygon(
    0 7vw,
    100% 0%,
    100% 100%,
    0% 100%
  );
  padding-bottom: 9em;
}

.portfolio-inner {
  padding: 7em;
  padding-bottom: 0em;
  background-color: white;
}

.portfolio-svg {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: 200px;
}

.portfolio-clip-bottom {
  background-color: white;
  height: 200px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0% calc(100% - 7vw)
  );
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0% calc(100% - 7vw)
  );
}

#portfolio h1, #team h1 {
  text-align: center;
  font-size: 30px;
}

.startups {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.startup, .startup-filler {
  width: 220px;
  margin: 20px;
}

.startup {
  margin-bottom: 0px;
  border: 1px solid #F7F7F7;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.startup-header {
  background-color: #EDEDEC;
  text-align: center;
  padding: 13px;
}

.startup-header a {
  color: inherit;
  text-decoration: none;
}

.startup-header a:hover {
  color: black;
  text-decoration: underline;
}

.startup-question {
  background-color: #EDEDEC;
  text-align: center;
  color: white;
  height: 226px;
  width: 226px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 48px;
  font-weight: 500;
}

.startup-content {
  padding: 10px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 148px;
  background-color: #fff;
}

.startup:hover {
  transform: scale(1.075);
}
.startup {
  transform: scale(1.0);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.startup-content img {
  max-width: 380px;
  -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.5); /* FF3.5+ */
      -ms-transform: scale(0.5); /* IE9 */
       -o-transform: scale(0.5); /* Opera 10.5+ */
          transform: scale(0.5);
}

.stroke {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.stroke::before {
  right: 0px;
  content: ' ';
  position: absolute;
  top: 60px;
  z-index: -1;
  left: 0px;
  background-color: #D4AF37;
  height: 4px;
}

.stroke span {
  position: relative;
}

footer {
  background-color: #3A4161;
  min-height: 40px;
  color: white;
  margin-top: auto;
}

footer h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.footer-inner {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3rem 1.5rem;
  padding-bottom: 5.5rem;
}

.footer-box {
  flex-basis: 200px;
  margin: 0 20px;
}

footer .logo {
  width: 160px;
  margin-top: 14px;
}

footer h3 {
  margin-bottom: 30px;
}

footer p {
  letter-spacing: 1px;
  font-weight: 300;
}

footer a {
  color: #eee;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

footer .rights {
  color: rgba(255, 255, 255, 0.60);
  text-align: center;
  padding: 20px
}

.footer-box-wide {
  flex-basis: 200px;
  margin: 0 20px;
}

footer small {
  font-size: 8px;
}

#team {
  margin-top: -9rem;
  z-index: 0;
  padding: 6rem 0;
}

#team .cta {
  position: relative;
  display: inline-block;
  color: white;
  padding: 25px 60px;
  border-radius: 27px;
  letter-spacing: 1.2px;
  text-decoration: none;
}

#team .cta-wrapper {
  position: absolute;
  width: 100%;
  top: -90px;
  text-align: center;
}

.team-members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.team-member, .team-filler {
  width: 400px;
  margin: 15px;
}

.team-member {
  height: 125px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.team-member .photo {
  float: left;
}

.team-member .social img {
  height: 15px;
  margin-right: 10px;
}

.social a {
  text-decoration: none;
}

.social a img {
  transition: 0.2s;
}

.social a:hover img {
  -webkit-filter: brightness(50%); /* Safari 6.0 - 9.0 */
  filter: brightness(50%);
}

.team-member .photo img {
  width: 125px;
  margin-right: 20px;
}

.team-member .info {
  padding: 18px 30px;
}

.team-member .info p {
  margin-top: 0px;
  line-height: 1.3;
}

.supporting-icon {
  position: absolute;
  top: -132px;
  left: 355px;
}

.investing-icon {
  position: absolute;
  right: 0px;
  top: -110px;
  z-index: 0;
}

@media only screen and (min-width: 1700px) {
  #supporting .slide {
    left: 15%;
    min-width: 60%;
  }
  .supporting-icon {
    left: 30%;
  }
  #investing .slide {
    margin-right: 10%;
  }
  .investing-icon {
    right: 10%;
  }
}

@media only screen and (max-width: 1300px) {
  #investing .slide {
    margin-left: 20%;
  }
}

@media only screen and (max-width: 1000px) {
  #investing .slide {
    padding-right: 40px;
    margin-left: 100px;
  }
  #header h1 {
    padding: 10rem 1rem;
  }
  .investing-icon {
    display: none;
  }
  .portfolio-svg {
    left: 600px;
  }
}

/* Smartphones */

@media only screen and (max-device-width: 480px) {
  #header {
    padding: 8rem 0;
  }
  #header h1 {
    padding: 15rem 3rem;
  }
  #header .stroke::before {
    top: 34px;
    height: 18px;
  }
  p, li {
    font-size: 14px;
    line-height: 1.6;
  }
  #supporting .slide {
    padding-right: 200px;
  }
}

@media only screen and (max-width: 800px) {
  #header h1 {
    padding: 2rem;
    padding-bottom: 1rem;
    font-size: 2em;
  }
  #investing .slide {
    padding-right: 30px;
    margin-left: 30px;
  }
  #header .stroke::before {
    top: 20px;
    height: 14px;
  }
  .supporting-icon {
    left: 200px;
  }
}

@media only screen and (max-width: 700px) {
  nav {
    display: none;
  }
  #investing h1, #supporting h1 {
    font-size: 36px;
  }
  #investing .stroke::before {
    top: 16px;
    height: 26px;
  }
  #supporting .stroke::before {
    top: 24px;
    height: 24px;
  }
  .investing-icon {
    display: none;
  }
  .seqouia {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #header h1 {
    font-size: 1.5em;
  }
  #header {
    min-height: auto;
  }
  #header .stroke::before {
    top: 15px;
    height: 10px;
    margin-left: 0px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #header {
    padding: 3rem 0.5;
  }
  p {
    font-size: 14px;
    line-height: 1.6;
  }
  #header h1 {
    font-size: 18px;
    padding: 1rem;
  }
  #header .stroke::before {
    display: none;
  }
  #header .stroke {
    white-space: normal;
  }
}
