



body  {
	  font-family: Verdana, sans-serif;
	  color: black;
	  background-color: ;
	}

h1, h2, h3  {text-align: center;}


dl {
	margin: 40px auto;
	}

	
dt {
	font-size:;
	color: ;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
}


a:hover  {
	color: #bec6cf;
}

.container  {
	padding: 50px 120px;
	text-align: left;
	}

.jumbotron  {
	background: white;
	color: ;
	padding: 50px;

}

#sunlogo  {
	
	margin: 80px auto 30px;
	box-shadow: 0 0 20px #777777;
	-moz-box-shadow: 0 0 20px #777777;
	-webkit-box-shadow: 0 0 20px #777777;
}


#balloon  {
	margin: 30px auto;
	box-shadow: 0 0 20px #777777;
	-moz-box-shadow: 0 0 20px #777777;
	-webkit-box-shadow: 0 0 20px #777777;
}


/* Add a dark background color with a little bit see-through */ 
.navbar {
    margin-bottom: 0;
    background-color: #474e5d;
    border: 0;
    letter-spacing: 2px;
    opacity:0.9;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #fff !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #d5d5d5 !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #29292c !important;
}

/* Dropdown links */
.dropdown-menu li a {
    color: #000 !important;
}

/* On hover, the dropdown links will turn grey */
.dropdown-menu li a:hover {
    background-color: #cccccc !important;
}



.bg-1  {
	background: #1a1a1a;
	color: #ffffff;
}


#headpict  {
	margin-bottom: 30px;
	box-shadow: 0 0 20px #777777;
	-moz-box-shadow: 0 0 20px #777777;
	-webkit-box-shadow: 0 0 20px #777777;
}

.logo-small  {
	color: #474e5d;
	font-size: 50px;
}

/* Add a dark background color to the footer */
footer {
    background-color: #1a1a1a;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.nikebanner  {
	text-align: center;
	padding: 20px;
}

.wplogo  {
	text-align: center;
	padding: 20px;
}