body{
    color:white;
}

footer {
    margin:20px 0 0 10px;
    text-align:center;
    font-size:125%;
}

.imgsize-auto{
   max-width:100%;
}
.imglogo{
    margin:5px 0 5px 0;
    border:solid thick;
}

/*google map*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top:    10px;
padding-left:   0;
padding-right:  0;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}