/*@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");*/
html{
  min-height: 100%;
}
.comment-box{
	background-color: #9E9E9E; /* Actually this needs to be corrected, I think to green */
	border-color: #040404;
	border-style: solid;
  border-width: 15px;    
}
.post-box{
	background-color: #9E9E9E;
	border-color: #9E9E9E;
	border-style: solid;
  border-width: 0px;
  max-width: 100%;
}
.post-box-cleear{
  
  border-color: #9E9E9E;
  border-style: solid;
  border-width: 0px;
  max-width: 100%;
}
.submission-box{
	background-color: #FFFFFF;
	border-color: #040404;
	border-style: solid;
  border-width: 15px;
}
.textarea{
	width:100%;
	box-sizing: border-box;
}
.textinput{
	width:100%;
	box-sizing: border-box;
}
.tile{
  display: inline-block;
  /*padding-left: 10px;
  padding-right: 10px;*/
  /*max-height: 100%;*/
}
.tile-img{
  max-height: 100%;
}
.centering{
  text-align: center;  
}
.center-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.home-image{
	padding-left:20%;
	padding-right:20%;
	padding-top:2%;  
}
.limited-image{	
	padding-left:20%;
	padding-right:20%;
}
body {
    /*background-color: #E16122;*/
    /*background-color: #AC4613;*/
    /*background-color: #222222;*/
   	/*margin:0;
   	padding:0;
   	height:100%;*/
    background-color: #FFFFFF;
    /*height: 100%;*/
    /*margin: 0;
    padding: 0;*/
}
.footer{
	border-left: thick solid #222222;
	/*background-color: #A87442;*/
	background-color: #FFFFFF;
	/*position: relative bottom;
    bottom: 0;*/
  bottom: 0;
  height: 100px;
  left: 0;
  /*position: absolute;*/222222
  position:fixed;
  width: 100%;
}
.tool-background{
	background-color: #9D9D9D;	
}
/*body {
   margin:0;
   padding:0;
   height:100%;
}*/
/*#container {
  background-color: #798F3A;
  min-height:100%;
  position:relative;
  padding-bottom: 100%;
}*/

#header {
   background:#9D9D9D;
   padding:10px;
}
/*#body {
   padding:10px;
   padding-bottom:60px;*/   /* Height of the footer */
/*}*/
/*#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   /*background:#6cf;*/
/*}*/
/*#content{
	overflow: auto;
    /*padding-bottom: 180px;*/
/*}*/
#wrapper {
    min-height: 100%;
    padding: 0 0 100px;
    position: relative;
}
#footer {
  
  height: 100%;
}
.spacer { 
  height: 100px; 
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100% - 200px;
  margin: 0 auto - 100px;
}
/*.my-footer {
  height: 4em;
  position:absolute;
  bottom:0;
}*/
.footer-box {
  border-radius: 12px;
  border-color: black;
  border-width: 5px;
  border-style: solid;
  width: 157px;    
  position:absolute;
  bottom:0;
}
.footmark{
  position:relative;
  bottom:10px;
  right:100px;
}
html, body {
  /*height:85%;*/
  height:100%;
}
.hidden-accelerator{
  visibility: hidden;
}
.hidden-box {
  visibility: hidden;
}
.navbar-img {
  max-height: 40px;
  padding-top: 22px;
}
.index-pic {
  max-height:448px;
}
.rounded-square {
  border-radius: 5%;
}