body{
}

header{
	padding: 100px 0;
	background: url(../img/bg.png) no-repeat;
	background-size: 100%;
	background-attachment:fixed;
	margin-bottom: 1rem;
}

footer{
	background-color: #f7f7f7;
	margin-top: 1rem;
	padding: 2rem 0 1rem 0;
	font-size: 0.8em;
}

.navbar{
	background-color: #f7f7f0;
	margin-bottom: 1rem;
}

.navbar li a{
	color: #000;
	border-bottom: #f7f7f0 solid 0.3rem;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar li a.active{
	border-bottom: #000 solid 0.3rem;
}

.navbar li a:hover{
	border-bottom: #88251A solid 0.3rem;
}

.greenDiv{
	background-color: #008E4A;
	background-image: url('../img/bg_corner.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 1rem;
	margin: 1rem 0;
	}

.blueDiv{
	background-color: #085282;
	background-image: url('../img/bg_corner.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 1rem;
	margin: 1rem 0;
	}
	
.orgDiv{
	background-color: #CC7200;
	background-image: url('../img/bg_corner.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 1rem;
	margin: 1rem 0;
	}
h2{
	margin-bottom: 1.4rem;
}

h3{
	font-size: 1.4em;
}

.error{ background-color: pink !important;  }
