/*----------------------------------------------------------*/
/* Rosas Pizza Menu Styles "locations.css" */
/* Author: Steve Pettee, Glacier Web Creative */
/* www.GlacierWebCreative.com */
/*----------------------------------------------------------*/


    
    

h1#locations {
    width: 100%;
    text-align: center;
    padding: 60px 0 30px 0;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    font-family: "times new roman";
    line-height: 100%;
    }
    
h1#maps {
    width: 100%;
    text-align: center;
    padding: 30px 0 10px 0;
    font: normal 14px/20px "times new roman";
    }
    
div#content {
    width: 94%;
    margin-left: 6%;
    }
    
h2.state {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0 0 0 -40px;
    padding: 0 0px 15px 0;
    font: italic bold 27px/100% "times new roman";
    }
 
div.storeaddress {
    float: left;
    padding: 0px 0px 0px 0px;
    width: 32%;
    height: 120px;
    }


    





     
/* change font size and wrapper size for 481-660 pixels screen
****************************************************************/


@media screen and (min-width: 481px) and (max-width: 660px) {
     h1#locations {
          font: normal 25px/25px "times new roman";
          text-align: center;
          font-style: italic;
          font-weight: bold;
          }
          
     
          
          
}

















