@import url(//fonts.googleapis.com/css?family=Bitter);
@import url(//fonts.googleapis.com/css?family=Bitter:bold);
@import url(//fonts.googleapis.com/css?family=Trykker);




body { 
  font-family: 'Bitter';
  /*font-family: 'Arial';*/
  color: black;
  /*background-image: url(img/forest_mist.jpg);*/
  /*background-size: cover;*/
/*  background-size: 100% 100%;
  background-repeat: no-repeat;*/
  background: #dcd8a7;
  
}

/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
header {
	font-family: "Trykker";
	font-weight: bold;
	height: 80px;
	padding: 0 px;
	text-align: left;
	color: black;
	/*text-shadow: 1px 1px 4px black;*/
	/*background-color: red;*/
	margin-bottom: 30px;
}

header img {
	/*width:499.2px;
	height:113.4px;*/

	width:416px;
	height:94.5px;
	float: right;
	margin-right: 40px;
	/*margin-left: 60px;*/
}

#content, #middle, #sidebar {
	margin-bottom: 10px;
}

header h1{
	margin-bottom: 0px;

}

header h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	/*text-align: right;*/
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#sidebar h2 {
	margin-top: 7px;
}

#content {
	width: 290px;
	float: left;
	padding: 15px 15px;
	/*background: #f8f8f8;*/
	
}

#middle {
	width: 280px; /* Account for margins + border values */
	float: left;
	padding: 5px 20px;
	margin: 0px 5px 5px 5px;
	/*background: #f8f8f8;*/
	/*background: #efefef;*/
	
	
	/*text-shadow: 0px 0px 3px black;*/
}

#sidebar {
	width: 270px;
	padding: 5px 15px;
	float: left;
	/*background: #f8f8f8;*/
	
}

#content, #middle, #sidebar {
	border: 1px solid white;
    border-radius: 2px;
    background: #f8f8f8;
}

footer {
	clear: both;
	padding: 0 15px;
}

.topButton{
	margin: 3px;
    height:50px;
    width:98%;
    font-family: "Bitter";
    /*font-weight: bold;*/
    font-size: 1pc;
    position: relative;
    display: inline-block;
    /*font-weight: bold;*/
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-color: white;
}

/*.pressButton{
    height:3pc;
    width:30%;
    font-family: "Bitter";
    font-weight: bold;
    font-size: 0.75pc;
}*/

.button-container {
    width: 120%;
    /*background: gray;*/
    overflow-y: auto;
    /*overflow-y: none;*/
}

.button-container > button {
    width: 40%;
    height: 50px;
    float: left;
    background: none;   
    margin: 3px;
    font-family: "Bitter";
    /*font-weight: bold;*/
    font-size: 1pc;
    position: relative;
    display: inline-block;
    color: #333;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background-color: white;
}

#aberrantBeast {
	border-color: #6d3d0a;
}

#celestialBeast {
	border-color: #eabd21;
	/*background-image: url(img/angel-outfit.png);*/
	/*background-image: url(img/halo.jpg);*/
}

#demonicBeast {
	border-color: #f2293a;
}

#feyBeast {
	border-color: #f24fe1;
}

#infernalBeast {
	border-color: #dc0d0d;
}

#shadowBeast {
	border-color: #6d7786;
}

#fireBeast {
	border-color: #f78710;
}

#legendaryBeast {
	border-color: #0fae0c;
}

#seaBeast {
	border-color: #0ca4ae;
}

#stormBeast {
	border-color: #557fbd;
}

#undeadBeast {
	border-color: #242627;
}

#winterBeast {
	border-color: #30cff6;
}


#copyButton{
    width: 30%;
    height: 30px;
    float: right;
    background: white;   
    margin: 3px;
    font-family: "Bitter";
    /*font-weight: bold;*/
    font-size: 0.8pc;
    color: #333;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    /*border-color: black;*/
    background-color: white;
}

#middle > button {
    /*background-color: red;*/
}

#middleHeader {
	/*font-family: "Trykker";*/
	font-style: bold;
	margin-top: 10px;
}

#middleHeader p {
	/*font-family: "Trykker";*/
	margin-top: 7px;
}

/* unvisited link */
a:link {
    color: #575e66;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: black;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 41%;
		padding: 1% 4%;
	}
	#middle {
		width: 41%;
		padding: 1% 4%;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	
	#sidebar {
		clear: both;
		padding: 1% 4%;
		width: auto;
		float: none;
	}

	h1 {
		font-size: 1.6em;
	}



	header img {
	/*width:499.2px;
	height:113.4px;*/

	width:332px;
	height:75.6px;
	float: right;
	margin-right: 30px;
	/*margin-left: 60px;*/
}

header {
	padding: 0 px;
	text-align: left;
	margin-bottom: 25px;
}

	header, footer {
		padding: 1% 4%;
	}
	
}

/* for 700px or less */
@media screen and (max-width: 700px) {

	#content {
		width: auto;
		float: none;

	}

	header {
	padding: 0 px;
	text-align: left;
	margin-bottom: 0px;
}

	h1 {
		font-size: 1.2em;
	}

	header img {
	display: none;
}
	
	#middle {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}

	#copyButton{
    width: 30%;
    height: 30px;
    float: none;
}
/*.topButton{
    height:7pc;
    width:93%;
    font-size: 1.8em;
    font-weight: bold;
}

	.pressButton{
    height:7pc;
    width:46%;
    font-size: 1.8em;
    font-weight: bold;
}*/

}


/* for 480px or less */
@media screen and (max-width: 480) {

	header {
		height: auto;
	}

	#middle {
		height: auto;
	}

	h1 {
		font-size: 1.0em;
	}
	#sidebar {
		/*display: none;*/
	}

}



footer {
	color: white;
}

/*#pagewrap, header, #content, #middle, #sidebar, footer {
	border: solid 3px #ccc;
}*/

/*#content, #sidebar, header, footer {
	border: solid 1px #ccc;
}*/
