@charset "utf-8";
/* CSS Document */
/*font-family: 'Dancing Script', cursive;
font-family: 'Source Sans Pro', sans-serif;*/

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	text-align: left;
	min-height: 100%;
}

h1 {
	font-family: 'Dancing Script', cursive;
	color: black;
	font-size: 3em;
}
h2 {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	color: black;
	font-size: 2em;
}
p {
	font-family: 'Source Sans Pro', sans-serif;
	color: black;
	font-size: 2em;
}

/*Navigation******************************************************************************************/

#logo {
	height: 90px;
	width: 170px;
	display: inline-block;
	float: left;
	padding-left: 2%;
}

nav {
    height: 100px;
    width: 100%;
    background-color: white;
    border-bottom: 6px double rgba(255,250,123,1.00);
	}


nav ul {
	margin-left: 15%;
	}

	nav ul li {
		display: block;
		float: left;
		padding-right: 2%;
		padding-top: 1%;
	}

	nav ul li a {
		font-family: 'Dancing Script', cursive;
		font-size: 2.6em;	
		text-decoration: none;
		display: inline-block;
		color: black;
		padding-top: 3%;
		} 


	nav ul li a:hover {
		color: rgba(3,177,249,1.00);
		}


/*Header*****************************************************************************/

video {
	width: 100%;
	margin:auto;
   /* pointer-events: none;*/
	z-index: 0;
}

.overlay {
    position:absolute;
    top: 130px;
    z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
}

.overlay h1{
	font-size: 2.5em;
	color: white;
	float: right;
	padding-right: 5%;
}

.head_link a {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 3em;
	color: yellow;
	text-align: center;
	border-top: medium double rgba(255,255,255,1.00);
	border-bottom: medium double rgba(255,255,255,1.00);
}

.head_link a:hover {
	color: white;
}

.head_link {
	position:absolute;
    top: 140px;
    z-index: 1;
	height: 40px;
    width: 250px;
	margin: auto;
	left: 0;
	right: 0;
}

header { 
	border-bottom: 6px double rgba(255,250,123,1.00);
	padding: 0;
	margin: 0;
}

header img{
	width: 100%;
    height: auto;
	z-index: 0;
}

#shopheader {
	position:absolute;
    top: 85px;
    z-index: 1;
	height: 40px;
    width: 500px;
	margin-left: 2%;
}

#shopheader h1{
	font-size: 3.2em;
	color: white;
	text-align: left;
}


/*About*****************************************************************************************************/
#about {
	height: inherit;
	width: 80%;
	margin: auto;
}

#about h1 {
	float: left;
	display: inline;
	font-size: 4em;
	color: rgba(3,177,249,1.00);
}

#about p {
	width: 60%;
	padding-top: 2%;
	float: right;
	display: inline;
}

/*Promotions************************************************************************************************/

#promo {
	overflow: hidden;
	width: 100%;
	border-top: 6px double rgba(255,250,123,1.00);
	border-bottom: 6px double rgba(255,250,123,1.00);
}

#promo h1 {
	float: left;
	display: inline;
	font-size: 4em;
	color: rgba(3,177,249,1.00);
	padding-left: 10%;
}

#promo h2 {
	float: right;
	width: 60%;
	display: block;
	color: rgba(3,177,249,1.00);
	margin-top: -10px;
}

#promo p {
	width: 60%;
	padding-top: 2%;
	float: right;
	display: inline;
}

#promo img {
	padding-top: .3%;
	width: 100%;
	height: auto;
}


/*Contact***************************************************************************************************/

.contact_form {
	width: 100%;
	height: inherit;
	float: left;
	text-align: left;
	margin-left: 0%;
}

form {
	margin-bottom: -60px;
}

input {
	width: 80%;
	height: 25px;
	margin-left: 2%;	
	border: medium solid rgba(3,177,249,1.00);
}
textarea {
	border: medium solid rgba(3,177,249,1.00);
	width: 90%;
}

input[type=submit] {
	background-color:rgba(249,248,128,1.00);
    height: 40px;
	width: 100px;
}

/*Catalog*****************************************************************************************************/

#catalog {
	height:200px;
	width: 80%;
	margin: auto;
	
}

#catalog h1 {
	float: left;
	display: inline;
	font-size: 4em;
	color: rgba(3,177,249,1.00);
}

#catalog p {
	width: 60%;
	padding-top: 2%;
	float: right;
	display: inline;
}

/*Shopping*******************************************************************************************************/
.shopping {
    width: 100%;
	margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	border-top: 6px double rgba(255,250,123,1.00);
	padding-top: 50px;
}

#shop1, #shop2, #shop3, #shop4, #shop5, #shop6, #shop7, #shop8 {
	width: 400px;
	height: 800px;
	float: left;
	border: medium solid rgba(3,177,249,1.00);
	display: inline;
	background-color: rgba(252,249,167,0.50);
	margin-left: 3%;
	margin-bottom: 50px;
}

#shop2 img, #shop1 img, #shop3 img, #shop4 img, #shop5 img, #shop6 img, #shop7 img, #shop8 img {
	max-width: 100%;

	border-bottom: medium solid rgba(3,177,249,1.00);
}

#shop1 h2, #shop2 h2, #shop3 h2, #shop4 h2, #shop5 h2, #shop6 h2, #shop7 h2, #shop8 h2 {
	text-align: left;
	margin-left: 5%;
	color: rgba(3,177,249,1.00);
}

#shop1 h2 a, #shop2 h2 a, #shop3 h2 a, #shop4 h2 a, #shop5 h2 a, #shop6 h2 a, #shop7 h2 a, #shop8 h2 a {
	text-decoration: none;
	color: black;
}

#shop1 h2 a:hover, #shop2 h2 a:hover, #shop3 h2 a:hover, #shop4 h2 a:hover, #shop5 h2 a:hover, #shop6 h2 a:hover, #shop7 h2 a:hover, #shop8 h2 a:hover {
	text-decoration: none;
	color: rgba(3,177,249,1.00);
}

#shop1 p, #shop2 p, #shop3 p, #shop4 p, #shop5 p, #shop6 p, #shop7 p, #shop8 p {
	text-align: left;
	margin-left: 5%;
	font-size: 1.5em;
	margin-top: -10px;
}

/*Footer*************************************************************************************/


footer img {
	width: 100%;
    height: auto;
	z-index: 0;
	border-top: 6px double rgba(255,250,123,1.00);
}

footer p {
	text-align: center;
	color: white;
	z-index: 1;
	position: absolute;
	top: 100%;
}

/*#shopheader {
	position:absolute;
    top: 85px;
    z-index: 1;
	height: 40px;
    width: 500px;
	margin-left: 2%;
}

#shopheader h1{
	font-size: 3.2em;
	color: white;
	text-align: left;
}*/



/*Responsive*********************************************************************************/

@media only screen and (max-width: 900px) {
    
	#logo {
    	height: 75px;
		width: 120px;
    }
	
	nav{
		height: 80px;
	}
	
	nav ul li a {
		font-family: 'Dancing Script', cursive;
		font-size: 1.5em;	
		padding-top: 0%;
	} 
	
	.overlay {
		top: 90px;
	}
	.overlay h1{
	font-size: 1.5em;
	padding-right: 25%;
	}
	.head_link {
		top: 70px;
		height: 30px;
		width: 200px;
	}
	.head_link a {
		font-size: 2em;
	}
	
	#about {
		margin: auto;
	}
	
	#about h1 {
		padding-left: 10%;
		display: block;
		text-align: left;
		font-size: 3em;
		color: rgba(3,177,249,1.00);
		margin-bottom: -20px;
	}
	#about p {
		width: 90%;
		font-size: 1.5em;
		padding-top: 0%;
		text-align: left;
		display: block;
	}
	
	#promo h1 {
		padding-left: 10%;
		display: block;
		text-align: left;
		font-size: 3em;
		color: rgba(3,177,249,1.00);
		margin-bottom: -20px;
	}
	#promo p {
		width: 90%;
		font-size: 1.5em;
		padding-top: 0%;
		text-align: left;
		display: block;
	}
	#promo h2 {
		width: 90%;
		text-align: left;
		float: left;
		padding-left: 10%;
		font-size: 1.5em;
	}
	
	input {
    width: 70%;
    height: 25px;
    margin-left: 2%;
    margin-bottom: -30px;
}
	textarea {
		width: 90%;
	}
	
	#catalog h1 {
		padding-left: 10%;
		display: block;
		text-align: left;
		font-size: 3em;
		margin-bottom: -20px;
	}
	#catalog p {
		width: 90%;
		font-size: 1.5em;
		padding-top: 0%;
		text-align: left;
		display: block;
	}
	#shopheader {
    top: 100px;
	}

	#shopheader h1{
		font-size: 1.2em;
	}
	
}
