/* Global Styles */

body {
	margin: 0;
	min-height: 100%;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: url(/images/wall-tile.jpg) repeat center center scroll;
	text-shadow: 0px 0px 4px #FFF;
	text-align: center;
}

main {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: relative;
    z-index: 1;
	padding: 1rem 0;
	min-height: 100vh;
	box-sizing: border-box;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.75);
}

.main-content {
	display: flex;
    justify-content: center;
	flex-flow: row wrap;
}


.about {
	margin: 1rem auto;
	max-width: 1000px;
}

h1 {
	margin: 0;
	padding-bottom: 1rem;
}

.text-darken {
	color: #FFF;
	text-shadow: 0px 0px 4px #000;
	background-color: rgba(0,0,0,0.75);
}

.error {
	padding: 5px;
	font-size: 18px;
	margin-top: 5px;
	background-color: red;
}

.bg-darken {
	background-color:hsla(0,0%,0%,0.50);
}

form input {
	color:black;
}

input[type=text] {
	box-shadow:0 0 5px black;
	border-radius: 4px;
	border:hidden;
	text-align:center;
	width:320px;
	height:40px;
	font-size:18px;
	margin:4px;
	text-transform:uppercase;
	font-weight:900;
}

input[type=text]::placeholder {
	text-transform:none;
	color:#CCC;
}

input[name=your_letters] {
    max-width: calc(100vw - 8px);
	height:60px;
	font-size:36px;
}

input[type=submit] {
	box-shadow:0 0 5px black;
	border-radius: 4px;
	background-color:#FFAA00;
	color:white;
	border:hidden;
	text-align:center;
	width:80px;
	height:30px;
	font-size:18px;
	margin:4px;
	text-transform:uppercase;
	font-weight:900;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

select {
	box-shadow:0 0 5px black;
	border-radius: 4px;
	background-color:rgba(0,0,0,.3);
	color:white;
	border:hidden;
	text-align:center;
	height:30px;
	font-size:18px;
	margin:4px;
	text-transform:none;
	font-weight:900;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

input[type=radio] {
    display:none;
}

input:checked + label {
	color:orange;
	background-color: white;
	box-shadow:0 0 5px black;
	border-radius: 4px;
	cursor: pointer;
	padding:4px;
	margin:2px;
	width:90px;
	text-shadow: none;
}

input + label {
	color:white;
	background-color: rgba(0,0,0,.3);
	box-shadow:0 0 5px black;
	border-radius: 4px;
	cursor: pointer;
	padding:4px;
	margin:2px;
	width:90px;
}

#wordlist {
	background-color: rgba(0,0,0,0.87);
	width: 100%;
	min-width: 320px;
	max-width: 600px;
	border-radius: 5px;
}

#wordlist input {
	border-radius: 5px;
	margin:5px;
	font-size: 16pt;
	text-align: center;
}

#wordlist ul {
	list-style: none;
	padding: 0;
}

#wordlist li {
	display: inline-block;
	margin: 5px;
	font-size: 14pt;
	line-height: 14pt;
	text-transform: uppercase;
}

.wordlist-divider {
	background-color: #305F29;
	width:200px;
	border-radius: 5px;
	margin:0 auto;
	text-transform: uppercase;
}

.logo {
	width:100%;
	max-width:750px;
	margin:0 auto;
	margin-bottom:10px;
}

.cheat-logo {
	width:90%;
	max-width:750px;
}

.tutorial-image {
	width:95%;
	max-width:440px;
	margin:0 auto;
}

.sc-images {
	border-radius:20px;
	width:100%;
	padding:4px;
}

.sc-table {
	pointer-events:none;
}

.store-badge {
	max-width:250px;
}

td,th {
	color: #FFF;
	text-shadow: 0px 0px 4px #000;
}

a:link, a:visited {
	color: #1E90AC;
}

a:hover {
	color: #11758E;
}

/* Letter Tiles */

.letterTilesContainer {
	display: none;
	border-radius: 5px;
	background-color: rgba(128, 128, 128, 0.5);
	padding: 2.5px;

	flex-direction: column;
	align-items: center;
}

.letterTilesSubContainer {
	display: inline-flex;
}

.letterTilesContainerTitle {

}

.letterTile {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin: 2.5px;
	background-color: rgba(128, 128, 128, 0.5);
}

.letterTile input[type=text] {
	width: 42.5px;
	height: 42.5px;
}

/*Sortable*/

table.sortable th, tfoot td{
	background-color: rgba(255,170,14,0.8);
	font-weight: bold;
	cursor:alias;
	padding:3px;
}

table.sortable tbody tr:nth-child(2n) td {
	background: hsla(0,0%,100%,0.03);

}

@media(max-width:480px) {
	table.sortable tbody tr:nth-child(2n) td {
		background: hsla(0,0%,100%,0.1);
	}
}

tr:hover {
	background-color:hsla(222,100%,57%,0.44);
}

td:hover, th:hover {
	background-color:hsla(222,100%,57%,0.44) !important;
}

tfoot td {
	font-size:18px;
	font-weight:bold;
}

table.sortable td {
	padding:1px;
}

td {
	text-transform:capitalize;
}

.no-click {
	pointer-events:none;
}

.sortable {
	margin:0 auto;
	border-spacing: inherit;
	background-color:rgba(0,0,0,0.75);
}

.sortable a {
	color:white;
	width:100%;
	display:block;
}

th {
	text-align:center;
}

.wordword {
	width: 320px;
	font-size:18px;
}

/* Footer */

footer {
    padding: 2rem 0;
	color: #FFF;
	border-top: 1rem solid #0A6068;
	text-shadow: 0px 0px 4px #000;
	background-image: url("/images/rug-tile.jpg");
	background-repeat: repeat;
}

footer h4 {
	margin-top: 0;
}

footer a:link, footer a:visited {
	color: #A4D4FF;
}

hr {
	margin-top: 20px;
    margin-bottom: 20px;
	max-width: 100px;
    border: 0;
    border-top: 1px solid #eee;
}