@charset "utf-8";
body {
	font-family: "Lucida Bright";
	background-attachment: fixed;
	background-image: url(../images/kinkade_disney.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


.container {
	
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	
}
header {
	background-image: url("../images/header5.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 15px 15px 0 0;
    height: 250px;
    margin-left: 75px;
    margin-top: 25px;
	
}
nav {
	font-family: "Lucida Bright";
	font-weight: bold;
	color: #FFFFFF;
	background-color: rgba(103,143,145,0.6);
	background-position: center;
	background-attachment: scroll;
	height: 50px;
}


nav ul {
	display:table;
	width:auto;
	margin:0 auto;
	padding: 7px 0 0;

}
nav li {
	display: block;
	float: left;
	font-size: 30px;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;
}

nav ul li a {
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}


nav li a:hover {
	text-decoration: none;
	text-align: center;
	color: #fad77c;
	font-size: 35px;
}

/* Drop Down navigation */

nav ul li ul {
	background-color: #FFFFFF;
	width: 260px;
	display: none;
	position: absolute;
}
nav ul li:hover ul li a {
	display: block;
	color:	#678f91;
}
nav ul li:hover ul {
	display: block;

}
nav ul li:hover ul li a {
	display: block;
	color:	#678f91;
}
nav ul li ul li {
	height: 50px;
	font-size: 22px;
	margin-top: 5px;
}

nav ul li ul li a {
	
	height: 40px;
	padding: 5px;
	color: #000000;
}

nav ul li ul li a:hover {
	color: #fad77c;
	background-color: #ffffff;
	font-size: 25px;
}

.page_title {
	font-family: "Lucida Bright";
	font-size: 18px;
	color: #678f91;
	text-align: center;
	margin-top: 75px;
	
}
.intro p {
	color: #000000;
	font-family: "Lucida Bright";
	font-size: 16px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 750px;
}
footer {
	text-align: center;
	display: block;
	background-color: rgba(103,143,145,0.6);
	color: #FFFFFF;
	height: 50px;
	font-size: 16px;
	margin-top: 35px;
}
.authorinfo {
	font-family: "Lucida Bright";
	font-size: 14px;
	padding-top: 15px;
	text-align: center;
}
.authorinfo a {
	text-decoration: none;
	color: #FFFFFF;
}
.authorinfo a:hover {
	color: #354E6C;
}
.top img{
	border: 3px double #678f91;
    border-radius: 15px;
    margin: 30px;
}
.top p {
	font-family: "Lucida Bright";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	display: block;
}
.top ul li{
	float: left;
 	display: block;
}
.top ul li a {
	text-decoration: none;
	display: block;
}
.bottom img {
	border: 3px double #678f91;
	border-radius: 15px;
	margin: 30px;
}
.bottom p {
	font-family: "Lucida Bright";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	display: block;
}
.bottom ul li{
	float: left;
	display: block;
}

.bottom ul li a {
	text-decoration: none;
	display: block;
}
.quantity {
	height: 50px;
	width: 300px;
}

.quantity label {
	font-family: "Lucida Bright";
	color: #FFFFFF;
	margin-left: 45px;
	font-weight: bold;
}
.order {
	width: 200px;
	display: block;
}

.order input {
	height: 40px;
	width: 40px;
	margin-left: 30px;
}
.order label {
	font-family: "Lucida Bright";
	color: #FFFFFF;
}
.cart {
	background-color: #678f91;
	color: #ffffff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
.cart:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}


/***************************************/


/*Media Queries for Responsive Design*/

/* Beginning of Responsive Media Query for Mobile */
@media only screen and (max-width: 320px) {

header {
	background-image: url("../images/mobile_header5.png");
    height: 100px;
    margin-left: -30px;
    margin-top: 35px;
    width: 125%;
}
nav {
    height: 225px;
    line-height: 35px;
    margin-left: 85px;
    margin-top: 25px;
    width: 150px;
}
nav li {
    font-size: 25px;
}
nav li a:hover {
	color: #fad77c;
	font-size: 25px;
}

/* Drop Down navigation */

nav ul li:hover ul li a {
	display: block;
	color:	#678f91;
}
nav ul li ul li {
	font-size: 16px;
}
nav ul li ul li a:hover {
	color: #fad77c;
	font-size: 18px;
}

.page_title {
    color: #678f91;
    font-family: "Lucida Bright";
    font-size: 16px;
    text-align: center;
}
.intro p {
    font-size: 14px;
    width: 265px;	
}
.top {
    margin-left: -105px;
}
.top ul li p:hover {
	color: #92564c;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.bottom {
    margin-left: -105px;
}
.bottom ul li p:hover {
	color: #92564c;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.authorinfo {
	font-size: 12px;
}

/* End of Responsive Media Query for Mobile */
}

/* Beginning of Responsive Media Query for Tablet */
@media only screen and (max-width: 1040px) {

header {
	margin-left:-35px;  
}
.page_title {
    font-size: 16px;
	margin-top: -15px;
}

/* End of Responsive Media Query for Tablet */
}
