/*body,html{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(http://pagead2.googlesyndication.com/pagead/imgad?id=CICAgKDj55H5zwEQARgBMgjCbEcuT45y3A);
	background-size: cover;
	background-repeat: no-repeat;
}*/

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}





/* big-box class to create box with width 800px */
.big-box{
	width: 720px;
	overflow: hidden;
}

/* big-box class to create box with width 800px */
.super-big-box{
	width: 820px;
	overflow: hidden;
}

/* center class to make something centered with margin left and right auto */
.center{
	margin: 0 auto;
}

/* border class to make something bordered with 1px black border 
.border{
	border: 1px solid #000000;
}*/

/* normal-padding class to make padding on something 1.2em */
.normal-padding{
	padding: 1.2em;
}

/* full-width class to make something width 100% */
.full-width{
	width: 100%;
}

/* percent80-width class to make something width 80% */
.percent60-width{
	width: 60%;
}


/* percent80-width class to make something width 80% */
.percent40-width{
	width: 40%;
}

/* percent80-width class to make something width 80% */
.percent80-width{
	width: 80%;
}

/* percent90-width class to make something width 90% */
.percent90-width{
	width: 90%;
}

/* percent95-width class to make something width 95% */
.percent95-width{
	width: 95%;
}

/* top-down-normal-margin class to make something margin top and down 1.2em */
.top-down-normal-margin{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

/* top-down-high-margin class to make something margin top and down 2em */
.top-down-high-margin{
	margin-top: 2em;
	margin-bottom: 2em;
}

/* error-text class to make text colored red (POMEGRANATE color) */
.error-text{
	color: #c0392b;
}

/* small-text class to make text size to 0.8 em */
.small-text{
	font-size:0.8em;
}

/* text-center class to make all text centered on something */
.text-center{
	text-align: center;
}

/* text-center class to make all text centered on something */
.text-left{
	text-align: left;
}

/* text-center class to make all text centered on something */
.text-right{
	text-align: right;
}

.inline-box *,
.inline-box {
	display: inline-block;
}

.less-margin-padding *,
.less-margin-padding{
	padding: 0;
	margin: 0;
}
.normal-margin-right{
	margin-right: 1em;
}

/* george- grey see through container*/

#container {
margin: 50px;
position: relative;
}

#gray {
	background: rgba(0,0,0,.6);
	border: 1px solid #000;
	border-radius: 10px;
	color: white;
	padding: 1em 20px 10%;
	min-width: 583px;
	max-width: 839px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica;
}

input {
	border-radius: .5em;
	height: 2em;
	border: 1px solid transparent;
	border-color: #858585 #c2c2c2 #c2c2c2;
	width: 84%;
	padding: 0.533333em 0.8em;
	min-height: 2.4em;
}


}

/*buttons styling*/
#buttonB {
  width: 120px;
  height: 42px;
  border-radius: 6px;
  border-color: #d4a900 #aa8700 #aa8700;
  background-color: #ffcb00;
  font-size: 1em;

}

#logo {
	width: 340px;
  	padding-left: 49px;
  	padding-top: 18px;
}

/*input for scoring numbers*/

.stage_one{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px
}

.stage_two{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px
}

.stage_three{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px;
}

.final_stage{
	height: 34px;
	width: 66px;
	border-radius: 6px;
	font-size: 1em;
	margin-bottom:9px;
	margin-top: 4px;
}