@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  background-color: #999999;
  font-family: 'Open Sans', sans-serif;
}

img {
	
	display: inline;
	
}

h1 {
	align: top;
}

#page {
  width: 1000px;
  height:auto;
  margin: 50px auto;
  background-color: white;
}

#header {
  height: 150px;
  background-color: #e9ff24;
  position: relative;
}

.name {
  position: relative;
  left: 25px;
  top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  text-shadow: 2px 2px 7px #666666;
}

.jpic {
	border-radius: 50%;
	padding-top: 50px;
    padding-left: 20px;
	float: left;
	
	
  }

.nav {
  margin: 0;
  top: -20px;
  padding-top: 5px;
  padding-right: 20px;
  list-style: none;
  position: relative;
  text-align: right;
  background-color: #547fa0;
  height: 30px;
  font-weight: bold;
}

 .nav li {
  display:inline;
  margin-left: 20px;
  font-weight: bold;
}

 a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  
}

.about {
	
	text-align: left;
	padding: 5px;
	margin: 5px;
	padding-left: 400px;
	font-weight: bold;
}

.greeting {
	display: block;
	text-align: left;
	padding: 5px;
	margin: 5px;
	vertical-align: text-top;
	text-shadow: 2px 2px 7px #666666;
	line-height: 20px;
	z-index: 1;
	height: auto;
	float: right;
	padding-right: 100px;
	padding-top: 50px;
	}

.greeting h1 {
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
}

.greeting h2 {
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	text-indent: 45px;
}

.buttons {
	border-radius: 50%;
	padding-top: 15px;
    padding-left: 20px;
	style="float: right;
	margin: 0px 0px 15px 15px;
	vertical-align:top;
	
	box-shadow: 2px 2px 7px #666666;
}

.mySlides li {
	display: block;
	margin: auto;
    padding: 10px;
	margin-left: 10px;
	
}

.foot {
  margin: 0;
  padding-top: 20px;
  padding-right: 40px;
  list-style: none;
  position: relative;
  text-align: center;
  background-color: #547fa0;
  height: 60px;
  width: 1000px;
  font-weight: bold;	
  word-spacing:3px;
 
  
}
 .foot li {
  display: inline;
  margin-left: 20px;
  text-align: center;
  padding: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 7px #666666;
}
