body,html {
	margin: 0;
    padding: 0;
    background-image: url("../images/Demo_Reel/SnowBackground.png");
    background-repeat: repeat;
    background-size: auto auto;
}

.backdrop {
	margin: 0;
    padding: 0;
    background-image: url("../images/Demo_Reel/ForestBackground.png");
    background-repeat: repeat;
    background-size: auto auto;
    position: absolute;
    width: 100%;
    height: 100%;
}

.nav-main {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 2px;
	background-color: #D9CFB1;
	box-shadow: 0 1px 7px #000000;
}

.nav-main img {
	height: 100%;
}

.hero-image {
    width: 100%;
    border: transparent solid 0 !important;
    margin: 0 !important;
}

.container {
	width: 80%;
	min-width: 800px;
	display: block;
	margin: 0px auto 0px;
	border: 0px solid #aaa;
	min-height: calc(100vh - 140px);
}

.full-length{
    height: 100%;
}

.signintron{
    background-color: rgba(67, 75, 82, 0.9) !important;
    font-family: 'Supermercado One', cursive;
    color: white;
    padding: 20px 20px !important;
}

.instructions {
    text-align: center !important;
    font-family: 'Supermercado One', cursive;
    margin-bottom: 0px !important;
    color: white;
    font-size: 40px !important;
}

.primary-container {
	padding-top: 50px;
}

.shell {
	width: 100%;
	background-color: #D9CFB1;
}

.welcome-message {
	font-family: broadway;
    font-size: 4em;
    text-align: center;
    color: darkgoldenrod;
    text-shadow: 1px 1px 1px black;
}

.main-description {
	font-family: cursive;
    text-align: center;
    width: 60%;
    max-width: 600px;
    margin: auto;
}

.login-button {
	display: block;
    margin: 20px auto;
    width: 350px;
    max-width: calc(100% - 60px);
    height: 46px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    background-color: #096;
    border: none;
    border-radius: 4px;
    text-align: center;
}

.login-button:hover {
	background-color: #075;
	cursor: pointer;
}

.login-button-new {

}

div#continueGame[disabled] {
    pointer-events: none;
    opacity: .5;
}

.signin {
	display: block;
	margin: 20px auto;
	width: 280px;
}

.signin > div {
	background-color: #3B59B8;
    color: white;
    width: 280px;
    height: 46px;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    transition: background-color .218s,border-color .218s,box-shadow .218s;
}

.signin > div:hover {
	box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
	text-shadow: none;
	cursor: pointer;
}

.signin span {
	font-family: Roboto,arial,sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .21px;
    line-height: 47px;
}

.signin:active {
	opacity: 0.5;
}

.signin-fs > div {
	background-color: #ffffff;
}

.signin-fs {
	color: #757575;
	background-color: #ffffff;
}

.signin-no-login > div {
	background-color: white;
	color: #757575;
}

.fs-text {
	color: #757575;
	margin-left: -74px;
}

.g-signin2 > div {
	margin: 20px auto;
}

.abcRioButtonSvg {
	transform: scale(2.0);
    position: absolute;
    left: 18px;
    top: 14px;
}

.abcRioButtonContents {
	font-size: 23px !important;
	line-height: 47px !important;
}

/*.google {
	display: inline-block;
	margin-top: auto;
}

.g-signin2 {
	height: 50px;
    width: 150px;
    box-sizing: border-box;
}

.abcRioButtonContents {
	font-size: 24px !important;
	line-height: 50px !important;
}

.abcRioButtonSvgImageWithFallback {
	width: 36px;
	height: 36px;
}

.abcRioButtonSvg {
	transform: scale(2);
}

.abcRioButtonIcon div {
	width: 36px;
	height: 36px;
}
*/
/*.google {
	background-color: #c30;
}

.google:hover {
	background-color: #a20;
}

.fb {
	background-color: #069;
}

.fb:hover {
	background-color: #057;
}*/

.head-secondary {
	text-align: center;
	font-family: broadway;
	font-size: 36px;
	padding: 40px;
}

.row {
	display: inline-table;

}

.reverse {
	direction: rtl;
}

.col {
	display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    direction: ltr;
}

.col input {
	width: 350px;
    max-width: calc(100% - 60px);
    border-radius: 8px;
    border: 1px solid;
    display: block;
    margin: 20px auto;
    padding: 8px;
    box-sizing: border-box;
}

.col input:focus{
	outline: none;
	box-shadow: 0px 0px 5px goldenrod;
}

.col input[type=submit] {
	background-color: goldenrod;
	color: white;
}

.col input[type=submit]:hover {
	cursor: pointer;
	background-color: darkgoldenrod;
}
.col p {
	font-family: cursive;
    font-size: 1.3vw;
    margin: 20px;
    text-align: justify;
}

.col img {
	/*display: block;*/
  	max-width: calc(100% - 40px);
  	max-height: calc(100% - 40px);
  	width: auto;
  	height: auto;
  	margin: 20px;
  	border: 2px solid #aaa;
  	border-radius: 8px;
}

.main-login {
	border-right: 1px solid #ccc;
}

.login-box {
	display: table;
	margin: 6px auto 20px auto;
	/*border: 1px solid #ccc;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

a > img {
    border: 0 !important;
}

.signin img {
	float: left;
    width: 32px;
    height: 32px;
    max-width: none;
    max-height: none;
    border: none;
    padding: 0px;
    margin: 7px 0px 7px 10px;
}

.signin-fs img {
	height: 32px;
	width: auto;
}

hr {
	color: #ccc;
    background-color: #ccc;
    height: 0px;
    border: none;
}

@media screen and (max-width: 1100px) {
	.col p {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 820px) {
	.container {
		width: calc(100% - 10px);
		min-width: 1px;
	}
	.welcome-message {
		font-size: 3em;
	}
	.row {
		display: block;
	}
	.col {
		display: block;
		margin: auto;
		width: 100%;
		max-width: 600px;
	}
	.col p {
		font-size: 16px;
	}
	.login-box {
		padding-top: 4px;
	}
	.main-login {
		padding-bottom: 8px;
		border-right: none;
	}
	hr {
		height: 1px;
	}
}

@media screen and (max-width: 720px) {
	.primary-container {
		padding-top: 0px;
	}
}

@media screen and (max-width: 320px) {
	.fs-login-button {
		height: auto;
	}
}

/*#BA1F05
#EC7A36
#D9CFB1*/
