/**
 * Body Styles
 */

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

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

.bold {
	font-weight: bold;
}

.top_title{
margin-top:3%;
color:#092664; 
font-size: 37px; 
text-align: center; 
font-family: georgia;
 
}
.top_title::first-letter {
    font-size: 140%; 
}
.text_parent{
padding-left:9%;
width:92%;
margin:0 auto;

}
.middle_text{
color: #473484; 
font-size: 17px; 
text-shadow:1px 1px rgba(255, 255, 255, 0.63);
font-family:serif; 
padding-right: 50px !important;
text-align:justify;
}
.text_bottom{
color: #704DC9; 
font-size: 28px; 
text-align: center; 
font-family: georgia;
text-transform: uppercase;
text-shadow:1px 1px rgba(255, 255, 255, 0.63);
}
.text_bottom::first-letter {
    font-size: 140%; 
}
.top_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%;	
}