html{height: 101%}
.nav-sub-link{display: none}

.main-nav-btn {
  height: 200px;
  width: 200px;
  font-size: 1.3rem;
  font-weight: 700;

  white-space:normal !important;
  word-wrap: break-word;
  color: #555;
  border: 1px #555 solid;
  background: no-repeat;
  background-position: 0 60px ;
  background-size: auto auto;
}

.main-nav-btn:hover {
  color: #fff;
  background-color: #6C757D;
}

.move-up {
 position: fixed;
 bottom: 4rem;
 right: 2rem;
 z-index: 3;
 display: none;
 z-index:1000;
}

.section-bars{
  font-size: 200%;
  cursor: pointer;

}

.my-opacity {
  opacity: 0.7; 
}

.h1-gal{
  cursor: pointer;
  color: #555 !important;
}

a.gal-link{
	
	color: #555 !important;	
} 


img.crop-center{
    height: 220px;
    width: 220px;
    object-fit: cover;
    object-position: top center;

} 

.text-555{
	color: #555 !important;
}

.modal-header, .modal-footer {
	padding: 0 1rem !important;
}
