body{ background-color: #FAF9F6; margin: auto; width: 950px; margin-top: 30px;}

/*
 h1{ color: #2C3E50; font-family: Garamond, Baskerville, "Baskerville Old 
Face", "Hoefler Text", "Times New Roman", serif; font-size:1.3em; font-
weight:500; }
*/

a { color: #2C3E50 }

a, img { border:none; }

#title{
  font-size:2.1em;
}

.caption{ font-size:1.2em; }

.endorser{
  margin-left: 15px;
  color: #b2b2b2;
  font-size:.9em;
  font-style: italic;
}

.teachingdetails{
  margin-left: 20px;
}
.class{
  margin-bottom: 20px;
}

#pictures{
  position:relative;
  width:850px;
  margin-top:25px; 
}

/* Navigation links for page */
#pagelinks{
  margin-left: 20px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #2C3E50;
  font-size: 1.2em;
  font-weight: 550;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#pagelinks div{
  margin-bottom: 2px;
}
#pagelinks a{
  text-decoration:none;
  color: #2C3E50;
}
#pagelinks a:hover{
  color: #D0493A;
}

#picturedescription{
  position: relative;
  float: right;
  clear: both;
  color: #D0493A;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.8em;
  padding: 0px 180px 0px 0px;
}

#contact{
  position: relative;
  clear: both;
  color: #808080;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size:0.9em;
  padding: 10px 0px 40px 0px;
  margin-left:4px;
}

#links a{
  text-decoration:none;
  color: #808080;
}

#heading a{
  text-decoration:none;
  color: #2C3E50;
}

#pic1{ margin:3px; position: relative; float: left; height: 190px;  }
#pic2{ margin:3px; position: relative; float: left; height: 190px;  }
#pic3{ margin:3px; position: relative; float: left; height: 190px;  }
#pic4{ margin:3px; position: relative; float: left; height: 240px;  }
#pic5{ margin:3px; position: relative; float: left; height: 240px;  }
#smallpic{ margin:3px; position: relative; float: left; height: 106px;  }

#content{
  width: 680px;
  position: absolute;
  top: 230px;
  margin-top:15px;
  color: #2C3E50;
  line-height:150%;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size:1.0em;
  margin-bottom:40px;
}


#content img{
  margin:10px;
  float:right;
}

#content a{
  text-decoration:none;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #03022b;
  font-size:1.0em;
}
#content a:hover{
  color:#D0493A;
}

#active {
  color:#D0493A;
  font-weight:600;
}

/* Banner wrapper and image styling */
#banner{
  flex: 1;
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#bannerpic{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
  border-radius: 4px;
}

#social-links {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

#social-links img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

#social-links img:hover {
  transform: scale(1.1);
}
