@charset "UTF-8";

body {background-color:#451067; }

#mikey_content {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ede8dd url(../images/paper_bg.png);
}

#banner {
	background-color:#000;
	width: 100%;
}

.navbar, .navbar-default {
	margin-bottom: 0; !important 
	font-family: "American typewriter", courier, monospace;
}

#navigat {
	background-color:#451067;  !important 
	color:#FFF; 
}

#mikey_content .col-md-7, .col-md-8 {
	background-color:#FFF; 
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */}

h1, h2, h3, h4, .nav {
	font-family: "American typewriter", "Courier New", "Lucida Sans Typewriter", courier, monospace;
	color:#451067;
}

#mikey_footer {
	background-color:#451067; 
	font-family: "American typewriter", courier, monospace;
	color:#FFF; 
}

#mikey_footer a {
	color:#dbbeeb; 
}
