* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: monospace;
  background: url("../images/ai-structured-data.png") no-repeat right top;
}
header {
  padding: 0px;
  background-color: #f0f0ef;
  position: relative;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
header h1 {
  margin-left: 20px;
}
#nav {
  margin-left: 20px;
  margin-top: 20px;
}
li.sub {
	margin-left: 40px;
}
main {
	margin: 20px;
}

main h2, h3 {
	margin-bottom: 10px;
}

section {
	margin-top: 80px;
}
p {
	padding-bottom: 10px;
}
ul {
	padding-bottom: 20px;
}
.fontCode {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
.imageHalf {
	width: 50%;
	height: auto;
}
@media screen and (max-width: 910px) {
	.imageHalf {
		width: 100%;
		height: auto;
	}
}
pre {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: beige;
	padding: 10px;
	overflow: scroll;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footerDev {
	text-align: center;
}
.footerLogo {
	text-align: center;
}
.footerLogo img {
	max-width: 250px;
	height: auto;
}