/*PHOTOS*/

.center {
 max-width: 600px;
 max-height: 400px;
 height: 100%
 width: 100%;
 margin: 10px;
 padding: 10px;
float: center;
}

.center2 {
 max-width: 400px;
 width: 100%;
 text-align: center;
}

.image_right {
 max-width: 260px;
 margin: 10px;
 padding: 10px;
 float: right;
}

/* Turn Menu Phone Number into Button */
#menu-item-71 a {
    background-color: transparent;
    color: #D12517;
    cursor: pointer;
    font-size: 22px;
    font-weight: 800;
}

/*BUTTONS*/

.top_button, input#SendEmail.btn, .sidebar_button {
    background-color: #4253A8;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    max-width: 200px;
    margin: 5px auto;
    box-shadow: 2px 2px #6a6a6a;
}

.top_button a, .sidebar_button a, input#SendEmail.btn a {
    color: #ffffff;
    text-decoration: none;
}

.top_button:hover, .sidebar_button:hover, input#SendEmail.btn:hover {
    background-color: #d12517;
    box-shadow: 2px 2px #7a7a7a;
}

/* fixes display issue on the Google App */
.header-image .site-description { display: none; }