:root {
  --yellow: #fcc006;
  --pink: #bc404a;
  --green: #4dc385;
  --orange: #f56b20;
  --blue: #1794ce;
  --gray: #4b5053;
}

html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

button:hover{
	cursor: pointer;
}

#header{
	position: relative;
}

#header img{
	height: 90px;
	padding: 10px;
}

#header button{
	padding: 10px;
	background-color: white;
	text-transform: uppercase;
	color: #1794ce;
	border: solid 1px #1794ce;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
	
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}

#header-image{
	width: 100%;
	height: 600px;
	background-image: url("images/main.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#header-image>div{
	width: 100%;
	height: 370px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	text-align: center;
	padding-top: 230px;
}

#header-image h2{
	font-size: 40pt;
	letter-spacing: 1px;
	font-family: "header";
	text-shadow: 3px 3px 5px #bc404a;
}

#header-image button, #reg-button button{
	background-color: rgba(0,0,0,0);
	color: white;
	border: solid 1px white;
	padding: 10px;
	font-size: 8pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#featured{
	width: 80%;
	padding: 30px 10%;
	margin: 30px 0;
	text-align: center;
	position: relative;
	
	background-image: url("images/openhousebannerplain.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#featured p, #featured>span{
	font-family: sans-serif;
	color: white;
	text-shadow: 1px 1px var(--gray);
	font-weight: bold;
	text-align: left;
}

#featured>span{
	font-family: "marykate";
	font-size: 16pt;
	display:inline-block;
	padding: 15px;
}

#featured>p>span{
	font-size: 10pt;
}

#featured h2{
	color: white;
	text-shadow: 3px 3px 3px var(--gray);
	font-family: "header";
	font-size: 20pt;
	text-align: left;
	width: 60%;
	text-transform: uppercase;
}

#featured a{
	color: white;
}

#featured button{
	margin-top: 30px;
	background-color: white;
	border: solid 2px var(--blue);
	color: var(--blue);
	font-family: "marykate";
	font-size: 20pt;
	text-align: center;
	padding: 15px;
	border-radius: 8px;
	text-transform: uppercase;
	
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	margin-right: 30px;
}

div#about{
	margin: 70px 15%;
	padding: 5%;
	width: 60%;
	border: dashed 1px #fcc006;
	
}	

div#about h2{
	font-family: "marykate";
	font-size: 24pt;
	color: #4dc385;
}

div#about p, div#details p{
	font-family: sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 10pt;
	color: #4b5053;
	line-height: 14pt;
}

div#sessions{
	
    border-width: 30px 0;
    border-color: var(--green);
    border-style: dashed;
    margin-bottom: 70px;

}

div#sessions>div{
	overflow: auto;
	white-space: nowrap;
}

div#sessions>div>div{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	border: dotted 1px gray;
	padding: 20px;
	margin: 10px;
	white-space: normal;
	
}

div#sessions h3{
	font-family: "marykate";
	color: #1794ce;
	font-size: 14pt;
}

div#sessions p{
	color: var(--gray);
	font-size: 10pt;
	padding: 0;
}

div#sessions>div>div>div{
	text-align: right;
}

div#sessions button{
	padding: 10px;
	font-size: 14pt;
	font-family: "marykate";
	color: white;
	background-color: var(--orange);
	border: 0;
	border-radius: 8px;
	text-align: center;
}

div#sessions>div>div.arrow{
	position: fixed;
}

div#sessions img{
	width: 100%;
}

div#sessions h2{
	font-family: "header";
	color: #bc404a;
	text-align: center;
	font-size: 24pt;
	margin-top: 40px;
}

div#details{
	background-color: #bc404a;
	border-top: dotted 15px #1794ce;
	border-bottom: dotted 15px #1794ce;
}

div#details>div{
	padding: 5%;
	width: 39%;
	display: inline-block;
	vertical-align: middle;
	color: white;
}

div#details h2{
	font-family: "header";
}

div#details p{
	color: white;
}

div#collage{
	font-size: 0;
	text-align: center;
}

div#collage div{
	width: 25%;
	background-size: cover;
	height: 200px;
	display: inline-block;
	background-position: center center;
}

#amanda{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

#amanda div{
	background-image: url('images/amanda.jpg');
	width: 200px;
	height: 300px;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	border-radius: 30% 50% 70%;
	border: solid 5px var(--yellow);
	border-top: 0;
	border-left: 0;
	vertical-align: middle;
	transform: rotate(-5 deg);
}

#amanda img{
	width: 30%;
	max-width: 250px;
	display: inline-block;
	border-radius: 30% 50% 70%;
	border: solid 5px var(--yellow);
	border-top: 0;
	border-left: 0;
	vertical-align: middle;
	transform: rotate(-5deg);
}

#amanda p{
	width: 40%;
	padding: 6% 6% 6% 32px;
	border: double 10px var(--green);
	border-left:0;
	border-radius: 50% 20% / 10% 40%;
	display: inline-block;
	text-align: justify;
	font-family: sans-serif;
	color: var(--gray);
	vertical-align: middle;
	font-size: 10pt;
}

#amanda p span{
	color: var(--pink);
	font-family: "marykate";
	font-size: 18pt;
}

#footer{
	width: 90%;
	padding: 30px 5% 15px 5%;
	background-color: #f56b20;
	text-align: center;
}

#footer a{
	color: white;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10pt;
	vertical-align: middle;
}

#footer img{
	height: 15pt;
	margin-right: 5px;
	vertical-align: middle;
}

#footer>div{
	width: auto;
	min-width: 30%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}

#connect{
	text-align: left;
	text-transform: uppercase;
}

#reg-button{
	text-align: right;
}

#registration{
	text-align: center;
	width: 100%;
}

#registration>div{
	width: 99%;
	color: #4b5053;
	display: inline-block;
	text-align: left;
}

#registration div.details{
	display: inline-block;
	width: 58%;
	padding: 30px 3%;
	vertical-align: top;
}

#registration div.details.collapsed{
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#registration h3{
	font-size: 24pt;
	font-family: "marykate";
	padding: 30px;
	margin: 0;
	color: white;
}

#registration h3:hover{
	cursor: pointer;
}

#registration h3.future:hover{
	cursor: not-allowed;
}

#registration h4, #registration h5{
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	margin: 0;
	margin-bottom: 5px;
	
}

#registration h5{
	font-size: 8pt;
}

#registration label, #open-house-reg label{
	font-family: sans-serif;
	font-size: 10pt;
}

#registration>a, #open-house a{
	color: var(--pink);
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9pt;
}

#registration input, #registration select, #registration textarea,
#open-house-reg input, #open-house-reg select, #open-house-reg textarea{
	padding: 10px;
	width: 95%;
	margin: 6px 0;
	font-size: 12pt;
	letter-spacing: 1px;
	border-radius: 7px;
	border: solid 1px #b1b1b1;
	color: #555555;
}

#open-house button{
	width: 200px;
	color: white;
	background-color: var(--yellow);
	border: 0;
	font-weight: bold;
	font-family: "marykate";
	text-transform: uppercase;
	font-size: 16pt;
	padding: 10px;
	border-radius: 7px;
}

#open-house{
	width: 70%;
	padding: 30px 15%;
}

#open-house p{
	color: var(--gray);
	font-family: sans-serif;
	font-size: 10pt;
	border-bottom: dashed 1px var(--pink);
	
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#open-house h2{
	font-family: "header";
	font-size: 18pt;
	color: var(--green);
	border-top: dashed 1px var(--pink);
	padding-top: 20px;
}

#open-house span{
	color: var(--blue);
	font-size: 10pt;
	font-family: sans-serif;
}

#open-house option.hide{
	display: none;
}

#session p{
	font-family: sans-serif;
	font-size: 11pt;
	padding: 10px 25px;
}

#registration input[type=checkbox], #registration input[type=radio]{
	width: auto;
	margin-right: 5px;
}

#registration input:read-only{
	background-color: #cccccc;
	color: #888888;
	border: none;
}

#registration input:not([type=checkbox]):read-only:hover{
	cursor: not-allowed;
}

#registration select.small-select{
	width: auto;
	padding: 0;
	margin: 0 10px 0 10px;
}

#registration td.edit-button{
	text-decoration: underline;
	width: 40px;
	text-align: right;
	color: #f56b20;
	text-transform: lowercase;
}

#registration #crafter-list label>span{
	font-size: 7pt;
	padding-left: 20px;
}

#registration #confirmation>div.details{
	width: 94%;
}

#registration #crafter-summary, #registration #session-summary, #registration #promo-code{
	display: inline-block;
	width: 40%;
	padding: 20px 4.75%;
	vertical-align: top;
	font-family: sans-serif;
	letter-spacing: .5px;
}

#registration #crafter-summary input[type=checkbox], #registration #crafter-summary span{
	display: none;
}

#registration #crafter-summary label{
	margin-top: 10px;
}

#registration #promo-code button{
	color: var(--orange);
	border: solid 2px var(--orange);
	background-color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px;
}

#registration span.reg-status{
	font-size: 8pt;
	color: red;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline !important;
}

#registration span.reg-total{
	font-weight: bold;
	display: inline !important;
}

#registration div.panel{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 30px 5px;
	display: none;
}

#registration div.button{
	display: inline-block;
	padding: 10px;
	color: white;
	font-family: "marykate";
	font-size: 18pt;
	margin-top: 10px;
}

#registration div.button:hover{
	cursor: pointer;
	
}

#paypal-button-container{
	width: 100%;
	text-align: center;
}

#paypal-button-container>div{
	display: inline-block;
	width: 50%;
	min-width: 400px;
}

#buttons-container{
	text-align: center;
}

#payment{
	display: none;
}

#pay-button{
	text-align: center;
	display: none;
}

#registration #pay-button>div.button{
	border: solid 1px #4b5053;
	border-radius: 8pt;
	width: 350px;
	padding: 15px;
	color: #4b5053;
	text-align: center;
	margin-bottom: 30px;
	
	font-family: sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	
	display: inline-block;
}

#registration #pay-text{
	font-family: sans-serif;
	font-size: 10pt;
	color: var(--orange);
}

.hidden-parent{
	display: none;
}

@media only screen and (max-width:800px){
	div#details>div{
		width: 90%;
		padding: 10px 5%;
	}
	
	#featured button{
		position: relative;
		margin-right: 0;
		width: auto;
		margin: 0 0 30px 0;
		right: 0;
	}
	
	#featured h2{
		width: 100%;
	}
}
@media only screen and (max-width:700px){
	div#collage>div{
		width:50%;
	}
	
	div#about{
		width: 80%;
		margin: 50px 5%;
	}
	
	div#about>p{
		text-align: justify;
	}
	
	#amanda img{
		width: 25%;
	}
	
	#amanda p{
		width: 50%;
		margin-left: -20px;
	}
}

@media only screen and (max-width:600px){
	#registration div.details{
		width: 80%;
	}	
	
	#registration div.panel{
		width: 75%;
		padding: 30px;
	}
	
	#footer{
		text-align: center;
	}
	
	#footer>div{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#amanda img{
		margin-top: -70px;
	}
	
	#amanda p{
		font-size: 8pt;
	}
}

@media only screen and (max-width:472px){
	#header-image>div{
		height: 430px;
		padding-top: 170px;
	}
	
	#registration #crafter-summary, #registration #session-summary, #registration #promo-code{
		width: 90%;
	}
}

@font-face{
	font-family: "header";
	src: url('font/kidzone.eot'); /* IE9 Compat Modes */
    src: url('font/kidzone.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/kidzone.woff') format('woff'), /* Modern Browsers */
         url('font/kidzone.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face{
	font-family: "marykate";
	src: url('font/marykate-regular.eot'); /* IE9 Compat Modes */
    src: url('font/marykate-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/marykate-regular.woff') format('woff'), /* Modern Browsers */
         url('font/marykate-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

