html, body {
    margin: 0;
}
html {
    position: relative;
    min-height: 100%;
}   
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}   
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}     

.container .text-muted {
    margin: 10px 0;
}

#svgWrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
#headerWrap {
    display: inline-block;
    height: 80px;
    /* width: 105ex; */
    margin:0;
}
#bough-backgr-2 {
    height: 205px;
}
#bough-backgr-1 {
    width: 100% !important;
    height: auto;
    display: inline-block;
    background-repeat:no-repeat;
    margin:0;
    background-size:cover;
}
#menuId {
    display: inline-block;
    vertical-align: top;
}
#menuId {
    margin: 2ex 0 0 ;
    font-size: 1.4em;
}
@media (min-width:697) { #menuId { margin: 2ex 0 0 2em; } }

#menuId ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 50ex;
    background-color: #e6ecff; /* f1f1f1 */
    text-align:center;
    border-radius:6px;
}
#menuId li {
    display: inline-block;
}
#menuId li a {
    display: inline-block;
    min-width: 10ex;
    padding: 1ex 1ex;
    text-decoration: none;
    border-radius:6px;
}
#menuId li a.active {
    background-color: #ccd8ff; /* 818181 4CAF50 */
}
/* Change the link color on hover */
#menuId li a:hover {
    background-color: #afbeef;
    color: white;
}
#phoneNumId {
    display:inline-block;
    vertical-align: top;
    margin: 2px 1ex 0 0 ;
    float: right;
}
#phoneNumId p {
    font-size: 1.6em;
}
/* .active { background-color: #818181; color: white; }*/

