h1, h2, h3, h4, h5 {
    font-family: 'Open Sans','Arial', sans-serif;
    font-weight: 700;
}

.Stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.Magenta { color: #e20f60; }
.headerBlock {
    margin: auto;
    padding: 3rem;
    
}

.tmb {
    width: 100%;           
    max-width: 100%;
    max-height: 300px;
}

.overlay {
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.overlayB {
    opacity: 0; 
    width: 33%;
    height: auto;
    background-color: #000;
    padding: 18px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 33%;
    z-index: 10;
    text-align: center;
    
    transition: bottom 0.2s linear, opacity 0.2s linear;
}
.projects a:hover .overlayB {
    bottom: 33%;
    opacity: 1;
}

.projects a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.NavList {
    margin-left: 0;
    list-style: none;
    line-height: 5rem;
    font-size: 1.6rem;
}

.NavList a {
    color: #fff;
}

.NavList a:hover {
    color: #e20f60;
}

.navlp, .mainWrap {
    background: url("../../img/1.jpg");
}
.mainWrap {
    color: #fff;
}

.BSadd {
    font-family: 'Open Sans','Arial', sans-serif;
    color: #fff;
    text-align: center;
}

.cell {
    position: relative;
}

.thumbnail {
    border: none;
    margin-top: 1rem;
}

.proj1, .proj2, .proj3, .proj4, .proj5 {
    height: 300px;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
} 

.social {
    width: 25%;
    height: 100%;
    margin: auto;
}
.Beh {
    background: url(../../img/Social/beLogo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.proj1 {
    
    background: url(../../img/PPFH_logo.png) center, url(../../img/PPFH_thumb0.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat;
}

.proj2 {
    background: url(../../img/ESlogo.png) center, url(../../img/ES_thumb.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat;
}
.proj3 {
    background: url(../../img/gob_thumb.png) center, #000;
    background-size: contain, cover;
    background-repeat: no-repeat;
}
.proj4 {
    background: url(../../img/JMJ_logo.png) center, url(../../img/Jumanji_thumb.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat;
}
.proj5 {
    background: url(../../img/vikings_thumb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.description {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*-------------------------------------------------------------------------------------*/

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #e20f60;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/*--------------------------------------------------------------------------------------*/