﻿body 
{
	background: #fff;
	font: 300 16px/1.8 Lora, Arial, Tahoma, Verdana, sans-serif;
    color: #5b5b5b;
}

.site-wrapper {
    width: auto;
    max-width: 1140px;
    background: url("Images/bg.jpg") top center no-repeat;
    background-size: 100% auto;
    padding: 0 100px;
    box-sizing: border-box;
}

.site-name,
article h2,
.countdown h3 {
    font-family: "Great Vibes", Georgia, Garamond, Times, serif;
}

.site-name .line1 {
    font-size: 26px;
}

.site-name .line2 {
    font-size: 62px;
}

figure.image {
    padding: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

nav a {
    font-style: italic;    
}

nav .current a {
    font-weight: 700;    
}

.desktop-nav nav .not-current a {
    color: #989898;
}

.desktop-nav nav .current a {
    color: #595959;
}

.form-container {
    background: #fff;
}

.wishlist-login-info {
    font-weight: 700;
}