#school-logo {
  margin-right: 20px; }

.next-to-image {
  display: inline-block;
  vertical-align: top; }

.float-image-left {
  float: left;
  margin-right: 20px;
  height: 140px; }

.float-text-left {
  width: 900px;
  height: 140px; }

image-teaching-height {
  height: 170px; }

#edgar-face {
  float: left;
  margin-right: 20px;
  height: 280px; }

#edgar-face-text {
  width: 800px;
  height: 280px; }

.main-section-height {
  height: 300px; }

html {
  overflow-y: scroll;
  /* Makes the scrollbar always appear so that page doesn't shift when scrollbar appears */ }

body {
  max-width: 1280px;
  font-family: Arial;
  font-size: 16px;
  background-color: #F0F0F0;
  margin: 0px auto; }

a:link, a:visited {
  text-decoration: none;
  color: blue; }

header {
  min-width: 550px;
  margin-top: 10px;
  height: 60px; }
  header #edgar-name {
    font-size: 40px;
    color: #3B5D89;
    font-weight: bold;
    margin: 10px; }
  header .logo {
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
    border-radius: 12px; }

nav {
  padding: 0px;
  background-color: #3B5D89;
  margin-bottom: 10px;
  width: 100%; }
  nav ul {
    min-width: 730px;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    margin: 0px auto;
    height: inherit; }
  nav li {
    float: left;
    font-size: 20px; }
  nav a:link, nav a:visited {
    display: block;
    font-weight: bold;
    color: #F0F0F0;
    background-color: #3B5D89;
    text-align: center;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase; }
  nav a:hover, nav a:active {
    background-color: #479CD6; }

section {
  margin: 0px 20px;
  min-width: 800px; }

.entry {
  font-family: Arial;
  padding-bottom: 20px; }
  .entry ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  .entry li {
    padding: 2px; }

h3 {
  color: #3B5D89;
  font-size: 20px;
  border-bottom: 3px solid #3B5D89;
  margin: 5px 0px; }

p {
  margin-top: 0px; }

#mainImage {
  display: block;
  width: 100%; }

.entry ul, p {
  max-height: 999999px;
  /* Prevents Chrome from making text bigger on phone */ }

/*# sourceMappingURL=style.css.map */
