@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 100px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Julius Sans One', sans-serif;
	color: #666;
}
.small-nav {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 18;
	color: #666;
}
.small-nav a{
	text-decoration: none;
	color: #666;
}
.small-nav a:hover {
	color: #999;
}
.topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  height: 100px;
  background: #fff;
  box-shadow: 0px -2px 20px #999;
}
.container-form {
	width: auto;
	max-width: 600px;
}
.form-group {
	margin-bottom: 7px;
}
.control-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #666;
}
#feedbackForm {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
.jumbotron {
	background-image: url(../images/Banner1.jpg);
	background-size: cover;
	height: 370px;
}
.jumbotron p{
	text-align: right;
	color: #CCC;
}
.img-circle {
	border-radius: 50%;
	opacity: 1; filter: alpha(opacity=100);
    max-width: 150px;
}
.img-circle:hover{
	opacity: 0.8; filter: alpha(opacity=80);
}
.img-circle-static {
	border-radius: 50%;
	opacity: 1; filter: alpha(opacity=100);
    max-width: 220px;
    vertical-align: middle;
    margin:20px 0 20px 0;
}
.img-rounded {
	margin-bottom: 10px;
}
.img-roll:hover{
	opacity: 0.8; filter: alpha(opacity=80);
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-sm-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-sm-4 p {
  margin-right: 5px;
  margin-left: 5px;
}