body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  line-height: normal;
  background-color: #b9c1ce!important;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 400;
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
}

#top-banner {
  display: flex;
  align-items: flex-end;
  width: 100vw;
}

#logo {
  margin-top: 0.25vw;
  margin-left: 0.25vw;
  border: 2px solid #4e81ac;
  box-shadow: 0px 1px 8px #888888;
}

#upac-info {
  display: flex;
  width: 36vw;
  padding: 0.5vw;
  padding-left: 1.5vw;
  padding-bottom: 0; 
  font-style: italic;
  vertical-align: bottom;
}

#upac-info span {
  align-self: flex-end;
}

#upac-info a {
  text-decoration: none;
}

#social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;

  width: 8vw;
  height: 8vw;
  align-self: flex-end;
  padding: 0vw;
  padding-left: 0.25vw;
  padding-top: 0.25vw;
}

.social-logo {
  margin: 0;
  margin-right: 0.25vw;
  padding: 0;
}

#content {
  display: flex;
  align-items: stretch;
  width: 100vw;
}

#middle-col {
  flex: 1;
  background-color: #4e81ac;
  color: White;
  margin: 0;
  padding: 0;
  padding-left: 1vw;
  padding-right: 1vw;
}

.gallery {
  height: auto;
}

#coming-up {
  align-self: flex-start;
  width: 18vw;
  padding: 0.5vw;
  background-color: White;
  border: 2px solid #9a9996;
}

#coming-up-title {
  color: #b80000;
  font-style: italic;
  font-weight: 900;
}

#left-box {
  align-self: flex-start;
  width: 18vw;
  padding: 0.5vw;
  background-color: White;
  overflow-wrap: break-word;
  /*font-size: 1.25vw!important;*/
  font-size: 1.25vw;
  line-height: normal;
}

#left-box span, #left-box strong, #left-box p  {
  /*font-size: 1.25vw!important;*/
  font-size: 1.25vw;
}

.w3-bar {
  margin: 0;
  padding: 0;
}

.w3-button {
}

#main-menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100vw;
  border-top: 0.125vw solid #4e81ac;
  margin: 0;
  margin-top: 1vw;
  padding-top: 0.0625vw;
}

.heading {
  text-align: center;
  font-weight: 900;
}

.subheading {
  color: #f7e71b;
  text-align: center;
}

.notebox {
  margin: 10px;
  background-color: #26567e;
  border: 1px solid Black;
  padding-left: 10px;
  padding-right: 10px;
}

ul li {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 100;
  line-height: normal;
}

#staff-tiles {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
}

#staff-tiles a {
  text-decoration: none;
}

.staff-tile {
  width: auto;
}

figcaption {
  text-align: center;
  text-decoration: none;
}

figcaption a {
  text-decoration: none;
}

.headshot {
  float: left;
  height: auto;
  margin-right: 2vw;
  margin-bottom: 1vw;
}

#contactus {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

#contact-text {
  width: 100%;
}

#map {

  position: relative;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outline {
  margin: 1vw;
  border: 1px solid White;
  padding: 2.5vw;
  padding-top: 1vw;
}

.classes-table {
}

#regular-classes {
}

#placement-classes {
}

.class-title > td {
  border-top: 1px solid White;
  padding-top: 1vw;
}

#upac-classes {
  border: 1px solid White;
  padding: 25px;
  font-weight: 100;
}

.upac-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid White;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.upac-class:last-child {
  border: none;
  padding: 0;
}

.upac-class-name {
  width: 33%;
  font-weight: 900;
}

.upac-class-date {
  width: 33%;
  font-weight: 900;
}

.upac-class-time {
  width: 33%;
  font-weight: 900;
  font-style: italic;
}

.upac-class-description {
  width: 100%;
}

.upac-class-price {
  width: 100%;
  font-weight: 900;
}

#upac-calendar, #upac-calendar iframe {
  text-align: center;
}

.reg-form {
  text-align: center;
  color: LightBlue;
  font-weight: bold;
  font-size: 18pt;
  -webkit-text-stroke: 1px Pink;
}


