@charset "UTF-8";
/* Extra home page styles: VP */

p.HP_intro_text {
  margin:0 5% 2.4rem 5%;
  text-align:center;
}

#bodytopspreadcontainer {
  min-height:auto;
}
#bodytopspread {
  position:relative;
  width:100%;
  max-width:1920px;
  height:65vh;
  min-height:auto;
  margin:0 auto;
  padding:0;
  background-color:#333;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  border-bottom:1px solid black;
}
#hp_logo {
  position:absolute;
  width:100%;
  height:100%;
  z-index:10;
  display:flex;
  justify-content:center;
  align-items:center;
}
  #hp_logo img {
    width:100%; 
    max-width:500px;
    height:auto; 
    border:none;
  }


@media screen and (max-width: 640px) { 
  
  p.HP_intro_text {
    margin:0 0 2.4rem 0;
  }
  
}


/* End */