@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

/* Reset styles
   ========================================================================== */

li, ul, ol {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

li a {
  display: block;
}

/* General Styles
   ========================================================================== */

body {
  color: white;
  font-family: 'Playfair Display', serif;
}

p {
  font-size: 1.2em;
  max-width: 60%;
  line-height: 1.8;
}

h2 {
  font-size: 2.5em;
}

h1 {
  font-weight: 400;
}

a {
  color: #a29791;
  transition: 250ms;
}

header {
  position: fixed;
  top: 0;
  height: 5em;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  z-index: 999;
}

header span {
  margin-right: 2.5em;
}

.logo {
  font-weight: 700;
  font-size: 2em;
  color: #8d817b;
  letter-spacing: 1px;
}

.section {
  outline: 5em solid #fff;
  outline-offset: -5em;
  padding: 0 10em;
}


strong {
  font-weight: 700;
  background: #fff;
  color: #545454;
  padding: 0 0.3em;
}

time {
  text-decoration: underline;
}

hr {
  margin: 2em 0;
  border-color: #545454;
}

a:hover {
  opacity: 0.8;
}

/* Section #1 - Intro
   ========================================================================== */

.intro {
  background: url(/img/Fabrique-min.jpg);
  background-size: cover;
}

address {
  font-style: normal;
  color: #a29791;
}

.title {
  font-size: 3em;
  font-weight: 900;
}

/* Section #2 - About
   ========================================================================== */

.about {
  background: url(/img/Fabrique_about-min.jpg);
  background-size: cover;
  color: #f5ea04;
}

.about strong {
  background-color: transparent;
  color: #f5ea04;
  text-decoration: underline;
}

.about a {
  color: #f5ea04;
}
/* Section #3 - Work
   ========================================================================== */

.work {
  background: url(/img/Fabrique_work-min.jpg);
  background-size: cover;
  color: #8d817b;
}

ul  {
  font-size: 1em;
  display: flex;
  justify-content: space-between;
}

li {
  flex: 1;
  background-color: #a29791;
  margin-right: 1em;
  padding: 1em;
  color: white;
  display: flex;
  flex-direction: column;
}

.meta a {
  color: #f5ea04;
  border: 0.1em solid #f5ea04;
  padding: 0.5em;
  margin-top: 1em;
  text-decoration: none;
}

.meta a:hover {
  background-color: #f5ea04;
  color: #a29791;
}

svg {
  width: 8em;
}

/* Section #4 - Vaardigheden
   ========================================================================== */


.skills {
  background-color: #a29791;
}

.tooling svg {
  width: 1.5em;
  fill: #fff;
}

.tool {
  background-color: #887b74;
  margin: 1em 1em 0 0;
  transition: 250ms;
}

dl {
  display: flex;
  justify-content: space-between;
}

dt {
  transition: 250ms;
}

dt:hover, .tool:hover {
  background-color: #776d67;
}


dt {
  background-color: #887b74;
  padding: 0.2em 1em;
}

/* Section #5 - Publicaties
   ========================================================================== */
.publications {
  background-color: #f5ea04;
  color: #8d817b;
}

.news, .nominations {
  font-size: 1.3em;
  flex-direction: column;
  margin-top: 1em;
}

.news li, .nominations li {
  background-color: transparent;
  color: #8d817b;
  padding-left: 0;
}

/* Section #6 - Stage
   ========================================================================== */
.intern {
  background-color: #000;
}

.stage {
  background-color: transparent;
  font-size: 1.2em;
  list-style-type: circle;
  padding: 0.2em 0;
}

.stage strong {
  text-decoration: underline;
  background-color: transparent;
}

/* Section #7 - Contact
   ========================================================================== */
.contact {
  background-color: #000;
}

.social {
  background-color: transparent;
  border: 0.2em solid #fff;
  margin: 2em 0;
  margin-right: 2em;
  transition: 250ms;
}

.social:hover {
  background-color: #fff;
}

.social a {
  color: #fff;
}

.social svg {
  fill: #fff;
}


.social:hover a, .social:hover svg {
  color: #8d817b;
  fill: #8d817b;
}

.social svg {
  width: 2em;
  opacity: 0.5;
  margin: 1em 0;
}

/* Custom Scrollbar
   ========================================================================== */

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-thumb {
  background-color: #f5ea04;
}

/* Intro animation
   ========================================================================== */

 @keyframes fadeInUp {
   from {
     opacity: 0;
     transform: translate3d(0, 100%, 0);
   }

   to {
     opacity: 1;
     transform: none;
   }
 }

.title, address, h1 {
  animation: fadeInUp 2000ms;
}

span {
  animation: fadeInUp 1000ms;
}
