body {
	color: #363636;
	background: #1FA10A url(http://subtlepatterns.com/patterns/square_bg.png);
	margin-bottom:100px;
}
h1, h2, h3, h4, h5 {
	color: #363636;
}
h1.title {
	font-style:italic;
}

nav.navbar.navbar-default.navbar-fixed-bottom {
    background-image: none;
    background-color: #1FA10A;
}
nav.navbar.navbar-default.navbar-fixed-bottom a,
nav.navbar.navbar-default.navbar-fixed-bottom a:visited,
nav.navbar.navbar-default.navbar-fixed-bottom a:hover { color:#fff; line-height:40px; margin:0; padding:0; text-decoration:none; }

form.home label {
	font-size:2.5em;
	font-weight:bold;
	white-space:nowrap;
	text-align:right;
}
form.home label span { font-size:1.2em; }
form.home input.form-control {
    opacity: 0.35;
    border: solid 5px rgb(219, 228, 239);
    font-size: 1.75em;
    line-height: 2em;
    height: 51px;
}
form.home .progress {
    background-image: none;
    background-color: transparent;
}

#search_profile_result .panel.panel-primary {
    background-image: none;
    background-color: transparent;
    border:none;
    font-size:2em;
}
#search_profile_result .panel.panel-primary h4 { font-size: 1.6em; } 

#search_profile_result a.website {
    display: block;
    background-color: rgb(27, 105, 14);
    padding: 6px;
    border-radius: 6pt;
    width: 100%;
    text-align: center;
    color:white;
}
#search_profile_result a.website:hover {
	text-decoration:none;
	color: #3465A1;
}