﻿.homeSection {
	position: relative;
	height: 600px;
	float:left;
	width:33.33333%;  
}
	.homeSection .homeBkgImage {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 80%;
		width: 100%;
		display:flex;
		align-items:center;
		justify-content:center;		
	}

		.homeSection .homeBkgImage img {
			width: 400px;
			max-width: 100%;
			max-height: 100%;
			padding: 40px;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
			transition: ease-out .8s;
		}

			.homeSection .homeBkgImage img:hover {
				transition: cubic-bezier(0,0,.25,2.25) .5s;
				padding:20px;
			}

			.homeSection .homeBkgImage img.noPop{
				position:absolute;
					top:0;

			}
			.homeSection .homeBkgImage img.noPop:hover {
				padding: 40px;
			}

	.homeSection a {
		height:100%;
		width:100%;
		position:absolute;
	}

	.homeSection a:hover .homeSectionText{
		text-decoration:underline;
	}

	.homeSection a:focus{
		z-index:1;		
	}

	.homeSection .homeSectionText {
		font-size: 31.68px;
		color: white;
		position: absolute;
		top: 80%;
		text-align: center;
		width: 100%;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}

#homePane1 {
	background-color: #108658;
}

#homePane2 {
	background-color: #0098e3;
}

#homePane3 {
	background-color: #aa73ff;
}

#menucontainer {
	border-bottom: 0px;
}


/*Counters*/
.leadingStats {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:5%;
	margin-right:5%;
}

.exchanged-container {
	width: 28%;
	float: left;
	text-align:center;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.exchanged-container img{
	width:40px;
}
.records-number {
	color:#333;	
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	word-wrap:break-word;
}

	.records-number.small {
		font-size: 1.5rem;
		font-weight: 300;
	}

.records-kind{
	font-weight:600;
}

/*home buttons*/
.homeButtonContainer {
	display: flex;
	padding-left: 7%;
	padding-right: 7%;
	background-color: #dde5e8;
	padding-top: 20px;
	padding-bottom: 20px;
}

.homeButton {
	width: 24%;
	height: 60px;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	background-color: white;
	vertical-align: middle;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px #ddd;
	-moz-box-shadow: 2px 2px 4px #ddd;
	box-shadow: 2px 2px 4px #ddd;
}

a.homeButton:hover{
	text-decoration:none;
}

.verticalHelper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}			

.homeButton img {
	max-height: 55px;
	max-width: 110px;
	vertical-align: middle;
	margin-left:3px;
	margin-right:3px;
}

#main {
	padding: 0px 0px 0px 0px;
}
.content {
	max-width:none;	
}

body {
}

.page{
	margin-bottom:-20px;
}

/*Sizing of screen*/ 
@media screen and (min-width: 0) and (max-width: 875px) {
	html {
		overflow: auto;
	}
}

body {
	min-width: 875px;
}