@charset "UTF-8";

.only .hero{
    height:80vh;
    background-image: url(../images/header-only.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html.ios .only .hero{
    background-attachment:scroll;
}

.hero > .container{
    height:100%;
    z-index: 1;
}
.hero h1{
    font-size:48px;
    line-height: 1.4;
    margin: 0;
}
.hero h2{
    font-size:18px;
    font-weight:normal;
    line-height: 1.4; 
}
.only .hero h1,
.only .hero h2{
    color: #fff;
}
@media screen and (max-width:640px){
    .hero h1{
        font-size:48px;
    }
}
.bowl header.header-ct{
    background-image:url(../images/header-bowl.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
_:lang(x)::-ms-backdrop, .bowl header.header-ct{
    background-image:url(../images/header-bowl_ie.jpg);
}
.tile header.header-ct{
    background-image:url(../images/header-tile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
_:lang(x)::-ms-backdrop, .tile header.header-ct{
    background-image:url(../images/header-tile_ie.jpg);
}


.enjoy .hero{
    height:80vh;
    background-image: url(../images/header-enjoy2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width:640px){
.enjoy .hero{
    background-position: 25% center;
}
}
html.ios .enjoy .hero{
    background-attachment:scroll;
}
.enjoy .hero h1,
.enjoy .hero h2{
    color: #333;
}
.enjoy .hero h1{
    text-shadow: 0 0 20px #fff,0 0 25px #fff,0 0 0.4px #fff;
}
.enjoy .hero h2{
    text-shadow: 0 0 20px #fff,0 0 25px #fff,0 0 0.4px #fff;
}


.original-content{}
.original-content .msg{
    padding: 3rem;
    border:1px #ccc solid;
    line-height: 1.6;
}