@charset "UTF-8";

.hero{
    height:80vh;
    background-image: url(../images/header.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html.ios .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:200;
    line-height: 1.4; 
}
.hero h1,
.hero h2{
    color: #fff;
}
@media screen and (max-width:640px){
    .hero h1{
        font-size:48px;
    }
}


.container.header-rect header h3{
    font-weight:600;
}

.ph{
    margin-bottom: 4rem;
}
.ph p img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.ph  > p:first-child{
    margin-bottom:2rem;
}


ul.tags{
    list-style: none;
    letter-spacing: -.4em;
    vertical-align: top;
    line-height: 1;
}
ul.tags li{
    letter-spacing: normal;
    display: inline-block;
    background-color: #efefef;
    padding: .4rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

a.like{
    background-color: #fff;
    padding: .4rem 1rem;
    border: 1px #ccc solid;
    border-radius:4px;
}
a.like.ico.arrow-r::before{
    border-left: solid 4px #333;
}
@media screen and (min-width:980px){
    a.like{
        transition: .3s opacity;
    }
    a.like:hover{
        opacity: .6;
    }
}

.msg{
    padding: 4rem;
    border: 1px #ccc solid;
}
.msg p{
    line-height: 2;
    margin-bottom: 2rem;
}
.msg b{}




.product-list{}
.product-list > header{
    margin-bottom: 2rem;
}
.product-list > header h3{
    font-weight: 200;
    padding:1rem 1rem;
    background-color: #efefef;
}


ul.banners{
    list-style: none;
}

ul.banners img{
    margin-bottom: 1rem;
}
ul.banners p{
    line-height: 1.6;
}
@media screen and (max-width:640px){
    ul.banners li{
        margin-bottom: 4rem;
    }
}
@media screen and (min-width:641px){
    ul.banners.fx li{
        flex-basis: 32%;
        margin-right: 2%;
    }
    ul.banners.fx li:last-child{
        margin-right: 0;
    }
}