/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*@import "compass/reset";*/
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 9;
  }
}
@keyframes arrow-down {
  0% {
    top: -27px;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  52% {
    top: -20px;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
  100% {
    top: -27px;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
  }
}
.default-state {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.9s ease;
}

.active {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.9s ease;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 22, 2014 */
@font-face {
  font-family: "lowveticaregular";
  src: url("../../styles/lowvetica.eot");
  src: url("../../styles/lowvetica.eot?#iefix") format("embedded-opentype"), url("../../styles/lowvetica.woff") format("woff"), url("../../styles/lowvetica.ttf") format("truetype"), url("../../styles/lowvetica.svg#lowveticaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

a, p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 100;
  font-size: 18px;
}

a {
  color: #369d99;
  font-weight: 400;
}


.brandlink {
  color: #369d99;
}
.brandlink:hover {
  color: #ff5c4f;
}

p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 100;
  color: #6b6b6b;
  font-weight: normal;
}

h1,
h2 {
  color: #6b6b6b;
  font-family: "lowveticaregular";
  letter-spacing: 2px;
}

h3 {
  color: #369d99;
}

h1 {
  font-size: 3em;
}

.role-h4,
h4 {
  color: #369d99;
  font-family: arial, helvetica;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.role-h4 {
  width: auto;
  display: inline-block;
  margin: 1.33em 0;
  margin-bottom: 0px;
  position: relative;
}
.role-h4:after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: -15px;
  display: block;
  transition: all 0.1s ease-in-out;
  background: url("../../images/external-link.png") center no-repeat;
}
.role-h4:hover {
  text-decoration: underline;
}
.role-h4:hover:after {
  content: "";
  right: -20px;
}

p {
  margin: 0px;
}

h2 {
  width: 100%;
  border-bottom: 2px ridge #ffffff;
  padding: 0px 0px 5px 0px;
  color: #6b6b6b;
  text-shadow: 1px 1px 1px #ffffff;
}

.default-btn {
  width: 135px;
  height: 30px;
  z-index: 1001;
  color: #fff;
  position: absolute;
  left: 85%;
  color: #444444;
  text-decoration: none;
  padding-top: 0px;
  background-color: #efefef;
  background-image: url("../../images/hoverbackhome.jpg");
  background-position: -154px 0;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  margin-left: -100px;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  -webkit-transition: opacity 0.3s linear 1.2s;
  -moz-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  -ms-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
  display: block;
  transition: background-position 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .default-btn {
    position: absolute;
    top: -60px;
    right: -20px;
  }
}
.default-btn:hover {
  color: #ffffff;
  background-position: 0px 0;
  transition: background-position 0.5s ease;
}

.arrow-down {
  height: 43px;
  width: 43px;
  background: rgba(0, 0, 0, 0) url("../../images/down.png") no-repeat scroll 0 0;
  z-index: 1000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(17px);
  margin: auto;
  animation: arrow-down 1s infinite;
}

.arrow-up {
  height: 43px;
  width: 43px;
  background: rgba(0, 0, 0, 0) url("../../images/down.png") no-repeat scroll 0 0;
  z-index: 1000;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  transform: translateY(17px) rotate(180deg);
  margin: auto;
  animation: arrow-down 1s infinite;
}

.jumbotron {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 20px 0;
  transform: skewY(-2deg);
  opacity: 0;
  animation: fade-in 1s forwards;
  animation-delay: 0.5s;
  margin-bottom: 30px;
}
.jumbotron img {
  width: 100%;
  display: block;
  vertical-align: middle;
}

.illustration {
  display: block;
  max-width: 800px;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  opacity: 0;
  animation: fade-in 1.5s forwards;
  animation-delay: 1s;
}
.illustration--margin-bottom {
  margin-bottom: 150px;
}

.main-nav {
  min-height: 35px;
  float: right;
}
.main-nav__links {
  width: 80%;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.main-nav__links .link {
  width: 27%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
  margin: 20px 0 0 1.7%;
  padding: 0 2%;
  transition: all 0.4s ease-in 0s;
  text-decoration: none;
  text-align: center;
  font-weight: 100;
  font-size: 16px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .main-nav__links .link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.main-nav__links .link:hover {
  background: #9ddac2;
  color: #43a191;
  border-bottom: 1px solid #43a191;
  transition: all 0.4s ease-in;
  text-decoration: none;
  box-shadow: 0px 0px 2px #51bd92;
}
.main-nav__social-links {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1140px) {
  .main-nav__social-links {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .main-nav__social-links {
    min-width: 100%;
    max-width: 80px;
    display: block;
    padding-right: 0;
    text-align: center;
    margin: auto;
  }
  .main-nav__social-links li {
    width: 50px;
    display: inline-block;
  }
}
.main-nav__social-links .behance {
  margin-top: 20px;
  height: 29px;
  width: 29px;
  display: inline-block;
  background-image: url("../../images/behance.png");
  transition: all 0.4s ease-in;
}
.main-nav__social-links .behance:hover {
  background-position: 0 29px;
  transition: all 0.4s ease-in;
}
.main-nav__social-links .linkedin {
  height: 29px;
  width: 29px;
  display: inline-block;
  background: url("../../images/linkedin.png");
  transition: all 0.4s ease-in;
}
.main-nav__social-links .linkedin:hover {
  background-position: 0 29px;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  .main-nav {
    background: #82d3b2;
    height: 800px;
    width: 100%;
    float: none;
    display: none;
  }
  .main-nav .mobile-nav {
    display: block !important;
  }
  .main-nav .main-nav__links {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-nav .main-nav__links .link {
    height: 30px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main-nav .main-nav__links .link:hover {
    background: #9ddac2;
    color: #43a191;
    border-bottom: 1px solid #43a191;
    transition: all 0.4s ease-in;
    text-decoration: none;
    box-shadow: 0px 0px 2px #51bd92;
  }
}

@media only screen and (max-width: 768px) {
  .header-container {
    width: 100%;
    min-height: 40px;
    max-height: 100%;
    background-color: #82d3b2;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    margin-top: 0;
    z-index: 20000;
    box-shadow: 0 1px 2px -1px #1a4842;
    padding-top: 5px;
  }

  #primary-menu .main-nav {
    min-height: 12px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #primary-menu .main-nav.open {
    min-height: 100%;
    height: 100vh;
    opacity: 1;
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.header-container header {
  width: 100%;
}
.header-container .showScrollContainer {
  transition: all 0.2s ease-in;
  height: 40px;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.header-container .showScrollContainer .title {
  width: 90px;
  height: 30px;
  background-size: 90px 30px;
  background-position: top;
  margin-top: 0;
}
@media only screen and (max-width: 1140px) {
  .header-container .showScrollContainer .title {
    padding-left: 5%;
  }
}
.header-container .showScrollContainer nav .link {
  margin-top: 0px;
  padding-bottom: 1px;
  padding-top: 2px;
}
.header-container .showScrollContainer ul li .behance {
  margin-top: 0px;
  height: 29px;
  width: 29px;
}
@media only screen and (max-width: 768px) {
  .header-container nav .link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 18px;
  }
  .header-container ul li .behance {
    margin-top: 0px;
    height: 29px;
    width: 29px;
  }
}

.hiddenScroll {
  transition: all 0.2s ease-in;
}

.menu-content {
  margin: 0 auto;
  max-width: 1160px;
  min-width: 10px;
}

#nav-button {
  width: 26px;
  height: 32px !important;
  position: relative;
  float: right;
  display: none;
  cursor: pointer;
  margin-right: 40px;
  margin-top: 20px;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  #nav-button {
    display: block !important;
    overflow: hidden !important;
  }
}
#nav-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-button span:nth-child(2) {
  width: 15px;
  top: 8px;
}
#nav-button span:nth-child(3) {
  width: 12px;
  top: 8px;
  margin-left: 14px;
}
#nav-button span:nth-child(4) {
  top: 16px;
}

#nav-button.open {
  margin-top: 8px;
}
#nav-button.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-button.open span:nth-child(3) {
  opacity: 0;
  transform: translateX(60px);
}
#nav-button.open span:nth-child(4) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.showScrollContainer #nav-button {
  margin-top: 7px;
  transition: all 0.2s ease-in;
}
.showScrollContainer #nav-button.open {
  margin-top: 0;
}

.portfolio-text-block {
  width: 350px;
  display: block;
  padding: 20px;
  opacity: 0;
  animation: fade-in 1.5s forwards;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 768px) {
  .portfolio-text-block {
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 50px;
  }
}
.portfolio-text-block__left {
  float: left;
  margin-top: -190px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .portfolio-text-block__left {
    margin-top: 40px;
  }
}
.portfolio-text-block__right {
  float: right;
  margin-top: -290px;
}
@media only screen and (max-width: 768px) {
  .portfolio-text-block__right {
    margin-top: 40px;
  }
}
.portfolio-text-block a,
.portfolio-text-block P {
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding-right: 0;
  margin-left: 0px !important;
}
@media only screen and (max-width: 768px) {
  .portfolio-text-block a,
.portfolio-text-block P {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: block;
  }
}
.portfolio-text-block h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #ffffff;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  .portfolio-text-block h4 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

.bataviagroep .portfolio-text-block {
  background: #fba947;
}
.bataviagroep .portfolio-text-block__right {
  margin-top: -140px;
}
@media only screen and (max-width: 768px) {
  .bataviagroep .portfolio-text-block__right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bataviagroep .portfolio-text-block__left {
    margin-top: 0px;
  }
}
.bataviagroep .portfolio-text-block a,
.bataviagroep .portfolio-text-block p {
  color: #ffffff;
}

.mauritshuis .portfolio-text-block {
  background-color: #aa945f;
}
.mauritshuis .portfolio-text-block a,
.mauritshuis .portfolio-text-block p {
  color: #ffffff;
}
.mauritshuis .portfolio-text-block__right {
  margin-top: -190px;
}
@media only screen and (max-width: 768px) {
  .mauritshuis .portfolio-text-block__right {
    margin-top: 0;
  }
}
.mauritshuis .portfolio-text-block__left {
  margin-top: -240px;
}
.mauritshuis .portfolio-text-block__left--seconary {
  margin-top: -140px;
}
@media only screen and (max-width: 768px) {
  .mauritshuis .portfolio-text-block__left {
    margin-top: 0px;
  }
}
.mauritshuis .portfolio-text-block a,
.mauritshuis .portfolio-text-block p {
  color: #ffffff;
}

.maaslander .portfolio-text-block {
  background: #68b35e;
}
.maaslander .portfolio-text-block__right {
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .maaslander .portfolio-text-block__right {
    margin-top: 0;
  }
}
.maaslander .portfolio-text-block__left {
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .maaslander .portfolio-text-block__left {
    margin-top: 0;
  }
}
.maaslander .portfolio-text-block a,
.maaslander .portfolio-text-block p {
  color: #ffffff;
}

.arrowjazz .portfolio-text-block {
  background: #552378;
}
.arrowjazz .portfolio-text-block a,
.arrowjazz .portfolio-text-block p {
  color: #ffffff;
}
.arrowjazz .portfolio-text-block__right {
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .arrowjazz .portfolio-text-block__right {
    margin-top: 0;
  }
}
.arrowjazz .portfolio-text-block__left {
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .arrowjazz .portfolio-text-block__left {
    margin-top: 0;
  }
}

.gcu-heineken .portfolio-text-block {
  background: #fa943a;
}
.gcu-heineken .portfolio-text-block a,
.gcu-heineken .portfolio-text-block p {
  color: #ffffff;
}
.gcu-heineken .portfolio-text-block__right {
  margin-top: -150px;
}
@media only screen and (max-width: 768px) {
  .gcu-heineken .portfolio-text-block__right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .gcu-heineken .portfolio-text-block__left {
    margin-top: 0;
  }
}

.nivea .portfolio-text-block {
  background: #0b2a7a;
}
.nivea .portfolio-text-block a,
.nivea .portfolio-text-block p {
  color: #ffffff;
}
.nivea .portfolio-text-block__left {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .nivea .portfolio-text-block__left {
    margin-top: 0px;
  }
}
.nivea .portfolio-text-block__right {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .nivea .portfolio-text-block__right {
    margin-top: 0px;
  }
}

.probiblio .portfolio-text-block {
  background: #7788bc;
}
.probiblio .portfolio-text-block a,
.probiblio .portfolio-text-block p {
  color: #ffffff;
}
.probiblio .portfolio-text-block__left {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .probiblio .portfolio-text-block__left {
    margin-top: 0;
  }
}
.probiblio .portfolio-text-block__right {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .probiblio .portfolio-text-block__right {
    margin-top: 0;
  }
}

.remax .portfolio-text-block {
  background: #4184cd;
}
.remax .portfolio-text-block a,
.remax .portfolio-text-block p {
  color: #ffffff;
}
.remax .portfolio-text-block__left {
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .remax .portfolio-text-block__left {
    margin-top: 0;
  }
}
.remax .portfolio-text-block__right {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .remax .portfolio-text-block__right {
    margin-top: 0;
  }
}

.roast .portfolio-text-block {
  background: #010100;
}
.roast .portfolio-text-block a,
.roast .portfolio-text-block p {
  color: #ffffff;
}
.roast .portfolio-text-block__left {
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .roast .portfolio-text-block__left {
    margin-top: 0;
  }
}
.roast .portfolio-text-block__right {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .roast .portfolio-text-block__right {
    margin-top: 0;
  }
}

.seaport .portfolio-text-block {
  background: #176cb7;
}
.seaport .portfolio-text-block a,
.seaport .portfolio-text-block p {
  color: #ffffff;
}
.seaport .portfolio-text-block__left {
  margin-top: -180px;
}
@media only screen and (max-width: 768px) {
  .seaport .portfolio-text-block__left {
    margin-top: 0;
  }
}
.seaport .portfolio-text-block__right {
  margin-top: -200px;
}
@media only screen and (max-width: 768px) {
  .seaport .portfolio-text-block__right {
    margin-top: 0;
  }
}

.reborn .portfolio-page__content p {
  text-align: center;
}
.reborn .portfolio-page__content .head__content {
  text-align: left;
}

.groninger .portfolio-text-block {
  background: #0056a5;
}
.groninger .portfolio-text-block__right {
  margin-top: -140px;
}
@media only screen and (max-width: 768px) {
  .groninger .portfolio-text-block__right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .groninger .portfolio-text-block__left {
    margin-top: 0px;
  }
}
.groninger .portfolio-text-block a,
.groninger .portfolio-text-block p {
  color: #ffffff;
}

.portfolio-page {
  overflow-y: auto;
  min-height: auto !important;
}
.portfolio-page .header-container {
  height: 45px;
  background: none;
}
.portfolio-page__content {
  max-width: 1024px;
  min-height: 100px;
  padding-bottom: 30px;
  width: 100%;
  margin: 25px auto 0 auto;
  position: relative;
  animation: fade-in 1s forwards;
}
.portfolio-page__content--head {
  /* max-width: 822px; */
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 0 20px 20px 16px;
  background: rgba(0, 0, 0, 0) url("../../images/seperator.png") no-repeat scroll center bottom;
}
.portfolio-page__content h3 {
  display: block;
  letter-spacing: 0;
  line-height: 0.9;
  font-family: "lowveticaregular";
  font-size: 48px;
  font-weight: 100;
}
.portfolio-page__content p {
  display: block;
  text-align: left;
}

/*# sourceMappingURL=screen.css.map */
