article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: 'Nunito Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  box-sizing: border-box; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

p {
  margin: 0;}

button {
  background-color: transparent;
  border: none; }

a {
  text-decoration: none;
  color: #000; }

a.links {
  text-decoration: underline;
  color: #000; }

/* Globally */
/* Each state */
a:visited {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: none;
  color: #000; }

a:focus {
  text-decoration: none;
  color: #000; }

a:hover, a:active {
  text-decoration: none;
  color: #000; }

a.links:visited,
a.links:hover,
a.links:focus,
a.links:active {
  text-decoration: underline;
  color: #000; }

.projectHero {
  font-size: 0; }

input {
  display: none; }

li {
  display: block; }

@media (min-width: 2000px) {
  html {
    font-size: 16px; } }

@media (max-width: 1500px) {
  html {
    font-size: 15px; } }

@media (max-width: 1279px) {
  html {
    font-size: 14px; } }

@media (max-width: 1000px) {
  html {
    font-size: 14px; } }

@media (max-width: 850px) {
  html {
    font-size: 14px; } }

@media (max-width: 700px) {
  html {
    font-size: 14px; } }

@media (max-width: 400px) {
  html {
    font-size: 12px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  margin: 0; }

h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.625rem;
  font-weight: 600; }

h5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 140%; }

.cardText_container > h5 {
  line-height: 120%;
  font-weight: 300; }

h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0;
}

h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  opacity: 0.4; }

p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 0.5rem; }

#boldSmallTitling {
  opacity: 1;
  font-weight: 600;
  line-height: 1.2; }

.darkTheme {
  background-color: #000;
  color: #CCCCCC; }

.lightTheme {
  background-color: #FFF;
  color: #000; }
  @media (min-width: 2000px) {
    .lightTheme {
      width: 90%;
      margin: auto;
      position: relative; } }

.lightgrey {
  color: #9C9C9C;
}
.largeWrapper {
  width: 90%;
  margin: auto; }

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem; }

.hero_text {
  margin-top: 3rem;
  margin-bottom: 1rem; }
.hero_text .bold {
  font-weight: 600; }
.hero_text .light {
  font-weight: 300;
 }

.hero_container {
  margin-bottom: 3rem; }

.card_container {
  border-radius: 8px;
  /* height: 450px; */
  padding: 2rem;
  padding-bottom: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 8px; }
  @media (min-width: 850px) {
    .card_container {
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .card_container {
      height: 400px; } }

.cardText-metadata_container {
  display: flex;
  margin-bottom: 1rem; }

.cardText-metadata_container > .cardText-metadata_date > h6,
.cardText-metadata_container > .cardText-metadata_tags > h6 {
  opacity: 0.5; }

.cardText-metadata_tags {
  margin-left: 1rem; }

.cardText_container {
  margin-bottom: 1rem; }

.full-width {
  grid-column-start: 1;
  grid-column-end: 3; }
  @media (min-width: 1000px) {
    .full-width .card_container {
      display: flex;
      flex-direction: row-reverse; }
      .full-width .card_container .cardText_container {
        width: 40%;
        height: 50%;
        align-self: flex-end;
        margin-bottom: 2rem;
        margin-left: 2rem; } }

.card-Image_container {
  max-width: 450px; }
  @media (min-width: 1000px) {
    .card-Image_container {
      min-width: 300px;
      max-width: 500px; } }

.card-Image {
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  transform: translateY(10px) scale(1);
  transition: transform 0.3s ease-in-out; }

.card_container:hover .card-Image {
  transform: translateY(0px) scale(1.02); }

@media (min-width: 1000px) {
  .full-width > .card-Image_container {
    width: 60%; } }

@media (min-width: 1000px) {
  .full-width > .card-Image_container > .card-Image {
    position: absolute;
    bottom: 0; } }

@media (min-width: 1000px) {
  .homePage_container {
    display: flex;
    position: relative; } }

@media (min-width: 1000px) {
  .hero_container {
    width: 23%;
    margin-right: 1rem;
    position: fixed; } }

@media (min-width: 850px) {
  .projects_container {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 8px; } }

@media (min-width: 1000px) {
  .projects_container {
    width: 70%;
    position: absolute;
    right: 0;
} }

@media (min-width: 1000px) {
  .projects_container_single {
    padding-left: 100px;
    padding-right: 200px;
    padding-bottom: 50px;
} }

footer {
  padding-bottom: 2rem;
  padding-top: 1rem; }
  @media (min-width: 1000px) {
    footer {
      position: fixed;
      bottom: 0; } }

.comingSoon {
  position: absolute;
  width: 125px;
  height: 125px;
  top: 0;
  left: 0;
  z-index: 100; }

/* #project1 {
  background-image: url("../../assets/homepage/1_bg.jpg"); }

#project2 {
  background-image: url("../../assets/homepage/2_bg.jpg"); }

#project3 {
  background-image: url("../../assets/homepage/3_bg.jpg"); }

#project4 {
  background-image: url("../../assets/homepage/4_bg.jpg"); }

#project5 {
  background-image: url("../../assets/homepage/6_bg.jpg"); } */

.projectHero {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 1000px) {
    .projectHero {
      height: 100%; } }

#oneHero-image {
  background-image: url("../../assets/delphi/00.jpg"); }

.projectLinks {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  z-index: 0; }
@media (min-width: 1000px) {
  .projectLinks {
    background-color: red;
    width: 20%;
    margin-top: 6rem;
    padding-left: 3rem;
    padding-right: 2rem; } }


.projectHeader {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 2rem;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #fff;
  z-index: 0; }
@media (min-width: 1000px) {
  .projectHeader {
    display: fixed;
    width: 20%;
    padding-top: 3.75rem;
    padding-left: 3rem;
    padding-right: 2rem; } }

.projectHeader > a > h6 {
  color: #000; }

.projectHero_container {
  position: relative;
  min-height: 100vh; }
  @media (min-width: 1000px) {
    .projectHero_container {
      display: flex;
      justify-content: flex-end; } }

.projectHero {
  margin-bottom: 2rem;
  z-index: 100; }
  @media (min-width: 1000px) {
    .projectHero {
      width: 50%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin-bottom: 0; } }

.projectSummary {
  width: 80%;
  margin: auto; }
  @media (min-width: 1000px) {
    .projectSummary {
      width: 50%;
      padding: 3rem;
      margin: 0;
      display: flex;
      align-content: flex-end;
      justify-content: flex-end;
      background-color: #F2F2F2; } }

@media (min-width: 700px) {
  .projectSummaryContent-container {
    align-self: flex-end; } }

@media (min-width: 1279px) {
  .projectSummaryContent-container h1 {
    width: 75%; } }

@media (min-width: 1500px) {
  .projectSummaryContent-container h1 {
    width: 70%; } }

.projectSummary-metadata_container {
  margin-top: 2rem; }
  @media (min-width: 700px) {
    .projectSummary-metadata_container {
      width: 100%;
      display: flex; }
      .projectSummary-metadata_container li {
        margin-right: 1rem; } }

.processSummary-itemsCategory_container > p {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #CCCCCC; }

.processSummary-items_container div {
  margin-top: 2rem; }
  @media (min-width: 700px) {
    .processSummary-items_container div {
      margin-top: 0; } }

@media (min-width: 700px) {
  .processSummary-items_container {
    display: flex; }
    .processSummary-items_container div {
      margin-right: 3rem; } }

@media (min-width: 850px) {
  .projectSummary-challengeOutcome_container {
    display: flex; }
    .projectSummary-challengeOutcome_container div {
      width: 45%;
      margin-right: 2rem; } }

.projectSummary-challenge,
.projectSummary-outcome,
.projectSummary-process_container {
  margin-top: 2rem; }
  .projectSummary-challenge h6,
  .projectSummary-outcome h6,
  .projectSummary-process_container h6 {
    margin-top: 1rem; }

.projectSummary-process_container > div > p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #CCCCCC; }

.projectContent_container {
  width: 80%;
  margin: auto;
  padding-bottom: 5rem; }
  @media (min-width: 1000px) {
    .projectContent_container {
      position: absolute;
      right: 3rem;
      width: 75%; } }

.projectSectionHead_container {
  margin-top: 5rem;
  border-top: 2px solid #000; }
  @media (min-width: 1000px) {
    .projectSectionHead_container {
      display: flex;
      justify-content: space-between; }
      .projectSectionHead_container h3 {
        width: 40%; }
      .projectSectionHead_container h5 {
        width: 50%;
        margin-top: 2rem; } }

@media (min-width: 1000px) {
  .projectSection-threeColumns_container {
    display: flex; }
    .projectSection-threeColumns_container div {
      width: 33%;
      margin-right: 2rem; } }

.project-fullWidthImage {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.projectFooter {
  z-index: -1;
  padding-left: 10%; }
  @media (min-width: 1000px) {
    .projectFooter {
      padding-left: 3rem; } }

.projectFooter > a > h5 {
  color: #000; }

.moreDetails {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 2px solid #000; }

.responsiveVideo {
  width: 100%;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(222,222,222,1);
  -moz-box-shadow: 0px 2px 10px 2px rgba(222,222,222,1);
  box-shadow: 0px 2px 10px 2px rgba(222,222,222,1);
  margin-top: 4px;
  margin-bottom: 25px;
}
@media (min-width: 500px) {
  .responsiveVideo {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .responsiveVideo {
    width: 40%;
  }
}

.otherProjects h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.otherProjects a,
.otherProjects a:hover,
.otherProjects a:active,
.otherProjects a:visited,
.otherProjects h5 {
  color: #8B8B8B;
  text-decoration: none;
  margin-bottom: 8px;
}
