.body{
	background-image:url('images/dark-triangles.png');
	/*background-color:black;*/
	/*font-family: "Roboto", sans-serif;*/

	font-family: "Roboto", sans-serif;
}


.exp_body{
		background-color:black;
		font-family: "Roboto", sans-serif;
		color:#ffffff;
		font-size:22px;
		font-weight: 500;
}

.text_div{
	/* margin: 15px; */
	/* these used to be 25 */

	/* OLD MARGIN PRESETS */
	/* margin-left: 30px;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 60px; */

	/* NEW ATTEMPT */
	/* margin: 5px 3% 60px; */
	/* margin: 5px 40px 60px; */
	/* margin: 5px 40px 60px; */
	margin-top: 5px;
	margin-bottom: 10px;

	/* margin-bottom: 25px; */
	/* margin-bottom: 40px; */
	/* margin-bottom: 50px; */
	
	/* margin-bottom: 30px; */
	/*padding: 1px; That way margins don't collapse*/
}


.img_div_1s{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 20px;
	padding: 0 80px;
}

@media (max-width: 750px) {
	.img_div_1s{
		padding: 0 40px;
	}
}
.img_div_2s{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}


@media (max-width: 750px) {
	.img_div_2s{
		grid-template-columns: repeat(1,1fr);
	}
}

.img_div_3s{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}

@media (max-width: 800px) {
	.img_div_3s{
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 500px) {
	.img_div_3s{
		grid-template-columns: repeat(1,1fr);
	}
}

.img_div_4s{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

@media (max-width: 900px) {
	.img_div_4s{
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 500px) {
	.img_div_4s{
		grid-template-columns: repeat(1,1fr);
	}
} 


.img_div_old{

}

.lb-column_old {
	float: left;
	width: 25%;
	/* display: table-cell;
  	vertical-align: middle; */
	/* position: relative;
	top:50%; */
	/* transform: translateY(-50%); */
	/* height: auto; */
	/* -ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%); */

	/* margin: 0 auto; */
	/* margin: 10px 10px 10px 10px; */

	
  }

  .rb-row > .lb-column_old {
	padding: 0 8px;
  }
  
  .rb-row:after {
	content: "";
	display: table;
	clear: both;
  }

/*class*/
.p{
	color:#ffffff;
	font-size:22px;
	/* font-size:18px; */
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	/* text-align: center; */


	/* font-family: 'Fira Code', monospace; */
	/* font-family: 'Source Code Pro', monospace; */

	/* color:#ffffff;
	font-size:20px;
	font-weight: 100;
	font-family: 'Menlo', sans-serif; */
}

.show_platforms{
	color:#ffffff;
	font-size:22px;
	/* font-size:18px; */
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-top: 8px;
	/* text-align: center; */


	/* font-family: 'Fira Code', monospace; */
	/* font-family: 'Source Code Pro', monospace; */

	/* color:#ffffff;
	font-size:20px;
	font-weight: 100;
	font-family: 'Menlo', sans-serif; */
}


/* h-es */
h1{ /*same as my_name*/
		/* color:#ffffff;
		font-family: "Roboto", sans-serif;
		font-size:20px;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 1px; */
		font-size: 75px;
		color:#ff7f27;/*MY COLOR*/
		/* old color color:#ff9900;*/
		margin-top: 0.7em;/*used to be 0.5*/
		margin-bottom: 0em;
		/* margin-bottom: 0.4em; */

		/*margin-top: 10em;*/
		
		/* margin-left: 0.25em;
		margin-right: 0.25em; */

		/* padding-top: 0.15em; */
		text-align: center;
		font-family: 'Press Start 2P', cursive;
		font-weight: normal;
}

h1 > a{ /*same as my_name*/
	text-decoration: none;
	color: #ff7f27;
}

h1 > a:hover{ /*same as my_name*/
	color: #c1c1c1;
}

@media (max-width:660px) {
	h1 > a{
		/* color:red; */
		font-size: 50px;
	}
}
@media (max-width:400px) {
	h1 > a{
		/* color:red; */
		font-size: 36px;
	}
}

/*Title sections*/
h2{ /*same as my_name*/
	/* color:#ffffff;
	font-family: "Roboto", sans-serif;
	font-size:20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px; */

	/* 46px */
	font-size: 48px;
	color:#ff7f27;/*MY COLOR*/
	/* old color color:#ff9900;*/
	/* margin-top: 0.25em;
	margin-bottom: 0em;
	margin-left: 0.25em;
	margin-right: 0.25em; */
	margin: 0;
	margin-bottom: 22px;
	/* padding-bottom: 5px; */
	/* padding-top: 0.15em; */

	text-align: center;
	font-family: 'Press Start 2P', cursive;
	font-weight: normal;
}

@media (max-width:770px) {
	h2{
		/* color:red; */
		font-size: 36px;
	}
}
@media (max-width:600px) {
	h2{
		/* color:red; */
		font-size: 24px;
	}
}
@media (max-width:420px) {
	h2{
		/* color:red; */
		font-size: 20px;
	}
}

.game_h2{
	font-size: 48px;
	color:#ffffff;/*MY COLOR*/
	margin: 0;
	margin-bottom: 22px;


	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

@media (max-width:660px) {
	.game_h2{
		/* color:red; */
		font-size: 36px;
	}
}
@media (max-width:550px) {
	.game_h2{
		/* color:red; */
		font-size: 24px;
	}
}
@media (max-width:420px) {
	.game_h2{
		/* color:red; */
		font-size: 18px;
	}
}





/* article headers */
h3{ /*DOES P THINGY ABOVE, however, using a header tag*/
		/* width: 8em; */
		/* margin: 0 auto; */
		color: #ffffff;

		/* top | horizontal | bottom */
		/* margin: 20px auto 10px; */
		/* margin-top: 32px; */

		margin-top: 0px;
		/* margin-top: 40px; */
		margin-bottom: 10px;
		/* margin: 2em auto 1em; */
		font-size: 41px; 
		/* font-size: 35px;  */
		/*USE VH AND VH to make font size adjust with screen rez*/
		text-align: center;
		font-weight: bold;
		/* color: #ffffff; */
		font-family: "Roboto", sans-serif;
		/* font-family: 'Orbitron', sans-serif; */

		/* float: none; */
		/* font-family: 'Fira Code', monospace; */
}

/* for subtitles in text */
h4{
	color:#ff7f27;/*MY COLOR*/
	font-size:22px;
	margin-block-start: 1em; /*default is: 1.33em*/
    margin-block-end: 1em; /*default is: 1.33em*/
	font-weight: bold;
}

/* THIS ISN'T USED */
/* should be h2 > a */
.link_h2{ /*DOES P THINGY ABOVE, however, using a header tag*/
	/* width: 8em; */
	/* margin: 0 auto; */
	color: #ffffff;

	/* top | horizontal | bottom */
	margin: 20px auto 10px;
	margin-bottom: 0px;
	/* margin: 2em auto 1em; */
	font-size: 35px; /*USE VH AND VH to make font size adjust with screen rez*/
	text-align: center;
	font-weight: bold;
	/* color: #ffffff; */
	font-family: "Roboto", sans-serif;
	/* float: none; */
	/* font-family: 'Fira Code', monospace; */
}
/*NOT USED*/





/* PART OF LEFT NAV */
h5{
	font-size: 16px;
	color:#ff7f27;/*MY COLOR*/
	margin: 0;
	text-align: center;
	font-family: 'Press Start 2P', cursive;
	font-weight: normal;

}

/* HIDDEN HEADER */
/*stuff related to it is at the bottom of this thign*/
/* could just make its own class but fit */
h6{ /*DOES P THINGY ABOVE, however, using a header tag*/
	/* width: 8em; */
	/* margin: 0 auto; */
	color: #ffffff;

	/* top | horizontal | bottom */
	/* margin: 20px auto 10px; */
	/* margin: 2em auto 1em; */
	margin: 0 auto;
	font-size: 20px; /*USE VH AND VH to make font size adjust with screen rez*/
	text-align: center;
	font-weight: normal;
	/* color: #ffffff; */
	font-family: "Roboto", sans-serif;
	/* float: none; */
	/* font-family: 'Fira Code', monospace; */
}



/* end of h */

.text_center{
	text-align: center;

}

.pacman_container{
	/* width: 1200px; */
	/* height: 600px; */
	/*height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;*/
}

.center_pacman{
	width: 600px;
  height: 300px;
	margin: 0px auto;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 60%; */
  /* transform: translate(-50%, -50%); */
	text-align: center;
}

table{
	margin: 0px auto;

}


.pizza{
	font-size: 100px;
	color:#000;
	font-family: 'Press Start 2P', cursive;
}



/*NAV FOR DARK SITE*/
.nav2{
	/*background-color: #595959;*/
	background-color: #000000;
	color: #ffffff;
	list-style: none;
	text-align: center;
	/* padding: 10px 0px 20px 0px; */
	/* margin: 10px 0px 40px 0px; */
	margin: 10px 0px 30px 0px;
	padding: 0;
	/* margin: 0; */

	/* used to be 17 */
	/* font-size: 23px; */
	/*font-size: 23px;*/
	font-size: 24px;
	font-family: 'Press Start 2P', cursive;
}
.nav2 > li{
	display: inline-block;
	/* padding: 10px 16px 0 16px; */
	padding: 10px 16px 10px 16px;
}
.nav2 > li > a{
	text-decoration: none;
	color: #ff7f27;
}
.nav2 > li > a:hover{
	color: #c1c1c1;
}
.nav2 > li > .active{
	color: #ffffff;
	/* pointer-events: none; */
}
.nav2 > li > .active:hover{
	/* color: #000000; */
	color: #c1c1c1;
}

/*
.nav2 > li > a:active{
	color: #ffffff;
}*/


.cleanlink{
		text-decoration: none;
		color: #000000;
}

.cleanerlink{
	text-decoration: none;
	color: #ffffff;
}

/*PIZZAAA*/
.marquee {
    width: 100%;
		/* line-height: 70px; */
		background-color: black;
		color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
		border-width: 0px;
}


.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 5s linear infinite;

		font-size: 75px;
		color:#ff7f27;/*MY COLOR*/
		/* old color color:#ff9900;*/
		margin-top: 0.25em;/*used to be 0.5*/
		/*margin-top: 10em;*/
		margin-bottom: 0em;
		padding-top: 0.15em;
		text-align: center;
		font-weight: normal;
		font-family: 'Press Start 2P', cursive;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
/* END OF PIZZA MARQUEE */


/* .image{
	position: -webkit-sticky;
	position:sticky;
	top: 20px;
	
} */


/* ALL MY MAIN DIVS */

#master_main{
	/*width:1000px;*/
	width: 88%;/*used to be 80*/
	/* width: 100%; */
	margin: 0px auto;
	display: grid;
	max-width: 1500px; /*used to be 1425, from foddy*/

	/* grid-template-columns: 12% 1fr; */
	/* MAYBE MAKE NAV BAR FIXED SIZZEE, BETTER */
	grid-template-columns: 150px 1fr;
	gap: 24px;
	align-items:flex-start;
	/* margin-bottom: 32px; olddddd (was removed)*/


	/* padding-left: 100px;
	padding-right: 100px; */

	/*height: 80%;*/

	/* border-width: 5px;
	border-style: solid;
	border-color: #000000;
	background-color: rgba(0,0,0,1);*/

	/*background-color: rgba(255,255,255,0.575);*/
	/*background-color: rgba(89,89,89,0.575);*/


	/*background-color: rgba(48,48,48,0.8);*/
	/*background-color: rgba(255,255,255,0.575);*/
}

/* OLD LEFT NAV */
/* #nav_left{
	position: -webkit-sticky;
	position:sticky;
	top: 20px;
	border-width: 5px;
	border-style: solid;
	border-color: #ff7f27;
	background-color: rgba(0,0,0,1);
} */

/* #nav_left > ul{
	text-align: center;
	padding: 0;
	border-width: 5px;
	margin: 0;
	list-style: none;
} */


/* #nav_left > li > a{ */
/* #nav_left > ul > ul > li > a{
	text-decoration: none;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-width: 5px;
	color: #ffffff;
	margin: auto;
	display: inline-block;
	font-weight: 650;
	font-size: 21px;
} */

/* #nav_left > ul > ul > li > a:hover{
	font-weight: normal;
} */




/*
.nav2 > li > a:hover{
	color: #c1c1c1;
}
.nav2 > li > .active{
	color: #ffffff;
	pointer-events: none;
}
.nav2 > li > .active:hover{
	color: #000000;
} */


#nav_left{
	position: -webkit-sticky;
	position:sticky;
	top: 20px;
	/* overflow-y:auto; */
}

/* EXPANDING NEW NAV */
  .submenu {
	display: none;
	/* padding: none; */
	/* padding: 40px 40px 40px 40px; */
	/* padding: 0px 0px 0px 0px; */
	padding: 0px;
	margin: 0px;
	list-style: none;
  }

  .menu-item {
	/* font-weight: bold; */
	font-weight: normal;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Press Start 2P', cursive;
	
  }
  .menu-item:hover{
	/* font-weight: bold; */
	font-weight: bold;
	/* color: #ffffff; */
  }

  /* .active .menu-item { */
  .menu-item.active {
	/* font-style: italic; */
	font-weight: normal;
	/* color: #ffffff; */
	color: #c1c1c1;
  }

  .active .submenu {
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	/* padding: none; */
  }
/* NEW EXPANDING NAV */
.sidebar_div{
	/*give diferent font and size*/
	/*give padding and shit*/
	text-align: center;
	border-width: 5px;
	/*padding-top: 5px;*/
	padding: 10px;
}
/*
.sidebar_p{

	text-align: center;
	margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;

}*/

#info{
	display: none;
	/* display: inline; */
	/* margin: auto; */
	width: 100%;
	margin-top: 10px;
	margin-bottom: 12px;
}

.sidebar_a{
	/*give diferent font and size*/
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.sidebar_il{
	/*give diferent font and size*/
	/* font-family: 'Press Start 2P', cursive; */
	text-decoration: none;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-width: 5px;
	/* font-weight: bold; */
	color: #ffffff;
	margin: auto;
	display: inline-block;
	/* font-weight: 550; */
	font-weight: 650;
	font-size: 20px;
	/* USED TO BE THIS!!!!!!!!! */
		/* font-size: 21px; */
	/* font-weight:bold; */
}

/* .sidebar_il a:hover{ */
.sidebar_il:hover{

/* old one */
/* font-weight:bold; */
font-weight:normal;
/* text-decoration:underline; */

}


/* page footer for printing */
#more{
	visibility: hidden;

}


.side_ul{
	text-align: center;
	padding: 0;
	
	margin: 0px 0px 16px 0px;
	border: 5px solid #ff7f27;
	
}

.side_ul h5{
	text-align: center;
	padding: 16px 0px;
	margin: 0;
	cursor: pointer;
	color: #ff7f27;
}

.side_ul > a{
	text-decoration: none;
}















/* HOLDS THE MAIN BOX WHERE I GOT CONTENT */
.right_main{
	/*width:1000px;*/
	/* width: 80%; */
	/*height: 100%;*/
	/* float: right; */
	/* margin: 0px auto; */
	border-width: 5px;
	border-style: solid;
	border-color: #ff7f27;
	padding: 40px;
	margin-bottom: 32px;
	/* trying to add a max border width */
	/* max-width: 1425px; */

	/* margin-left: 0; */
	/* position: right; */

	/*background-color: rgba(255,255,255,0.575);*/
	/*background-color: rgba(89,89,89,0.575);*/

	background-color: rgba(0,0,0,1);
	/*background-color: rgba(48,48,48,0.8);*/
	/*background-color: rgba(255,255,255,0.575);*/
}


/* this is only used when I don't want a side bar */
#center_main{
	/* width: 80%; */
	width: 88%;
	margin: 0px auto;
	border-width: 5px;
	border-style: solid;
	border-color: #ff7f27;
	padding: 40px;
	/* margin-bottom: 32px; OLD STUFF*/
	margin-bottom: 16px;
	margin-top: 32px;
	background-color: rgba(0,0,0,1);	
	max-width: 1500px;
}

/* having a class for it too */
.center_main{
	/* width: 80%; */
	width: 88%;
	margin: 0px auto;
	border-width: 5px;
	border-style: solid;
	border-color: #ff7f27;
	padding: 40px;
	/* margin-bottom: 32px; OLD STUFF*/
	margin-bottom: 16px;
	margin-top: 32px;
	background-color: rgba(0,0,0,1);	
	max-width: 1500px;
}

/* END OF MAIN DIVS */




/*for p tag*/

/*//for a tag*/
.sidebar_div{
		/*give diferent font and size*/
		/*give padding and shit*/
		text-align: center;
		border-width: 5px;
		/*padding-top: 5px;*/
		padding: 10px;
}
/*
.sidebar_p{

		text-align: center;
		margin-top: 1em;
	  margin-bottom: 1em;
	  margin-left: 0;
	  margin-right: 0;

}*/

.sidebar_a{
		/*give diferent font and size*/
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		color: #ffffff;
}

/* THERE ARE TWO OF THESE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.sidebar_il{
		/*give diferent font and size*/
		/* font-family: 'Press Start 2P', cursive; */
		text-decoration: none;
		text-align: center;
		padding: 10px 5px 10px 5px;
		border-width: 5px;
		/* font-weight: bold; */
		color: #ffffff;
		margin: auto;
		display: inline-block;
		/* font-weight: 550; */
		font-weight: 650;
		font-size: 20px;
		/* font-weight:bold; */
}

/* .sidebar_il a:hover{ */
.sidebar_il:hover{

	/* old one */
	/* font-weight:bold; */
	font-weight:normal;
	/* text-decoration:underline; */
	
}







/* clickable icons */
.icon{
	color: #ffffff;
	text-decoration: none;
	opacity: 0.8;
}
.icon:hover{
	color: #ff7f27;
	opacity: 1;
	/* text-decoration: none; */
}

.icon:hover{
	color: #ffffff;
	opacity: 1;
	/* text-decoration: none; */
}

.orange_icon{
	/* color: #ffffff; */
	color: #ff7f27;
	text-decoration: none;
	opacity: 0.8;
}
.orange_icon:hover{
	color: #ffffff;
	opacity: 1;
	/* text-decoration: none; */
}

.orange_icon:visited { /*should solve issue*/
	color: #ff7f27;
	text-decoration: none;
	opacity: 0.8;
}



/* Orange Link */
.orange_link{
		text-decoration: none;
		color: #ff7f27;
		/* font-weight: bold; */
}

/* blank link */
.blank_link{
	text-decoration: none;
	color: #ffffff;
	/* font-weight: bold; */
}

.tiny_link{
		text-align: center;
		/* font-weight: bold; */
		margin: 0px;
		margin-bottom: 10px;
		font-size: 15px;
}

.chunky_link{
		text-align: center;
		/* font-weight: bold; */
		/* margin: 0px 0px 60px; */
		font-size: 25px;

}

.in_line_link{
	color:#ff7f27; 
	text-decoration:none; 
	/* font-weight: bold; */
	font-size: 20px;
	font-family: 'Press Start 2P', cursive;
	font-weight: normal;
}

.in_line_link:hover{
	color: #c1c1c1;
	/* font-weight: bold; */
}

/* USED FOR BULLET LISTS */
.in_line_link_list{
	color:#ff7f27; 
	text-decoration:none; 
	/* font-weight: bold; */
	font-size: 25px;
	font-family: 'Press Start 2P', cursive;
	font-weight: normal;
}

.in_line_link_list:hover{
	color: #c1c1c1;
	/* font-weight: bold; */
}


/* LIST WITH DASHES */
ul.dashed {
	margin: 0;
	list-style-type: none;
}
ul.dashed > li {
	  text-indent: -5px;
		margin-top: 5px;
		margin-bottom: 25px;
		/* list-style:square */
		/* list-style: circle; */
}
ul.dashed > li:before {
	  /* content: "-     "; */
	  content: "- ";
	  text-indent: -5px;
		font-weight: bold;
		/* font-family: 'Press Start 2P', cursive;
	font-weight: normal; */
}

/* SMALL DASHED DASHES */
ul.small_dashed {
	/* margin: 0; */
	margin-top: 5px;
	margin-bottom: 22px; 
	list-style-type: none;
	padding-left: 30px; 
	/* margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px; */

}
ul.small_dashed > li {
	  text-indent: -5px;
		/* margin-top: 5px; */
		/* margin-bottom: 25px; */

		/* list-style:square */
		/* list-style: circle; */
}
ul.small_dashed > li:before {
	  
	  content: "- ";
	  /* text-indent: -5px; */
		font-weight: bold;

		/* content: "-     "; */
		/* font-family: 'Press Start 2P', cursive;
	font-weight: normal; */
}


/* SMALL DASHED DASHES */
ul.square {
	/* margin: 0; */
	margin-top: 5px;
	margin-bottom: 22px; 
	list-style-type: square;
	padding-left: 40px;
}
ul.square > li {
	/* text-indent: -5px; */
	margin-top: 5px;
	margin-bottom: 10px;
}
/* ul.square > li:before {
	content: "- ";
	text-indent: -5px;
	font-weight: bold;
	font-family: 'Press Start 2P', cursive;
	font-weight: normal;
} */



/* LIST WITH DASHES */
ul.pixel_dashed {
	margin: 0;
	list-style-type: none;
}
ul.pixel_dashed > li {
	  text-indent: -5px;
		margin-top: 5px;
		margin-bottom: 25px;
		/* list-style:square */
		/* list-style: circle; */
}
ul.pixel_dashed > li:before {
	  /* content: "-     "; */
	  content: "- ";
	  text-indent: -5px;
		font-weight: bold;
		font-family: 'Press Start 2P', cursive;
	font-weight: normal;
}







/*OLDDD STUFFF HEREEEE*/

.tabladobleborde tr td{
	border: 1px solid black;
	margin:0px auto;
	padding: 5px;
}

.nomargins{
	margin-top: 0em;
	margin-bottom: 0em;
}



.notopmargin{
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.nobottommargin{
	margin-top: 0.5em;
	margin-bottom: 0em;
}

.normal_text{
	color:#ffffff;
	/*color:#000000;*/
  font-size:20px;
	font-family: "Roboto", sans-serif;
}



.column {
  float: left;
  width: 33.33%;
  /*padding: 5px;*/
}


.row::after {
  content: "";
  clear: both;
  display: table;
}


/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff9933;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
}


#torb_main{
		width:1200px;
		margin: 0px auto;
		height: 1000px;
}

#letter{
		color: #141414;
		text-decoration: none;
		font-size:10px;
		text-align: center;
}

/*DIV STYLING*/
#header {
    width: 100%;
    background-color: red;
    height: 30px;
}




/* UNUSED/ OLD STUFF */
/* NOTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT USEDDDDDDDDDDDDDDDDDDDDDDDDDD PIZZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/

/*.Times3{font-family: "times new roman",times,sans-serif; font-size: 13px;}*/

.title{
	/*font-family: "times new roman",times,sans-serif;*/
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-decoration: underline;
}
.welcome{
	font-size: 100px;
	color: #000;
	color:#000000;
	/* old color color:#ff9900;*/
	margin-top: 0.25em;/*used to be 0.5*/
	/*margin-top: 10em;*/
	margin-bottom: 0.1em;
	padding-top: 0.15em;
	text-align: center;
	font-family: 'Press Start 2P', cursive;
}

.welcomebottom{
	font-size: 100px;
	color: #000;
	color:#000000;
	/* old color color:#ff9900;*/
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	font-family: 'Press Start 2P', cursive;
}

.title_text{
		/* width: 8em;
		margin: 0 auto;
		color: #ffffff;
		font-family: "Roboto", sans-serif; */
		/* font-family: 'Press Start 2P', cursive; */
		/* font-size: 20px; */
		/* font-size: 25px; */
		/* font-size: 28px;
		font-weight: bold;
		text-align: center;
		float: none; */
}


.my_name{
	font-size: 75px;
	color:#ff7f27;/*MY COLOR*/
	/* old color color:#ff9900;*/
	margin-top: 0.25em;/*used to be 0.5*/
	/*margin-top: 10em;*/
	margin-bottom: 0em;
	margin-left: 0.25em;
	margin-right: 0.25em;

	padding-top: 0.15em;
	text-align: center;
	font-family: 'Press Start 2P', cursive;
}

#left_main{
	/*width:1000px;*/
	height:100%;
	/* overflow:auto; */
	scrollbar-base-color:gold;
	/*change this to make it not move*/
	/* position:fixed; */
	/*position:sticky;*/
	position:absolute;

	/*background-color:yellowgreen;
	color:white;

	font-family:sans-serif;
	padding:10px;"*/

	width: 10%;
	/*margin: 5px auto;*/
	margin: 0px auto;
	/*border-width: 10px;*/
	border-width: 5px;
	/*border-left-width: : 10px;*/
	/*border-left-width: : 100px;*/
	border-style: solid;
	border-color: #ff7f27;
	float: left;

	/*background-color: rgba(255,255,255,0.575);*/
	/*background-color: rgba(89,89,89,0.575);*/
	background-color: rgba(0,0,0,1);
	/*background-color: rgba(48,48,48,0.8);*/
	/*background-color: rgba(255,255,255,0.575);*/
}

/*id (unique)*/
#tracer_main{
	width:1200px;
	margin: 0px auto;
	/*background-color: rgba(255,255,255,0.575);*/
	/*background-color: rgba(89,89,89,0.575);*/

	background-color: rgba(89,89,89,0.8);
	/*background-color: rgba(48,48,48,0.8);*/
	/*background-color: rgba(255,255,255,0.575);*/
}


#rein_main{
	/*width:1000px;*/
	width: 80%;
	/*float: right;*/
	margin: 0px auto;
	border-width: 5px;
	border-style: solid;
	border-color: #ff7f27;

	/*background-color: rgba(255,255,255,0.575);*/
	/*background-color: rgba(89,89,89,0.575);*/

	background-color: rgba(0,0,0,1);
	/*background-color: rgba(48,48,48,0.8);*/
	/*background-color: rgba(255,255,255,0.575);*/
}
/*OLD NAV BAR*/
.nav{
	/*background-color: #595959;*/
	background-color: #303030;
	color: #ffffff;
	list-style: none;
	text-align: center;
	padding: 20px 0 20px 0;
	margin: 0;
}
.nav > li{
	display: inline-block;
	padding: 0 25px 0 25px;
}
.nav > li > a{
	text-decoration: none;
	color: #ffffff;
}
.nav > li > a:hover{
	color: #c1c1c1;
}
/*
#container {
    width: 300px;
    background-color: #ffcc33;
    margin: auto;
}
#first {
    width: 100px;
    float: left;
    height: 300px;
        background-color: blue;
}
#second {
    width: 200px;
    float: left;
    height: 300px;
    background-color: green;
}
#clear {
    clear: both;
}*/

/* STUFF FOR MODAL/LIGHTBOX */
* {
	box-sizing: border-box;
  }

  
  

  
  /* The Modal (background) */
  .modal {
	display: none;
	position: fixed;
	z-index: 1;
	/* NEED TO FIX YOU */
	/* padding-top: 100px; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);;
	
  }
  
  /* Modal Content */
  .modal-content {
	position: fixed;
	/* background-color: #fefefe; */
	/* margin: auto; */
	padding: 0;
	width: 90%;
	max-width: 1200px;
  
	
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  
  /* The Close Button */
  .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
  }
  
  /*
  .mySlides {
	display: none;
  }*/
  
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: rgba(0, 0, 0, 0.2);
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
  }
  
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }
  
img{
	margin-top: 10px;
}
  
  img.hover-shadow {
	transition: 0.3s;
  }
  
  .hover-shadow:hover {
	/* CHNAGE THIS TO TALK ABOUT STUFF */
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */

	/* box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.49); */
	/* box-shadow: 0px 0px 0 2px #ff7f27; */
	/* box-shadow: 0px 0px 0 3px rgba(255,255,255,1), 8px 8px 0 0 #ff7f27; */
	/* box-shadow: 0px 0px 0 2px rgba(255,255,255,0.6), 0px 14px 0 -4px rgba(255,255,255,0.6); */

	/* dis look cool */
	/* box-shadow: 0px 0px 0 3px rgba(0,0,0,1), 8px 8px 0 0 #ff7f27; */
	/* dis ogish */
	/* box-shadow: 0px 0px 0 3px rgba(255,255,255,1), 8px 8px 0 0 #ff7f27; */

	box-shadow: 0px 0px 0 2px #ffffff, 0px 0px 0 4px rgba(0,0,0,1), 8px 8px 0 0 #ff7f27;
	/* box-shadow: 0px 0px 0 2px #ffffff, 0px 0px 0 6px rgba(0,0,0,1), 10px 10px 0 0 #ff7f27; */
  }







  .full_line{
	border-bottom: 1px solid #ff7f27;
	margin: 0 -40px;
	border-width: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
  }

  .half_line{
	border-bottom: 1px solid #ff7f27;
	/* border-bottom: 1px dashed #ff7f27; */
	/* width: 80%; */
	margin: 0 120px;
	border-width: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	
  }

  .dotted_line{
	/* border-bottom: 1px solid #ff7f27; */
	border-bottom: 1px dashed #ff7f27;
	margin: 0 -40px;
	border-width: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	
  }




.picture_subtext{
	color:#ffffff;
	font-weight: bolder;
	text-align: center;
	margin-top: 5px;
	font-size: 20px;

}


.picture_subtext_2{
	color:#ffffff;
	/* font-weight: bolder; */
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;

}


.tab_div{
	padding-left: 40px;
}








  /* NEON FONT */
  @font-face {
	font-family: THEFONT;
	src:url("fonts/neon.ttf");
  }
  /*
  .harlow{
	font-family: THEFONT;
  }*/


  .container_landing {
	display: grid;
	/* align-items: center;  */
	/* grid-template-columns: 1fr 1fr 1fr; */
	/* grid-template-columns: 1fr 1fr 1fr; */
	grid-template-columns: 2fr 1fr;
	column-gap: 5px;
   }



  .container {
	display: grid;
	/* align-items: center;  */
	/* grid-template-columns: 1fr 1fr 1fr; */
	/* grid-template-columns: 1fr 1fr 1fr; */
	grid-template-columns: 1.5fr 1.5fr;
	column-gap: 20px;
   }

   @media (max-width: 1000px) {
	.container{
		grid-template-columns: repeat(1,1fr);
	}
}
   /*
   img {
	 max-width: 100%;
	 max-height:100%;
   }*/
   
   .text {
	 font-size: 70px;
   }

   .hidden_title{
	display: none;

   }