
#photoPlayerHeader{
margin: 0px;
}

.simpleSpacer{
  width: 95%;
  height: 20px;
}

.AlignDivs95percent{
  width: 95%;
  margin: auto; 
}


#vcenter{
  display: flex;
  height: 100px;
  align-items: center;
   justify-content: center;
}

#vcenterfooter{
  height: 100px;
  width: 100%;
  text-align: center;
}

.CenterAlignDiv{
  
 
 }

.centerTextInDiv{
  text-align: center;
}

.boldText{
  font-weight: bolder;
}

.underlineAdjust{
text-underline-position: under;
}

.lerger160{
  font-size: 150%;
}

.lerger120{
  font-size: 120%;
}

.hero {
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {    
      content: "";
      background-image: url('Photos/trees1216.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;      
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.04;
}

/*
#theBody{
  
    background-image: url("img_tree.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.04;

    height: 100vh;
    width: 100%;
 
}
*/