@charset "utf-8";
/* CSS Document Developed by Paula George  */

.fb_page{ 
position:absolute;
top:80px;
right:0px;
}
.button_fb_page { 
position:static;
float:right;
width:30px;
height:50px;
border-radius:;
border-radius:30px 0px 0px 30px ;
-webkit-filter:grayscale(1);
filter:grayscale(1);
cursor:pointer;
}
.button_fb_page:hover {
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
}
.fb_iframe { 
position:static;
float:right;
width:250px;
height:300px;


}

.head2 { 
background-color: rgba(35, 44, 172, 0.3);
width:100%;
height:50%;
overflow:hidden;
position:static;
padding-top:120px;
text-align:center;
color:#FFFFFF;
font-size:15vw;
}


.post_container { 
width:100%;
background-color:#FFFFFF;
position:relative;
padding:20px;
overflow:hidden;
}
.post_container h1 { 
position:static;
width:80%;
float:left;
font-size:4vw;
font-weight:bold;
float:left;
padding-left:15px;
color:#FF6600;
display:block;
}
.post_container .post_p {
	padding-left:45px;
	display:block;
	font-size:2vw;
	width:95%;
	display:block;
	float:left;
	word-wrap:break-word;
	
}
.post_container .post_container_list {
	padding-left:45px;
	display:block;
	font-size:2vw;
	float:left;
	display:block;
	width:90%;
	list-style:circle;	
	word-wrap:break-word;
	
}

#post_button { 
background-color: rgba(0, 0, 0, 0.2);
width:100%;
max-width:50px;
max-height:50px;
cursor:pointer;
height:100%;
position:fixed;
left:20px;
bottom:50px;
text-align:center;
padding:10px;
border-radius:50%;
}
#post_button:hover { 
background-color: rgba(0, 0, 0, 1);

}



.media{
	position:absolute;
	overflow:hidden;
	right:0px;
	text-align:left;
	padding:0px !important;
	top:0px;

}

.media_button{ 
position:static;
float:right;
width:30px;
font-size:20px;
height:50px;
overflow:hidden;
margin-top:10px;
background-color: rgba(0, 0, 0, 0.5);
color:#FFFFFF;
padding:10px;
border-radius:30px 0px 0px 30px ;
cursor:pointer;
}
.media_button:hover{ 
background-color: rgba(0, 0, 0, 1);
color:#FFFFFF;
}
.media_content { 
position:static;
float:right;
width:160px;
overflow-x:hidden;
overflow-y:auto;
height:100%;
max-height:300px;
border-left:thin solid #CCC;
border-bottom:thin solid #CCC;
background-color:#FFFFFF;
}


.media_fullscreen_container_box1 ,.media_fullscreen_container_box2 ,.media_fullscreen_container_box3 ,.media_fullscreen_container_box4 ,.media_fullscreen_container_box5{
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.7); 
	display:none;
	z-index:400000000;
	overflow:auto;
	position:fixed;
	top:0px;
	left:0px;
}
.media_fullscreen_container_box iframe{
	width:100%;
	height:100%;
	}
.media_box  {
	height:80%;
	max-height:500px;
	width:90%;
	position:relative;
	max-width:900px;
	margin:0 auto;
	overflow:visible;
	word-wrap:break-word;
	margin-top:25px;
	text-align:center;

}
.data_pdf  {
	height:1000px;
max-height:80%;
	width:100%;
	
}
.close_button {
	width:35px;
	height:35px;
	float:right;
	margin:5px;
	cursor:pointer;
   -webkit-text-fill-color: rgba(0, 0, 0, 0);
   -webkit-text-stroke-width: 1.5px;
   -webkit-text-stroke-color: black;
	text-stroke:1px #FFF;
	border-radius:50%;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:20px;
	background-color:#FFFFFF;
	filter: drop-shadow(3px 3px 10px black);
	z-index:1;
	font-weight:bold;
}
.close_button:hover {
	color:#FFF;
	background-color:#099;
	border:#F60;
	
}
.pdf_p { 
text-align:left;
color:#000;
padding:5px;
background-color:#FFF;

}
.youtubeicons{ 
position:relative;
width:150px;
height:150px;
margin:5px;

}
.blocker1 ,.blocker2 ,.blocker3 ,.blocker4 ,.blocker5 { 
position:absolute;
width:150px;
height:150px;
z-index:2;
cursor:pointer;
}
.data ,data img { 
width:150px;
height:150px;
z-index:1;
}
.data_box  {
	width:100%;
	height:100%;
}

@media screen and (max-width:700px) { 
.post_container h1 {
	font-size:30px;
}
.post_container .post_p  {
	font-size:15px; 
}

.post_container .post_container_list {
	font-size:15px; 
}

}
/*All Copy Rights reserved to developer paula george*/
