body {
    background-color: #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#nav > li {
  display: inline-block;
  float: none;
}

#nav > li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#nav > li a:hover { background-color: #555; }

#nav > li { border-left: 1px solid #bbb; }  
#nav > li:last-child { border-right: 1px solid #bbb }

.navitem:hover { background-color: lightslategrey; }

.section {
    width: 850px;
    color: snow;
    font-size: large;
    background-color: #444;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border: 2px black;
    margin: 50px auto;
    box-shadow: 5px 5px 5px black;
}
div.school {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-style: solid;
}

div.school:hover {
    background-color: #555;
}

h3.school {
    display: inline;
    font-size: larger;
    font-style: normal;
    padding-right: 20px;
}

a:not(.icon) {
    text-decoration: none;
    color: beige;
    font-style: bold;
}

i {
    color: white;
}

div.school-logo {
    display: inline;
}

div.school-logo > div {
    position: relative;
    float: right;
    max-width: 200px;
    width: 100px;
    height: 100px;
    background-size: 100px;
    top: 10px;
}

div.school-inf {
    width: 690px;
    display: inline-block;
    margin-top: 0px
}
