@charset "UTF-8";
/* CSS Document */

body {
	background-color:#75A12E;
}

.narrow.container-fluid {
	width: 95%;
	margin:auto;
}

.narrow h1 {
	background-color:#000000;
	padding: 10px;
	color:#E2FCA6;
}

.hero-unit {
    background-color:#000000;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
}

.hero-unit h1 {
    color: inherit;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}

.hero-unit img {

}



.mybox {
	border:#545353 thin solid;
	padding: 10px;
	background-image:url(../images/clef.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-origin:content-box;
	background-color:#E2FCA6;
	margin-bottom:10px;
}

.mybox h3 {
	line-height:100%;
}

.mybox img {
	margin-bottom: 20px;
}


footer p {
	color:#DDDDDD;
	line-height:10px;
	font-size:10px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.red {color: #FF0000;}
.green {color: #00FF00;}
.blue {color: #0000FF;}



