body{
  background-color: #000;
  list-style: none;
}

#shareit {
z-index: 9999;
position: absolute;
	bottom: 50px;
	right: 50px;

}
.slideshow { 
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slideshow li{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 60s linear infinite; 
}
.slideshow li:nth-child(1) { 
background-image: url("../Images/JaneRubin_Painting_and_Walking_Her_Dog.jpg");
}
.slideshow li:nth-child(2) { 
  background-image: url("../Images/Drawings_Paintings_DerekJeter.jpg");
  animation-delay: 5s; 
}
.slideshow li:nth-child(3) { 
  background-image: url("../Images/Rodriguez_onDeck_CopyrightJaneRubin2009.jpg");
  animation-delay: 10s; 
}
.slideshow li:nth-child(4) { 
  background-image: url("../Images/Jeter_onDeck_CopyrightJaneRubin2010.jpg");
  animation-delay: 15s; 
}
.slideshow li:nth-child(5) { 
  background-image: url("../Images/Jeter_atShort_CopyrightJaneRubin2012.jpg");
  animation-delay: 20s; 
}
.slideshow li:nth-child(6) { 
  background-image: url("../Images/Nova_Pitching_NYC_CopyrightJaneRubin2012.jpg");
	animation-delay: 25s; 
}
.slideshow li:nth-child(7) { 
  background-image: url("../Images/Jeter_AtShort_Spill_CopyrightJaneRubin2012.jpg");
  animation-delay: 30s; 
}
.slideshow li:nth-child(8) { 
  background-image: url("../Images/Teixeira_atBat_CopyrightJaneRubin2009.jpg");
  animation-delay: 35s; 
}
.slideshow li:nth-child(9) { 
  background-image: url("../Images/Jeter_Live_Hitting_Catcher_2012.jpg");
  animation-delay: 40s; 
}
.slideshow li:nth-child(10) { 
  background-image: url("../Images/DerekJeter_onDeckatBat_CopyrightJaneRubin2009.jpg");
  animation-delay: 45s; 
}
.slideshow li:nth-child(11) { 
  background-image: url("../Images/Jeter_onDeck_CopyrightJaneRubin2012.jpg");
  animation-delay: 50s; 
}
.slideshow li:nth-child(12) { 
  background-image: url("../Images/Nova_NYC_CopyrightJaneRubin2012.jpg");
  animation-delay: 55s; 
}


@keyframes imageAnimation { 
  0% { 
    opacity: 0; 
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1
		
  }
  9% {
    opacity: 0
  }
}

/* Older browser support - .no-cssanimations class added by modernizr */
.no-cssanimations .slideshow li {
	opacity: 1;
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
	position: absolute;
  bottom:0;
	left:0;
  height: auto;
  background-color: #cfad19;
	z-index: 9999;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
	text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 0px 40px;
}
.footer .col h1 {
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 9px;
  padding: 40px 0px 19px 0px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 70px 0px;
}
.footer .col ul li {
  color: #fff;
  font-size: 12px;
	line-height: 40px;
  font-family: inherit;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.footer .copyright {
	color: #fff;
	font-size: 10px;
	font-family: inherit;
	letter-spacing: 2px;
	padding: 100px 0px 20px 0px;
	float: left;
    
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #999;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

/*