/* body */
body{
  background-color: #252f44;
}

/*header*/

 h4{
  color:#fff;
  background-color:#252f44;
  font-size:1.5rem;
}

/* nav */

.nav-header {
   font-size: 0.9em;
   border-top: 2px solid #fff;
   border-bottom: 2px solid #000;
   padding: 12px;
   height:80px;
}

 .nav-header .links {
      display: inline-block;
}

.nav-header .links a {
         color: #fff;
         text-decoration: none;
         padding: 10px;
}

 .nav-header .links a:hover {
            font-weight: bold;
         }

/*logo */
.nav-header .links a.home img {height:80px;width:80px;}

/* image container */
.image-container
{
  
  text-align:center;
}

/* single image */

.single-image{
  display:inline-block;
  width:24%;
}

.single-image img {
 width:100%;
 height:auto;  
}


/*temp hide */
a.birth {display:none;}
