@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('lity.css');
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    background-color: #1f2029;
    overflow: hidden;
    height: 100vh;
    transition: all 300ms linear;
    perspective: 800px;
    margin: 0;
}
figure {
    margin: 0;
}
a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
::selection {
    color: #c4c3ca;
    background-color: #000;
}
::-moz-selection {
    color: #c4c3ca;
    background-color: #000;
}
/* #Primary style
================================================== */
.hero-section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
    background-image: url("../img/cover.jpg");
    background-size: cover;
    background-position: center;
    transform: scale(1) rotateX(0);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    transition: all 300ms linear;
    transition-delay: 400ms;
    transform-origin: center top;
}
.hero-section h1 {
    color: #fff;
    font-size: 8vw;
    line-height: 1;
    font-weight: 900;
}
/*
.hero-section p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}
.hero-section p span {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 35px;
}
.hero-section p span:before {
    position: absolute;
    content: '';
    bottom: 10px;
    left: 50%;
    height: 30px;
    width: 30px;
    margin-left: -15px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    background-image: url('http://www.ivang-design.com/svg-load/portfolio/down.svg');
    opacity: 0.2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hero-section p span:hover:before {
    opacity: 1;
    bottom: 5px;
}
*/
body.open .hero-section {
    transform: scale(0.75);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
body.gallery-on .hero-section {
    transform: rotateX(-10deg);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}
.section {
    position: fixed;
    top: 100%;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(31, 32, 41, 1);
    transition: all .3s linear;
    z-index: 10;
}
body.open .section {
    top: 0;
    transition-delay: .4s;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    display: block;
    overflow: hidden;
    height: 30px;
    transition: all .2s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 36px;
    background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg');
    cursor: pointer;
    z-index: 11;
}
.close:hover {
    transform: rotate(90deg);
}
.section-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}
a {
    display: inline-block;
    vertical-align: top;
}
h2 {
    font-family: 'Dancing Script', cursive;
    margin: 0 auto 25px;
    text-align: center;
}
img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.removeTextNodes span {
    font-family: 'Dancing Script', cursive;
    letter-spacing: 1px;
    color: #866BAF;
    font-size: 38px;
    font-weight: 400;
    transition: all .3s linear;
}
.toggle-section {
    display: inline-block;
    cursor: pointer;
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    padding: 20px;
}
.section.scroll .container {
    align-items: flex-start;
    padding: 50px 0;
    height: auto;
}
.hero-section .toggle-section {
    padding: 0 20px;
}
ul.masonry {
    list-style: none;
    font-size: 0;
    transition: ease-in 0.3s;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.masonry .grid-sizer {
    width: calc(100% / 2);
}
.masonry .item {
    width: calc(100% / 2);
    padding: 0 10px 20px;
}
@media (min-width: 648px) {
    .masonry .grid-sizer, .masonry .item {
        width: calc(100% / 3);
    }
}
@media (min-width: 1200px) {
    .masonry .grid-sizer, .masonry .item {
        width: calc(100% / 4);
    }
}
@media screen and (min-width: 768px) {
    .removeTextNodes span:hover {
        transform: scale(1.05);
    }
}
.lity-container {
    max-width: none !important;
    max-height: none !important;
}
.lity-iframe-container {
    padding-top: 53.9% !important;
}
.lity-iframe-container iframe {
    background-color: #fff;
}
@media screen and (min-width: 1280px) {}