/******************************************
/* SETUP
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px; /* note the padding around a right floated image */
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0; /* note the padding around a left floated image */
}


body{ background-image: url(paperscissorsstoneimage.jpeg);
  background-size: cover;
}
/******************************************
/* BASE STYLES
/*******************************************


/******************************************
/* LAYOUT



/******************************************
/* ADDITIONAL STYLES
/***********************************