@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
*{
	font-family:"open_sanslight";
	font-family:'Arial';
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
	box-sizing: border-box;
	background-color:white;
	font-size:16px;
	
	
	
}

body{
	text-align:center;
	margin:Auto;

}

a {
	text-decoration:none;
	color:black;
}

a:visited{
	color:black;
}

.innerbody{
	width:100%;
	height:auto;
	text-align:center;
	padding:2rem;
}

.toolplacard{
	width:300px;
	height:540px;
	border:16px solid #405ebb;
	text-align:center;
	vertical-align:top;
	margin:2rem;
	display:inline-block;
	
	background-color:#ece9e9;


}

.toolplacardspecial{
	margin-top:0px;
}

.toolplacard:hover{
	border-color:#6e89db;
}

.placardtitle{
	width:100%;
	height:40px;
	background-color:#2196f3;

	color:white;
	text-align:center;
	font-size:1.4rem;
	padding:0.5rem;
	margin:auto;


	

}

.placardimgbox{

}

.placardimgbox img{
	width:100%;

}

.placardtext{
	width:100%;
	font-size:0.9rem;
	text-align:left;
	padding:0.8rem;
	background-color:#ece9e9;
}

.footer{
	background-color:#666;
	color:white;
	margin-top:3rem;
	padding:0.5rem;
	font-size:0.8rem;
}













/* Mobile Layout:  min of 480px .  I80erits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (max-width: 510px) {




.footer{
	color:#666;
	background-color:white;
}








}



