html, body, header {
    height: 100%;
}
header {
    background:url('../img/splash.jpg') center/cover;
}
header:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.15);
}
.header-box {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 360px;
    text-align: center;
}
.header-box a {
    display: inline-block;
    padding:10px 20px;
    border:2px solid #fff;
    color:#fff;
    margin-top:50px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Saira Condensed', sans-serif;
    font-size: 20px;
    transition:.3s all ease-in-out;
}
.header-box a:hover {
    background-color:rgba(0,0,0,0.5);
    padding:10px 35px;
    border-radius:5px;
}

/* Navigation */
.main-nav {
    padding:25px 0;
    text-align: center;
    border-bottom:2px solid #303030;
}
.main-nav a {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    color:#303030;
    margin:0 15px;
    border-bottom:1px dotted transparent;
    padding-bottom:3px;
}
.nav-logo {
    padding-bottom:0;
}
.main-nav a:not(.nav-logo):hover {
    border-bottom:1px dotted #303030;
}

/* Main */
main {
    width: 940px;
    margin:0 auto;
    text-align: center;
}
section {
    padding:50px 0 0 0;
}
.product {
    display: inline-block;
    width: 300px;
}
.product a {
    width: 100%;
    display: inline-block;
}
.product img {
    max-width:100%;
}
.product+.product {
    margin-left:20px;
}
.price {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 18px;
}
.shop-all {
    text-align: left;
    height: 63px;
    line-height:63px;
    background:url('../img/bar-promo.jpg');
    margin-top:25px;
    padding:0 15px;
}
.shop-all a {
    float:right;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color:#303030;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2 span {
    font-family: 'Cormorant Garamond', serif;
    text-transform: none;
    font-style: italic;
    display: block;
    margin-top:15px
}
.our-story p {
    padding:0 150px;
    font-size: 21px;
    line-height:30px;
}
.slider {
    height:565px;
    background:url('../img/image-04.jpg');
    position: relative;
    margin-bottom: 50px;
}
.slider-box {
    width: 330px;
    height: 180px;
    background: #fff;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.slider-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: normal;
    margin-bottom:0;
}
.slider-box p {
    margin:5px 0 20px 0;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}
.slider-box a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color:#303030;
}
.slider-box::before {
    content:"";
    border:2px solid #303030;
    position: absolute;
    top:5px;
    left:5px;
    right:5px;
    bottom:5px;
    z-index:-1;
}
footer {
    width: 940px;
    margin:0 auto;
    text-align: center;
}
footer h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
.footer-contact a {
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none;
    font-style: italic;
    color:#303030;
    line-height:26px;
    font-size: 18px;
}
.footer-contact {
    background:url('../img/bar-footer.jpg');
    height: 152px;
    margin-bottom: 50px;
}
.footer-contact > div {
    float:left;
    width: calc(100% / 3);
    padding-top:15px;
}
.footer-contact::after {
    content:"";
    display: block;
    clear:both;
}
.we-cater p {
    margin-bottom:0;
}
.connect a {
    background-image:url('../img/icons-social.jpg');
    height: 22px;
    display: inline-block;
    margin:0 5px;
}
.facebook {
    width: 12px;
}
.instagram {
    width: 21px;
    background-position-x:-12px;
}
.footer-infos {
    height:110px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
}
.footer-infos a {
    text-decoration: none;
    color:#303030;
    position: relative;
}
.footer-infos a+a::before {
    content:"•";
    position: absolute;
    bottom:-20px;
}
.footer-infos::after {
    content:"";
    display: block;
    clear:both;
}

.footer-nav {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    text-align: left;
}
.footer-nav ul {
    list-style:none;
    display: inline-block;
    padding:0;
}
.footer-nav li {
    display: inline-block;
}
.footer-nav li+li::before {
    content:"•";
    position: relative;
    top:-1px;
    left:-1px;
    display: inline-block;
    margin:0 5px;
}
small {
    width: 400px;
    display: inline-block;
    text-align: right;
}
small, .footer-infos img {
    vertical-align: middle;
}
.footer-infos img {
    margin-left: 15px;
}
