@import url(http://fonts.googleapis.com/css?family=Roboto:300,100,700);

body {
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size: 16px;
	padding-top: 70px;
	background: #103d04 url('../gfx/green-back.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	color: #333;
}

h1,
h2,
h3 { margin-bottom: 20px; }

h1 { font-size: 30px; }
h2 { font-size: 20px; border-bottom: 1px solid rgba(0,0,0,0.2); }
h3 { font-size: 20px; }

.commontable {
	width: 100%;
	line-height: 1.6;
	font-size: 14px;
}
.commontable td { padding-right: 20px; }

.commontable tr:nth-of-type(even) {
	background-color: rgba(0,0,0,0.05);
}

.jumbotron {
	background-color: rgba(255,255,255,0.85);
	font-weight: inherit;
}
.jumbotron p {
	font-size: 14px;
	font-weight: 300;
}
.jumbotron h1 {
	font-family: 'Roboto', 'sans-serif';
	font-weight: 100;
	color: #333;
}
.jumbotron h3 {
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	color: #333;
}
.jumbotron li {
	font-size: 14px;
	line-height: 1.4;
}

.navbar a {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.jumbotron h1 {
		font-size: 50px;
	}
	.jumbotron h2 {
		font-size: 30px;
	}
	.jumbotron h3 {
		font-size: 24px;
	}
	.jumbotron p {
		font-size: 20px;
		font-weight: 300;
	}
	.commontable td {
		font-size: 20px;
	}
	.jumbotron li {
		font-size: 20px;
	}
	.navbar a {
		font-size: 16px;
	}
}

.navbar-default {
	background-color: #557d0d;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #aaa;
}

@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}

#map img {
	width: 100%;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #eee;
	}
		.waterlist li {
		line-height: 25px;
	}
}

#waterimages img {
	padding: 5px;
	border: 0;
	width: 200px;
	height: 134px;
}

footer {
	color: #eee;
	font-size: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

ul.waterlist {
	list-style-type: none;
	padding-left: 0px;
}

.waterlist img {
	vertical-align: middle;
}

p.iconsexp {
	font-size: 13px;
}

.logged-in {
	background-color: lightblue;
	padding: 10px;
}

.logged-in p { font-size: 14px; margin-bottom: 0;}

hr {background-color: rgba(0,0,0,0.3); height: 1px;}
