.address {
    text-align: right;
    font-size: 1.2em;
    font-weight: bold;
}
.blue{
    color: #00abd4!important;
}
h1 {
    color: #00abd4;
    margin-bottom: 0.5em;
}
#content {
    float: left;
    width: 710px;
    padding: 15px;
}
#sidebar {
    float: right;
    width: 435px;
    padding: 15px 0;
}
#sidebar .title h2 {
    font-size: 1.6em;
    margin-bottom: .5em;
    font-weight: bold;
}
#banner {
    overflow: hidden;
    height: 500px;
    background: url(images/Small Animal Medicine.jpg) no-repeat center;
    background-size: cover;
    border-bottom: 5px solid #00abd4;
}
#menu {
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    align-content: space-around;
    justify-content: space-between;
}
#menu .title {
    font-size: 2.25em;
    text-shadow: 1px 2px 3px #000;
    font-weight: bold;
}
.title img{max-width:340px;}
#menu p {
    line-height: inherit;
    margin-bottom: 10px;
}
.verticalcenter{
	vertical-align: middle;
}
#menu-wrapper {
    background: #00586d;
    color: #fff;
}
a[href*=tel]{
	font-weight:bold;
	text-decoration: none;
	font-family: sans-serif!important;
}
#menu a[href*=tel] {
    font-weight: bold;
    font-family: sans-serif!important;
}
.name{font-size:1.7em;}
ul.style{
    margin-left: 40px;
}
ul.style li {
    list-style-type: none;
    position: relative;
    padding-left: 21px;
    word-wrap: break-word;
    line-height: 1.5em;
}
ul.style li:before {
    content: '\2022';
    font-size: 55px;
    line-height: 27px;
    vertical-align: middle;
    color: #00abd4;
    text-align: right;
    padding-right: 6px;
    width: 10px;
    position: absolute;
    left: 0;
    top: -3px;
}

#sidebar ul.style {
    margin-left: 0;
    padding: 0;
    text-decoration: none;
}
#page {
    position: relative;
    overflow: hidden;
    padding: 1em 0em;
}
.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    align-content: space-around;
}
.flex > :first-child {
    margin-left: 0;
}
.flex > div {
    flex: 1 1 50px;
}
.flex > * {
    margin: 10px;
}
img.full {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}
