html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

h2, h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
	font-size: 3em;
	margin: 0;
}

h1, h2, h3, h4, p {
	margin: 0;
}

#bodybg {
/*		background: url(images/hero-image.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: -2;
}

.boxartbg {
/*	background-color: #4a4740;*/
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #e49797;
}

.blue {
	color: #47a0d9;
}

.inline-block {
	display: inline-block;
}

#wrapper {
	  position:fixed;
  top: 0;
  width: 100%;
}

#flag {
	
}

#sale-banner {
	background-color: #f7ec26;
	width: 100%;
	text-align: center;
}

#sale-wrapper {
	color: #000000;
}

#sale-name h2 {
	font-family: 'Open Sans', sans-serif;
	color: #000000;	
	font-size: 4em;
	letter-spacing: 10px;
	font-weight: 800;
	line-height: 1em;
}

#sale-tagline {
	font-family: 'Open Sans', sans-serif;
	color: #000000;	
	font-size: 3em;
	letter-spacing: 7px;
	font-weight: 200;
	line-height: 1em;
}

#sale-price {
	font-family: 'Roboto Slab', serif;
	font-size: 4em;
}

.price-font {
	
}

#header-group {
	width: 100%;
	max-width: 1850px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#header-wrapper {
	top: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
}

#header {
	height: 182px;
	  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;

  width:100%;
  background-color: #ffffff;
  z-index: 999;

}

#classic-mode-contents {
/*	display: none;*/
	width: 100%;
	
}

#classic-mode-contents h2 {
	
}

#sandwich {
	background-color: #4c4a46;
	width: 100%;
	display: flex;
	align-items: center;
	
}

.sandwich-header {
	font-size: 1.5em;
}

#instruction-contents {
	position: absolute;
	left: -100%;
	list-style-type: decimal-leading-zero;
	padding: 10px 20px 5px 40px;
	background-color: #4c4a46;
	color: #ffffff;
}

#instruction-contents li {
	margin-bottom: 1em;
	font-family: 'Roboto Slab', serif;
	
}

#instruction-contents li span {
	margin-left: 20px;
	position: relative;
}

#previous-button {
	width: 50%;
	text-align: left;
}

#next-previous-wrapper {
	width: 100%;
	display: flex;
	margin-top: 40px;
}

#next-button {
	width: 50%;
	text-align: right;
}

#header div {

}

.sorc-head {

}

#char-head-group {
	
}

#char-head {
		display: inline-block;
		width: 45%;
		margin-right: 5%;
}

#char-head img {
	width: 100%;
}


#banner {
	text-align: center;
}

#banner ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	min-width: 1200px;
}

.nav-class {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	flex: 1;
}

#navbuttons:first-child {
	width: 150px;
}

#socials {
	display: inline-block;
}

.socials-ind {
	display: inline-block;
		width: 30%;
	margin-right: 3%;
}

.socials-ind img {
	width: 100%;
}

#socials-last {
	margin-right: 0px;
}

#first-list {

}

#spacer {
	margin-top: 182px;
}

#tagline {
	margin-top: 20px;
	position: relative;
}

.no-hover:hover {
	color: #000000;
}

#buywrapper {
	color: #000000;
	text-align: center;
	font-size: 1.3em;
	margin-top: 100px;
}

#buy-button {
	width: 300px;
	height: 75px;
	background-color: #FFD814;
	border-radius: 99px;
	font-size: 2em;
	margin: auto;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom-button {
	margin-bottom: 100px;
}

.strikethrough {
	text-decoration: line-through;
	text-decoration-thickness: 3px;
}

#overview-wrapper {
	background: #ffffff;
	width: 100%;
}

.overview {
	width: 100%;
	max-width: 2000px;
	margin: auto;
}

#overview1 {
		background-image: url('images/game-bg.jpg');
}

#overview2 {
			background-image: url('images/game-bg2.jpg');
}

#overview3 {
			background-image: url('images/game-bg3.jpg');
}

#overview-text {
	padding: 100px 0 0 0;
	width: 80%;
	max-width: 1200px;
	margin: auto;
}

.overview-title {
	font-family: 'Roboto Slab', serif;
	font-size: 2em;
	font-weight: 400;
}

#overview2-wrapper {
	background-color: #ffffff;
	width: 100%;
}

#overview2-text {
	padding: 50px 0px;
}

#overview2-wrapper img {
	width: 100%;
	max-width: 1613px;
}

.pic-container {
	text-align: center;
	line-height: 0;
}

.pic-container img {
	max-width: 100%;
}

#item-box {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.ind-item {
	flex: 20%;
}

#item-box img {
	max-width: 80%;
}

.references-title {
		font-family: 'Roboto Slab', serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #48a0d8;
}

#references-box {
	color: #ffffff;
	text-align: center;
}

#kickstarter-video {
	width: 100%;
/*	height: calc(100vh - 182px);
	height: -o-calc(100vh - 182px);
	height: -webkit-calc(100vh - 182px);
	height: -moz-calc(100vh - 182px);
	top: 182px; 
	position: fixed;*/
	text-align: center;
}

.vid-container {
/*	position: relative;*/
	width: 100%;
/*	height: 0;
	padding-bottom: 56.25%;*/
	text-align: center;
	line-height: 0;
}

.vid-container2 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	text-align: center;
}

.hype-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hype-video2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hype-video3 {
/*	position: absolute;
	top: 0;*/
	width: 100%;
	max-width: 1200px;
}


#body-text {
width: 100%;
background: #f4f4f0;
flex: 1 0 auto;
}

#body-text-wrapper {
		max-width: 1200px;
margin: auto;
    margin-top: auto;
    margin-bottom: auto;
width: 100%;
color: #000000;

font-family: 'Open Sans', sans-serif;
padding: 30px;

}

#body-text h4 {
	font-size: 1.5em;
	color: #47a0d9;
	margin-top: 15px;
	margin-bottom: 15px;
}

.header-margins {
	margin-left: 40px;
}

#body-text h2 {
	font-size: 2em;
	color: #47a0d9;
}

#body-text h1 {
	font-size: 3em;
	color: #47a0d9;	
}

#bgholder {
		width: 100%;
			z-index: -1;
	background: url(images/hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	height: 100vh;
}

/* #kickstarter-video::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */

#bodywrapper {
/*	margin-top: 100vh;*/
	font-family: 'Open Sans', sans-serif;
}

.bold {
	font-weight: 400;
}

.italics {
	font-style: italic;
}

.flex {
	display: flex;
}

#instructional img {
	max-width: 100%;
}

#instructional .br {
	line-height: .5em;
}

#instructional p {
	
	margin: 0 0 1em 0;
}

.important-note {
	display: flex;
	background-color: #E7E8E9;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 1em;
}

.radius-gray {
	background-color: #E7E8E9;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 1em;
	display: flex;
	width: calc(100% - 40px);
}

.text-center {
	text-align: center;
}

#dice-table {
	font-weight: 300;
	background-color: #E7E8E9;
	padding: 10px 15px;
}

#table-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}

#instructional .radius-gray p {
	margin-bottom: 0;
}

#instructional .important-note img {
	float: left;
	margin-right: 10px;
	max-width: none;
}

#instructional .important-note p {
	margin-bottom: 0;
}

.instruction-image-wrapper{
	margin-right: 20px;
	text-align: center;
}

#instructional .instruction-image-wrapper img{
	max-width: none;
}

#action-symbol-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -1em;
}

.action-symbol {
	width: 250px;
	display: flex;
	align-items: center;
	margin: 10px;
}

.action-symbol img {
	margin-right: 10px;
}

#armor-wrapper {
	text-align: center;
}

.paragraph-indent {
	padding-left: 10%;
	width: 90%;
	}

.numbered-list {
	font-weight: 400;
	color: black;
	font-family: 'Roboto Slab', serif;
}

#originswrapper {
	color: #ffffff;
	justify-content: center;
}

.originswrapper {
		background-color: #3f3d30;
}

#originsbox {
	max-width: 1200px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	line-height: 2.2em;
	font-weight: 300;
	padding: 5% 100px;
	width: 90%;
	margin: auto;
}

.originsbox {
	background: url(images/forest.jpg);
}

.craftingbox {
	background-color: #302d26;
}

#originsbox h2 {
	margin-bottom: 88px;
}

#originsbox p {
	margin-bottom: 88px;
}

#cardwrapper {
	display: flex;
	line-height: 0;
}

.samplecards {

}

	#samplecards img {
		width: 100%;
	}

#arrow-box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.samplecardstyle {
position: absolute;

}

#samplecards2 {
	margin-left: 200vw;
}

#samplecards0 {
	margin-left: -200vw;
}


#samplecard-wrapper {
/*overflow-x: hidden;*/
width: 554px;
justify-content: center;
display: flex;
position: relative;

}

#design-pillars-header {
	background:url(images/pillar-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	text-align: center;
	height: 331px;
	display: flex;
	align-items: center;
	justify-content: center;

}

#design-pillars-header h1 {
		font-family: 'Roboto Slab', serif;
	color: #ffffff;
	font-size: 7em;
	margin: 0;
	font-weight: 400;
	text-shadow: 0 0 10px #000000;
}

#design-pillars {
	background-color: #ffffff;
	text-align: left;
	justify-content: center;
	padding: 100px 0 10px 0;
	display: flex;
}

h3 {
font-family: 'roboto slab', serif;
font-size: 2em;
color: #000000;
}

#design-pillars img {
float: left;
margin-right: 15px;
}



p {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 2em;
}

#pillarwrapper {

	display: flex;
}

#pillarwrapper2 {
	width: 1660px;
}

#design-pillars-ind {
	width: 50%;
	display: inline-block;
	padding-bottom: 90px;
}

.pillar-left {
padding-right: 80px;
}

#wiz-box img {
	display: none;
	float: right;
}

	.dwarf-box {
		display: none;
	float: left;	
	}

.more-info {

	display: flex;
	justify-content: center;
	padding: 80px 0;
}

.gray {
	background-color: #f4f4f0;
}

.white {
	background-color: #ffffff;
}

.white img {
	float: left;
	margin-right: 70px;
}

.info-wrapper {
	width: 1150px;
	display: flex;
}

.gray img {
	float: right;
}

.gray h3 {
	color: #47a0d9;
}

.info-wrapper h3 {
	margin-bottom: 65px;
}

#quote-box {
	background: url(images/quote-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 241px;
	padding: 100px 0 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#quote-box2 {
	background-color: #4c4a46;
	color: #ffffff;
	height: 500px;
	padding: 50px 0 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#quote-box2 p {
	margin-bottom: 25px;
}

#quote-box h2 {
	font-size: 4.7em;
}

#quote-box2 h2 {
	font-size: 2.5em;	
}

#ind-quote {

}

.ind-style, .ind-style2 {
	font-size: 3em;
	color: #ffffff;
	width: 100%;
	position: absolute;
}

.quote-slide-outer, .quote-slide-outer2 {
	margin-left: 100vw;

}

#footer {
background-color: #4c4a46;
padding: 60px 0 20px;
text-align: center;
color: #ffffff;
flex-shrink: 0;
}

#footer h2 {
	color: #47a0d9;
}

#footer ul {
	margin:20px auto 50px;
	width: 800px;
	display: flex;
}

#footer li {
	display: block;
	flex: 1;
}

.question-button {
	
	font-family: 'Roboto Slab', serif;
font-size: 2.5em;
color: #fff;
background-color: #e49797;
padding: 10px 20px;
border: none;
  cursor: pointer;
  margin-top: 40px;
}

#random-question {
	max-width: 1000px;
	width: 90%;
	text-align: center;
	margin: auto;
	margin-top: 40px;
	font-size: 2.5em;
	color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		background: rgba(0, 0, 0, .75);

}

.question-button:hover {
	background-color: #f3bebe;
}

.stickyfooter {
	
}

.about-us {
	line-height: 2em;
	font-size: 1.3em;
}

.about-us h1 {
	margin-bottom: 30px;
}

.contact-form p {
	line-height: 1.5em;
}

input, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: .75em;
	font-weight: 100;
}

.gallery-flex {
	max-width: 1600px;
display: flex;
justify-content: space-evenly;
	width: 100%;
color: #000000;
font-family: 'Open Sans', sans-serif;
flex-wrap: wrap;
margin: auto;
}

.gallery-tn {
	width: 30%;
	margin-top: 10px;
}

.gallery-tn img {
	width: 100%;
}

#graybox {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 9999;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	
}

#gallerybigimage {
	max-width: 1008px;
	width: 80%;
}

#gallerybigimage img {
		max-width: 1008px;
		width: 100%;
}

@media screen and (min-width: 1300px) {
	
#gallery-wrapper {
	width: 1300px;
	flex: 0 0 1300px;
}

#gallery-borders {
	width: 100%;
	height: 100%;
}

#arrowleftwah, #arrowrightwah {
	padding: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 130px;
}

#arrowleftwah {
	padding-right: 16px;
}

#arrowrightwah {
	padding-left: 16px;	
}


}

@media screen and (max-width: 1299px) {
#gallery-wrapper {
	width: 100%;
}

#gallery-borders {
	width: 0%;
	height: 0%;
}

#arrowleftwah, #arrowrightwah {
	padding: 0 1%;
	width: 8%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

}

#gallery-wrapper {
	display: flex;
	justify-content: center;
}

#gallerywrapper2 {
	width: 100%;
	display: flex;
}



#gallerybuffer {
	width: 100%;
	height: 100%;
}

#arrowleftwah img {
	width: 100%;
}

#arrowrightwah img {
	width: 100%;
}

.noscroll {
	overflow: hidden;
}

#faq-box h1 {
	margin-bottom: 15px;
}

#faq-box p {
	margin-bottom: 15px;
}


@media only screen and (min-width: 1920px) {

.vid-container {
/*	position: relative;
	height: 0;
	padding-bottom: 1080px;*/
	width: 100%;
	text-align: center;
}

.hype-video {
	position: absolute;
	top: 0;
	left: calc(50vw - 960px);
	width: 1920px;
	height: 100%;
}
	
/*	.hype-video2 {
	position: absolute;
	top: 0;
	left: calc(50vw - 960px);
	width: 1920px;
	height: 100%;
}*/
	
}

@media only screen and (max-width: 1782px) {

#banner {
	width: 70%;
}

#banner ul {
	min-width: 0;
	width: 100%;
}

}

@media only screen and (max-width: 1659px) {
	#design-pillars {
		padding: 5% 5% 0% 5%;
	}
	
	#design-pillars-ind {
		padding-bottom: 5%;
	}


	#design-pillars-ind img {
		width: 40%;
	}
	
	#design-pillars-ind h3 {
		font-size: 1.7em;
	}
	
	}

@media only screen and (max-width: 1599px) {
	#originsbox {
		padding: 5%;
		width: 90%;
	}
	
	#originsbox h2 {
		font-size: 5vw;
		margin-bottom: 5%;
	}
	
	#originsbox p {
		margin-bottom: 5%;
		padding: 0 5%;
	}
	
	#cardwrapper {
		max-width: 1040px;
		margin: auto;
	}
	

}

@media only screen and (max-width: 1292px) {
	.more-info {
		padding: 5%;
	}
	
	.info-wrapper h3 {
		margin-bottom: 5%;

	}
	
	.info-wrapper {
		width: auto;
	}
	
	.white img {
		margin-right: 2%;
	}
	
	.dwarf-box {
		margin-right: 2%;
	}
	
	.more-info-wrapper {
		
	}
	
	#quote-box {
		height: 100px;
		padding: 5% 0;
	}

#quote-box h2 {
font-size: 3em;	
}

.ind-style, .ind-style2 {
	width: 100%;
	font-size: 2.5em;
}

#footer {
	padding: 3% 0;
}

#footer ul {
	margin: 2% auto;
	width: 100%;
	max-width: 800px;
}

#footer h2 {
	font-size: 2em;
}

}

@media only screen and (max-width: 1260px) {
	#body-text-wrapper {
		padding: 5%;
		width: 90%;
	}
	
	#body-text-wrapper h1 {
		font-size: 2em;
	}
	

	#overview1 {
				background-image: url('images/game-bg-cut.jpg');
	}
	
		#overview2 {
				background-image: url('images/game-bg-cut2.jpg');
	}
	
			#overview3 {
				background-image: url('images/game-bg-cut3.jpg');
	}
	
}

@media only screen and (max-width: 1120px) {
	#char-head-group {
		display: none;
	}
	
	#socials {
		display: none;
	}
	
	#banner {
		width: 90%;

	}
	
	#banner img {
		width: 100%;
		max-width: 780px;
	}
	
	#header-wrapper {
		width: 100%;
	}
	
	#header {
		height: auto;
		padding: 2% 0;
	}
	
	#tagline {
		font-size: 5vw;
	}
	
/*	#kickstarter-video {

	height: calc(100vh - 20vh);
	height: -o-calc(100vh - 20vh);
	height: -webkit-calc(100vh - 20vh);
	height: -moz-calc(100vh - 20vh);
	top: 20vh;
}*/

#design-pillars-header {
	height: auto;
	padding: 4% 0;
}

#design-pillars-header h1 {
	font-size: 4em;
}

#pillarwrapper {
	display: block;
}

#design-pillars-ind {
	width: 100%;
}

#design-pillars-ind img {
	width: auto;
	max-width: 33%;
}


.pillar-left {
	padding-right: 0;
}



}

@media only screen and (max-width: 1000px) {
	
	#wiz-box img {
		display: inherit;
	}
	
	.more-info-wrapper img {
		max-width: 33%;
	}
	
	
	.more-info-wrapper p {
		line-height: 1.7em; 
	}
	
	.displaynone {
		display: none;
	}
	
}


@media only screen and (max-width: 861px) {
	#arrow-box {
	width: calc(50vw - 227px);
	width: -o-calc(100vw - 554px);
	width: -webkit-calc(100vw - 554px);
	width: -moz-calc(100vw - 554px);
	height: 459px;
	}
	
	#samplecard-wrapper {
		min-width: 554px;
		
	}

	#arrowdiv {
		width: 100%;
	}

.arrowleft {
	margin-left: -5%;
}

.arrowright {
	margin-right: -5%;
}

#arrowdiv img {
	width: 100%;
}

#sale-wrapper {
	padding: 1vw 0;
}

#sale-name h2 {
	font-size: 6.5vw;
	letter-spacing: 1.5vw;
}

#sale-tagline {
	font-size: 5vw;
	letter-spacing: 1vw;	
}

#sale-price {
	font-size: 7vw;
}

}

@media only screen and (max-width: 800px) {
	#classic-mode-contents {
		display: inherit;
	}
	
	.instruction-image-wrapper {
	text-align: center;
	width: 100%;
}

	#instructional .instruction-image-wrapper img {
		max-width: 100%;
	}

	.radius-gray {
		display: inherit;
		
	}
	
}


@media only screen and (max-width: 799px) {
	#quote-box h2 {
		font-size: 2.5em;
	}
	
	.ind-style, .ind-style2 {
		font-size: 2em;
	}
	
	.question-button {
		font-size: 2em;
	}
	
	#random-question {
		font-size: 1.5em;
	}
	
	#overview-text p, #originsbox p, #buywrapper {
		font-size: 1em;
		line-height: 2em;
	}
	
	#overview-text {
		padding: 10% 0 0 0;
	}
	
	#buywrapper {
		margin-top: 10%;
		padding: 0 10%;
	}
	
	.bottom-button {
		margin-bottom: 10%;
	}
	
	#buy-button {
		font-size: 1.5em;
		width: 250px;
		height: 50px;
	}
	
	.overview-title {
		font-size: 1.5em;
	}
}




@media only screen and (max-width: 700px) {
	
	#samplecard-wrapper {
		width: auto;
		min-width: 80%;
	}
	
	#samplecards0 {
		margin-left: -200vw;
	}
	
	#samplecards2 {
		margin-left: 200vw;
	}
	
	.samplecardstyle img {
		max-width: 100%;
	}
	
	.samplecardstyle {
		width: 100%;
	}
	
	#arrow-box {
		height: auto;
	}
}

@media only screen and (max-width: 666px) {
	#quote-box h2 {
		font-size: 5.5vw;
	}
	
	#quote-box2 h2 {
		font-size: 1.7em;
		padding: 0 5%;
	}
	
	.ind-style, .ind-style2 {
		font-size: 1.5em;
	}
	
	#quote-box {
		height: 75px;
	}
	
	#body-text-wrapper {
		font-size: 1em;
	}
	
	#body-text-wrapper h1 {
		font-size: 1.5em;
		margin-bottom: 5%;
	}
	
	#body-text-wrapper h2 {
		font-size: 1.3em;
		margin-bottom: 1em;
	}
	
	#body-text h4 {
		
		font-size: 1.3em;
	}
	
	#body-text-wrapper h3 {
		font-size: 1.3em;
		margin-bottom: 1em;
	}
	
	#instructional h3 {
		font-size: 1.3em;
	}
	
	.question-button {
		font-size: 1.5em;
	}
	
	#random-question {
		font-size: 1em;
	}
	
			.nav-class {
		font-size: 1.25em;
	}
	
#body-text-wrapper #faq-h3 {
	margin-bottom: 0;
	font-size: 1.4em;
}

#faq-box p {
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1.5em;
}


	
}

@media only screen and (max-width: 600px) {
	#originsbox {
		font-size: 1em;
	}
	
	#quote-box2 img {
		max-height: 250px;
	}
	
	#quote-box2 {
		padding: 25px 0;
		height: 430px;
	}		
	
	#design-pillars-ind p {
		font-size: 1em;
	}
	
	.info-wrapper p {
		font-size: 1em;
	}
	
	#design-pillars-ind h3 {
		font-size: 1.5em;
	}
	
	#design-pillars-header h1 {
		font-size: 2.5em;
	}
	
	.info-wrapper h3 {
		font-size: 1.5em;
	}
	
	.gray h3 {
		font-size: 1.5em;
	}
	
	#footer h2 {
		font-size: 1.5em;
	}
	
	#footer li {
	font-size: .8em;	
	}
	
#instructional .action-symbol img {
		max-width: 30%;
	}
	
	.action-symbol {
		width: 50%;
		margin: 15px 0;
	}
	

	#overview1 {
			background-image: url('images/game-bg-portrait.jpg');	
	}
	
		#overview2 {
			background-image: url('images/game-bg-portrait2.jpg');	
	}
	
			#overview3 {
			background-image: url('images/game-bg-portrait3.jpg');	
	}
	
	#overview-text {
		width: 80%;
		display: block;

	}
}


@media only screen and (max-width: 500px) {
		#arrow-box {
		/*height: 512px;*/
	}
	
	#instructional p {
		
		font-size: 1em;
	}
	
	#instruction-contents li {
		margin-bottom: .75em;
	}
	
	.nav-class {
  font-size: 1em;
}
}

@media only screen and (max-width: 400px) {
			#arrow-box {
		/*height: 404px;*/
	}
	
		#quote-box2 h2 {
		font-size: 1.7em;
	}
}

@media only screen and (max-width: 320px) {
			#arrow-box {
		/*height: 324px;*/
	}
}

@media only screen and (max-height: 650px) {
		#instruction-contents li {
		margin-bottom: .5em;
}
}