


@media screen and (max-width: 600px) {
#alphabody {
    width: 85vw;
    padding:none;
    margin: 1vh auto 10vh auto;
}

 h1 {
    font-size: 9vw; }
    
#homeheader h1 {
 font-size: clamp(50px, 14vw, 150px); 
 padding-bottom: 10px;
}

p {
  font-size: 1.5em;
}

.bigtext p {
  font-size: 1.5em;
} 


#boxarea p{
  font-size: 8.5vw;
}

.homelink img{
  width: 100px;
  height: 100px;
  padding-bottom: 5px;
}

 

#bigframe {
 /* width: clamp(100px, 90vw, 900px);
  height: auto; 
  border: green; 
  margin: 30% 0 0 0; */
}

#bigframetext {
  width: 100%;
}

#bigframetext p {
    font-size: clamp(1.5em, 6vw, 80px);
}


.texticon {
  width: 25px;
  height: auto;
  
}

.texticon-fruit {
  width: 100px;
  height: auto;
  
}


#spinner p {
  font-size: clamp(1.2em, 6vw, 80px);
}


.inlineimg-img {
  min-width: 40%;
  height: auto;
}


}  /*inquiry endtag*/





