/*font-family: 'Great Vibes', cursive;*/
/*font-family: 'Old Standard TT', serif;*/
/*font-family: 'Didact Gothic', sans-serif;*/


* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #0d0d0d;
    font-weight: 300;
    cursor: url(../images/cursor-dark.png), auto !important;
}

html, body {
    height: 100%;
    background-color: #fff;
    position: relative;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    position:relative;
    border: 1px solid transparent;
}

section {
    display: block;
    clear: both;
    position: relative;
    height: auto;
    width: 100%;
}

a {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    -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;
}

a:hover {
    -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;
}

p {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.container {
    max-width: 1070px;
    width: calc(100% - 120px);
    display: block;
    height: auto;
    margin: 0 auto;
    overflow: visible;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 999;
}

.removeScrollbar {
    overflow: hidden !important;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#preloaderBlack {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: 995;
    left: 0;
    top: 0;
    pointer-events: none !important;
}

#loaderPortfolioBlack {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: 995;
    right: -100%;
    top: 0;
}

#loaderPortfolio {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    right: -100%;
    top: 0;
}

#preloader {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    left: 0;
    top: 0;
    pointer-events: none !important;
}

#preloader article {
    width: 700px;
    height: 130px;
    position: absolute;
    left: calc(50% - 350px);
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

#preloader p span:nth-last-child(2) {
    margin-top: 50px !important;
}

#preloader b {
    font-family: 'Didact Gothic', sans-serif !important;
    font-weight: 800  !important;
    font-size: 12px  !important;
    color: transparent !important;
    text-transform: uppercase !important;
    letter-spacing: 8px;
    display: block;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: none;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: kerningAuthor;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes kerningAuthor {
    0% {
        text-shadow: 0 0 10px rgba(0,0,0,0.3); 
        letter-spacing: 8px;
        opacity: 0;
    }
    25%  {
        text-shadow: 0 0 0px rgba(0,0,0,0.3); 
        opacity: 1;
    }
    
    75% {
        text-shadow: 0 0 0px rgba(0,0,0,0.3);
        opacity: 1;
    }
    
    100% {
        text-shadow: 0 0 10px rgba(0,0,0,0.3); 
        letter-spacing: 10px;
        opacity: 0;
    
    }
}

#preloader p span {
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    color: transparent;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    animation-name: preloader;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    top: -100px;
    position: relative;
    opacity: 0;
}

#preloader p span:nth-of-type(1) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;    
}
#preloader p span:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;    
}
#preloader p span:nth-of-type(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;    
}
#preloader p span:nth-of-type(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;    
}
#preloader p span:nth-of-type(5) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;    
}
#preloader p span:nth-of-type(6) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;    
}
#preloader p span:nth-of-type(7) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;    
}
#preloader p span:nth-of-type(8) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;    
}
#preloader p span:nth-of-type(9) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;    
}
#preloader p span:nth-of-type(10) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;    
}
#preloader p span:nth-of-type(11) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;    
}
#preloader p span:nth-of-type(12) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;    
}
#preloader p span:nth-of-type(13) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;    
}
#preloader p span:nth-of-type(14) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;    
}
#preloader p span:nth-of-type(15) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;    
}
#preloader p span:nth-of-type(16) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;    
}
#preloader p span:nth-of-type(17) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;    
}
#preloader p span:nth-of-type(18) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;    
}
#preloader p span:nth-of-type(19) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;    
}
#preloader p span:nth-of-type(20) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;    
}

@keyframes preloader {
    0% {
        text-shadow: 0 0 10px rgba(0,0,0,0.5); top: -100px;
        opacity: 0;
    }
    15%  {
        text-shadow: 0 0 0px rgba(0,0,0,0.5); 
        top: 0px; 
        opacity: 1;
    }
    
    85% {
        text-shadow: 0 0 0px rgba(0,0,0,0.5); 
        top: 0px;
        opacity: 1;
    }
    
    100% {
        text-shadow: 0 0 10px rgba(0,0,0,0.5); 
        top: -100px;
        opacity: 0;
    
    }
}

#cursor {
    width: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    height: 70px;
    background-image: url(../images/mudcolor.jpg);
    opacity: 0.3;
    border-radius: 100%;
    z-index: 99999;
    position: fixed;
    pointer-events: none !important;
    -webkit-transition: top .15s ease-out, left .15s ease-out, margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    -moz-transition: top .15s ease-out, left .15s ease-out, margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    -o-transition: top .15s ease-out, left .15s ease-out, margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    transition: top .15s ease-out, left .15s ease-out, margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    display: none;
}


.bigCursor {
    width: 130px !important;
    height: 130px !important;
    margin-left: -30px !important;
    margin-top: -30px !important;
    -webkit-transition: margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    -moz-transition: margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    -o-transition: margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
    transition: margin-left 0.35s ease-in-out, margin-top 0.35s ease-in-out, width 0.35s ease-in-out, height 0.35s ease-in-out !important;
}


/*Firefox Fix*/
@-moz-document url-prefix() { 
    #cursor {
        transform: scale(1.0);
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }

    .bigCursor {
        transform: scale(2.0);
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}


#logo {
    position: absolute;
    top: 35px;
    left: 60px;
    width: 50px;
    height: auto;
    z-index: 999;
    fill: #0D0D0D;
    -webkit-transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease;
}

.openLogo {
    fill: #737373 !important;
    -webkit-transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease;
}

#hamburger {
    position: absolute;
    top: 27.5px;
    right: 60px;
    width: 50px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999;
}

#hamburger div {
    width: 25px;
    height: 15px;
    top: 12.5px;
    left: 7.5px;
    position: absolute;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  background: #0d0d0d;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#hamburger span:nth-child(odd) {
  left:0px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
  top: 0px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(3) {
  top: 9px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(4) {
  top: 9px;
}

#hamburger.openHamburger span:nth-child(1),#hamburger.openHamburger span:nth-child(4) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.openHamburger span:nth-child(2),#hamburger.openHamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.openHamburger span:nth-child(1) {
  left: 2px;
  top: 0px;
}

#hamburger.openHamburger span:nth-child(2) {
  left: calc(50% - 2px);
  top: 0px;
}

#hamburger.openHamburger span:nth-child(3) {
  left: 2px;
  top: 7.5px;
}

#hamburger.openHamburger span:nth-child(4) {
  left: calc(50% - 2px);
  top: 7.5px;
}

.openHamburger span {
    background: #737373 !important;
    fill: #737373;
    -webkit-transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease;
}

#menu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    z-index: 50;
    background-color: #0d0d0d;
}

#menu li ul {
    position: relative;
    height: 100vh;
    width: 100%;
}
#menu li {
    float: left;
    width: calc(20% - 1px);
    height: 100vh;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    list-style-type: none;
    display: none;
}

#menu li a {
    display: block;
    height: 100vh;
    text-decoration: none;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    text-align: center;
    position: relative;
}


#menu li a:hover, .selected {
    background-color: #fff;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease;
    z-index: 99 !important;
}

#menu li a div {
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 30vh;
    color: #fff;
    font-family: 'Old Standard TT', serif;
    font-size: 9vh;
    text-transform: none;
    letter-spacing: -2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-align: left;
    clear: both;
}

.menuHovered a div {
    bottom: calc(30vh + 80px) !important;
    color: #000 !important;
    -webkit-animation-name: menuHovered;
    -webkit-animation-duration: 0.7s;
    -moz-animation-name: menuHovered;
    -moz-animation-duration: 0.7s;
    animation-name: menuHovered;
    animation-duration: 0.7s;
}

@-moz-keyframes menuHovered {
  from   { color : #fff; bottom: 30vh; }
  to { color: #000; bottom: calc(30vh + 80px); }
}

@keyframes menuHovered {
  from   { color : #fff; bottom: 30vh; }
  to { color: #000; bottom: calc(30vh + 80px); }
}

#overlay {
    height: 100vh;
    width: 100%;
    background-color: #fff;
    z-index: 90;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#lightOverlay {
    height: 100vh;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 99995;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: lightOverlay;
    -webkit-animation-duration: 1s;
    animation-name: lightOverlay;
    animation-duration: 1s;
}

@-webkit-keyframes lightOverlay {
    0%  {
        height: 100vh;
        width: 1px;
        margin-top: 0px;
        left: 50%;
        margin-left: -0.5px;
    }
    100% {
        height: 100vh;
        width: 100%;
        margin-left: 0;
    }
}

#lightbox {
    height: calc(100vh - 60px);
    width: calc(100% - 60px);
    position: relative;
    margin: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-name: lightbox;
    -webkit-animation-duration: 1s;
    animation-name: lightbox;
    animation-duration: 1s;
    opacity: 1;
}

@-webkit-keyframes lightbox {
    0%  {
        opacity: 0;
    }
    
    50%  {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

#closeLightbox {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 27.5px;
    right: 60px;
    background-image: url(../images/closeLightbox.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation-name: lightbox;
    -webkit-animation-duration: 2s;
    animation-name: lightbox;
    animation-duration: 2s;
}

.menuOut a div {
    bottom: 30vh !important;
    color: #fff !important;
    animation-name: menuOut;
    animation-duration: 0.7s;
}

@keyframes menuOut {
  from   { color: #000; bottom: calc(30vh + 80px); }
  to { color : #fff; bottom: 30vh; }
}

.menuHovered a div:before {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    display:table-cell;
    position: absolute;
    top: 50%;
    left: -135px;
    animation-name: menuHoveredBefore;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards
}

@keyframes menuHoveredBefore {
  from   { width: 0px; opacity: 0; border-bottom-width: 1px;}
  to { width: 70px; opacity: 1; border-bottom-width: 1px; }
}

.menuOut a div:before {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000;
    display:table-cell;
    position: absolute;
    top: 50%;
    left: -135px;
    animation-name: menuOutBefore;
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards
}

@keyframes menuOutBefore {
  from   { width: 70px; opacity: 1; border-bottom-width: 1px;}
  to { width: 0px; opacity: 0; border-bottom-width: 1px; }
}

#menu li a span {
    color: #737373 !important;
    font-size: 0.85vw !important;
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 40px;
}









/*HOMEPAGE*/
/*HOMEPAGE*/
/*HOMEPAGE*/
/*HOMEPAGE*/
/*HOMEPAGE*/

#introduction {
    position: relative;
    height: auto;
    width: 100%;
    background-image: url(../images/intro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding-bottom: 100px;
}

#introduction .container {
    margin-top: 135px; 
}

#introduction #introPicture {
    float: left;
    height: 600px;
    width: calc(50% - 70px);
    border: 20px solid #fff;
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    margin-right: 30px;
    background-image: url(../images/intro-portfolio.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 5;
}

#introduction article {
    float: left;
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 100px;
    z-index: 20;
    position: relative;
}

#introduction h1 {
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-weight: 100;
    margin: 0;
}

#introduction h2 {
    font-family: 'Old Standard TT', serif;
    font-size: 50px;
    font-weight: 100;
    margin-top: -10px;
}

#introduction p {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0px 40px 0px;
    max-width: 400px;
    width: 100%;
}

#introduction .arrow {
    height: 25px;
    width: 16px;
    position: absolute;
    right: 65px;
    top: calc(100vh - 66px);
    fill: #0d0d0d !important;
}

#loaderPortfolio .arrow {
    height: 25px;
    width: 16px;
    position: absolute;
    left: 30px;
    top: 30px;
    fill: #0d0d0d !important;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
    display: block !important;
}

.arrowLine {
    height: 22px;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -moz-transform: translate(0px, 0px);
    -webkit-animation-name: arrowLine;
    -webkit-animation-duration: 4s;
    animation-name: arrowLine;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes arrowLine {
    0% {
        height: 0px;
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -moz-transform: translate(0px, 0px);
    }
    50%  {
        height: 23px;
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -moz-transform: translate(0px, 0px);
    }
    100% {
        height: 0px;
        transform: translate(0px, 22px);
        -ms-transform: translate(0px, 22px);
        -webkit-transform: translate(0px,22px);
        -o-transform: translate(0px,22px);
        -moz-transform: translate(0px, 22px);
    
    }
}

/* Standard syntax */
@keyframes arrowLine {
    0% {
        height: 0px;
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -moz-transform: translate(0px, 0px);
    }
    50%  {
        height: 23px;
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -webkit-transform: translate(0px,0px);
        -o-transform: translate(0px,0px);
        -moz-transform: translate(0px, 0px);
    }
    100% {
        height: 0px;
        transform: translate(0px, 22px);
        -ms-transform: translate(0px, 22px);
        -webkit-transform: translate(0px,22px);
        -o-transform: translate(0px,22px);
        -moz-transform: translate(0px, 22px);
    
    }
}

@keyframes underLineOut {
  from   { width: calc(100% + 10px); }
  to { width : 0; }
}

.darkBtn {
    float: left;
    background-color: #0d0d0d;
    border: 3px solid #0d0d0d;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;

}


.darkBtn:hover {
    background-color: #5b5b5b;
    border: 3px solid #5b5b5b;
}

.underLine {
    position: relative;   
}

.underLine:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: -5px;
  width: 0;
  height: 1px;
  background: #fff;
  animation-name: underLineOut;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;  
}

.underLine:hover:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  background: #fff;
  animation-name: underLineIn;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;  
}

@keyframes underLineIn {
  from   { width : 0; }
  to { width: calc(100% + 10px); }
}

@keyframes underLineOut {
  from   { width: calc(100% + 10px); }
  to { width : 0; }
}

.lightBtn {
    float: left;
    background-color: transparent;
    border: 3px solid #0d0d0d;
    padding: 15px 30px;
    color: #0d0d0d;
    text-decoration: none;
}

.lightBtn:hover {
    background-color: #222;
    border: 3px solid #222;
    color: #fff;
}

#introduction .lightBtn {
    margin-left: 10px;
}

#aboutMe {
    overflow: auto !important;
}

#aboutMe #bigImg {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-image: url(../images/about-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#grid {
    position: relative;
    width: 50%;
    height: auto;
    float: right;
}

#grid .row {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

#grid article {
    width: calc(50% - 100px);
    padding: 80px 50px;
    float: left;
}

#grid #img1 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/about-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}

#grid #part1 {
    background-color: #0d0d0d;
}

#grid #part1 h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'Old Standard TT', serif;
}

#grid #part1 p {
    color: #fff;
}

#grid #part2 {
    background-color: #fff;
    float: right;
}

#grid #part2 h3 {
    color: #0d0d0d;
    font-size: 25px;
    font-family: 'Old Standard TT', serif;
}

#grid #part2 p {
    color: #0d0d0d;
}

#grid #img2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/about-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#portfolio {
    background-color: #f7f7f7;
    background-image: url(../images/grid-bg.png);
    background-position: center center;
    background-repeat: repeat;
    padding: 120px 0px;
    text-align: center;
    position: relative;
    height: auto;
    float: left;
}

#portfolio h5 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 800 !important;
}

#portfolio h6 {
    font-family: 'Old Standard TT', serif;
    font-size: 50px;
    font-weight: 100; 
    margin-bottom: 40px;
}

#portfolioGrid .portfolioItem {
    width: calc(25% - 35px);
    height: 350px;
    border: 12.5px solid #fff;
    float: left;
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    margin: 5px 5px;
    background-size: cover;
    background-repeat: no-repeat;
    -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;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.blur {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0,0,0);
}

#portfolioGrid .portfolioItem:hover {
    z-index: 30;
    box-shadow: 0,0,0,0.4;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#portfolio .darkBtn {
    margin: 40px auto 0px auto;
    float: none !important;
    clear: both; 
    display: inline-block;
}

footer {
    width: 100%;
    height: auto;
    background-color: #0d0d0d;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow-y: hidden;
}

footer h6 {
    margin-top: 250px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 800 !important;
    color: #777;
}

footer h4 {
    font-family: 'Old Standard TT', serif;
    font-size: 60px;
    font-weight: 100; 
    margin-bottom: 40px;
    color: #fff;
}

footer .arrow {
    height: 25px;
    width: 16px;
    position: absolute;
    right: 65px;
    bottom: 40px;
    fill: #fff !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#footerContact li a {
    list-style-type: none;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: normal !important;
    line-height: 30px;
    display: inline-block;
    
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}

.underline:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #fff;
  height: 4px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

#socialmedia {
     align-items:center;
    margin-top: 150px;
    margin-bottom: 40px;
}

#socialmedia li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
}

#socialmedia li a {
    color: #fff;
    text-decoration: none;
}

.fa {
    margin: 0px 10px;
    font-size: 20px !important;
    width: auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.fa:hover {
    opacity: 0.7;
}

/*DIENSTEN*/
/*DIENSTEN*/
/*DIENSTEN*/
/*DIENSTEN*/
/*DIENSTEN*/
/*DIENSTEN*/

#diensten, #ervaringen, #portfolio {
    background-image: url(../images/grid-bg.gif);
    background-repeat: repeat;
    background-position: center center;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    float: left;
}

#diensten .parallaxContainer, #ervaringen .parallaxContainer {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: auto;
    display: block;
    clear: both;
    position: relative;
}

.heightfix {
    clear: both;
}

.hugePadding {
    padding-bottom: 150px;
}

#diensten .parallaxContainer h1 {
    max-width: 900px;
    width: 80%;
    position: relative;
    margin-left: 20%;
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-top: 120px;
    margin-bottom: 40px;
}

#ervaringen .parallaxContainer h1 {
    max-width: 1060px;
    width: 80%;
    position: relative;
    margin-left: 15%;
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-top: 120px;
    margin-bottom: 40px;
}

#diensten .parallaxContainer h2, #ervaringen .parallaxContainer h2 {
    max-width: 950px;
    width: 80%;
    position: relative;
    margin-left: 10%;
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 45px !important;
    line-height: 55px !important;
    letter-spacing: 0px;
    margin-top: 120px;

}

#diensten .parallaxContainer .parallaxDiv, #ervaringen .parallaxContainer .parallaxDiv  {
    width: 45%;
    height: auto;
    position: relative;
    float: left;
    background-color: transparent;
}

#dienstenWedding p {
    margin-left: 40px;
}

#ervaringen2 {
    margin-top: 400px;
}

#ervaringen2 p {
    margin-left: 40px;
}

#parallaxLogo {
    fill: #df1965;
    width: 75%;
    height: auto;
    z-index: 1;
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

#kirstensignature {
    fill: #df1965;
    width: 75%;
    height: auto;
    z-index: 1;
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

#parallaxHair {
    width: 75%;
    height: auto;
    z-index: 0;
    float: right;
    margin-top: -250px;
    margin-right: 50px;
}

#kirstenPicture {
    width: 75%;
    height: auto;
    z-index: 0;
    float: right;
    margin-top: -200px;
    margin-right: 50px;
}

.parallaxContainer article {
    width: 55%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 100px;
}

.parallaxContainer p span {
    margin-left: 50px;
    display: block;
    font-style: normal;
    font-family:'Didact Gothic', sans-serif;   
}

#dienstenWedding ul {
    max-width: 450px;
    margin-left: 110px;
    display: block;
    font-style: normal;
    font-family:'Didact Gothic', sans-serif;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 26px;
    list-style-type: disc;
}

#diensten2 {
    padding-top: 100px; 
    margin-bottom: 300px;
}

.parallaxContainer p {
    max-width: 520px;
    font-family: 'Old Standard TT', serif;
    font-style: italic;
}

.parallaxContainer p br {
    display: block;
    content: "A" !important;
    margin-bottom: 20px;
}

#dienstenContinue p {
    float: left;
    max-width: 400px;
    margin-left: 25%;
}

#dienstenContinue p b {
    font-weight: 900 !important;
    display: block !important;
    margin-top: 40px !important;
}

#ervaringenContinue p {
    float: left;
    max-width: 500px;
    margin-left: 22.5%;
}

#kiss {
    width: 250px;
    height: auto;
    z-index: 0;
    float: right;
    margin-top: 0px;
    margin-right: 100px;
    z-index: 1;
    position: relative;
}

#modellen {
    margin-top: -200px;
    float: right;
    width: 535px;
    height: auto;
    z-index: 0;
    position: relative;
    border: 20px solid #fff;
    margin-right: -20px;
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}

#wedding {
    margin-top: 100px;
    float: left;
    width: 500px;
    height: auto;
    z-index: 0;
    position: relative;
    border: 20px solid #fff;
    margin-left: -20px;
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}

#aanhetwerk {
    margin-top: -200px;
    float: left;
    width: 500px;
    height: auto;
    z-index: 0;
    position: relative;
    border: 20px solid #fff;
    margin-left: -22px;
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
}

#lipstick {
    width: 250px;
    height: auto;
    z-index: 0;
    float: left;
    margin-top: -600px;
    margin-left: 70px;
    z-index: 1;
    position: relative;
}

#brush2 {
    width: 500px;
    height: auto;
    z-index: 0;
    float: left;
    margin-top: -200px;
    margin-left: -100px;
    z-index: 1;
    position: relative;
}

#overview {
    max-width: 1080px;
    float: none !important;
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: 100px;
    margin-bottom: 200px;
}

#overview h3 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 10px 40px;
    border-bottom: 1px solid #0d0d0d;
    margin-bottom: 15px;
}

#overview ul {
    list-style-type: none;
}

#overview ul li {
    margin: 50px 40px;
    font-size: 25px;
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 2px;
    color: #7b7b7b;
}

#overview ul li span {
    font-family: 'Old Standard TT', serif;
    font-size: 50px;
    font-weight: 100;
    line-height: 28px;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 5px;
    margin-left: -3px;
    color: #0d0d0d;
}


#scissors {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1;
    margin-top: -300px;
}

#palette {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1;
    margin-top: -400px;
}

#mascara {
    position: absolute;
    margin-left: -100px;
    z-index: 2;
    bottom: 200px;
    float: left;
}

#lipgloss {
    position: absolute;
    margin-left: -200px;
    z-index: 2;
    bottom: 100px;
    float: left;
}

#brush {
    position: absolute;
    right: -150px;
    z-index: 0;
    bottom: 100px;
}



/*PORTOFOLIO*/
/*PORTOFOLIO*/
/*PORTOFOLIO*/
/*PORTOFOLIO*/
/*PORTOFOLIO*/
/*PORTOFOLIO*/


#portfolio .container {
    max-width: 1200px;
}

#portfolio h1 {
    position: relative;
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-top: 120px;
    margin-bottom: 40px;
    text-align: left;
    width: 80%;
}


#portfolio ul {
    list-style: none;
    margin-top: 100px;
}

#portfolio ul li:nth-child(3n+1) {
    margin-top: 100px;
}


#portfolio ul li:nth-child(3n+3) {
    margin-right: 0px;
    margin-top: 200px;
}

#portfolio ul li {
    float: left;
    padding: 30px;
    width: calc(33.3334% - 130px);
    height: 470px;
    margin-right: 105px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    position: relative;
    -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;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#portfolio ul li::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7));
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    content: '';
    z-index: 1;
}

#portfolio ul li:hover {
    box-shadow: 0,0,0,0.3;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    -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;
}

#portfolio ul li h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0 !important;
    font-family: 'Old Standard TT', serif !important;
    font-weight: 100 !important;
    text-align: left !important;
    text-transform: none !important;
    position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    color: #fff;
}

#portfolio ul li h6 {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    bottom: -10px;
    left: 30px;
    z-index: 2;
    color: #fff;
}

#portfolio ul li pre {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    width: 100%;
    top: 525px;
    height: auto;
    color: #999;
    position: relative;
    pointer-events: none !important;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#loaderPortfolio article {
    height: calc(100vh - 60px);
    width: 350px;
    background-color: #fff;
    position: relative;
    padding: 30px;
    float: left;
}

#loaderPortfolio article h5 {
    margin-top: 100px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#loaderPortfolio article h2 {
    font-size: 32px;
    letter-spacing: 0 !important;
    font-family: 'Old Standard TT', serif !important;
    font-weight: 100 !important;
    text-align: left !important;
    text-transform: none !important;
}

#loaderPortfolio article pre {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
    margin-top: 20px;
}

#portfolioSlider {
    float: left;
    position: relative;
    width: calc(100% - 410px);
    height: 100vh;
    background-color: #f5f5f5;
    text-align: center;
}

#portfolioSlider img {
    max-width: 100%;
    max-height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

#portfolioNavigation {
    position: absolute;
    bottom: 20px;
    right: -120px;
    height: 30px;
    width: 100px;
    z-index: 5;
}

#portfolioNavigation button {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    float: left;
    background-color: #c0c0c0;
    margin-left: 10px;
    border: 0px;
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0,0,0,0.4;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#portfolioNavigation button:hover {
    box-shadow: 0,0,0,0.4;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#portfolioNavigation #previous {
    background-image: url(../images/previous.svg);
}

#portfolioNavigation #next {
    background-image: url(../images/next.svg);
}

.activeSlide {
    display: block !important;
}



/*CONTACT*/
/*CONTACT*/
/*CONTACT*/
/*CONTACT*/
/*CONTACT*/
/*CONTACT*/

#contact {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-image: url(../images/brush3.png), url(../images/grid-bg.gif);
    background-position:  right top, center center;
    background-repeat: no-repeat, repeat;
    overflow:hidden;
}

#contact article {
    width: 460px;
    height: auto;
    margin-top: 160px;
    float: left;
    position: relative;
    z-index: 0;
}

#contact article h1 {
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
}

#contact article h1:after {
    content: "";
    display: block;
    border-bottom: 1px solid #0d0d0d;
    width: 125px;
    float: right;
    margin-top: 30px;
}

#contact article p {
    margin-top: 100px;
    max-width: 375px;
}

#contact article a {
    color: #df1965 !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact article ul {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    margin-top: 30px;
    list-style: none;
    max-width: 375px;
}

#contact article ul li:last-of-type {
    margin-top: 30px;
}

#contact form {
    margin-top: 160px;
    float: left;
    height: auto;
    width: calc(100% - 560px);
    margin-left: 100px;
    z-index: 0;
    position: relative;
}

#contact form label {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;  
}

#formChoose {
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    border: 0;
    outline: none;
    background-color: transparent;
}

.closedFormInput {
    color: #c0c0c0;
}

#alert {
    width: 100%;
    height: auto;
    display: none;
}

#contact form div { 
    z-index: 99; 
    position: relative;
    width: auto;
}

#contact form div > ul { 
    display: none; 
    position: relative; 
    list-style: none;
    width: auto;
    margin-top: 10px;
}

#contact form div ul li {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Didact Gothic', sans-serif;
    background-color: #f5f5f5;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact form div ul li:hover {
    background-color: #e5e5e5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact form label:first-of-type {
    margin-top: 20px;  
}

#contact form input {
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    color: #df1965;
    border: 0;
    outline: none;
    background-color: transparent;
    display: block;
    width: 100%;
}

#contact form input::placeholder, #contact form textarea::placeholder {
    color: #c0c0c0;
    opacity: 1;
}

#contact form #name {
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 60px;
}

#contact form select {
    margin-bottom: 30px;
}

#contact form textarea {
    width: 100%;
    min-width: 100%;
    height: 100px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    color: #df1965;
    display: block;
    clear: both;
}

#contact input[type=submit] {
    float: left;
    text-decoration: none;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #0d0d0d;
    padding: 15px 30px !important;
    height: auto;
    width: auto;
    color: #0d0d0d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact input[type=submit]:hover {
    background-color: #0d0d0d;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.invisibleLabel {
    opacity: 0;
    display: none;
}

.makeInputVisible {
    display: block !important;
    opacity: 0;
    animation-name: inputVisible;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    z-index: 1;
}

.makeInputVisible:nth-child(1) { animation-delay: 0s }
.makeInputVisible:nth-child(2) { animation-delay: 0.25s }
.makeInputVisible:nth-child(3) { animation-delay: 0.5s }
.makeInputVisible:nth-child(4) { animation-delay: 0.75s }

@keyframes inputVisible {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

/*BEDANKT*/
/*BEDANKT*/
/*BEDANKT*/
/*BEDANKT*/
/*BEDANKT*/
/*BEDANKT*/

#bedankt {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-image: url(../images/brush3.png), url(../images/grid-bg.gif);
    background-position:  right bottom, center center;
    background-repeat: no-repeat, repeat;
    overflow:hidden;
}

#bedankt article {
    width: 960px;
    height: auto;
    margin-top: 160px;
    float: left;
    position: relative;
    z-index: 0;
}

#bedankt article h1 {
    font-family: 'Old Standard TT', serif;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
}

#bedankt article p {
    margin-top: 20px;
    max-width: 375px;
    padding-bottom: 50px;
    clear: both;
    display: block;
}

/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/
/*RESPONSIVE*/

@media screen and (max-width: 1200px) {
    #introduction p {
        max-width: 100%;
    }
    
    #grid article {
        padding: 40px 40px;
        width: calc(50% - 80px);
    }

    #menu ul {
        padding-top: 90px;
        height: auto;
    }
    
    #menu li {
        width: 100%;
        height: calc(20vh - 18px);
        border-right: 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    #menu li a {
        height: calc(20vh - 18px);
        text-align: left;
    }

    #menu li a div {
        bottom: calc(50% - 40px) !important;
        right: auto !important;
        left: 60px !important;
        font-size: 60px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }

    .menuHovered a div {
        bottom: 0px !important;
        left: calc(30vh + 80px) !important;
        color: #000 !important;
        -webkit-animation-name: none  !important;
        -moz-animation-name: none  !important;
        animation-name: none !important;
    }
    
    .menuOut a div {
        bottom: 0px !important;
        color: #fff !important;
        -webkit-animation-name: none  !important;
        -moz-animation-name: none  !important;
        animation-name: none !important;
    }

    .menuHovered a div:before {
        display: none;
        visibility: hidden;
        -webkit-animation-name: none  !important;
        -moz-animation-name: none  !important;
        animation-name: none !important;
    }

    .menuOut a div:before {
        display: none;
        visibility: hidden;
        -webkit-animation-name: none  !important;
        -moz-animation-name: none  !important;
        animation-name: none !important;
    }

    #menu li a span {
        display: none !important;
        visibility: hidden !important;
    }
    
    .parallaxContainer #dienstenSection1 article {
        width: 45%;
        margin-left: 2.5%;
    }
    
    #diensten .parallaxContainer #dienstenSection1 h1 {
        margin-left: 10%;
        width: 85%;
    }
    
    #dienstenContinue #dienstenSection1 p {
        float: left;
        max-width: 400px;
        margin-left: 40px;
    }
    
    #ervaringenContinue p {
        float: left;
        max-width: 400px;
        margin-left: 15%;
    }
    
    #dienstenContinue p {
        margin-left: 15%;
    }
    
    #modellen {
        width: 75%;
    }
    
    #wedding {
        width: 95%;
    }
    
    #aanhetwerk {
        width: 95%;
    }

    #portfolio ul li {
        width: calc(33.3334% - 80px);
        margin-right: 30px;
        margin-bottom: 50px;
    }
    
    #contact {
        background-image: url(../images/grid-bg.gif);
        background-position:  center center;
        background-repeat: repeat;
    }

    #contact form #name {
        font-size: 30px;
    }

}

@media screen and (max-width: 1060px) {
    #preloader article {
        width: calc(100% - 60px);
        height: 130px;
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    
    #introduction {
        min-height: auto;
    }
    
    #introPicture {
        display: none !important;
        visibility: hidden !important;
    }
    
    #introduction article {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }
    #introduction .arrow {
        display: none !important;
        visibility: hidden !important;
    }
    
    #menu li {
        height: 10vh;
    }
    
    #menu li a {
        height: 10vh;
    }
    
    #menu li a div {
        font-size: 5vh;
        bottom: 1.25vh !important;
    }
    
    #aboutMe #bigImg {
        display: none !important;
        visibility: hidden !important;
    }
    
    #grid {
        width: 100%;
    }
    
    #portfolioGrid .portfolioItem {
        width: calc(50% - 35px);
    }
    
    #sketches {
        display: none;
        visibility: hidden;
    }
    
    #diensten .parallaxContainer h1 {
        margin: 150px auto 0px auto;
        width: calc(100% - 120px);
    }
    
    #ervaringen .parallaxContainer h1 {
        margin: 150px auto 0px auto;
        width: calc(100% - 120px);
    }
    
    .parallaxContainer article {
        margin: 50px auto;
        width: calc(100% - 120px);
        float: none;
    }
    
    .parallaxContainer p {
        max-width: none !important;
    }
    
    #dienstenWedding ul {
        max-width: none !important;
        margin-left: 20px;
    }
    
    .parallaxContainer p span {
        margin-left: 0px;
    }
    
    .hugePadding {
        padding-bottom: 0px;
    }
    
    #dienstenContinue p {
        margin-left: 0px;
    }
    
    #ervaringenContinue p {
        margin-left: 0px;
    }
    
    #diensten .parallaxContainer .parallaxDiv, #ervaringen .parallaxContainer .parallaxDiv  {
        width: calc(100% - 120px);
        margin: 0 auto;
        float: none;
    }
    
    #kiss, #lipstick, #scissors, #mascara, #brush, #brush2, #palette, #lipgloss  {
        display: none;
        visibility: hidden;
    }
    
    .parallaxDiv, #modellen, #wedding, #kirstenPicture, #kirstensignature  {
        transform: none !important;
    }
    
    #kirstenPicture {
        margin-top: -100px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
    }
    
    #kirstensignature {
        margin-top: 40px;
        width: 100%;
        margin-left: -30px;
        position: relative;
    }
    
    #ervaringen2 {
        margin-top: 30px;
    }
    
    #modellen {
        margin-top: 40px;
        width: 100%;
    }
    
    #wedding {
        margin-top: 0px;
        margin-bottom: 50px;
        width: 100%;
    }
    
    #aanhetwerk {
        display: none;
    }
    
    #dienstenWedding p {
        margin-left: 0px;
    }
    
    #ervaringen2 p {
        margin-right: 0px;
        margin-top: 0px;
        margin-left: 0px;
    }
    
    #overview h3 {
        font-size: 14px;
        margin-bottom: 0px;
        
    }
    
    #overview ul li span {
        font-size: 6vw !important;
        line-height: 5vw !important;
    }
    
    #overview ul li {
        margin: 25px 30px;
        font-size: 20px;
        letter-spacing: 1px;
    }
    
    #overview {
        margin-bottom: 100px;
    }
    
    #portfolio ul li {
        width: calc(50% - 85px);
        margin-right: 50px;
    }

    #portfolio ul li:nth-child(3n+1) {
        margin-top: 0px;
    }


    #portfolio ul li:nth-child(3n+3) {
        margin-right: 0px;
        margin-top: 0px;
    }
    
    #portfolio ul li:nth-child(even) {
        margin-right: 0px;
        margin-top: 150px;
    }
    
    #portfolio ul li:nth-child(odd) {
        margin-right: 50px;
        margin-top: 50px;
    } 
    
    #portfolio ul li h4 {
        font-size: 3vw;
    }
    
    #portfolio ul li h6 {
        font-size: 1.5vw;
    }
    
    #loaderPortfolio {
        height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    #loaderPortfolio article {
        padding: 30px 30px;
        width: calc(100% - 60px);
        height: auto;
    }
    
    #interactivePortfolioData {
        margin-top: 80px;
    }
    
    #portfolioSlider {
        width: 100%;
        height: auto;
        overflow: auto;
        background-color: #fff;
    }
    
    #portfolioSlider img {
        width: calc(100% - 60px);
        margin-bottom: 30px;
        margin-left: 30px;
        height: auto;
        max-height: auto;
        max-width: auto;
        position: relative;
        display: block;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        
    }
    
    #loaderPortfolio article h5 {
        margin-top: 0px;
    }
    
    #contact article {
        width: 100%;
    }
    
    #contact article h1:after {
        border-bottom: none;
        width: 0;
        margin-top: 0;
    }
    
     #contact article p {
        max-width: 100%;
        margin-top: 30px;
    }
    
    #contact form {
        margin-top: 160px;
        width: 100%;
        margin-left: 0px;
    }
    
    #portfolioNavigation {
        display: none !important;
        visibility: hidden !important;
    }
    
}

@media screen and (max-width: 640px) {
    #preloader article, #diensten .parallaxContainer h1, .parallaxContainer article, #diensten .parallaxContainer .parallaxDiv {
        width: calc(100% - 60px);
    }
    
    .container {
        width: calc(100% - 60px);
    }
    
    #introduction {
        padding-bottom: 60px;
    }
    
    #introduction article {
        margin-top: 0px;
    }
    
    #introduction h1 {
        font-size: 10vw;
    }
    
    #introduction h2 {
        font-size: 10vw;
    }
    
    #introduction .darkBtn, #introduction .lightBtn {
        margin: 10px 0px 0px 0px;
        width: calc(100% - 6px);
        padding: 15px 0px;
        text-align: center;
        display:inline-block;
    }
    
    .blur {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
        transform: translateZ(0);
    }
    
    #logo {
        left: 30px;
    }
    
    #hamburger {
        right: 30px;
    }
    
    #menu li a div {
        bottom: calc(50% - 30px) !important;
        left: 30px !important;
        font-size: 40px;
    }
    
    #grid article {
        padding: 30px;
        width: calc(100% - 60px);
        position: relative;
    }
    
    #grid #img1 {
        width: 100%;
        height: 80vh;
        max-height: 500px;
        position: relative;
        float: left;
    }
    
    #grid #img2 {
        display: none !important;
        visibility: hidden !important;
    }
    
    #portfolio {
        padding: 30px 0px;
    }
    
    #portfolio h5 {
        display: none !important;
        visibility: hidden !important;
    }
    
    #portfolio h6 {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 50px;
        text-align: left;
    }
    
    #portfolioGrid .portfolioItem {
        width: calc(100% - 25px);
        margin: 0;
        margin-bottom: 15px;
    }
    
    #portfolioGrid div:nth-child(n+5) {
        display: none !important;
        visibility: hidden !important;
    }
    
    #portfolio .darkBtn {
        margin: 10px 0px 0px 0px;
        width: calc(100% - 6px);
        padding: 15px 0px;
    }
    
    footer h6 {
        display: none !important;
        visibility: hidden !important;
    }
    
    footer h4 {
       margin: 60px 0px;
        font-size: 7.5vw;
    }
    
    #socialmedia {
        margin: 60px 0px 30px;
    }
    
    #socialmedia li {
        margin: 1vw;
    }
    
    #socialmedia li a {
        font-size: 5vw !important;
    }
    
    footer .arrow {
        display: none !important;
        visibility: hidden !important;
    }
    
    #diensten .parallaxContainer h1 {
        margin: 150px auto 0px auto;
        width: calc(100% - 60px);
    }
    
    #ervaringen .parallaxContainer h1 {
        margin: 150px auto 0px auto;
        width: calc(100% - 60px);
    }
    
    #portfolio ul li {
        width: calc(100% - 60px);
        margin-right: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 200px !important;
    }
    
    #portfolio ul li h4 {
        font-size: 6vw;
    }
    
    #portfolio ul li h6 {
        bottom: 20px;
        font-size: 3vw;
    }
    
    h1 {
        font-size: 7vw !important;
        line-height: 10vw !important;
    }
    
    #modellen, #wedding, #aanhetwerk {
        border: 0px;
        margin-right: 0px;
        margin-left: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    #diensten .parallaxContainer h2 {
        font-size: 7vw !important;
        line-height: 10vw !important;
    }
    
    #overview ul li {
        font-size: 3vw;
        letter-spacing: 0.25vw;
    }
    
    #preloader article {
        height: 180px;
    }
    
    #preloader b {
        bottom: -50px;
    }
}

@media screen and (max-width: 320px) {
    #portfolio ul li {
        height: 260px;
    }  
}