/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

html{
  height: 100%;
}

body {
  background: rgba(109, 180, 66, 1) fixed;
  height: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0;
}

footer {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    height: auto;
}

p {
  color: white;
}

.collage_caption{
  text-align: center;
  background-color: rgba(0,56,168, 0.7);
  margin-top: -40px;
  padding-bottom: 12px;
  color: white;
  }

.collage_caption:hover{
  background-color: white;
  color: black;
  padding-bottom: 30px;
  margin-top: -60px;
  transition: 1s;
}

.collage-img{
  position: relative;
  z-index: -1;
  width: 515px;
  height: 515px;
}

.center-image{
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 50%;
}

.book-image{
  height: 230px !important;
  width: 150px !important;
  margin-top: 10px;
}

.icon-gif{
  margin-top: 0px;
  width: 100%;
  height: 75px;
}

#copyleft-symbol{
  height: 30px;
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ancom-flag{
  margin-left: 10px;
}

.x-logo{
  height: 25px;
  width: 25px;
  margin-top: -3px;
}

.navbar-button{
  color: black !important;
}

.navbar-button:hover{
  color: rgba(0,56,168) !important;
}

.blue-box{
  border-style: solid; 
  border-color: #ffffff;
  border-width: 5px;
  border-top-width: 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 5px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #174196;
}
  
.pjc-footer {
  margin-bottom: 0px;
  background-color: #174196;
}

.list-column-left{
  border-style: inset;
  padding-bottom: 10px; 
  border-right-style: solid;
  border-radius: 5px;
  border-color: white; 
  margin-top: 20px; 
  background-color: #b5b5b5;
}
.list-column-right{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 20px; 
  padding: 21px; 
  background-color: rgba(0,56,168, 0.3);
}

.flex-container{
  display: flex;}

  