#popout_about_us{ 
    background-image: url("../images/waves.gif");
    border-radius:15px;
    color:white;
    display:none; 
    padding:20px;
    min-width:200px;
	max-width:1000px;
    height:auto;
	
	
}
.b-close{
    
	cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
	border-radius:50px;
	
	
}

#popout_about_us >a{
 color:white;
 font-weight:100;
 letter-spacing:0px; /* Original letter-spacing:2px; */
 text-decoration:none;
 background:rgba(0,0,0,0.2);
 padding:5px;
 /* display:inline-block;*/
 width:auto;
 text-align:right;
 transition:all 0.0s;
}
.p_about_us_text{
	font:25px Comic Sans MS;
	background-color:rgba(0,0,0,0.1);
	border-radius:15px;
	padding:10px;
	color:white;
}
.p_about_us_text > a{
 color:blue;
 font-weight:0;
 letter-spacing:0px; /* Original letter-spacing:2px; */
 text-decoration:underline;
 background:rgba(0,0,0,0.0);
 padding:0px;
 display:inline-block; 
 width:100%;
 transition:all 0.0s;
 text-align:left;
}


@media only screen and (max-width:1000px){
	
	.p_about_us_text{
	   font:18px Comic Sans MS;
	   
    }
	
	
}