@charset "utf-8";
/* CSS Document */



/*----------------------------------------------------------------------*/


/*  Body Start  */

body {
	margin: 0px 0px 0px 0px;
	/*min-height: 100vh; /*means that the minimum height of an object should be 100% of the viewport height*/
	/*display: flex; /*part of the code needed to make the footer stay at bottom*/
	/*flex-direction: column; /*same as previous*/
	/* background-image: url("../images/background.png");
	background-size: 100vw 100vh;
	background-repeat: no-repeat;
	background-position: center center; */
	overflow-y: scroll; /* This forces the right vertical scroll bar on all pages so the header doesn't shift */
}

/*  Body End  */