html {
	
}

div { 
	padding-top: 20px;
			}

p {
	margin-left: 120px;
	margin-right: 100px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: "Verdana";
	font-size: 14pt;
	font-weight: 500;
	line-height: 30px;
	color: black;	
}

h1,h2,h3,h4 {
	font-family: "Arial Black", "sans-serif";
}

b { 	
	font-weight: bolder;
	font-size: 105%;
}

html {
  	background-color: #00539F;
}

body {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	border: 5px solid black;
}

.body1 {
	background:  #EEF0FC;
}
.body2 {
	background: #93AAF5;
}
.body3 {
	background: #F7E6C3; 
}
.body4 {
	background: #9FA6FA ;
}
/*	background: rgba(252,244,230,1.00)*/
footer {
	text-align-last: right;
	font-size: 8px;
}

h1 {
 	 margin-left: auto;
	margin-right: auto;
	text-align: center;
  	padding: 20px 0;  
 	 color: black;
  	font-weight: 900;
	font-size: 24pt;
}
h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px 0;
	color: black;
	font-weight: 800;
	font-size: 20pt;
}
h3 {
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	color: black;
	font-weight: 900;

}
h4 {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	color: black;
	font-weight: 500;
	
}

.button{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	margin: 4px 2px;
	transition-duration: 0.5s;
	cursor: pointer;
	background-color: sandybrown;
	color: brown;
	border: 2px solid white;
	border-radius: 12px;
}
.button:hover{
	background-color: slategray;
	color: black;
	width: 120px;
}
.button1{
	background-color: sandybrown;
	color: brown;
	border: 2px solid black;
	border-radius: 12px;
	width: 120px;
}

.button1:hover{
	background-color: tan;
	color: black;
}

.button2{
	background-color: blue;
	color: black;
	border: 2px solid white;
	border-radius: 12px;
}

.button2:hover{
	background-color: cornflowerblue;
	color: black;
}

.button3{
	background-color: sandybrown;
	color: brown;
	border: 2px solid black;
	border-radius: 12px;
	width: 160px;
}

.button3:hover{
	background-color: tan;
	color: black;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: black;
  background-color: tan;
  border-color: black;
}

nav a {
  	display: inline-block;
  	padding: 5px;
	font-family: "Arial";
	color: black;
	background-color: orange;
 
}
img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
footer {font-family: "Arial", "sans-serif";
		font-size: 11px;
}

CLASSES
.img1 {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}
.centerImage {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 65%;
}
.indent1 { 
	margin-left: 90px;
}
	
.indent2 {
	margin-left: 50px;
}
	