html {
    overflow-y: scroll;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0; padding: 0;
    font-size: 120%;
    background-color: #F8F8F8;
}

p {
    margin-left: 1%;
} 

p.my {
 /*   margin-left: 1%; */
    font-size: 70%;
    color: #5A5A5A;
    margin-bottom: -12px
/*    width: 100%;        */
} 
p.my.toprow {
    margin-top: -14px;
    margin-bottom: -10px;
} 

h2 {
    margin-left: 1%;
    color: LightSteelBlue;
    font-size: 180%;
    margin-top: 10px;
} 

a:link {
    text-decoration: none;
}

.mySpacing {
  word-spacing: 0.5em;
}


.item {
    float: left;
    position: relative;
    line-height: 1em;
}


.grid-sizer { width: 20%; }
.item { width: 20%; }


@media screen and (max-width: 1224px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
}

@media screen and (max-width: 720px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
}

@media screen and (max-width: 480px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 100%; }
  .item { width: 100%; }
}

.image{
    max-width: 100%;
    margin: 0;
    display: block;
}

.image:after {
    clear:both;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.overlay .title {
    text-align: center;
    font-size: 30px;
}

.overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
}

.overlay .description p {
    margin: 20px;
}

.item:hover .overlay {
    display: block;
}

div.mybox {
  margin-left: 1%;
}


.footer {
  width: 100%;
  /* background-color: #555588; 
  color: white; */
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
}
