@font-face {
	
	
	font-family: 'Bebas Neue', cursive;
}


#bg_music{

position: fixed;
bottom: 5%;
left: 2%;
font-family: monospace;
background-color: gray;
z-index:300;
opacity: 0.5;


}

#sound_msg{
	
	color: white;
	font-family: monospace;
	top: 2%;
	left: 5%;
	position: fixed;
	
}

#artist_s{
	
	
	color: white;
	font-family: monospace;
	top: 4%;
	right: 5%;
	position: fixed;
	
}

#bg_sound{
	
	position: fixed;
bottom: 5%;
left: 2%;
	font-family: monospace;
	background-color: gray;
	opacity: 0.5;
	
}



body{
	
	margin: 0;
		background-color: #f1faee;

	
}

#wrapper {
	
	
	height: 100vh;
	margin: auto auto;
	border: 1px dotted rgba(0,0,0,0.01);
	
}

#mid {
	
	background-image: url("./Hmedia-1.gif");
	width: 725px;
	height: 725px;
	margin: 1% auto;
	/*border: 1px solid red;*/
	box-shadow: 5px 10px 22px;
}

#msg_box_0 {
	
	position: fixed;
	width: 400px;
	border: 5px inset red;
	padding:2%;
	background-color: darkred;
	color: white;
	font-family:'Bebas Neue';
	text-align: center;
	top: 44%;
	left: 33%;
	display: none;
	z-index: 11;
	margin: auto auto;
	
}
#big_span{
	
	font-family: monospace;
	display: block;
	margin: 2% auto;
	font-size: .9em;
	
}

.msg_box_0s{
	
	color: yellow;
	
	
}

#green{
	
	color: yellow;
	
	
}
#key{
	
	border: .1px dotted rgba(0,0,0, 0.01);
	width: 33px;
	height: 17px;
	transform: translate(855%, 2155%) rotate(-18deg);
	z-index: 10;
	position: absolute;
	border-radius: 20px 20px;
}

#key:hover {
	
	
	background-color: rgba(215, 254, 58, 0.23);
	transition: background-color 1.2s;
	
	
	z-index: 10;
}


#showText {
	
	
	font-family: monospace;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	z-index: 11;
	border-bottom: 1px solid white;
	transform: translate(0, 25%) rotate(17.2deg);
	
}

/*graffiti*/

#graffiti {
	
	position: absolute;
	width: 220px;
	height: 110px;
	border: .1px dotted rega(0,0,0,0.01);
	transform:translate(207%, 99%);
	border-radius: 44px;
	cursor: help;
	
}

#graf_div {
	
	color: white;
	font-family: monospace;
	font-size: 1.1em;
	transform: translate(-33%, -99%);
	background-color: black;
}

/*city*/

#city {
	
	position: absolute;
	width: 190px;
	height: 165px;
	border: .01px dotted rgba(0,0,0, 0.01);
	transform: translate(6%, 42%);
	border-radius: 222px 22px 22px 155px;
	cursor: help;
}

#city_info {
	
	color: white;
	font-family: monospace;
	font-size: 1.1em;
	transform: translate(105%, -49%);
	background-color: black;
}


/*space station*/

#s_station {
	
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform: translate(197%, 12%);
	border-radius: 50px;
	cursor: help;
	
}

#s_station_info {
	
	
	color: white;
	width: 200px;
	font-family: monospace;
	font-size: 1.1em;
	transform: translate(30%, 10%);
	background-color: black;
	
}

/*trash*/

#trash {
	
	
	position: absolute;
	width: 190px;
	height: 80px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform: translate(277%, 522%);
	border-radius: 700px 722px;
	cursor: help;
	
}

#trash_info {
	
	color: white;
	width: 200px;
	font-family: monospace;
	font-size: 1.1em;
	transform: translate(-70%, 300%);
	background-color: black;
	
	
}

/*car*/

#car{
	
	position: absolute;
	width: 300px;
	height: 180px;
	border: .01px dotted rgba(0,0,0, 0.0001);
	transform: translate(100%, 120%);
	border-radius: 33px 99px 0px;
}

#car_info{
	
	z-index: 0;
	
	color: white;
	font-family: monospace; 
	font-size: 1.1em;
	background-color: black;
	width: fit-content;
	
}


/*page 2---------------------------------------------------------------*/

#mid_main {
	
	
	background-image: url("./Hmedia-2.gif");
	width: 750px;
	height: 720.18px;
	margin: 1% auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	box-shadow: 5px 10px 22px;
	
}

#msg_box {
	
	position: fixed;
	top: 44%;
	left: 35%;
	width: 400px;
	border: 5px inset red;
	padding:2%;
	background-color: darkred;
	color: white;
	font-family:'Bebas Neue';
	text-align: center;
	
	z-index: 101;
	
	
}

#code_emphasis{
	
	color: yellow; 
	font-size: 1.2em;
	
}


#news1 {
	
	position: absolute;
	width: 60px;
	height: 170px;
	border: 1px dotted rgba(0,0,0,0.1);
	z-index: 10;
transform: translate(1069%, 318%) rotate(-14deg);	
cursor: grab;
}

#news2 {
	
	position: absolute;
	width:130px;
	height:100px;
	border: 1px dotted rgba(0,0,0,0.1);
	z-index:10;
	transform: translate(18%, 475%) rotate(-10deg);
	cursor:grab;
	border-radius: 11px 77px;
	
}


/*lightbox*/

#lightbox {
	
	position: fixed;
	z-index: 100;
	top: 0; 
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.69);
	display: none;
	margin: 0;
	
}

#lightbox.active{
	
	display: flex;
	justify-content: center: 
	align-items: center;
	
	
	
	
}

#lightbox2{
	
	position: fixed;
	z-index: 100;
	top: 0; 
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.69);
	display: none;
	margin: 0;
	
}

#lightbox2.active{
	
	display: flex;
	justify-content: center: 
	align-items: center;
	
	
	
	
}

#lightbox img {
	
	max-width: 50%;
	max-height: 60%;
	height: fit-content;
	width: fit-content;
	padding: 4px;
	
	border: 2px solid white;
	margin: auto auto;
	
	
	
}
#lightbox input {
	
	max-width: 90%;
	max-height: 80%;
	height: fit-content;
	width: fit-content;
	padding: 4px;
	
	border: 2px solid white;
	margin: auto auto;
	
	
}

#lightbox div {
	
	max-width: 90%;
	max-height: 80%;
	height: 100px;
	width: 100px;
	padding: 4px;
	
	border: 2px solid white;
	margin: auto auto;
	
	
}

#die_msg_info {
	
	
	
	
}


/*note*/

#note {
	
	position: absolute;
	width: 60px;
	height: 66px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform: translate(16%, 935%) rotate(-26deg);
	border-radius: 110px 10px 300px 10px;
	cursor: grab;
	
}
/*lipstick*/

#lipstick {
	
	
	position: absolute;
	width: 20px;
	height: 60px;
	border: 1px solid rgba(0,0,0,0.01);
	transform: translate(2488%, 296%) rotate(70deg);
	cursor: help;
}

#lips_text {
	
	color: white;
	width: 120px;
	padding: 2%;
	transform: rotate(-70deg) translate(29%, -70%);
	font-family: monospace;
	font-size: 1.1em;
	background-color:black;
}

/*sign*/

#sign {
	
	position: absolute;
	width: 85px; 
	height: 80px;
	border: .1px dotted rgba(0,0,0,0.01);
	transform: translate(762%, 84%);
	cursor: help;
}

#sign_text {
	
	color: white;
	width: 120px;
	padding: 2%;
	transform: translate(-33%, 110%);
	font-family: monospace;
	font-size: 1.1em;
	background-color:black;
	
}

/*sticker*/

#sticker{
	
	position: absolute;
	width: 50px; 
	height: 50px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform: translate(13.5%, 15%);
	cursor: help;
	border-radius: 50px 50px;
	
	
}


#sticker_text{
	
	width: 200px;
	height: fit-content;
	color: white;
	font-family: monospace;
	transform: translate(19%, 30%);
	font-size: 1.1em;
	background-color: black;
	
}

/*bobblehead*/

#bobblehead{
	
	position: absolute;
	width: 40px; 
	height: 90px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform:translate(154%, 150%);
	cursor: help;
	
	
}

#bobble_text{
	
	width: 100px;
	height: fit-content;
	color: white;
	font-family: monospace;
	transform: translate(-10%, -90%);
	font-size: 1.1em;
	background-color: black;
	
	
}

/*music console*/

#music_console{
	
	position: absolute;
	width: 92px; 
	height: 110px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform:translate(535%, 244%) rotate(-14.5deg);
	cursor: pointer;
	border-radius: 3px 55px 33px 1px;
	
	
}

/*input console*/

#input_console{
	
	position: absolute;
	width: 110px; 
	height: 121px;
	border: 1px dotted rgba(0,0,0,0.1);
	transform:translate(19%, 219%) rotate(9.5deg);
	cursor: pointer;
	border-radius: 41px 32px 9px 66px;
	
}


#userVal {
	
	font-family: monospace;
	
	
	
	
}


#btn_submit{
	
	color: red;
	font-family: monospace;
	text-align: center;
	height: fit-content;
	font-size: 2em;
	background-color: rgba(0, 200, 0, 0.9);
	cursor: pointer;
	transform: translate(-100%, 0%);

}

#btn_submit a {

    color: lightgray;
    display: block;
    font-size: .8em;
    margin: 10%;
}

#try_again {
	
	width: 1000px;
	background-color: white;
	
	
}

/*horn*/

#horn{
	
	position: absolute;
	width: 180px;
	height: 120px;
	border: .01px dotted rgba(0,0,0, 0.0001);
	border-radius: 33px;
	transform: translate(111%, 270%);
	cursor: pointer;
}
/*tape*/

#tape {
	
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px dotted rgba(0,0,0,0.01);
	transform: translate(1100%, 813%) rotate(8deg);
	border-radius:8px;
	cursor: pointer;
}


#tape_alert{

	color: red;
	width: 310px;
	transform: translate(-123%, 1959%) rotate(-8deg);
	font-family: monospace;
	background-color: black;
	
}

#tape_text{
	
	color: white;
	width: 200px;
	font-family: monospace;
	font-size: 1.1em;
	background-color: black;
	transform: translate(-25%, 200%) rotate(-9deg);
	
}


/*coin*/

#coin{
	
	position: absolute;
	width: 35px;
	height: 30px;
	border: 1px solid rgba(0,0,0,0.01);
	border-radius: 10px;
	transform: translate(1380%, 1400%);
	cursor: pointer;
	
}

.coin_pic{
	
	width: 300px;
	
}

#coin_text{
	
	
	color: white;
	width: 200px;
	font-family: monospace;
	font-size: 1.1em;
	transform: translate(10%, 45%);
	background-color: black;
}

#flip_info{
	
	color: white;
	font-family: monospace;
	margin: auto auto;
	
}



#die_msg {
	
	max-width: 90%;
	max-height: 80%;
	height: fit-content;
	width: fit-content;
	padding: 4px;
	color: white;
	border: 2px solid white;
	margin: auto auto;
	display: block;
	padding: 5%;
	margin: 5%;
	background-color: green;
	font-family: monospace;
	font-size: 1.2em;
	transform: translate(150%, 200%);
	
}

#die_msg_info {
	
	
	height: 100vh;
	width: 100vw;
	z-index: 1001;
	padding: 5%;
	color: white;
	border: 2px solid white;
	margin: auto auto;
	display: block;
	font-family: monospace;
	font-size: 1.4em;
	background-color: rgba(0,0,0,0.75);
	
}


#instructions {
	
	
	margin: auto auto;
	border: 1px solid red;
	width: fit-content;
	cursor: pointer;
	background-color: lightgray;
	font-family: monospace;
	font-size:1.1em;
    text-align: center;	
	color: red;
	font-size: 1.2em;
	border-radius: 50px;
	max-width: 750px;
}

#instructions_info {
	
	color: black;
	font-size:.9em;
	
	
}

/*story*/

#story_box {
	
	width: 33%;
	height: 60%;
	margin: 200px auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	font-family: monospace;
	color: white;
	font-size: 1.1em;
	overflow: auto;
	
}

#btn_id {
	
	display: block;
	margin: 2% auto;
	padding: 5%;
	width: 200px;
	color: red; 
	background-color: white;
	font-family: 'Bebas Neue';
	font-size: 1.2em;
	
}

#btn_id:hover{
    
    background-color: green;
    color:white;
    transition: background-color, color 1s;


}


#title {
	
	color: white;
	font-family: 'Bebas Neue';
	font-size: 7em;
	position: absolute;
	margin-left: 30%;
	
	
}

/*page 3--------------------------------------------------------*/

#win_msg{
	
	
	width: fit-content;
	height: 65px;
	margin: auto auto;
	border: 2px inset red;
	background-color: darkred;
	font-family: 'Bebas Neue';
	color: white;
	font-size: 1.1em;
	text-align: center;
    padding: 1%;
	
	
}

#mid3 {
	
	background-image: url("./Hmedia-3.gif");
	width: 725px;
	height: 725px;
	margin: 1% auto;
	border: 1px dotted rgba(0,0,0,0.01);
	box-shadow: 5px 10px 22px;
}

#btn_1{
	
	
	display: block;
	margin: 5% auto;
	font-family: monospace;
	
}


#phone {
	
	width: 30px;
	height: 50px;
	border: 1px dotted rgba(0,0,0,0.01);
	position: absolute;
	transform:translate(1375%, 495%) rotate(-60deg);
	border-radius:33px;
	cursor: pointer;
}

#msg_1{
	
	color: white;
	transform: rotate(60deg) translate(-120%, 45%);
	width: fit-content;
	min-width: 200px;
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
}
#btn_2{
	
	display: block;
	margin: 5% auto;

	
	
}

#btn_3{
	
	display: block;
	margin: 5% auto;
	
}

#blast {
	
	visibility: hidden;
	
}

#kill_msg{
	
	color: white;
	width: 250px;
	margin: auto auto;
	font-family: 'Bebas Neue';
	
}

#live_msg{
	
	color: white;
	width: 250px;
	margin: auto auto;
	font-family: 'Bebas Neue';
	
}

/*reader sign*/

#rdr_sign{
	
	width: 70px;
	height: 40px;
	border: 1px dotted rgba(0,0,0,0.01);
	position: absolute;
	transform:translate(218%, 340%);
	border-radius:3px;
	cursor: help;
	
	
}

#rdr_sign_info{
	
	color: white;
	transform: translate(20%, 335%);
	width: fit-content;
	min-width: 200px;
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
	
	
}

/*police*/

#police{
	
	width: 150px;
	height: 70px;
	border: 1px dotted rgba(0,0,0,0.01);
	position: absolute;
	transform:translate(180%, 214%);
	border-radius:23px;
	cursor: help;
	
	
	
}

#police_info{
	
	color: white;
	transform: translate(0, 150%);
	width: fit-content;
	min-width: 200px;
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
	
}

/*precinct sign*/

#p_sign{
	
	width: 120px;
	height: 30px;
	border: 1px dotted rgba(0,0,0,0.01);
	position: absolute;
	transform:translate(295%, -34%) rotate(12deg);
	border-radius:23px;
	cursor: help;
	
}

#p_sign_info{
	
		color: white;
	transform: translate(0, 150%)rotate(-12deg);
	width: fit-content;
	min-width: 200px;
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
	
}

/*patch*/

#patch{
	
	width: 100px;
	height: 70px;
	border: 1px dotted rgba(0,0,0,0.01);
	position: absolute;
	transform:translate(42%, 344%);
	border-radius:23px;
	cursor: help;
	
	
}

#patch_info{
	
		color: white;
	transform: translate(0, 150%);
	width: fit-content;
	min-width: 200px;
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
	
	
}

/*cams*/

#cams {
	
	position: absolute;
	width: 50px; 
	height: 30px;
	border: 1px dotted rgba(0,0,0,0.01);
	transform: translate(300%, -579%);
	border-radius: 50px;
	cursor: help;
}

#cams_info {

	
	
}

/*restart*/

#restart{
	
	display: block;
	font-size: 1.2em;
	margin: 2% auto;
	
	
	
}

#restart2{
	
	display: block;
	font-size: 1.2em;
	margin: 2% auto;
	
	
	
}

#restart:hover{
	
	color: yellow;
	transition: color 1s;
	
}

/*beginning msg*/

#beg_msg{
	
	 
	
	width: 33%;
	height: 60%;
	margin: 200px auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	font-family: monospace;
	color: white;
	font-size: 1.1em;
	overflow: auto;
	
	
}

#btn2 {
	
	display: block;
	margin: 4% auto;
	padding: 2%;
	width: 100px;
	color: red; 
	background-color: white;
	font-family: 'Bebas Neue';
	font-size: 1.2em;
	
}

#btn2:hover{
    
    background-color: green;
    color:white;
    transition: background-color, color 1s;


}

/*city scene*/

#win_vid {
	
	
	max-width: 50%;
	max-height: 60%;
	height: fit-content;
	width: fit-content;
	padding: 4px;
	
	
	margin: auto auto;
	
}

#win_link {
	
	
	position: fixed;
	top: 50%;
	left: 25%;
	
	padding: 4px;
	color: white;
	
	font-size: 1.45em;
	font-family: monospace;
	text-decoration: none;
	margin: auto auto;
}

#win_link:hover {
	
	
	color: green;
	transition: color 2s;
	
}

/*lvl 3a---------------------------------------*/

#mid4{
	
	
	
	background-image: url("./Hmedia-4.gif");
	width: 723px;
	height: 510px;
	margin: 5% auto;
	border: 1px dotted rgba(0,0,0,0.01);
	box-shadow: 5px 10px 22px;

	
	
}

#tv_screen{
	
	visibility: hidden;
	
}

/*lvl 3b and a ------------------------*/

#mid4b{
	
	background-image: url("./Hmedia-4b.gif");
	width: 723px;
	height: 510px;
	margin: 5% auto;
	border: 1px dotted rgba(0,0,0,0.01);
	box-shadow: 5px 10px 22px;
	
	
}

#remote_a{
	
	position: absolute;
	width: 20px; 
	height: 40px;
	border: 1px dotted rgba(0,0,0, 0.0001);
	transform:translate(2550%, -485%) rotate(-50deg);
	border-radius: 20px;
	cursor: pointer;
	
	
}

#remote_b{
	
	position: absolute;
	width: 20px; 
	height: 50px;
	border: 1px dotted rgba(0,0,0, 0.0001);
	transform:translate(2350%, -455%) rotate(-87deg);
	border-radius: 20px;
	cursor: pointer;
	
	
}


/*tv*/

#tv{
	
	position: absolute;
	width: 100px; 
	height: 90px;
	border: 1px dotted rgba(0,0,0, 0.0001);
	transform:translate(292%, -429%) rotate(-1deg);
	border-radius: 18px;
	cursor: help;
	
	
}

#tv_info {
	
	color: white;
	transform: ;
	width: fit-content;
	
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
}

/*gun*/

#gun{
	
	position: absolute;
	width: 45px; 
	height: 30px;
	border: 1px dotted rgba(0,0,0, 0.0001);
	transform:translate(463%, -260%) rotate(-19deg);
	border-radius: 8px;
	cursor: help;
	
	
}

#gun_info {
	
	color: white;
	transform: ;
	width: 113px;
	transform: translate(25%, 115%) rotate(19deg);
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
}

/*phone*/

#phoneB{
	
	position: absolute;
	width: 45px; 
	height: 30px;
	border: 1px dotted rgba(0,0,0, 0.0001);
	transform:translate(365%, -325%) rotate(55deg);
	border-radius: 8px;
	cursor: grab;
	
	
}

#phone_screen{
	
	
	
}

/*hole in wall*/

#hole_in_wall{
	
	position: absolute;
	width: 75px; 
	height: 100px;
	border: 1px dotted rgba(0,0,0, 0.0001);
	transform:translate(510%, -260%);
	border-radius: 8px 23px 1111px;
	cursor: help;
	
}

#hole_in_wall_info {
	
	color: white;
	transform: ;
	width: 113px;
	transform: translate(50%, -100%) ;
	border: 1px dotted rgba(0,0,0,0.01);
    background-color: black;
    font-family: monospace;
    font-size: 1.1em;
	cursor: default;
	
}

/*level 3 msg*/

#lvl_3_msg{
	
	width: 33%;
	height: 60%;
	margin: 200px auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	font-family: monospace;
	color: white;
	font-size: 1.1em;
	overflow: auto;
	
}

#lvl_3_msg_btn {
	
	display: block;
	margin: 2% auto;
	padding: 3%;
	width: 100px;
	color: red; 
	background-color: white;
	font-family: 'Bebas Neue';
	font-size: 1.2em;
	
}

#lvl_3_msg_btn:hover{
    
    background-color: green;
    color:white;
    transition: background-color, color 1s;


}

#last_msg{
	
		width: 33%;
	height: 60%;
	margin: 200px auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	font-family: monospace;
	color: white;
	font-size: 1.1em;
	overflow: auto;
	
}

#last_msg2{
	
		width: 33%;
	height: 60%;
	margin: 200px auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	font-family: monospace;
	color: white;
	font-size: 1.1em;
	overflow: auto;
	
}
#last_msg_btn {
	
	display: block;
	margin: 4% auto;
	padding: 3%;
	width: 100px;
	color: red; 
	background-color: white;
	font-family: 'Bebas Neue';
	font-size: 1.2em;
	
}

#last_msg_btn:hover{
    
    background-color: green;
    color:white;
    transition: background-color, color 1s;


}

#last_msgB {
	
		width: 33%;
	height: 60%;
	margin: 200px auto;
	border: .01px dotted rgba(0,0,0, 0.0001);
	font-family: monospace;
	color: white;
	font-size: 1.1em;
	overflow: auto;
	
	
}

#last_msg_2_btn {
	
	position: fixed;
	top: 250px;
	left: 40%;
	display: flex;
	margin: 2% auto;
	padding: 2%;
	width: fit-content;
	height:fit-content;
	color: red; 
	background-color: white;
	font-family: 'Bebas Neue';
	font-size: 1.2em;
	
}

#last_msg_2_btn:hover{
    
    background-color: green;
    color:white;
    transition: background-color, color 1s;


}

#start_over{
	display: block;
	font-size: 1.2em;
	margin: 2% auto;
	font-family: 'Bebas Neue';
	
}


/*artist statement*/

#artist_mid {
	
	
	
	
	margin: 10% 25%;
	padding: 5%;
	box-shadow: 5px 10px 22px;
	border: 4px outset rgba(0,0,0, 1);
	border: 4px outset rgba(0,0,0, 1);
	background-color: white;
	font-family: monospace;
	
}
