html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   /* border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

/*body {
    line-height: 1
}*/

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
body {
    width: 100%;
    height: 100%;
    display: block
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

#landing-cover,
.layer {
    /*position: absolute;*/
    /*top: 0;
    left: 0;*/
    /*width: 100%;
    height: 100%*/
}

.sect {
    position: relative;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    text-align: center
}

#landing-cover {
    z-index: 1;
    /*overflow: hidden;*/
    opacity: 1;
    -webkit-transition: opacity .8s;
    transition: opacity .8s
}

.work-hero #landing-cover {
    opacity: 1
}

.layer {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*padding: 50px 200px;
    margin: -50px -200px;
    left: 0px;
    top: 0px*/
}

.bglayer {
    /*background: url("img/2.jpg");*/
    z-index: 1;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.frontlayer {
    /*background: url("img/1.png");*/
    z-index: 2;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.overlay {
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 5;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.28)*/
}

.overlay h1 {
    font-size: 100px;
    color: #fff;
    width: 30%;
    height: 11%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999
}

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