body {
  background-color: DarkSlateGray;
  margin: 0 10%;
  font-family: 'Nunito Sans', 'Helvetica', sans-serif;
  color: AntiqueWhite;
}

h1, h2 {
  font-family: 'Halant', 'Georgia', serif;
  color: DarkSalmon;
}

h3 {
  font-weight: normal;
}

ul {
  list-style: none;
}

img {
	border-radius: 25px;
	width: 100%;
}

table {
  margin-left: auto;
  margin-right: auto;
}

td {
	padding: 15px;
	width: 50%;
}

a {
  color: AntiqueWhite;
  text-decoration: none;
}

a:visited {
  color: AntiqueWhite;
}

a.salmon {
  color: DarkSalmon;
  text-decoration: none;
}

a.salmon:visited {
  color: DarkSalmon;
}

a:hover {
  text-decoration: underline;
}

nav {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	background-color: DarkSlateGray;
}

nav a {
	color: AntiqueWhite;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	width: 120px;
	padding: 1em 0;
	text-decoration: none;
}

nav a:hover {
	background-color: DarkSalmon;
  text-decoration: none;
}

.dropdown {
  display: inline-block;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  color: AntiqueWhite;
  padding: 1em 0;
  background-color: DarkSlateGray;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  color: AntiqueWhite;
	display: inline-block;
	width: 120px;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: DarkSalmon;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: AntiqueWhite;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f5cbbd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.pageDescription {
	height: 125px;
	margin: auto;
}

.center {
  text-align: center;
}

.fullPage {
  width: 100%;
  height: auto;
  border-radius: 0%;
}

.noBottomMargin {
    margin-bottom: 0px;
}

.noTopMargin {
    margin-top: 0px;
}

#kelly_headshot {
  margin: 50px 10px;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  border-radius: 100%;
  float: left;
}

p#copyright {
	text-align: right;
	float: right;
	width: 50%;
}

p#backButton {
	float: left;
	width: 50%;
}

.AI_sample {
    max-height: 300px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px
}

.book_cover img{
    display: inline-block;
    height:300px;
    width: auto;
    border-radius: 5px
}