<template>
<main class="index">
<section class="hero">
<div class="hero-body">
<div class="container">
<div class="hero-text">
<h4 class="is-size-4">bnbcrate</h4>
<h2 class="is-size-2">
The simplest, easiest, and most beautiful way to provide your guests with quality toiletries.
</h2>
</div>
</div>
</div>
</section>
<div class="container">
<div class="columns">
<div class="column">
<div class="feature">
<h2 class="is-size-3">Beautifully Packed</h2>
<p>
Impress your guests by letting them arrive to beautifully and carefully packed toiletries — creating a clean & warm welcome.
</p>
</div>
</div>
<div class="column">
<div class="feature">
<h2 class="is-size-3">Delightfully Simple</h2>
<p>
We offer 3 crates. Select the quantity of each
crate and we'll deliver them to you or one of your
properties.
</p>
</div>
</div>
<div class="column">
<div class="feature">
<h2 class="is-size-3">Earth Friendly</h2>
<p>
Most of our items are biodegradable, so that they
won't be a burden on the planet if they don't
end up in the recycle bin.
</p>
</div>
</div>
</div>
</div>
</main>
</template>
<script>
export default {
}
</script>
<style lang='stylus'>
@import '~assets/css/variables'
.hero
background url('http://cdn.home-designing.com/wp-content/uploads/2012/12/Modern-bathroom-with-large-windows.jpg')
//background-size 100%
background-position 0 -292px
height 55vh
.hero-text
color darken($salmon, 20%)
color $darkblue
display inline-block
background alpha(white, 85%)
padding 10px 20px
width 50%
margin 0 auto
border 2px solid darken($darkblue, 20%)
h2
font-size 1.5em
h4
font-size 1.7em
width 50%
color $darksalmon
//color $cadet
main.index
margin 0
.feature
padding 2em 1em
box-sizing border-box
h2
color $blue
</style>