﻿/*<meta />*/

body
{
	font-family: Arial;
	line-height: 1.5em;
	background: #f5f5f5;
	background-color: #f5f5f5;
}

h1 {
	margin-bottom: 0.25rem;
	font-weight: bolder;
	padding: 0.25rem;
	font-size: 2rem;
	font-family: 'Segoe UI';
	color: #264653;
	text-align: left;
	border-bottom: solid 5px #264653;
}

h2
{
	margin-bottom: 0.125rem;
	margin-top: 0.5rem;
	font-weight: bold;
	color: #264653;
	font: Segoe UI;
	font-size: 1.5rem;
}

p
{
	color: #5a5a5a;
	margin: 0.125rem 0rem;
}


/*== table tiles ==*/

table.tile {
	margin: 1% auto;
	width: 80%;
	border-spacing: 1.5rem;
}

table.tile > col {
	width: 28%;
}

tr.tile > td {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #b0b0b0;
	outline: solid 2px #264653;
	padding: 2%;
	background-color: #fff;
	color: #5a5a5a;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

tr.tile > td:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
	color:#000;
}


/*=Tile text styles=*/

p.tile-title {
	margin-top: 0px;
	font-weight: bold;
	font-size: 1.25rem;
}

p.tile-content {
	font-size: 1rem;
}

p.tile-content > a {
	text-decoration: none;
	font-size: 1rem;
}

tr.tile > td a
{
	text-decoration: none;
	color: inherit;
}

tr.tile > td img
{
	height: 50px;
	width: 45px;
}

/*==Responsive Header Styles==*/

button
{
	border: solid 2px #264653;
}