@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@font-face {
    font-family: 'Freestyle Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Freestyle Script Regular'), url('../fonts/FREESCPT.woff') format('woff');
}

body {
    font-family: 'Lato', sans-serif;
}

.innerSection {
    position: relative;
    z-index: 500;
}

.bottomAnchor {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -36px;
    width: 72px;
}

/**
 *  MAIN LOGO
 */
#mainLogo {
    position: fixed;

    margin: 0;
    padding: 0;

    top: 50%;
    left: 50%;
    margin-top: -106px;
    margin-left: -83px;
    transition: 0.5s linear;

    height: 112px;
        width: 166px;
}
    #mainLogo.active {
        margin-top: 0;

    margin-left: -50px;
        top: 30px;

        width: 100px;
        height: 68px;
        display: inline-block;
    }

    #mainLogo a svg {
        width: 100%;
        height: auto;
    }

    #mainLogo a svg path {
        fill: #FFFFFF;
        transition: fill .4s ease;
    }
    #mainLogo.black a svg path {
        fill: #191918;
    }


#creativeHashtag {
    position: fixed;
    bottom: 60px;
    margin: 0;
    width: 100%;

    text-align: center;
    color: #FFFFFF;
    transition: all 0.5s linear;
}
    #creativeHashtag.black {
        color: #3e3f3f;
    }
    #creativeHashtag.active {
        bottom: 50%;
        margin-bottom: -150px;
    }

#sectionWorks {
    display: none;
}

/**
 * HEADER
 */
header {
    text-align: center;
    color: #3e3f3f;
    background: url(../img/headerBackground.jpg) top center #e1e1e1;
}
    header h1 a {
        height: 112px;
        width: 166px;
        display: inline-block;

        text-indent: -32000px;

        /*background: url(../img/logoBaseline.png) center no-repeat;*/
    }

    header h2
    {
        margin-top: 132px;
    }


#sectionWorks {
    padding: 10px;
    text-align: center;
}

/**
 *  ABOUT /CONTACT
 */
#sectionAbout, #sectionContact {
    text-align: center;
    background: url(../img/headerBackground.jpg) top center #e1e1e1;
    font-size: 18px;
}

/**
 *  FIXED MENU
 */
#aboutMenu {
    position: fixed;
    list-style-type: none;

    top: 50%;
}

#aboutMenu {
    padding-left: 0;
    transform: translateX(0) rotate(-90deg);
    /*transition: transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99);*/
}

#aboutMenu.inactive {
    transform: translateX(-100px) rotate(-90deg);
}

    #aboutMenu a {
        opacity: 0.75;
        color: #FFFFFF;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;

        transition: color 0.5s ease-in-out;
    }
    #aboutMenu.black a {
        color: #3e3f3f;
    }

/**
 * SLIDE NAVIGATION
 */
.fp-slidesNav {
    text-align: center;
}
.fp-slidesNav ul li {
    width: 10px;
}

.fp-slidesNav ul li a span,
.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    opacity: 1;
    background: #FFFFFF;

    height: 8px;
    width: 8px;
    margin: -4px 0 0 -4px;

    transition: all 0.5s ease-in-out;
}
.fp-slidesNav ul li a span {
    opacity: 0.5;
}

.fp-slidesNav ul li a span:before {
    position: absolute;
    left: -1px;
    top: 0;
    height: 8px;

    content: '';
    border-left: 2px solid #FFFFFF;
    margin-left: 50%;

    transition: border-color 0.5s ease-in-out, all 0.1s ease-in-out;
}

.fp-slidesNav ul li:hover a span:before,
.fp-slidesNav ul li a.active span:before,
.fp-slidesNav ul li:hover a.active span:before {
    top: -10px;
    height: 28px;
}

.fp-slidesNav ul li a.active span:before {
    top: -12px;
    height: 32px;
}



.fp-slidesNav.black ul li a span,
.fp-slidesNav.black ul li:hover a span,
.fp-slidesNav.black ul li a.active span,
.fp-slidesNav.black ul li:hover a.active span {
    background: #3e3f3f;
}
.fp-slidesNav.black ul li a span:before {
    border-left: 2px solid #3e3f3f;
}

/**
 *  HOVER HELP
 */
.slide .fp-tableCell {
    position: relative;
}
.hoverGallery {
    position: absolute;
    top: 50%;
    z-index: 500;

    right: 12px;
    overflow: hidden;
    list-style: none;
    white-space:nowrap;

    font-size: 82px;
    color: #FFFFFF;
    line-height: 50px;
    display: inline-block;
    margin-top: -40px;
}
.hoverHelp {
    position: absolute;
    top: 50%;
    z-index: 500;

    right: 15px;
    overflow: hidden;
    list-style: none;
    white-space:nowrap;

    line-height: 25px;
    display: inline-block;
    margin-top: -25px;
    opacity: 0.75;

    /*text-shadow: 1px 1px 2px #3e3f3f;*/
}
    .hoverHelp span {
        opacity: 0;
        color: #FFFFFF;
        max-width: 0;
        display: inline-block;
        text-decoration: none;
        transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
    }
        .hoverHelp span {
            display: inline-block;
            text-align: left;
        }
        .hoverHelp span em {
            display: inline-block;
            vertical-align: top;
            padding-top: 12px;
            padding-left: 10px;
            padding-right: 15px;

            line-height: 25px;
            font-size: 16px;
        }

    .hoverHelp b {
        color: #FFFFFF;
        line-height: 50px;
        font-size: 30px;
        font-weight: normal;
        display: inline-block;
    }
    .hoverHelp:hover {}
        .hoverHelp:hover span {
            opacity: 1;
            max-width: 320px;
            transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s;
        }

    .hoverHelp.black span,
    .hoverHelp.black b {
        color: #3e3f3f;
    }