*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: verdana;
}
.pc{
    display: none;
}
body{
    margin-top: -40px;
}
/* Section 0 */
.section0{
    background-color: #09090e;
}
.intro{
    height: 102vh;
    background-image: url(/img/opening-phone.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;

}
.intro h1{
    color: #fff;
    font-size: 2em;
    text-align: left;
    padding-left: 10vw;
    padding-top: 80vh;
}
span{
    opacity: 0;
    display: inline-block;
    -webkit-transition: ease-in-out 1s;
            transition: ease-in-out 1s;
}
span.fade{
    opacity: 1;
}
/* Section 1 */
.title{
    background-color: #09090e;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    padding-bottom: 500px;
}
.section1 .title h2{
    color: #fff;
    text-align: center;
    font-size: 40px;
    padding-top: 120px; 
}
.section1 .title p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
.slide h3{
    text-align: center;
    padding-top: 60px;
    font-size: 38px;
}
.slide p{
    text-align: center;
    padding-top: 40px;
    text-shadow: 0px 0px 10px #000;
}
.widget{
    height: 400px;
    position: -webkit-sticky;
    position: sticky;
    top: 360px;
}
.stick1{
    color: #fff;
    background-image: url(./img/slide1.jpg);
    background-size: cover;
    background-position: center;
}
.stick2{
    color: #fff;
    background-image: url(./img/slide2-1.jpg);
    background-size: cover;
    background-position: center;
}
.stick3{
    color: #fff;
    background-image: url(./img/slide3-1.jpg);
    background-size: cover;
    background-position: center;
}
.bglayer1{
    height: 100%;
    width: 100%;
}
/* Section 2 */
.section2{
    background-color: #ddd;
    padding-bottom: 100px;
    height: 780px;
}
.section2 h2{
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 40px;
}
.section2 .content{
    text-align: center;
    width: 308px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
}
.section2 .content .stage{
    display: inline-block;
    transition-delay: 0s;
    -webkit-transition: ease-in-out 0.8s;
            transition: ease-in-out 0.8s;
    opacity: 0;
}
.section2 .content .stage[data-scroll="in"]{
    transition-delay: 0.3s;
    opacity: 1;
}
.section2 .content .stage:before{
    opacity: 0;
}
.section2 .content .stage[data-scroll="in"]:before{
    opacity: 1;
    transition-delay: 2s;
}
.section2 .content .open{
    float: left;
}
.section2 .content h3{
    width: 120px;
    padding-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.section2 .content img{
    width: 26px;
    padding-bottom: 10px;
}
.section2 .content .container{
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 20px;
    width: 150px;
    height: 90px;
    float:left;
}
/* Section 3 */
.section3{
    background-color: #eee;
    padding-bottom: 50px;
}
.section3 h2{
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 40px;   
}
.section3 h3{
    text-align: center;
    font-size: 20px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: solid 1.5px #555;
    border-bottom: solid 1.5px #555;
}
section{
    position: relative;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
section .content{
    background-color: #eee;
    opacity: 0;
    margin: 5px;
    width: 110px;
    height: 116px;
    position: relative;
    display: inline-block;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
section .content[data-scroll="in"]{
    opacity: 1;
    -webkit-transition: ease-in-out 0.6s;
            transition: ease-in-out 0.6s;
    transition-delay: 0.2s;
}
section .content:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    transition-delay: 0.2s;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
section .content[data-scroll="in"]:before{
    -webkit-transform: scale(0);
            transform: scale(0);
    transition-delay: 0.2s;
}
section .content a h4{
    float: left;
    position: absolute;
    left: 0px;
    top: 74px;
    color: #000;
    font-size: 13px;
}
section .content a img{
    width: 110px;
    height: 70px;
    object-fit: cover;
    padding: 0;
    margin: 0;
    -webkit-transition: ease-out 0.5s;
            transition: ease-out 0.5s;
}
/* Section 4 */
.section4{
    width: 100%;
    height: 690px;
    background-color: #f5f5f5;
    display: inline-block;
    transition-delay: 0s;
    -webkit-transition: ease-in-out 0.8s;
            transition: ease-in-out 0.8s;
    opacity: 0;
}
.section4[data-scroll="in"]{
    transition-delay: 0.3s;
    opacity: 1;
}
.section4:before{
    opacity: 0;
}
.section4[data-scroll="in"]:before{
    opacity: 1;
    transition-delay: 2s;
}
.section4 .content{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.section4 .content h2{
    position: absolute;
    top: 30px;
    left: 126px;
    color: #356eb0;
    font-size: 40px;
}
.section4 .content h3{
    position: absolute;
    top: 90px;
    left: 130px;
    color: #777;
    width: 200px;
    font-weight: lighter;
    letter-spacing: 0.1em;
}
.section4 .content img{
    position: absolute;
    top: 40px;
    left: 20px;
    width: 98px;
}
.section4 .content p{
    position: absolute;
    top: 160px;
    width: 100%;
}
/* Footer */
.section5{
    padding-bottom: 14px;
    background-color: #2a2a2a;
}
.section5 h2{
    padding-top: 60px; 
    color: #fefcf8;
    text-align: center;
    font-size: 30px;
    padding-bottom: 70px;
}
.section5 .info{
    padding-top: 50px;
    width: 350px;
    height: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #4a4a4a;
    background-color: #282828;
    box-shadow: inset 4px 4px 10px #222;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .info a{
    color: #ccc;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .map{
    padding-top: 120px;
    padding-left: 30px;
}
.section5 .map .location{
    padding-top: 30px;
}
.section5 .map .location a{
    display: block;
    text-decoration: none;
    color: #ccc;
    width: 100px;
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 2px solid #ccc;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .map .location a:hover{
    display: block;
    text-decoration: none;
    color: #2a2a2a;
    background-color: #ccc;
    -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
}
.section5 .copy{
    text-align: center;
    color: #aaa;
    font-size: 12px;
    font-weight: lighter;
    padding-top: 140px;
}