html, body {
	height: 100%;
	-webkit-overflow-scrolling: touch;	
	margin-top: 0px;
	background-size: 100% auto;
	background-color: #e6e6e6;
}

.container-fluid {
	
}

.row {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.pageHeader > .col-md-8 {
	margin-top: 20px;
	background-color: white;
	color: white;
}

.navbar > .collapse > .navbar-nav > li > h2 {
	text-shadow: 1px 1px 1px #000;
  color: white;
}

.navbar > .collapse > .navbar-right > li > img {
  margin-top: -1px;
  margin-right: -1px;
  background-color: white;
  width: 350px;
  height: 100px;
}

.navbar-light .navbar-nav > li > a:hover, .navbar-light .navbar-nav > li > a:focus {
   background-color: #3D7BB6;
   color: white;
}

.pageBody {
  
}

.pageBody > .col-md-8 {
	height: 100%;
	background-color: white;
	padding-left: 2%;
	padding-right: 2%;
  padding-bottom: 3%;
}

.pageBody h1 {
  font-family: 'Muli', sans-serif;
}

.pageBody h3 {
  font-family: 'Nunito' sans-serif;
  color: #1f4161;
}

.pageBody a {
  word-wrap: break-word;
}

.pageBodyPart > .col-md-8 {
  
  background-color: white;
  padding-left: 2%;
  padding-right: 2%;
}

.pageBodyPart h1 {
  font-family: 'Muli', sans-serif;
}

.nopadding {	
	padding-right: 0px;
	padding-left: 0px;
}

#myCarousel {
	margin: auto;
	width: 650px;
  height: 550px;
}

.carousel-inner > .item > img {
	margin: auto;
	width: 650px;
	height: 550px;
}

nav li {
	color: #d6f2ff;
}

nav a {
	color: #d6f2ff;
}

nav a:hover {
	text-decoration: underline;
	background: none;
}


.pageFooter {
 	bottom: 0px;
	margin-bottom: 0px;
	position: relative;
}

.pageFooter > .col-md-8 > .navbar > .navbar-collapse > .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.pageFooter > .col-md-8 > .navbar > .navbar-collapse {
  text-align: center;
}

.pageFooter p {
  font-size: 13px;
  color: #f2f2f2;
}

.committeeImage {
	width: 10%;
	height: 10%;
  float: left;
  clear: left;
  margin-right: 1%;
  margin-bottom: 2%;
}

.formInfo input[type="text"] {
    height: 25px;
    width: 225px;
    margin-top: 5px;
    border: 1px solid #B9BDC1;
    font-size: 15px;
    color: black;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
.formInfo input[type="text"]:focus {
    background-color: #f8f8f8;
    outline: 0;
 
}

.formInfo input[type="submit"]:disabled {
  min-width: 70px;
  line-height: 25px;
  padding: 0 5px;
  font-size: 12px;
   
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #b3b3b3;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));    
 
  opacity: 0.5;
}
 
.formInfo input[type="submit"]:enabled {
  min-width: 70px;
  line-height: 25px;
  padding: 0 5px;
  font-size: 12px;
   
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #154c86;
  background-color: #5c5c8a;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #1c65b2 #18589c #18589c;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));     
}
 
.formInfo input[type="submit"]:enabled:hover { background-color: #8585ad; }
 
.formInfo input[type="submit"]:enabled:active {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 -1px #154c86;
  background: #1f71c8;
  border-color: #47476b #47476b #47476b;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
  background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}




