@charset "utf-8";
#header {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-style: normal;
    font-weight: 400;
	text-align: center;
	font-size: 42px; 
	color:darkgreen;

 
	
}


#logo {
	position:relative;
	top: 2px;
	left:5px;
	
}

.body {
	background-color:#EAE3E3;
	
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

  .affix + .container-fluid {
    padding-top: 70px;
  }

.nav{
	background-color: black;
	overflow: hidden;
	

	width: 100%;
	padding-top: 10px;
	
	
}


.nav a{
	float:left;
	color:antiquewhite;
	text-align: left;
	font-size: 20px;
	padding-left: 20px;
	
	
}

.nav a:hover{
	color:#2CED72;
	
}

#team {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;	
	font-size: 20px;
}

.top {
	position:relative;
	top:10px;
	left: 5px;
	font-size: 50px;
	color:blue;
	font-weight: bold;
	
	
}

.image {
	opacity: 1;
}

.nav-logo {
	padding: 10px 10px;
}

.jumbotron {
	height:450px;
}

.page-footer {
	background-color: #000000;
}



#background {
	margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    border: 2px solid black;
    font-family: helvetica;
    background-color: white;

}

.style1 {
	 border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-width: 2px;
}

.styleh2 {
	display: inline-block;
	border-bottom: 2px solid #000;
}
