/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */


@media only screen and (max-width: 1350px) {
	html {
		font-size: 1em;
		background: url('../img/background.gif');
	}

	h1, h2, h3 {
		font-size: 1.5em;
		font-weight: bold;
	}

	h3 {
		font-size: 1em;
	}

	.section {
		background: white;
	}
}

@media only screen and (min-width: 1350px) {
	html {
		font-size: 1.1em;
		background: url('../img/background.gif');
	}

	h1, h2, h3 {
		font-size: 1.5em;
		font-weight: bold;
	}

	h3 {
		font-size: 1em;
	}

	.section {
		background: white;
	}

	footer {
		font-size: 0.7em;
	}
}

nav ul li a.active {
	color: #40c4ff;
}

img {
	width: 100%;
}

.m3 img {
	margin: 20px;
	width: 60%;
}

@media only screen and (max-width: 992px) {
	img {
		max-width: 400px;
		text-align: center;
		margin: 0 auto;
	}
}

input[type=text] {
	width: 40%;
	float: left;
	margin: 0 15px 20px;
}

/*form input[type=text] {
	width: 60%;
	clear: both;
}
*/
form.inline input[type=text] {
	width: 40%;
	float: left;
	margin: 0 15px 20px;
}

form div button.btn-large {
	margin-left: 0.75em;
}

table, th, td {
    border: 2px solid white;
    border-collapse: collapse;
}

thead th {
	text-align: center;
}

tbody tr th {
	padding-left: 1em;
}

td {
	text-align: center;
}


.flGrey {
	color: #999;
}

.flBlue {
	/*color: #2e6fb6;*/
	/*color: #3f629b;*/
	color: #36659e;
}

.flGreen {
	color: #4f9a91;
}