@font-face {
  font-family: 'univers-lt-std-ultra-cn';
  src: url('/univers-lt-std-ultra-cn.woff') format('woff');
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Source Serif Pro', 'Times New Roman', times, serif;
  font-size: 100%;
  color: #333;
  background-color: #f3f3f7;
}

#container {
   background-color: #fff;
}

#header {
  margin: 0 auto;
  padding: 0;
  background-color: #102050;
  background-image: url("/img/dave-keller-logo.svg");
  background-position: center -30px;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  text-align: center;
  vertical-align: bottom;
  position-y: -10px;
}

#logo-link a {
  padding: 80px 120px;
  text-decoration: none;
}

#header-content {
  height: 80px;
}

#top-nav {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: univers-lt-std-ultra-cn, Oswald, sans-serif;
  font-weight: 400;
  font-size: 140%;
  padding: 20px 0 15px 0;
  color: #fff;
}

#top-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  margin-right: 10px;
}

.home-options {
  height: 50px;
}

.left-stripe {
  height: 4px;
  /*background-color: #809eac;*/
  /*background-color: #f6b42c;*/
  background-color: #ffaa11;
}

.right-stripe {
  height: 4px;
  /*background-color: #9cc4e3;*/
  background-color: #aaddff;
  width: 50%;
  float: right;
}

#main {
  min-height: 500px;
  max-width: 1100px;
  margin: auto;
}

#content {
  margin: 0 auto;
  padding: 30px 0 60px 0;
  width: 70%;
}

#about-links  {
  text-align: center;
  /*border-top: 1px solid #666;*/
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom: 15px;
  padding: 10px 0;
}

@media only screen and (max-width: 800px) {
  #content {
    width: auto;
    margin: 0 20px 10px 20px;
  }
}

h1 {
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}


h2 {
  font-size: 24px;
  padding: 10px 0;
  margin-top: 30px;
  margin-bottom: 5px;
}


h3 {
  font-size: 20px;
  padding: 5px 0;
  margin-top: 15px;
  margin-bottom: 3px;
}


p {
  font-size: 18px;
  margin: 0 auto 10px auto;
  line-height: 1.6em;
}

li {
  font-size: 18px;
  margin-left: 18px;
  margin-bottom: 5px;
}

.contact-me-list ul {
  margin-top: 15px;
}

.contact-me-list li {
  font-size: 18px;
  margin-left: 35px;
  margin-bottom: 20px;
}

.list-summary {
  margin-top: 10px;
  /*margin-left: 10px;*/
  font-style: italic;
}

a {
  color: #44aaee;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#about-links {
  text-align: center;
  font-size: 15px;
}


#summary-links {
  display: grid;
  margin: 45px 90px;
  text-align: center;
}

#read-about {
  grid-column-start: 1;
  grid-column-end: 1;
  text-align: center;
}

#contact-me {
  grid-column-start: 2;
  grid-column-end: 2;
  text-align: center;
}

#footer {
  margin: auto;
  padding: 15px 0;
  height: 100px;
  background-color: #f3f3f7;
  text-align: center;
  color: #102050;
  font-family: univers-lt-std-ultra-cn, Oswald, sans-serif;
  font-size: 14px;
  /*background-color: #f8f8f8;*/
}

#footer p {
  font-family: univers-lt-std-ultra-cn, Oswald, sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
}

#footer-title {
  font-size: 200% !important;
  /*font-weight: bold !important;*/
}

#me {
  text-align: center;
  margin-top: 20px;
}