html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
  /*background-image: url("../images/subtle_grunge.png");*/
	background: #fff;
  background-attachment: fixed;
}

h1 {
	text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
}

h2 {
	text-shadow: 2px 2px 3px rgba(0,255,21, 1);
}

h3 {
	text-shadow: 2px 2px 3px rgba(0,255,21, 1);
}
p {
  color: #F8F8FF;
}

#my-tab-content div {
	background-image: url("../images/subtle_grunge.png");
	/*border-radius: 15px;*/

	-webkit-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.75);
	margin-bottom: 100px;
}

#my-tab-content p  {
	font-size: 1.0em;
	/*margin-top: 20px;*/
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  /*background-color: #FFA07A; */
  background-color: #2F4F4F;
}
@media (max-width:768px){ .footer{position:absolute;width:100%;} }
@media (min-width:768px){ .footer{position:absolute;bottom:0;height:40px;width:100%;}}
