/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html { 

}

body {
	font-family: 'Slabo+27px',serif;
	/*background: url('../images/story-book-princess-background.png') no-repeat 100% 100% fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
	
}

.container {
	z-index: 10;
	background-color: #ffffff;
}



#header {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header .logo img {
	width: 300px;
	height: auto;
}

#header .left {
	text-align: left;
}

#header .right {
	text-align: right;
}

#header .right a {
	margin-top: 15px;
}


#banner img {
	width: 100%;
	height: auto;
}

#menu {
	background-color: #fcd7ec;
	height: 50px;
	width: 100%;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#menu ul {
	width: 100%;


}

#menu ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 20px;
	color: #d60b8b;

}

#menu ul li a {
	text-decoration: none;
	color: inherit;
}

#menu ul li.current {
	/*border-bottom: 5px solid #26328c;
	box-sizing: border-box;*/
}

#menu ul li.current::after {
	content: '';
	top: -1px;
	display: block;
	position: relative;
	border: 1px solid #4c56a0;
	margin-left: 25%;
	width: 50%;
}

#menu ul li.current a {
	color: #4c56a0;
}

.menu {
	position: relative;
	z-index: 10px;
	display: block;
}

.mobile { 
	font-size: 25px;
	line-height: 50px;
	height: 50px;
	color: #d60b8b;
	text-align: center;
	z-index: 10px;
}

#banner {
	line-height: 0px;
}
#banner img {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#footer {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;

	word-wrap: break-word;
	padding-top: 20px;
	padding-bottom: 20px;

	font-size: 16px;
	line-height: 20px;

	background-color: #fcd7ec;
	color: #d60b8b;
	box-sizing: border-box;
}

#footer strong {
	color: inherit;
}

#footer .columns {
	padding: 10px;
	box-sizing: border-box;
}

#footer a {
	text-decoration: none;
	color: inherit;
}


/* #Page Styles
================================================== */
#content {
	margin-top: 20px;
	font-family: serif;
	font-size: 18px;
	line-height: 24px;
	z-index: 0;
}


#content p {
	text-align: justify;
}

h1 {
	text-align: center;
	font-family: 'Niconne',cursive;
	font-size: 40px;
	line-height: 70px;
	color: #26328c;
}

h2 {
	text-align: center;
	font-family: 'Niconne',cursive;
	font-size: 30px;
	line-height: 40px;
	color: #26328c;
}	

h3 {
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}	


/* #Home Page Specific
================================================== */
#content .dark {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Niconne',cursive;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

#content .dark p {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;

}

#content .dark strong {
	color: inherit;
}

#content .home p:first-child:first-letter {
	font-family: 'Niconne',cursive;
	color: #26328c;
    font-size: 500%;
    padding: 10px 15px 10px 10px;
    padding: 20px;
    border: 1px solid #26328c;
    margin-right: 10px;
    float: left;
}

#content .home p {
	clear: both;
}

#content .boxes {
	text-align: center;
}

#content .boxes p {
	text-align: center;
}


.castle {
	background: url('../images/story-book-sisters-castle.jpg') no-repeat bottom #eee;
}

/* #About Us Page Specific
================================================== */
#content .about-us {
	text-align: center;
}

#content .about-us img {
	width: 90%;
	height: auto;
	box-shadow: 2px 2px 2px #000;

}

#content .no-photo img {
	box-shadow: none;	
}



/* #Packages  Page Specific
================================================== */
#content .packages {
	text-align: center;
}

#content .packages img {
	width: 90%;
	height: auto;
	box-shadow: 2px 2px 2px #000;
}

#content .packages p {
	text-align: center;
}

#content .packages li:after {
	content: '';
	display: block;
	background-color: #d60b8b;
	margin-left: 40%;
	width: 20%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .packages li:last-child:after {
	display: none;
}

/* #Gallery Page Specific
================================================== */
#content .gallery {
	text-align: center;
	margin-bottom: 30px;
}

#content .gallery img {
	width: 90%;
	height: auto;
	box-shadow: 2px 2px 2px #000;
}



/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#content .about-us img {
		width: 50%;
	}

	#menu ul li.current::after {
		display: none;
	}

	#menu ul {
		background-color: #f8c0e2;

		-webkit-border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
	}

	#footer {
		text-align: center;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#header .logo img {
		width: 80%;
		height: auto;
	}

	#content .about-us img {
		width: 70%;
	}

	#menu ul {
		background-color: #f8c0e2;

		-webkit-border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		border-radius: 10px 10px 10px 10px;
	}

	#menu ul li.current::after {
		display: none;
	}

	#footer {
		text-align: center;
	}

}

