@charset "UTF-8";

/*----CORE PAGE STYLE----*/

body {
	/*CORE FONT SETUP*/
	font-size: 1.2em;
	line-height: 1.5em; 
	font-family: "Levi", "Courier", monospace;	
	color:#3fc0d4;
	/*STATIC BG*/
	background-image: url('/~njbezott/util/img/teal-static.gif');
	background-position: center;
	background-size: cover;
	/*SIZE AND CENTER*/
	max-width: 700px;
	margin: auto; 
}

/*----MAIN NAV BAR STYLE----*/
#main-nav {
		font-size: 1.4em;
}

/*----TEXT STYLES----*/
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

/*----BULLET LIST STYLES----*/

ul.center-text {
	list-style-type: none;
}

ul.center-text>li::before { 
	content: '\1F5AB'; 
} 

/*----UTILITY AND PLACEMENT STYLES----*/

.center-text {
	text-align: center;
}

.no-margin {
	margin: 0px;
}

.block {
	display: block;
}

/*----IMAGE STYLES----*/

.img {
	width: 100%;
}

.banner-img {
	max-height: 200px;
}

/*----CONTAINER STYLES----*/

.content-box {
	border: 1px solid #12efce;
	background-color: black;
}

.semi-transparent {
	background-color:rgba(0, 0, 0, 0.6);
}

@font-face {
	font-family: Levi;
	src: url(/~njbezott/util/fonts/levi-adobe-dia.regular);
}

	
/*----LINK STYLES----*/
	
a:link, a:visited {
  color: #12efce;
  text-decoration: none;
}

a:hover, a:active {
  color: hotpink;
  text-decoration: underline;
}





