body{margin:0;padding:0}
.parallax{
    position:relative;
    margin:1000px auto;
    width:100%;
    height:500px;
    background-attachment:fixed;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
.parallax.bg1{
    background-image:url(../images/landscape1.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1080px;
    background-position: 50% 21.4px;
    color: #fff;
    padding: 100px 200px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
}
.parallax.bg1 h1{
    font-weight: 800;
    font-size: 65px;
    margin-bottom: 0;
    line-height: 50px;
    margin-top: 150px;
}
.parallax.bg1 h2{
    font-weight: 300;
    font-size: 60px;
    margin-top:0;
}
.parallax.bg2{
    background-image:url(../images/landscape2.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1080px;
    background-position: 50% -18.3px;
    padding: 300px 130px 0 130px;
    color: #fff;
}
.parallax.bg2 h1{
    font-size: 34px;
}
.subs{
    text-shadow: 1px 1px 1px #37495d;
}
.parallax.bg1 .btnctw{
    text-shadow: none;
}