html { 
  background: url(images/leaning_forward_resting_her_face_on_her_left_hand.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.screenreader {
width:100%;
}
.visually_hidden { 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}
div.page {
width:100%;
height: 100%;
}
div.topright {
width: 12%;
height:auto;
font-size: 35px;
color: #B22222;
float:right;
margin-right: 1%;
margin-top: 3%;
}
a {
color: #B22222;
}
@media screen and (max-width: 1000px) {
div.topright {
width: 75%;
height:auto;
font-size: 35px;
color: #B22222;
float:left;
margin-left: 1%;
margin-top: 3%;
}
.screenreader {
width:100%;
}
.visually_hidden { 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}
}
