@charset "utf-8";
/* CSS Document */
.border_effect{	
	border: 5px solid #CC0000;
	outline: 5px solid black;
	background-color:#FFC;
	position: relative;
	margin: 2em 60px 2em 0;
	padding:1em;
	box-shadow: 
		0 0 0 10px hsl(0, 0%, 50%),
		0 0 0 15px hsl(0, 0%, 60%),
		0 0 0 20px hsl(0, 0%, 70%),
		0 0 0 25px hsl(0, 0%, 80%),
		0 0 0 30px hsl(0, 0%, 90%);
}
.box30
{
	float:left;
	width: 100px;
	height: 100px;
}
.contact
{
	float:left;
	width: 80%;
	height: 100px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	vertical-align: middle;
}
.nowrap {
  white-space: nowrap ; display:inline;
}
@media screen and (min-width:550px){
.contact{ 	height: 80px;  }
}
@media screen and (min-width:850px){
.contact  { height: 60px;  }
}