/*<meta />*/

p.MyStyle
{
	font-family: Arial;
	font-size: 12pt;
	margin: 0px;
}

img
{
	border: none;
}

a.Popup
{
	
}

body
{
	font-family: Roboto, Arial, sans-serif;
	background-color: #f0f0f5;
}

.container
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 25px;
	max-width: 1000px;
}

.section
{
	background-color: white;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section h2
{
	font-size: 14px;
	margin-bottom: 15px;
}

.section .buttons
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 05px;
	font-size: 14px;
}

.section .buttons a
{
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #32588D;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	background-color: #f0f4ff;
	color: #32588D;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s;
}

.section .buttons a:hover
{
	background-color: #cce0ff;
}

.aboutGEPSMART
{
	padding: 50px;
}

footer
{
	display: block;
}

/* Master page */

div.home-footer
{
	background-color: #32588d;
	padding: 2% 5%;
	margin-left: 18px;
}

.home-footer-logo
{
	background-image: url('../Images/GEP Logo.svg');
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #FFFFFF;
}

p.footer-sub
{
	color: #FFFFFF;
	font-size: 14pt;
	margin-top: 14px;
}

