
/* gallery
*    _________    __    __    ____________  __
*   / ____/   |  / /   / /   / ____/ __ \ \/ /
*  / / __/ /| | / /   / /   / __/ / /_/ /\  / 
* / /_/ / ___ |/ /___/ /___/ /___/ _, _/ / /  
* \____/_/  |_/_____/_____/_____/_/ |_| /_/   
*                                            
*/

.navlabel{
  font-family: 'Times New Roman', Times, serif;
  color: var(--lsuawm-fg);
  font-weight: bold;
  font-size: 24px;
}

.photogallery .post .postsubtitle::before {
  content: "~ ";
}
.photogallery .post .postsubtitle {
  font-style: italic;
  color: var(--lsuawm-fg);
  margin-bottom: 5pt;
}

.photogallery .post .text {
  margin-top: 2%;
  text-align: center;
}

@media screen and (min-width: 805px) {
  .galleryphoto.gp-full {
    width: 100%;
  }
  .galleryphoto.gp-large {
    width: 75%;
  }

  .galleryphoto.gp-small {
    height: 200pt;
  }

  .galleryphoto.gp-med {
    height: 275pt;
  }
}
@media screen and (max-width: 805px) {
  /* for small screens, just give up */
  .galleryphoto.gp-full,
  .galleryphoto.gp-large,
  .galleryphoto.gp-small,
  .galleryphoto.gp-med {
    width: 100%;
  }
}

.photogallery {
  max-width: 1400px;
  display: block;
  margin: auto;
}

.photogallery .post {
  margin-top: 2%;
  margin-bottom: 2%;
}

.galleryphoto {
  border: 5pt solid transparent;
}