body {
    padding-top: 40px;  
    position: relative;
    height: 100%;
    color: midnightblue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1, h2, h3, h5 {
    font-weight: bold;
    color: maroon;
    text-align: center;
}

h4  {
    font-weight: bold;
    color: midnightblue;
    text-align: center;
}
p#topcwo {
    font-size: 14px;
    color: darkred;
    
}
h1 span {
    font-size: 26px;
    
}
h3 {
    font-size: 20px;
}

p, h6 {
    color: midnightblue;
    text-align: center;
}


img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

#headName, #headPhone, #headAddress {
    color:white;
    font-weight: bold;
    font-size: 14px;

}

#headName:hover,#headPhone:hover, #headAddress:hover { 
    color: grey;
}


#storeHourshead {
    font-size: 16px;
    color: maroon;
    font-weight: bold;

}

.storeHoursDay {
    font-size: 12px;
    color: midnightblue;
    font-weight: bold;
}

.storeHoursTime {
    font-size: 12px;
    color: maroon;
    font-weight: bold;

}

h6 {
    font-family: sans-serif;
    font-size: 12px;
    color: maroon;
    font-weight: bold;
}

p {
    font-size: 14px;
}

.navbar-right {
    font-size: 12px;
}

.highlight {
    background: pink;   
    border: solid 1px #555;
}

.small-box {
    width: 300px;
}

#scrollerBox {
    position: relative;
    height: 400px;
    overflow: auto;
    border: solid 1px #ccc;
}

.navbar, .nav .active {
    background-color: midnightblue;
    
}
.nav {
    
    background-color: midnightblue;
}

#sidebar {
    
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 30px;
}

p#sidebar{
    text-align:right;
}

#mainL {
    
    padding: 15px 25px 10px 30px;
}

strong {
    font-size: 20px;
}
