body {
	background-color: #313338;
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
	/*font-weight: <weight>;
	font-style: normal;*/
}

footer {
	text-align: center;
	color: lightslategray;
}

#bg_room {
	/*This is where the magic happens*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	width: 1280px;
	height: 800px;
	background-color: grey;
	position: relative;
	border-style: solid;
	border-color: grey;
	border-radius: 4%;
	border-width: 9px;
	overflow: hidden;
}

/*Mouse hover effects*/
.object:hover {
	filter:
		drop-shadow(5px 5px 20px white) drop-shadow(-5px -5px 20px white) drop-shadow(8px 8px 10px lightgreen)
}

.object-inactive:hover {
	filter:
		drop-shadow(5px 5px 20px black) drop-shadow(-5px -5px 20px black) drop-shadow(8px 8px 10px #F88379)
}

.object {
	transition: all 0.1s linear;
}

/*--Defines postion for the images of each object in the house*/

/*---BACK BUTTON---*/
#backbutton-area {
	position: absolute;
	top: 90%;
	right: 31%;
}

#backbutton-arrow {
	position: absolute;
	top: 92%;
	right: 44%;
}

/*---HALLWAY---*/
#hallway_door-left {
	position: absolute;
	top: 32.1%;
	right: 73.2%;
}

#hallway_door-middle {
	position: absolute;
	top: 32%;
	right: 42.5%;
}

#hallway_door-right {
	position: absolute;
	top: 32.7%;
	right: 9.3%;
}

/*---BATHROOM---*/
#bathroom_book-cart {
	position: absolute;
	top: 37%;
	right: 62%;
}

#bathroom_book-rack {
	position: absolute;
	top: 12%;
	right: 30%;
}

/*---BEDROOM---*/
#bedroom_computer {
	position: absolute;
	top: 47.2%;
	right: 23.3%;
}

#bedroom_trophy {
	position: absolute;
	top: 26.1%;
	right: 10%;
}

#bedroom_stack-top {
	position: absolute;
	top: 39.2%;
	right: 34.5%;
}

#bedroom_fridge {
	position: absolute;
	top: 55.5%;
	right: 87.3%;
}

#bedroom_shelf-top {
	position: absolute;
	top: 5.5%;
	right: 57%;
}

#bedroom_shelf-bot {
	position: absolute;
	top: 26%;
	right: 56.7%;
}

#bedroom_drawer-bot {
	position: absolute;
	top: 81%;
	right: 17.4%;
}

/*---LOUNGE---*/
#lounge_crt {
	position: absolute;
	top: 54.9%;
	right: 25%;
}

#lounge_record-player {
	position: absolute;
	top: 52.2%;
	right: 68%;
}

#lounge_crate {
	position: absolute;
	top: 49.9%;
	right: 59.3%;
}

#lounge_flatscreen {
	position: absolute;
	top: 10.8%;
	right: 61%;
}

#lounge_pile-left {
	position: absolute;
	top: 65%;
	right: 78.5%;
}

#lounge_frame-dogs {
	position: absolute;
	top: 11.7%;
	right: 8.7%;
}

#lounge_frame-live {
	position: absolute;
	top: 15.5%;
	right: 30.9%;
}

#lounge_frame-pulp {
	position: absolute;
	top: 44.5%;
	right: 11.2%;
}

#lounge_frame-spirit {
	position: absolute;
	top: 9%;
	right: 40.1%;
}

#lounge_frame-thing {
	position: absolute;
	top: 9%;
	right: 20.3%;
}

/*---NEIGHBORHOOD---*/

#neighborhood_house-left {
	position: absolute;
	top: 59.9%;
	right: 72.6%;
}

#neighborhood_house-middle {
	position: absolute;
	top: 59.7%;
	right: 38.2%;
}

#neighborhood_house-right {
	position: absolute;
	top: 60%;
	right: 0%;
}