body {
	margin: 5px 0px 0px 0px;
	position: relative;
	color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-style: bold;
}
#main {
	position: relative;
	width: 100%;
}
#logo {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	#logo {
		width: 80%;
	}
    .sections {
		display: -webkit-flex;
		-webkit-flex-direction: row;
		display: flex;
		flex-direction: row;
    }
    .section {
    	-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
    }
    #bullet_box {
		display: -webkit-flex;
		-webkit-flex-direction: row;
		display: flex;
		flex-direction: row;
    }
    .bullet_box {
    	-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
    }
    #holder {
    	width: 85% !important;
    }
}
#holder {
	width: 95%;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	text-align: left;
	color: #fff2e6;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #ffffcc;
	background-color: rgba(178, 34, 34, 0.35);
}
#taper_down_a {
	width: 100%;
	background-color: rgba(51,51,51, 0.8);
	height: 12px;
	margin: 0px 0px 2px 0px;
}
#taper_down_b {
	width: 95%;
	background-color: rgba(51,51,51, 0.7);
	height: 6px;
	margin: 0px 0px 3px 0px;
}
#taper_down_c {
	width: 90%;
	background-color: rgba(51,51,51, 0.6);
	height: 3px;
	margin: 0px 0px 4px 0px;
}
#taper_down_d {
	width: 85%;
	background-color: rgba(51,51,51, 0.5);
	height: 1px;
	margin: 0px 0px 5px 0px;
}
#taper_down_e {
	width: 75%;
	background-color: rgba(71,71,71, 0.94);
	text-align: left;
	min-height: 700px;
	padding: 5px 10px 70px 10px;
	margin: 0px;
}
@media only screen and (max-width: 500px) {
	#taper_down_e {
		width: 90% !important;
	}
}
.sections {
	width: 100%;
}
.section {
	width: 98%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 27px;
	text-align: center;
	color: #333333;
	margin: 0px 2px 0px 0px;
	border: 1px solid;
	border-color: #cccccc;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	white-space: nowrap;
}
.section:hover {
	background-color: rgba(153, 200, 153, 0.8);
	color: #eeeeee;
}
.selection {
	background-color: #FF6347;
	background-color: rgba(189,42,42,.8);
}
#bullet_box {
	width: 100%;
}
.bullet_box {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	text-align: left;
	color: #fff;
	margin: 0px 10px 7px 0px;
	padding-bottom: 4px;
	background-color: rgba(82, 111, 111, 0.64);
}
.bullet_head {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #333;
	background-color: rgba(255, 255, 255, 0.4);
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(51,51,51,1);
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFCC;
	border-width: 2px 0px 0px 0px;
	border-style: dashed;
	border-color: #bd2a2a;
	padding: 8px 0px 8px 0px;
	margin: 25px 0px 0px 0px;
	text-align: center;
}