
/*Google Fonts include: ['Open Sans', Sans-serif;] ['Scope One', serif;] ['Coiny', cursive;]*/
input:focus, button:focus, select:focus {
	outline: none;
}
body {
	font-family: "Times New Roman, Times, serif";
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-family: 'Coiny', cursive;
	font-size: 24px;
	background-color: #FBD785;
	background-color: rgba(251, 215, 133, 0.025);
	background-image: url("../img/purty_wood_@2X.png");/*purty_wood_@2X.png from www.sublepatters.com*/
}
.wrapper-main-content {
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 56px;
	background-color: #A57255;
	color: #FBD785;
	margin-bottom: 10px;
}
.wrapper-header {
	max-width: 960px;
	margin: 0 auto;
}
#seo {
	position: fixed;
	text-indent: -9999px;
}
#header-text {
	font-size: 52px;
	text-align: center;
	
}
.wrapper-sections {
	max-width: 960px;
	margin: 0 auto;
}
.upper-sections {
	border-bottom: 4px solid rgba(165, 114, 85, 0.65);
	margin-bottom: 20px;
	margin-bottom: 30px;
}
.upper-section1 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.upper-section2 {
 	width: 100%;
 	text-align: center;
 	margin-bottom: 10px;
}
.userChoice  {
	width: 100%;
}
.userChoice li {
	display: inline-flex;
	float: left;
}
.userChoice h2 {
	font-family: 'Coiny', cursive;
	font-size: 34px;
	margin-bottom: -30px;
}
.userOption img {
	margin-left: -9px;
}
.thisButton {
	max-width: 182px;	
	margin: 5px;
	text-align: center;
	background-color: #D59476;
	color: #FBD785;
	border: 2px solid #A57255;
	border-bottom: 8px double #A57255;
}
.thisButton:hover {
	background-color: #A57255;
	color: #FBD785;
	border: 2px solid #D59476;
	border-bottom: 8px double #D59476;
}
#userChoose {
	min-height: 60px;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 24px;
}
#computerChoose {
	min-height: 60px;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 24px;
}
#result {
	min-height: 60px;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 24px;
}
.uppersections3 {
	min-height: 80px;
	width: 100%;
}
.resultPhrase {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}
.resultPhrase {
	font-size: 64px;
}
.lower-sections {
	float: left;
	margin-bottom: 20px;
}
.lower-section1 {
	float: left;
	margin: 0 auto;
	width: 64%;
}
.lower-section2 {
	float: right;
	width: 31%;
	padding-left: 20px;
	border-left: 4px solid rgba(165, 114, 85, 0.65);
}
.lower-section2 h2, .lower-section1 h2 {
	width: 100%;
	text-align: center;
	font-size: 44px;
}
.scoreBorder {
	float: left;
	min-height: 10px;
	border-right: 4px solid rgba(165, 114, 85, 0.65);
	width: 45%;
	margin-right: 15px;
}
#directionPadding {
	padding-left: 30px;
}
.lower-section1 p, .lower-section2 p, .lower-section3 p {
	margin: 20px 0;
}
.lower-section2 button {
	margin-top: 24px;
}
.refresh h2 {
	font-family: 'Coiny', cursive;
	font-size: 20px;
}
.refresh {
	background-color: #D59476;
	color: #FBD785;
	width: 200px;
	padding: 12px;
	margin: 10px 12.5% 25px 12.5%;
	border: 6px solid #A57255;
	border-radius: 5px;
	border-bottom: 9px double #A57255;
	font-size: 22px;
}
.refresh:hover {
	background-color: #A57255;
	color: #FBD785;
	padding: 10px 12px 14px 12px;
	border: 6px solid #D59476;
	border-bottom: 9px double #D59476;
}
.footer {
	clear: both;
	background-color: #A57255;
	color: #FBD785;
	min-height: 80px;
	padding-top: 24px;
}
.wrapper-footer {
	max-width: 960px;
	margin: 20px auto 0 auto;
}
.footer-copywrite {
	text-align: center;
	text-transform: lowercase;
	font-size: 16px;
	bottom: 0;
}