h1 {
  font-size: 175%;
  font-weight: bold;
}

h2 {
  font-size: 150%;
  font-weight: bold;
}

h3 {
  font-size: 125%;
  /*font-weight: bold;*/
}

/*body {margin:25px;} */

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
/*    float: left;*/
/*    width: 180px; */
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
    border: 10px solid transparent;
}

div.desc {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.youtube {
  color: #FF0000;
}

