body {
	background-color: #006633;
	background-image: url('../../../images/bg.jpg');
	background-position: center top;
	color: #fff;
	font-size: 16px;
	-webkit-font-feature-settings: "locl" 0;
	-moz-font-feature-settings: "locl" 0;
	-ms-font-feature-settings: "locl" 0;
	font-feature-settings: "locl" 0;
}
body, html {
	min-width: 300px
}
.container {
	font-family: 'Montserrat', sans-serif;
  max-width: 1359px;
}
.page-header .home::before {
	display: none;
}
h1 {
	margin-top: 50px;
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;	
	font-weight: bold;
}
h2 {
	font-size: 1.875rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.period {
	display: inline-block;
	margin: 50px;
	padding: 15px 30px;
	background-color: #030;
	border-radius: 10px;
	text-transform: uppercase;
}
.period p {
	margin: 0;
	font-weight: 600;
	font-size: 1rem;
}
p.small-period {
	font-size: 0.875rem
}
p.period-range {
	font-size: 2.5rem;
	color: #ff0;
	font-weight: normal;
}
.page-header {
	position: relative;
}

/* about scrabble */
.about-title {
	margin: 50px;
}
.about-title img {
	margin-top: 8px
}
.about {
	font-weight: bold;
	font-size: 3.315rem;
	vertical-align: middle;
}
.tabs {	
	background-color: #030;
	border-radius: 10px;
	padding: 15px 10px 0px;
}
.tabs ul {
	list-style: none;
	margin: 0;
}
.tabs ul li {
	font-size: 1.5rem;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 65px;
}
.tab {
	padding-bottom: 12px;
	color: #ddd;
	font-weight: bold;
	cursor: pointer;
}
.tab:hover {
	opacity: 0.7
}
.tab.active {
	border-bottom: 3px solid #ff0;
	color: #fff;
}
.tab-section {
	margin-top: 60px;
	height: 600px
}
.tab-section p {
	font-size: 1.5rem;
	text-align: left;
}


/* game over */
.game-over {
	margin: 50px 0 80px;
	font-size: 1.5rem
}
.game-over h2 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}


/* winners list */

.winners-box {
	background-color: #030;
	background-image: url('../../../images/sparkles.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 50px;
	margin-top: 100px;
	margin-bottom: 50px;
}
.winners-title {
	font-size: 2.25rem;
	font-weight: 600
}

.winners-tabs {
	margin-top: 50px 
}
.winners-tab {
	border: 3px solid #fff;
	display: inline-block;
	position: relative;
	width: 75px;
	font-size: 2.25rem;
	font-weight: bold;
	transition: 0.4s;
	margin-bottom: 5px
}
.winners-tab p{
	margin-bottom: 5px;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.winners-tab.mute {
	opacity: 0.5
}
.winners-tab.active, .winners-tab:hover:not(.mute) {
	background-color: #fff;
	color: #030;
	cursor: pointer;
}
@media screen and (min-width: 1280px) {
	.winners-tab.active:after {
		content: '';
	  position: absolute;
	  left: 15px;
	  top: 100%;
	  width: 0;
	  height: 0;
	  border-left: 20px solid transparent;
	  border-right: 20px solid transparent;
	  border-top: 20px solid #fff;
	  clear: both;
	}
}
.winners {
	margin-top: 80px;
}
.winners-list {
	list-style: none;
	padding-left: 120px 
}
.winners-list li {
	margin-bottom: 50px;
}
.winners-list .number {
	background-color: #9c3;
	color: #030;
	font-size: 1.5rem;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	margin-top: -8px;
	margin-right: 10px;
	float: left;
}
.congrats-box {
	margin-bottom: 70px;
}
.congrats {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;

	margin-right:10px;
	font-weight: 700;

	background: #f2e4b3;
	color: #0f6838;
	font-size:3.375rem;
	text-transform: uppercase;
	border-radius: 5px;
}
/* footer */
.page-footer {
	background-color: #555;
}
footer a:hover {
	color: #fff;
}
.additional-links {
	width: 100%
}
.copyright {
	float: none;
	text-align: center;
}
.give-opinion-btn:hover {
	color: #030;
}
.give-opinion::after {
	opacity: 0.2
}

.game-title {
	font-size: 1.5rem;
	margin-top: 100px;
	margin-bottom: 50px
}

/* terms and rules */
.text-box {
	background-color: #030;
	padding: 1px 50px 50px;
	margin: 50px 0;
}
.num-title {
	font-size: 1.5rem;
	font-weight: 600;
	border: 1px solid #fff;
	padding: 2px 5px;
}
.text-box p {
	font-size: 1.2rem;
}
.text-box li {
	margin-bottom: 5px;
}

@media screen and (max-width: 1280px) {
	.tab-section {
		height: auto;
	}	
}

@media screen and (max-width: 960px) {
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	.winners-list {
		padding-left: 50px; 
	}
}

@media screen and (max-width: 768px) {
	h1 {
		margin-top: 30px;
		font-size: 2rem;
	}
	h2, .tab-section p {		
		font-size: 1.3rem;
	}
	.tabs ul {
		padding-left: 0 
	}
	.tabs ul li {
		margin-right: 0;
	}
	.tab{
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.game-over img {
		display: inline-block;
		margin: 30px;
	}
	.game-over span {
		display: block;
	}
	.winners-title {
		font-size: 1.8rem
	}
	.winners-list {
		padding-left: 0; 
	}
	.congrats {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	h2, .tab-section p {		
		font-size: 1.1rem;
	}
	.tabs ul li {
		margin-right: 0;
	}
	.winners-box {
		padding: 30px 15px
	}
	.congrats {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 1.6rem;
		margin-right: 2px;
	}
}

