contentBox *{
	margin: 		0;
	padding: 		0;
}
#contentBox{
	padding:0 10px;
	width: 800px;
	margin:auto;
	padding-bottom: 70px;
	overflow:auto;
	min-height: 100%;
}
#canvasHome,body,html{

	height:			100%;
	width:			100%;
	font-family:	Verdana,Arial,sans-serif;
}

canvas{
	display:		block;
}

#asteroidAvoid{
	background: 	#001022;
}

.navbar{
	margin-bottom:	0px;
}

#game,.MakeItBig{
	height:			100%;
	width:			100%;
}

.title{
	margin-top:		0;
	padding-top:	20px;
	font-size: 		30px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a.button{
	background:		#185DA8;
	border-radius:	5px;
	font-size:		30px;
	display: 		block;
	width:			200px;
	text-align:		center;
	margin:			40px 0 0 270px;
}

a.button:hover{
	background:		#2488f5;
}

@font-face{
	src: url(emulogic.ttf);
	font-family: emulogic;
}

#accordian{
	background: darkgray;		
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5),
		inset 5px 5px 8px rgba(256,256,256,0.5);
	width:100%;
	padding:5px;
	margin:5px 0;
	border-radius: 10px;
}

#accordian h2{
	margin: 10px;
}

.content-for-accordian{
	display: none;
}

.navbar-nav{
	float: none;
    display: inline-block;
}

#bs-example-navbar-collapse-1{
	text-align: center;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 70%;
	margin: auto;
}

.carousel-indicators {
	bottom: 80px;
}

.carousel-caption {
    position: initial;
    right: 15%;
}

#myCarousel{
	background: black;
	border-radius: 10px;
}
.carousel-control {
    background-color: rgba(0,0,0,0);
}

.carousel-control.right {
    background-image: linear-gradient(to right,rgba(256,256,256,.0001) 0,rgba(256,256,256,.5) 100%);
}

.carousel-control.left {
    background-image: linear-gradient(to left,rgba(256,256,256,.0001) 0,rgba(256,256,256,.5) 100%);
}

.carousel-control{
	border-radius: 10px;
}

#greeting{
	width: 100%;
	text-align: center;
}

.footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
	background: black;
}

.container {
	width: auto;
	max-width: 680px;
	padding: 0 15px;
	text-align: center;
}

.container .text-muted {
	margin: 10px 0;
}

#education > li:not(:last-child){
	margin: 20px 0;
}

#photo{
	height: 250px;
	border-radius: 15px;
	border: 10px inset #000000;
}

#blogFrame{
    float:left;
    border-radius: 5px;
    width:100%;
    height:1200px;
    margin-top:15px;
}
#contentBox a{
    background-color:blue;
    color:white;
    border-radius: 20px;
    padding: 0 5px;
}