body {
    background-color: rgb(216, 198, 184);
    padding-top: 15px;
    font-family: Goudy Old Style;
    background-size: cover;
    background-repeat: repeat-x;
}

ol, ul {
	list-style: none;
}

#container {
   background-color:rgb(85, 50, 55); 
   margin: 10px auto;
   padding: 15px;
   border-radius: 5px;
}

/* Header */
#container > header {
	padding: 0 0.8em;
	height: 90px;
}

header div#logo {
    color:rgb(207, 28, 6);
	float: left;
	font-style: italic;
	font-family: Klinic Slab;
}

header nav {
	float: right;
    font-family: Klinic Slab;
}

header nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

header nav ul li {
	float: left;
	padding: 2.5em 0 1.5em 1.5em;
}

header nav ul li a,
header nav ul li a:visited {
	font-size: 1.1em;
	text-decoration: none;
	color: #4A4A4A;
}

header nav ul li a.active,
header nav ul li a:focus,
header nav ul li a:hover {
	color: rgb(11, 148, 70);
}

/*Main Content*/
.main {
    background-color: white;
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 73.57%,rgba(236,166,182,1.00) 84.63%,rgba(207,28,68,1.00) 100%), url(../images/gift_card.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 73.57%,rgba(236,166,182,1.00) 84.63%,rgba(207,28,68,1.00) 100%), url(../images/gift_card.jpg);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 73.57%,rgba(236,166,182,1.00) 84.63%,rgba(207,28,68,1.00) 100%), url(../images/gift_card.jpg);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 73.57%,rgba(236,166,182,1.00) 84.63%,rgba(207,28,68,1.00) 100%), url(../images/gift_card.jpg);
    background-size: contain;
}

.cards {
    background-color: white;
    margin: 10px auto;
    padding: 15px;
    border-radius: 5px;
    background-image: url(../images/giftcard.png);
    background-size: 24% auto;
    background-position: 2% 55%;
}

.subbox1 {
   background-color:rgb(95, 19, 18); 
   margin: 10px auto;
   padding: 15px;
   border-radius: 5px;
}

.subbox1 p{
   color:white;
   float:right;
   font-size: 20px;
}

.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

h1 {
   color:rgb(207, 28, 6);
   font-weight: bold;
   text-align: center;
}
h2 {
   color: rgb(11, 148, 70);
   font-weight: bold;
   text-align: center;
}
h3 {
    color: rgb(11, 148, 70);
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}

 p {
    color: rgb(95, 19, 18);
    font-family: "Goudy Old Style";
    font-size: 18px;
    text-shadow: 0 0px;
}

section#menu-intro p{
   text-align: center;
   font-size: 20px;
   font-weight: bold;
}

/* Footer */
footer {
	text-align: center;
	font-size: 0.7em;
	border-top: 1px dotted #E8DFAC;
	padding-top: 1em;
	margin: 1em;
	clear: both;
}

footer a,
footer a:visited {
	color: #636363;
}

footer a:hover,
footer a:focus {
	color: green;
}
