
.img{
    pointer-events:none;
}

#heading{
    color: white;
    font-size: 100px;
    position:absolute; 
    top: 25px; 
    left: 25px; 

}

#bottom{
    font-size: 100px;
    position:absolute; 
    bottom: 0; 
    left:0;
    width: 100%;
    height: 25px;
    background-color: black;

}

#nearestStarbucks{
    font-size: 16px;
    position: absolute;
    bottom: 10px; 
    left:10px;
    width:250px;
    color: yellow;
    background-color: black;
    padding: 2px;
    font-family: helvetica;
/*    text-shadow: 1px 2px #00ffff;*/
    text-transform: uppercase;
    z-index: 2;
    border: 2px solid #00ffff;
    border-radius: 25px;

}

#googft-mapCanvas{
    height: 100%; 
    width: 100%; 
    position:absolute; 
    top: 100; 
    left: 0; 
    z-index: 0; 
    transform-origin : 50% 50%;
/*    zoom: .60;
*//*    -moz-transform: scale(.60);
    -moz-transform-origin: 0 0*/
}
}


/* ----------------- MODAL -----------------*/
#modalOverlay {


}


#modal {
    position:absolute;
    background:rgba(0,0,0,0.2);
    border-radius:0px;
    padding:1px;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transform: scale(.9);
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, transform .5s;


}

#modalContent {



}

#modalClose {
    display:block;
    font-size: 12px;
    font-family: Helvetica;
    text-transform: uppercase;
    color:#00ffff;
    text-decoration: none;
    background-image: url("../background_windows_stars.gif");
    background-repeat: none;
    text-shadow: 1px 2px #ff0000;
}