
body{
	background-image:url("../images/me.gif");
		;
			height:900px;
			font-family: "Inconsolata", monospace;
			background-size: cover;
      background-position: center;
      background-attachment: fixed;

	
	text-align: center;
}
.gallery img {
  width: 600px;   /* set any size you want */
  height: 500px;
  object-fit: cover;  /* keeps them uniform while cropping edges if needed */
  display: block;
}

.custom-cursor {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.site-wide {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid black;
}

.site-wide .pointer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: black;
	transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}

.site-wide.active .pointer {
	width: 20px;
	height: 20px;
}

.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 30px;
    text-align: center;
    color:black;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
  
	font-family: Nunito;
	font-weight: 600;
	color: black;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background-color:black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
	font-family: "Inconsolata", monospace;
    color: white;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: rgba(191,241,9,1.00);
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(180deg, rgba(245,22,185,0), rgba(68,27,245,1));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}
 

gallery-block{
	width: 100%;
}

videostills-gallery{
   width: 100%;
	padding: 0px;
}
.container {
	
	 width: 100%;
	padding: 0px;
}
@media (min-width: 576px) {
 

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
 
}
