/**
 * Body Styles
 */

html, body {
	height              : 100%;
	width               : 100%;
}

body {
	background          : url(../img/creation_back.jpg);
	background-position     : cover;
	background-size:100% 100%; 
}

.top_title{
margin-top:3%;
color:#092664; 
font-size: 37px; 
text-align: center; 
font-family: georgia;
 
}
.top_title::first-letter {
    font-size: 140%; 
}

.bold {
	font-weight: bold;
}

.creation_title{
color: rgb(128, 77, 5); 
font-size: 40px; 
text-align: center; 
font-family: georgia;
}
.creation_text_parent{
padding-left:9%;
width:92%;
margin:0 auto;
}
.creation_text{
color: #9F7E54; 
font-size: 17px; 
 padding-right: 50px !important;
 font-family:serif; 
text-align:justify;
}
.creation_bottom{
color: #A98845; 
font-size: 34px; 
text-align: center; 
font-family: georgia;
padding-top:2%;
}
.creation_bottom::first-letter {
    font-size: 140%; 
}
.creation_title::first-letter {
    font-size: 140%; 
}
.panel {
	background : url(../img/panel.png);		
	border-top: 0 none;
	background-size:100% 100%; 
	padding:5%; 
	padding-top:0px; 
width:84%;	
}
/*
.zu-ambient {
    background: none repeat scroll 0 0 rgba(214, 176, 101, 0.9) !important;
}
.zu-playlist {
    background: none repeat scroll 0 0 rgba(214, 176, 101, 0.9) !important;
} */
.zu-neg-timer {
    text-shadow: 0 2px #806a18;
	}
.zu-pos-timer{
text-shadow: 0 2px #806a18;
}