@charset "UTF-8";
/* CSS Document
-----------------------------------------------------
Nola Falk - Portfolio
URL: http://www.nolafalk.com.au/

Design and HTML/CSS by Nola Falk

Last modified: Mar 25 2017
------------------------------------------------------ */

/*

[colours]

dark grey   -  #383838
gold        -  #C8A560
cream       -  #f4f0e9

[fonts]

font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;

*/

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #383838;
    background-color: #f4f0e9;
}

body.menu-open{
    overflow: hidden;
    position: fixed;
}

a,
a:hover,
a:active,
a:focus,
object,
embed,
img,
input,
span,
button {
    outline: 0 !important;
    border: 0;
}

img {
    width: auto \9; /* ie8 bug fix */
    height: auto !important;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

br.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

a {
    color: #333333;
}

a:hover,
a:focus {
    color: #4a4a4a;
}

a img:hover,
a img:focus {
    cursor: pointer;
}

#wrapper{
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    z-index: 1;
}
.no-padding{
    padding: 0;
}

/* --- arrow --- */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    width: 100%;
    height: 80px;
    background-image: url(../images/icon_scrollarrow.svg);
    background-position: top center;
    -webkit-background-size: 40px 20px;
    -moz-background-size: 40px 20px;
    -o-background-size: 40px 20px;
    background-size: 40px 20px;
    background-repeat: no-repeat;
    margin-top: 120px;
}
.arrow:hover {
    /*cursor: pointer;*/
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* --- top  --- */

div.top{
    margin: 0 0 15px 0;
    padding: 12px 0;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(244, 240, 233, 0.9);
}
div.logo {
    padding-left: 15px;
}

div.logo.faded{
    opacity: 0.2;
}

div.top.nobg {
    background-color: transparent;
}
/* --- intro --- */

div.intro{
    font-size: 50px;
    font-weight: 700;
    padding: 70px 0;
    margin-top: 100px;
}

div.intro em{
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #C8A560;
}

div.short-about{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
    padding-top: 60px;
    line-height: 1.6em;
}

div.short-about em {
    font-weight: 400;
}

/* --- MENU  -- */
.menu-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    margin-right: 20px;
}

.menu-section{
    position: fixed;
    width: 100%;
    top: 0;
}

.menu-section.on .menu-toggle:before {
    opacity: 0.3;
}
.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(6px, 7px);
    background: #C8A560;

}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
    background: #C8A560;
}

.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: #383838;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
nav#top-menu {
    padding: 60px 0 0 0;
}
nav#top-menu ul {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin: 6em auto;
    text-align: center;
}

nav#top-menu ul.hidden {
    display: none;
}

nav#top-menu ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: #C8A560;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
}

nav#top-menu ul a:hover,
nav#top-menu ul a.active,
nav#top-menu ul a.active:hover{
    color: #FFF;
    text-decoration: none;
}

.menu-section .container {
    position: relative;
}

.menu-section.on {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(56, 56, 56);
    position: fixed;
    top: 0;
}

body.home .menu-section.on{
    top: 0;
}

nav#top-menu ul li.social-top a{
    display: inline;
    font-size: 22px;
    width: 2em;
}

nav#top-menu ul li.social-top a:hover {
    color: #FFF;
}
.social-top .fa-inverse{
    color: #C8A560;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.social-top .fa-inverse:hover {
    color: #FFF;
}

.social-top .fa-stack-1x,
.social-top .fa-stack-2x,
.social-top .fa-stack-3x{
    text-align: center;

}

/* --- work --- */
div.work {
    margin-bottom: 30px;
}

.fadeInBlock {
    opacity: 0;
    display: none;
}
.fadeInBlock.in {
    opacity: 1;
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

.thumb-work-image{
    max-height: 350px;
    min-height: 350px !important;
    height: auto !important;
    height: 350px !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-inner {
    position: relative;
    font-size: 0;
    line-height: 0;
    height: 100%;
    width: 100%;
}

.thumb-inner .thumb-hover {
    opacity: 0;
    position: absolute;
    background-color: rgba(56, 56, 56, 0.9);
    width: 100%;
    height: 100%;

    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.thumb-hover h3 {
    color: #C8A560;
    font-size: 26px !important;
    width: 100% !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 41% !important;
    text-align: center !important;
    transform: translateY(10%) !important;
    transition: all 0.5s ease 0s !important;
}

.thumb-inner:hover .thumb-hover{
    opacity: 1;
}

.thumb-hover:hover h3 {
    opacity: 1 !important;
    transition: all 0.5s ease 0s !important;
    transform: translateY(-10%) !important;
}

.fadeInBlock.in {
    opacity: 1;
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    transition: opacity 1000ms;
}

/* ---  work item --- */

.work-header{
    background: url(../images/work-header.png) #383838 repeat;
    color: #C8A560;
    font-size: 60px;
    font-weight: 700;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-text{
    display:table !important;
    margin-top: 80px;
    min-height: 300px;
    height: auto;
    height: 300px;
    padding: 0;
}

.header-text span{
    display:table-cell;
    vertical-align: middle;
}

.work-details,
.about,
.contact{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 20px;
    padding-top: 60px;
    line-height: 1.6em;
}

.work-details a,
.about a,
.contact a,
.work-role-tasks a{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #C8A560;
    text-decoration: underline;
}

.contact-details a{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #C8A560;
    text-decoration: none;
}

.contact-details .fa-lg{
    vertical-align: -5%;
}

.about p:last-of-type{
    margin-bottom: 80px;
}

.work-role-tasks,
.about-details,
.contact-details{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding-top: 60px;
    line-height: 1.6em;
}

.about-details span{
    display: block;
}

.about-details span.years{
    color: #C8A560;
    margin-bottom: 20px;
}

.work-image{
    padding-top: 40px;
}

.more-work{
    margin-top: 30px;
    padding: 60px 0 85px 0;
    background-color: #ece8e2;
}

.more-work-title{
    padding: 0 0 25px 0;
 }
.more-work-title h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}