

body {
	background-color: rgba(0, 0, 0);
	background-image: url('design/background.png'); 
	background-repeat: repeat,repeat;
	max-width: 900px;
	margin: auto;
	margin-top: auto;
	margin-top: 10px;
  }

.header-div {
display: flex;
align-items: center;
position: relative;
}

.logo-div {
	margin-bottom: 3px;
  }

.top-bar {
	width: 80%;
	color: var(--main-color);
	margin: auto;
	margin-top: auto;
	margin-top: 1%;
	text-align: center;
  }

.thebody{
	
	
}



p {
color: white;
margin-top: 0px;
font-size: 100%;
font-family: "Bahnschrift", monospace;

}
b {
	color: rgb(255, 116, 155);
}

hr {
border: 0px;
height: 1px;
background-color: rgb(255, 116, 155);
border-color: rgb(255, 116, 155);

}

a {
color: rgb(255, 109, 206);
text-decoration: none;
font-size: 100%;

}

a:hover {
color: red;
}

::selection {
color: rgb(77, 0, 29);
background: hotpink;
}

li {
margin-bottom: 10px;
font-family: "Bahnschrift", monospace;
}

blockquote {
font-style: italic;
border-left-style: solid;
border-left-width: 3px;
padding: 1px 10px 1px 10px;
}

h1{
	color: rgb(255, 116, 155);
	font-family: "EnemySub", monospace;
}

h2 {
color: rgb(255, 116, 155);
font-family: "Bahnschrift", monospace;
}

h2 {
	color: rgb(255, 116, 155);
	font-family: "Bahnschrift", monospace;
}

h3 {
	color: rgb(255, 116, 155);
	font-family: "Bahnschrift", monospace;
}

/*#######FONTS#######*/
@font-face {
	font-family: 'Flexi';
	src: url('Fonts/Flexi_IBM_VGA_False.ttf');
  }
  @font-face {
	font-family: 'PMD';
	src: url('Fonts/PMD_1.1.ttf');
  }
  @font-face {
	font-family: 'Pala';
	src: url('Fonts/PALA.TTF');
  }
  @font-face {
	font-family: 'Bahnschrift';
	src: url('Fonts/bahnschrift.ttf');
  }
  @font-face {
	font-family: 'EnemySub';
	src: url('Fonts/enemy_sub.ttf');
  }




/*#######NAVBAR#######*/
#navbar {
	font-size: 200%;
	position: inherit;
	border-radius: 20vw;
	/* navbar color */
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;

}

#navbar ul {
	display: inline-block;
	padding: 0;
	margin: auto;
	list-style-type: none;
	justify-content: space-evenly;
	margin-top: auto;
	margin-bottom: auto;
	font-family: "Courier New", monospace;


}

#navbar li {
	margin: auto;
	
}

/* navigation links*/
#navbar li a {
	color: rgb(255, 116, 155);
	/* navbar text color */
	font-weight: 100;
	text-decoration: none;
	padding: 0.6vw;
	margin: -0.6vw;
	margin-top: auto;
	
	/* this removes the underline */
}

/* navigation link when a link is hovered over */
#navbar li a:hover {
	position: inherit;
	z-index: 99;
	outline: 0.01vw ridge rgb(255, 116, 155);
	margin-top: auto;
	outline-offset: -0.5vw;

}

#navbar li a:active {
	color: #000000;
	background-color: rgb(255, 116, 155);
	box-shadow: inset rgb(0, 0, 0);

}

.navActive{

	position: inherit;
	z-index: 99;
	outline: 0.1vw ridge rgb(255, 116, 155);
	margin-top: auto;
}







.home-color {
	color: #88ff00;
	border-color: #e60073;
  }
  .footer-div {
	border: 0.1vw solid rgb(255, 116, 155);

	max-width: 950px;
	padding: 0.5vw;
	margin: auto;
	font-family: "Courier New", "Courier New", monospace;
	overflow: auto;
	
  }

  .intro-div {
	border: 0.15vw dashed #88ff00;
	background-image: url('design/DAZZLE13.png');
	max-width: 850px;
	padding: 0.5vw;
	margin: auto;
	font-family: "Courier New", "Courier New", monospace;
	overflow: auto;
	
  }


  .left-list {
	float: left;
	max-width: 400px;
	list-style-type: none;
	padding: 0px;
	border: solid rgb(255, 116, 155);
  }

  .right-list {
	float: right;
	max-width: 400px;
	list-style-type: none;
	padding: 0px;
	text-align: right;
  }




  .main-div {
	display: inline-block;
	max-width: 950px;
	margin: auto;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5rem;
	border-radius: 0.2vw;
	
	
  }




  @media screen and (max-width: 800px) {
	.header-div {
	   display: block;
	}
  
	.banner-div {
	   display: inline-block;
	   align-items: right;
	   text-align: right;
	   max-width: 50%;
	   
	}
  
	.banner {
	   font-size: 10vw;
	}
  
	.banner-text {
	   font-size: calc(12px + 1vw);
	}
  
	.logo{
	   margin-left: 5px;
	}
	.bar-button {
	   font-size: calc(12px + 2vw);
	}
  
	.left-list,.right-list {
	  float: none;
	  text-align: center;
	  margin: auto;
	}


  
  }
  







.content {
padding: 0;
background-color: rgb(17, 6, 6);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
width: 30vw;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: center;
min-width: 180px;
outline: solid 0.01vw rgb(255, 116, 155);
}

.collapsible {
background-color: #1b2c11;
background-image: url('design/DAZZLE12.png');
background-position: center;
color: #ffffff;
font-family: "Flexi";
position: relative;

cursor: pointer;
padding: 1vw;
margin: 0.2vw;
width: 30vw;
border: outset 0.2vw rgb(255, 116, 155);
text-align: center;
outline: none;
font-size: 110%;
font-weight: bold;

min-width: 180px;

}

.collapsible:hover {
background-color: #ff0000;
}

.active{
background-color: rgb(255, 116, 155);
}





















/* Style the Image Used to Trigger the Modal */
.myImg {
  
	cursor: pointer;
	transition: 0.3s;
  }
  
  .myImg:hover {
	
	opacity: 0.5;
	}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 999999;
  }
  
  /* Modal Content (Image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1400px;
	max-height: 840;
	z-index: 999999;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
	z-index: 999999;
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.modal-content {
	  width: 100%;
	}
  }
	
	
  /* these are the styles */
  .copyButton {
  width:80px; /* this controls the width of the box */
  font-size:10px; /* this controls the font size */
  /* you can also set a background color and text color here */
  background-color:black;
  color:#79DC77;
  
  }
	




  
/*POST LIST STYLE*/
#postlistdiv ul {
	font-size: 1.2em;
	padding: 0;
	list-style-type: none;
  }
  #recentpostlistdiv ul {
	font-size: 1.2em;
	padding: 0;
	list-style-type: none;
  }
  .moreposts {
	font-size: 0.8em;
	margin-top: 0.2em;
  }
  
  /*NEXT AND PREVIOUS LINKS STYLE*/
  #nextprev {
	text-align: center;
	margin-top: 1.4em;
  }
  
  /*DISQUS STYLE*/
  #disqus_thread {
	margin-top: 1.6em;
  }
  
  /*FOOTER STYLE*/
  #footer {
	font-size: 0.8em;
	padding: 0 5% 10px 5%;
  }

  #container {
	

	color: #151515; 

	outline-width: 4px;
	outline-offset: 0;
  }
  
  #content {
	padding: 10px 5% 20px 5%;
  }