html{
    font-size: 62.5;
}
*{
    margin: 0; padding: 0; border: 0; box-sizing: border-box;    

    
    
}
body{
    min-height: 100%;
    min-width: 100%;
}
@media (max-width: 850px) {
    #PC{
        display: none;
    }
  }
  @media (min-width: 851px) {
    #M{
        display: none;
    }
    
  }

#pcHead{
    height: 40vh;
    min-width: 90vw;
    max-width: 90vw;
    background-image:url(yo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 250% ;
    background-position: 50% 25%;
    position: relative;
    left: 5%;
    margin-bottom: 2rem;
}
#pcHead h1{
    transform: rotate(-10deg);
    color: white;
    font-size: 7rem;
    text-shadow: .1rem .1rem black;
    
    
}
@media (min-width: 700px) {
    #mHead{
        height: 20vh;
    }
  }
@media (max-width: 699px) {
    #mHead{
        height: 35vh;
    }
  }
@media (max-width: 367px) {
    #mHead{
        height: 50vh;
    }
  }
#mHead{
    width: 100vw;
    background: orange;
}
#mHead h1{
    font-size: 3rem;
    text-align: center;
}

#pcNav{
    position: relative;
    right: 0;
}
#pcNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
#pcNav li {
    float: right;
    font-size: 2rem;
    border: .2rem solid black;
    margin: .5rem;
    margin-top: 15vh;
    border-radius: 25%;
    background-color: whitesmoke;
    height: 5rem;
    width: 7.5rem;
    text-align: center;
  }
  
#pcNav li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    margin-top: 1rem;
    
  }
#mNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
#mNav li {
    text-align: center;
    float: left;
    font-size: 2rem;
    border: .2rem solid rgb(0, 174, 255);
    margin: .5rem;
    border-radius: 25%;
    background-color: orange;
    height: 6rem;
    width: 6rem;
    margin-right: 5vw;
    
  }
  
#mNav li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    
  }
#rotate{
    transform: rotate(-40deg);
    margin-top: 1.5rem;
}
#normal{
    margin-top: 1rem;
}
#pcAbout{
    width: 20vw;
    position: relative;
    left: 6rem;
    display: inline-block;
}
#pcAbout h1{
    text-align: center;
    font-size: 3rem;
    color: orange;
   
}
#mAbout{
    width: 100%;
    position: relative;
    
}
#mAbout h1{
    text-align: center;
    font-size: 2rem;
    color: orange;
   
}
h1{
    text-shadow: .1rem .1rem black;
}
#pcMap1,#pcMap2,#pcMap3{
    display: inline-block;
    position: relative;
    padding-left: 8vw;
    text-align: center;
}
#pcMap1 h1,#pcMap2 h1,#pcMap3 h1{
    color: orange;
    text-align: center;
}
#pcMap1 img,#pcMap2 img,#pcMap3 img{
    width: 15vw;
    height: 20vh;
}
#mMap1,#mMap2,#mMap3{
    position: relative;
    text-align: center;
}
#mMap1 h1,#mMap2 h1,#mMap3 h1{
    color: orange;
    
}
#mMap1 img,#mMap2 img,#mMap3 img{
    width: 90%;
    height: 30rem;
}
#pcHealth{
    margin-top: 5rem;
    max-width: 90vw;
    
}
#pcHealth p, #pcHealth ul{
    margin-left: 10vw;
}
#pcHealth h1{
    color: orange;
    position: relative;
    text-align: center;
    
}
#pcf1{
    color: white;
}
#pcfnormal1,#pcfnormal2{
    position: relative;
    float: right;
    font-size: .75rem;
    border: .2rem solid white;
    background-color: orange;
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 35%;
    height: 5vh;
    width: 7.5vw;
    text-align: center;
    bottom:1vh ;
}
#pcf2 img{
    float: right;
}
hr{
    border-top: .3rem solid rgb(0, 174, 255);
}
#mf1{
    color: white;
}
#mfnormal1,#mfnormal2{
    float: right;
    font-size: 1.25vh;
    border: .2rem solid white;
    background-color: orange;
    margin-right: 10vh;
    border-radius: 25%;
    height: 5vh;
    width: 15vh;
    text-align: center;
}
#mfnormal1{
    margin-left: 17rem;
}
#mf2 img{
    float: right;
}
#pcf1{
    position: relative;
    min-height: 7.5vh;
    bottom: 5%;
    background-color: rgb(0, 174, 255);
    width: 85%;
    left: 7.5%;
}
#pcf2{
    position: relative;
    bottom: 0%;
    min-height: 7vh;
    width: 85%;
    left: 7.5%;

}
#mf1{
    position: relative;
    height: 7rem;
    bottom: 5%;
    background-color: rgb(0, 174, 255);
    width: 100%;
}
#mf2{
    position: relative;
    bottom: 0%;
    height: 5%;

}