html {
  position: relative;
  background-color: #d9d9d9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */

  height: 100%;
  padding-top: 20px;
  margin-bottom: 60px;
  
    
  
  
}


.player-name {
    color: #008B8b;
}

#players {
    background-color: #d9d9d9;
    background: url('../img/big_ice.jpg') no-repeat; 
    background-size: cover;
}

.player_container {
    background-color: #d9d9d9;
    background: url('../img/big_ice.jpg') no-repeat; 
    background-size: cover;
}

  
    #puck {   
    position: fixed;
    top: 65%;
    left: 78%;
}

.em-text{
	color:#008B8b;!important;
}




        th, td {
				padding: 5px 30px 5px 10px;
				border-spacing: 0px;
				font-size: 90%;
				margin: 0px;}
				
			th, td {
				text-align: center;
				border-top: 1px solid #f1f8fe;
				border-bottom: 1px solid #cbd2d8;
				border-right: 1px solid #cbd2d8;}
				
				th {
				color: #fff;
				background-color: #008B8b;
				border-bottom: 2px solid #547ca0;
				border-right: 1px solid #749abe;
				border-top: 1px solid #90b4d6;
				text-align: center;
				text-shadow: -1px -1px 1px #666666;
				letter-spacing: 0.15em;}
				
			
			td {
				text-shadow: 1px 1px 1px #ffffff}
				
			.trOdd {
				background-color: #e8eff5;}
				
			.trEven {
				background-color: #e0e9f0;}
	
			tr.even td, tr.even th {
				background-color: #e8eff5;}
				
			tr.head th:first-child {
				-webkit-border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				border-top-left-radius: 5px;}
				
			tr.head th:last-child {
				-webkit-border-top-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				border-top-right-radius: 5px;}





section{
    padding: 40px 0 40px 0;
}

.jumbotron{
    background-color: #d9d9d9;
    background: url('../img/big_ice.jpg') repeat; 
    background-size: 1440px 960px;
    height: auto;
    min-height: 810px;
    overflow: none;
    margin-bottom: -10px;
}



.jumbotron h1{
    margin-top: 10px;
}

.jumbotron h2{
    margin-top: 10px;
    margin-left: 20px;
    color: #008B8b;
}

.jumbotron p{
    margin-bottom: 20px;
    font-size: 13px;
    color: #fff;
}

.container h2{
    margin-top: 10px;
    margin-left: 20px;
    color: #008B8b;
}


.panel-heading-sharks{
    background-color: #008B8b;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
    
}
.writeup p{
    color:black;
    font-size: 15px;
}

.directions p{
    padding-top: 15px;
    color: darkslategray;
    font-size: 13px;
}

.jumbotron img.showcase-img{
    width:95%;
}


img.demo{
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
}

section#feature{
    background: #1caa98;
    color:#fff;
    padding: 40px;
    overflow: auto;
    
}

section#feature ul li{
    font-size: 22px;
    list-style: none;
    line-height: 2.0em;   
}




/* Sticky footer styles
-------------------------------------------------- */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #333;
  color: #fff;
  padding: 30px 0 20px 0;
}

footer li{
    float:left;
    padding: 0 10px 0 10px;
    list-style: none;
}

footer a {
    color: #fff;
}

footer p{
    float: right;
    margin-right: 20px;
}

    