body {
  background-color: #1D0C2E;
  background-image: url("img/reflectionsBG.png");
  background-size: 1920px 1205px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  resize:both;
  
  font-family: Verdana;
  font-size:small;
  
  min-height:100%;
}

.rocksalt {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}

#refConstruction{
  position:absolute;
  top:10px;
  left:50%;
  transform: translate(-50%);
  width:300px;
  color:white;
}

#refTitle{  
  position:absolute;
  top:440px;
  left:50%;
  transform: translate(-50%);
  
  width:400px;
  
  background-color:#B73F90;
  color:#1D0C2E;
}

#refContentContainer{
  position:absolute;
  top:595px;
  left:50%;
  transform: translate(-50%);
  
  width:604px;
  
  
}

#refContent{  
  
  width:100%;
  
  background-color:#B73F90;
  color:#1D0C2E;
  
  
  min-height:600px;
  
  border-radius:0px 0px 20px 20px;
  box-sizing: border-box;
  
  padding:30px;
}

.refButton{
  background-color:#FFF;
  color:#000;
  
  width:180px;
  height:48px;
  
  border-color:#B73F90;
  border-radius:8px;
  border-width:6px;
  
  font-size:16px;
  
  margin-top:6px;
  
}

#refNav{
  width:180px;
  
  position:absolute;
  top:40px;
  left:-160px;        
  
}

.refImg{
  max-width:600px;
}

.profileImg{
  border-radius:120px;
}


#refFooter{
  width:100%;
  color:white;
  
}


















