body {
    background-color: #fef0d5;
    color: #5a464c;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

a {
    color: #5a464c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    //border: 2px solid #5a464c;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 20px;
}
.logo img {
	width: 30%;
	box-shadow: 0 10px 25px #6a040f26;
}
.display-4 {
	color: #8e0308;
}

.wine-icon .fa-wine-glass {
    font-size: 3rem;
    color: #8e0308;
}

.info-box {
    border: 1px solid #ddd;
	border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    height: 100%;
    background-color: #fff;
	box-shadow: 0 10px 25px #6a040f26;
}

.info-box h3 {
    margin-bottom: 10px;
}

.info-box p {
    margin-bottom: 10px;
}

.info-box i {
    margin-right: 10px;
}

.main-text-box {
    border: 1px solid #ddd;
	border-radius: 10px;
	padding: 40px;
    margin-top: 30px;
    background-color: #fef0d5;
	box-shadow: 0 10px 25px #6a040f26;
}

.main-text-box h3 {
    margin-bottom: 20px;
    text-align: center;
}

footer {
    font-size: 0.9rem;
    color: #888;
}

footer a {
    color: #888;
}
