@media screen and (min-width: 1440px) and (max-width: 2558px){
html { 
  background: url('/images/pipes002.jpg') no-repeat center fixed;
  background-size: cover;
}
.backgrpic {
  justify-content: left; 
}    
.navigate {
  width: 20em;
  background-color: transparent;
  margin-top: 9em;
  margin-left: 7em;        
}    
.select {    
  height: 2em;
  width: 100%;
  background-color: white;
  color: black;
  border-radius: .25em;
  font-weight: bold;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 0em;
  text-decoration: none;
}
.aboutmsg {
  height: 32em;
  width: 44em;
  margin-top: 5em;
  margin-left: 8em;
}
.intro {
  text-align: left;
  text-indent: 1.25em;
  font-family: 'Alex Brush';
  font-size: 2em;
  font-weight: 500;
  padding: 0em;
  margin: 3em 1em 2em 1em;   
  clear: both;
}
.doneabout {
  height: 2em;
  width: 30%;
  background-color: white;
  color: black;
  border-radius: .25em;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0em;
  margin-left: 20em;
  text-decoration: none;
  display: block;
  clear: both;        
}
}
@media screen and (min-height: 875px) and (max-height: 900px){
.aboutmsg {
  height: 35em;
  margin-top: 5em;
  margin-left: 10em; 
}    
.intro { 
  margin: 1em 1em 0em 1em;
  font-size: 1.9em;
}    
.doneabout {
  margin-top: 9em;
  margin-left: 12.5em;   
}     
}

