* {
  box-sizing: border-box;
}

body {
  background: #F1F1F1;
  margin: 0;
  padding: 0;
}

mark {
  background-color: #DADFF5;
  color: #DE0000;
}

a {
  color: #A9A9A9;
}

a:hover {
  color: #919191;
}

p {
  text-align: left;
  font-family: sohne;
  color: black;
  cursor: default;
}

/* TEXT ELEMENTS */
h1 {
  font-size: 100px;
  font-family: reco-med;
  margin: 0;
  color: #001FAA;
}

h2 {
  font-size: 48px;
  font-family: reco;
  margin: 0;
  color: #DE0000;
}

h3 {
  text-align: center;
  font-size: 25px;
  font-family: reco;
  margin-top: 10px;
  margin-bottom: 0;
  color: #001FAA;
}

h4 {
  font-size: 20px;
  font-family: sohne;
  color: #001FAA;
  margin-top: 2.6em;
  margin-bottom: 0;
}
/* TEXT ELEMENTS */

/* NAVIGATION */
nav:visited {
  color: #001FAA;
}

.nav-container {
  border-bottom: thin solid #001FAA;
  float: left;
  width: 100%;
  padding: 5px 15px 5px 20px;
  display: block;
}

.active {
  font-family: sohne-thick;
  color: #DE0000;
}

ul {
  font-family: sohne;
  list-style-type: none;
  margin-left: 67px;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: #001FAA;
  text-align: center;
  padding: 0px 9px;
  text-decoration: none;
}

li a:hover {
  color: #DE0000;
  transition: .5s;
}
/* END OF NAVIGATION */

.hero-image {
  border: none;
  width: 50%;
  margin-left: 4em;
  margin-top: 8em;
}

.right-div-image {
  width: 38%;
  float: left;
}

.home-main-content {
  padding: 6em 20px 8em 0px;
  width: 100%;
  float: left;
}

.project-head-project-button {
  font-family: reco;
  padding-left: 1.2em;
}

.project-head-project-button, a{
  color: #001FAA;
}

.main-title {
  font-family: reco-med;
  font-size: 100px;
  color: #001FAA;
  margin-bottom: -12px;
  padding-left: .92em;
}

.main-title-subheader {
  font-family: reco;
  font-size: 3em;
  color: #DE0000;
  /* filter: blur(3px); */
  margin-top: -1em;
  padding-left: 2em;
}

.project-title {
  font-family: sohne;
  font-size: 18px;
  color: #001FAA;
  text-decoration: underline;
}

.project-description {
  font-family: reco;
  font-size: 16px;
  font-weight: normal;
  color: #DE0000;
}

::selection {
  background-color: #DADFF5;
  color: #E06E6E;
}

.subheader::before {
  content: 'Is a UX designer';
  animation: animate linear infinite 10s;
}

/* PROJECTS */
.margin-bottom-project {
  margin-bottom: 10em;
}

.margin-bottom-copy {
  margin-bottom: 2em;
}

.blue {
  color: #001FAA;
}

.red {
  color: #DE0000;
}

.red:hover {
  color: #E06E6E;
}

.black {
  color: black;
}

.white-background {
  background: white;
}

.workestra-background {
  background: #F9FBF9;
}

.context-content {
  font-size: 16px;
}

.main-content {
  line-height: 1.7;
  font-size: 17px;
}

.main-content-footnote {
  line-height: 1.4;
  font-size: 15px;
  color: #7a7a7a;
}

.main-content-footnote-bolt {
  line-height: 1.4;
  font-size: 15px;
  color: #7a7a7a;
  text-align: center;
}

.organized-list {
  padding-left: 1em;
  font-size: 13px;
  color: #7a7a7a;
}

.organized-list-but-butter {
  padding-left: 1em;
  font-size: 16px;
  color: black;
}

.header-image-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.header-image-style {
width: 100%;
}

.content-center-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.content-style {
width: 100%;
}

.visual-center-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.visual-style {
width: 100%;
}

.visual-content-footnote {
  line-height: 1.4;
  font-size: 15px;
  color: #7a7a7a;
}

.illustration-center-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

.illustration-style {
width: 100%;
}

.content-image-center-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.content-smaller-image-center-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.content-image-style {
  width: 100%;
}

.project-header-title {
  font-family: sohne;
  font-size: 18px;
  color: #001FAA;
}

.project-header-description {
  font-family: reco;
  font-size: 16px;
  font-weight: normal;
  color: #DE0000;
}

.margin-bottom {
  margin-bottom: 6em;
}

.subheader-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

.subheader-container-aware {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 5em;
  width: 72%;
}

.subheader-container-aware-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 5em;
  width: 40%;
}

.subheader-style {
width: 100%;
}

/* PROJECTS */

@keyframes animate {
  0% {
    content: 'UX designer';
  }
  20% {
    content: 'Smells like tuna';
  }
  40% {
    content: 'Lives with his parents';
  }
  60% {
    content: 'Worked on a rice farm';
  }
  80% {
    content: 'Adds milk before cereal';
  }
  100% {
    content: 'Wearer of pants';
  }
}

/* RESPONSIVE */
@media (max-width: 950px) {
  .main-title-subheader {
    display: none;
  }
  .hero-image {
    display: none;
  }
}

@media (max-width: 750px) {
  .hero-image {
    display: none;
  }
}
/* RESPONSIVE */

img.none {
  display: none;
}

  span.aware-image:hover + img{
      display: block;
      position: absolute;
      width: 28%;
      margin-left: 55em;
  }

  span.boltbus-image:hover + img{
      display: block;
      position: absolute;
      width: 28%;
      margin-top: -5.5em;
      margin-left: 55em;
  }

  span.illustration-image:hover + img{
      display: block;
      position: absolute;
      width: 28%;
      margin-top: -11em;
      margin-left: 55em;
  }

  span.visual-image:hover + img{
      display: block;
      position: absolute;
      width: 28%;
      margin-top: -16.5em;
      margin-left: 55em;
  }
