@charset "utf-8";
/* CSS Document for photographs page only */

.small_container {
    display: flex;
    grid-gap: 8px;
    align-items: top;
    justify-content: center;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: auto;
}

.container {
    display: grid;
    grid-gap: 8px;
	align-items: top;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-rows: auto;
}
.badge {
	border-style: solid;
	border-width: 2px;
	border-color:#0F1471;
	border-radius: 5px;
    align-items: top;
	align-content: top; 
	padding-top: 10px;
	
 
}
img{
	border: none;
 	color: none;
}
  
a:link {
  text-decoration: underline;
}

/*hero-photo is for a drop shadow on the all about page only*/

.ahi-hero-photo {
    display: block;
	margin-left: auto;
	margin-right: auto;
/*
    height: auto;
    width: auto;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 20px 20px 10px grey;   
*/
}
/*hero-photo is for a drop shadow on the all about page only*/


  video {
        display: block;
        margin: auto;
      }

  audio {
        display: block;
        margin: auto;
      }