@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed);
body {
  background-color: #f4efe2;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  color: #bf3000;
  text-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
}
a {
  color: #bf3000;
  border: none;
}
a img {
  border: 0px;
}
.bulb {
  color: white;
  width: 35rem;
  height: 20rem;
  position: fixed;
  left: 100px;
  top: 0px;
  transition: all 450ms cubic-bezier(0.465, 0, 0, 0.995);
  cursor: pointer;
}
.bulb.shrunk {
  width: 20rem;
  height: 20rem;
  background-color: #bf3000;
  left: -10rem;
  top: -10rem;
  border-radius: 50%;
}
.bulb h1 {
  font-weight: normal;
  overflow: hidden;
  font-size: 3rem;
  position: absolute;
  bottom: 2.5rem;
  left: 0rem;
  right: 0rem;
  color: #bf3000;
  text-align: center;
  transition: all 450ms cubic-bezier(0.465, 0, 0, 0.995);
  /* color, left */
}
.bulb h1.condensed {
  color: white;
  text-shadow: 0 5px rgba(255, 255, 255, 0.2);
}
.bulb.shrunk h1 {
  left: 7.25rem;
}
.bulb p {
  font-family: "Fjalla One", sans-serif;
  color: #423e3b;
  position: absolute;
  top: 11.4rem;
  left: 0rem;
  right: 0rem;
  text-align: center;
  font-size: 2.45rem;
  transition: all 450ms cubic-bezier(0.465, 0, 0, 0.995);
}
.bulb.shrunk p {
  opacity: 0;
  right: -47rem;
  top: 4.5rem;
}
.bulb h1 span {
  display: inline-block;
  overflow: hidden;
}
.bulb h1 span.extra {
  color: #bf3000;
  opacity: 0.5;
  text-align: left;
  transition: all 450ms cubic-bezier(0.465, 0, 0, 0.995);
}
.bulb h1 span.extra.a {
  width: 4.7rem;
}
.bulb h1 span.extra.b {
  width: 2.1rem;
}
.bulb h1 span.extra.c {
  width: 1.4rem;
}
.bulb h1.condensed span.extra {
  opacity: 0;
}
.bulb h1.condensed span.extra.a {
  width: 0rem;
}
.bulb h1.condensed span.extra.b {
  width: 0rem;
}
.bulb h1.condensed span.extra.c {
  width: 0rem;
}
.icon {
  font-family: "FontAwesome";
}
nav ul,
nav li {
  display: block;
}
nav li {
  box-sizing: border-box;
  font-family: "FontAwesome";
  font-size: 1.75rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  padding-top: 0.5rem;
  background-color: #7f7871;
  border-radius: 50%;
  margin-bottom: 1rem;
  color: white;
  position: fixed;
  top: 4rem;
  left: 2rem;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 400ms cubic-bezier(0.465, 0, 0, 0.995) 50ms;
  opacity: 0;
}
nav li a {
  color: white;
  text-decoration: none;
}
nav li.active,
nav li.active a {
  cursor: default;
}
nav li:hover {
  border-radius: 0%;
}
nav li.active,
nav li:hover {
  background-color: #bf3000;
}
nav.expanded li {
  opacity: 1;
}
nav.expanded li.ik {
  top: 11rem;
}
nav.expanded li.portfolio {
  top: 15rem;
}
nav.expanded li.contact {
  top: 19rem;
}
.content {
  margin-left: 20%;
  padding-bottom: 10rem;
  width: 60%;
  max-width: 800px;
  color: #423e3b;
  visibility: hidden;
  position: absolute;
  top: 10rem;
  display: none;
}
.content.active {
  display: block;
  visibility: visible;
  max-height: auto;
}
.content p {
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.content.contact .contact-list {
  list-style-type: none;
  list-style: none;
  font-size: 1.5rem;
  display: block;
}
.content.contact .contact-list li {
  list-style-type: none;
  list-style: none;
  list-style-image: url(data:0);
  list-style-position: outside;
  display: block;
  height: 2.5rem;
}
.content.contact .contact-list li a {
  position: relative;
  top: -0.3rem;
}
.content.contact .contact-list .icon {
  font-size: 2.2rem;
  margin-right: 0.25rem;
  width: 3.2rem;
  display: inline-block;
  text-align: center;
  color: #423e3b;
}
.portfolio-list ul,
.portfolio-list li {
  display: block;
  margin: 0;
  padding: 0;
}
.portfolio-list li {
  background: red;
  width: 300px;
  height: 225px;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.portfolio-list img {
  display: block;
  transition: transform 200ms ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.portfolio-list li:hover img {
  transform: scale(1.1);
}
.portfolio-list li .description {
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  top: 12px;
  background-color: rgba(127, 120, 113, 0.8);
  color: white;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 200ms ease-in-out;
  transform: scale(0.94);
  padding-top: 3rem;
}
.portfolio-list li .description * {
  margin: 0;
}
.portfolio-list li .description h2 {
  color: white;
  background-color: #bf3000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0.3rem;
}
.portfolio-list li .description p {
  font-size: 1rem;
}
.portfolio-list li:hover .description {
  opacity: 1;
  transform: scale(1);
}
.portfolio-item-full {
  background-color: #7f7871;
  position: absolute;
  margin: auto;
  top: -5rem;
  width: 30rem;
  margin-top: 3rem;
  margin-left: 15%;
  margin-bottom: 10rem;
  width: 70%;
  max-width: 800px;
  opacity: 0;
  padding: 2rem;
  font-size: 1rem;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.8);
  transition: all 300ms cubic-bezier(0.465, 0, 0, 0.995);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  /* Voorkom dat we een scrollbar veroorzaken asl we niet zichtbaar zijn, niet ideaal, misschien
     * is er een betere oplossing? */
  height: 20px;
  overflow: hidden;
}
.portfolio-item-full.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  top: 0;
}
.portfolio-item-full h1 {
  margin: 0;
  margin-bottom: 1rem;
  color: white;
  font-size: 2rem;
}
.portfolio-item-full img {
  width: 100%;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.portfolio-item-full a {
  color: white;
  font-weight: bold;
}
.portfolio-item-full .portfolio-close {
  display: block;
  background-color: white;
  color: black;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  text-decoration: none;
  font-weight: normal;
  border-radius: 0.3rem;
  color: #423e3b;
}
