/**********************Shot Of The Day Page**************************/


#sotd-section {
	align-items: center;
  text-align: center;
	width: 100%;  
	margin: 30px auto 50px;
  padding:30px;
	border: 0px solid #0033ff;
  border-radius:20px;
}
#sotd-section #sotd-past-title {
	color: #001489;
	padding: 5px 15px 15px 15px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 7rem;
  white-space: nowrap;
	text-shadow: 3px 3px 9px #ccc;
}
#sotd-section #sotd-topone{
  margin-bottom:30px;
}
#sotd-section #sotd-topone .sotd-img {
	margin-bottom: 15px;
	border: 4px solid #000;
	padding:20px;
}
#sotd-past {	
	padding: 40px 20px 20px 20px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
  border-top: 5px solid #006cff;
}
#sotd-past::after {
	margin: 60px;
}

#sotd-section > #sotd-past > .row {
	align-items: center;
	justify-content: center;  
  vertical-align: top;
	padding-bottom: 50px;	
}
#sotd-section > #sotd-past > .row > .column {
	padding-left: 30px;
	max-width: 450px;
	text-align: left;
  margin-bottom: 30px;
}
#sotd-past .otherimgs {
	padding: 15px;
	max-height: 250px;
  cursor: pointer;
	border: 4px solid #000;
}
#sotd-past .otherimgs:hover {
	background-color:#ffe65a
}
#sotd-section h2.day-title {
	  font-family: 'Chelsea Basis Bold';
    letter-spacing: -0.05em;
    line-height: 1.3;
    margin: 5px;
}
#sotd-section .sotd-desc {
	margin: 0 auto;
	color: #333131;
	max-width: 80%;
  font-size: 2rem;
  padding: 15px 0;
}
.sotd-date {
	font-family: 'Chelsea Basis Regular';
	color: #02357B;
	font-weight: bold;
	margin: 0 auto;
	max-width: 60%;
	font-size: 3rem;
	text-align: center;
}
#sotd-buttons {
	text-align: center;
	padding: 60px 0px;
}
#sotd-download {
	font-family: 'Chelsea Basis Bold';
	color: white;
	font-size: 3rem;
	padding: 10px 33px;
	text-align: center;
	background-color:#02357B;
}
#sotd-share {
	font-family: 'Chelsea Basis Bold';
	color: white;
	font-size: 3rem;
	padding: 10px 33px;
	margin-left: 15px;
	text-align: center;
	background-color: #0033ff;
}

@media (max-width: 1520px) {
	#sotd-section #sotd-topone #sotdimg {
		max-height: 900px;
	}
	#sotd-section #sotd-title {
		max-width: 90%;
	}
	#sotd-section #sotd-past .otherimgs {
		max-height: 200px;
	}
}
@media (max-width: 1230px) {
	#sotd-section #sotd-topone #sotdimg {
		max-height: 750px;
	}
	#sotd-section #sotd-title {
		font-size: 4rem;
		max-width: 90%;
	}
	#sotd-section #sotd-past .otherimgs {
		max-height: 180px;
	}
}
@media (max-width: 800px) {
	#sotd-section {
	  padding: 20px 30px 20px 0;
  }
 	#sotd-section #sotd-topone #sotdimg {
		max-height: 600px;
	}
	#sotd-section #sotd-title {
		font-size: 3rem;
		max-width: 90%;
	}
	#sotd-section #sotd-past-title {
		font-size: 3rem;
		max-width: 95%;
	}
	#sotd-section .sotd-desc{
		font-size:1.7rem;
	}
	#sotd-section #sotd-past .otherimgs {
		max-height: 300px;
	}
}