@charset "UTF_8";
/*
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=- THIS WEBSITE DESIGNED AND BUILT WITH LOVING CARE =-=-=-
-=-=-=-- ENTIRELY BY HAND JUST FOR YOU BY IAN BESLER =-=-=-=-=
=-=-=-=-=-=-=-=-= HTTPS://WWW.IANBESLER.COM =-=-=-=-=-=-=-=-=-
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/

/*
__________________
______ GRID ______
__________________
*/

div#vertical,div#horizontal {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

	div#vertical div {
		width: 3.03%;
		height: 100%;
		display: inline-block;
	}

		.border-right-width-one-pixel {
			border-right: 1px solid #0ff;
		}

		.border-right-width-two-pixels {
			border-right: 2px solid #0ff;
		}

	div#horizontal div {
		width: 100%;
		height: 5.44vh;
	}

		.border-bottom-width-one-pixel {
			border-bottom: 1px solid #0ff;
		}

		.border-bottom-width-two-pixels {
			border-bottom: 2px solid #0ff;
		}

			.border-color-magenta {
				border-color: #f0f;
			}