body {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

.body {
  margin-left: 23%;
  margin-right: 23%;
  margin-bottom: 50px;
  line-height: 150%;
}

.body2 {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 50px;
  line-height: 150%;
}

h1 {
  font-size: 40px;
  text-align: center;
  color: #3D89AF;
  padding-top: 60px;
  line-height: 120%;
}

h2 {
  font-size: 28px;
  text-align: center;
  color: #E05581; /* pink */
  padding-top: 30px;
  font-weight: bolder;

}

 h3 {  /* student quotes */
  font-size: 28px;
  text-align: center;
  color: #37718E; /* light green */
  margin-bottom: 0px;
  font-weight: bolder;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-size: 55px;
  margin: 1px;
}

h5 {
  color: #3D89AF;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

black {
  color: black;
  font-weight: normal;
}

p1 {
  font-size: 28px;
}

p2 { /* Footer */
  font-size: 18px;
}

.body > p {
  text-indent: 10%;
}

#lightpink {
  color: pink; /* pink */
  font-size: 30px;
}

#lightpink_small {
  color: pink; /* pink */
  font-size: 22px;
}

a {
  color: #ff9bac; /* pink */
  text-decoration: none;
}

a:hover, #lightpink:hover, #lightpink_small:hover {
  color: #3D89AF;
  text-decoration: underline;
}

a>h1:hover {
  color: #3D89AF;
  text-decoration: none;
}

.title {
  background-color: #4E6F7C;
  padding: 10px;
}

#logo_large {
  margin: -3px;
}
#logo_small {
  margin: -2px;
}
#column_logo {
  width: 30%;
  margin: 20px;
}
#column_title {
  margin: 0px;
  width: 50%
}

.topnav { /* Add a black background color to top navigation */
  overflow: hidden;
  background-color: #394958;
  margin: 0px;
}

.topnav a { /* Style the links inside the navigation bar */
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4E6F7C;
  color: white;
}

.row { /*Multiple pictures in a row*/
  display: flex;
}

.column {
  width: 50%;
  margin: 50px;
}

#next {
  text-align: center;
  color: white;

}

.quotes {
  border: 10px double white;
  color: white;
  font-size: 22px;
  padding: 20px 40px 40px 40px;
  margin: 20px 20px 60px 20px;
  background-color: #85A1A5;
  text-align: center;
  font-weight: normal;
}

.quotes img {
  border: 3px solid white;
}

.double_space {
  line-height: 250%;
  padding-left: 44px ;
  text-indent: -44px ;
}

.double_space > a {
  color: black;
}

.double_space > a:hover {
  color: #3D89AF;
}

.pics{ /*Multiple pictures in a row*/
  display: flex;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
}

.pic2 {
  width: 50%;
  padding: 15px;
  text-align: center;
}

video {
  border: 3px solid white;
}

#pic_link:hover {
  opacity: 0.3;
}

.button {
    background-color: #394958;
    border: none;
    color: white;
    padding: 7px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    line-height: 200%

}

object {
  margin-left: -150px;
  margin-right: -150px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: white; 
}

li {
  padding-left: 40px ;
  text-indent: -30px ;
}

.button:hover {
  background-color: #ddd;
  color: black;
}

.footer {
  background-color: #394958;
  color: white;
  font-size: 18px;
  padding: 20px 40px 20px 20px;
}

#footer_text {
  text-align: right;
}

#footer_logos {
  text-align: left;
}
