/* styles.css */

html,
body{
    height: 100%;
    background-color: #d9d9d9;
    background: url('../img/big_ice.jpg') repeat; 
    background-size: 1440px 960px;

}

 .table-bordered>tbody>tr:nth-child(odd)>td, 
 .table-bordered>tbody>tr:nth-child(odd)>th {
    background-color: #F3F6F7;
  }
  
.skisr2000 {
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-left: 6rem;
    font-size: 0.7rem;
    color: white;
}


img {
    max-width: 100%;
}

  
}
.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;}



/* cover */

#cover {
    background: #222 url('../img/big_ice.jpg') center center no-repeat;
    background-size: cover;
    color: white;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

#cover-caption {
    width: 100%;
}

.section-content {
    padding: 5rem 0;
}

#team {
    
    background-size: cover;

}



.about-text {
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 1.875rem;
}

.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%;
}

.jumbotron img{
    padding-bottom: 2rem;
}


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


#homegrid {
    padding: 30px 0 20px 0


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

#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;
}

    