body {
    padding-top: 70px;
   /* margin-bottom: 100px;*/
  /*  padding-bottom: 100px;*/
}

body .jumbotron {
    background: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
}

.jumbotron p a {
    margin-bottom: 10px;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img { 
    max-width: 100%; 
    height:auto;
}

#maintitle {
    width:100%;
    height:550px;
    position:relative;
}

#titleimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
