

/*This is how to comment in here */

/*
body {
	color:  #FFFFFF;
	background-image: url("images/5picturebackground.png");
	background-color: #B0B0F0;
	background-size: cover;
	background-opacity: .4;
}*/
body {
    color: #FFFFFF;
    background-color: #B0B0F0;
    background: url("images/5picturebackground.png") center 1800px;
    background-position: left top;
}

h1{

font-size: 35px;

}

h2{

font-size: 30px;

}

.img-wrapper {
  position: relative;
 }

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 80%;
}
.img-overlay-25 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay-25:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 25%;
}

.spacer {
    
    padding: 20 px;
}

.navbar {
	min-height: 60px;

}

/* this is supposed to change the button height in the navbar. maybe. doesn't work yet
.button {
	min-height: 60px;

}*/
.btn-group (
	vertical-align: middle;
}

.well.red {
  /*position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;*/
  background-color: #FA1010;
}

.zminus1 {
	z-index: -1;
	position: relative;
}
.zplus98 {
	z-index: 98;
	position: relative;
}
.snbtn {
	z-index: 98;
	postion: absolute;
}

.topthing {
	color: #FBB040;
	background-color: #003466;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FBB040;
	margin: 0px;
	padding: 10px;
	align: center;

}

/*.navthing {
	color: #FFFFFF;
	background-color: #FBB040;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FBB040;

}*/

.sidething {
	color: #FBB040;
	background-color: #003466;
	height: 300px;
	max-width: 150px;
	min-width: 140px;
	border-style: solid;
	border-width: 10px;
	border-top-width: 10px;
	border-left-width: 0px;
	border-top-color: #003466;
	border-bottom-color: #FBB040;
	border-right-color: #F47722;
	margin: 0px;
	padding: 10px;
	align: center;
}




a.special:link {color: #003466; }
a.special:hover {color: #003466; }
a.special:visited{color: #003466; }


