* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
} /* Remove default padding */

html,
body {
    background-color: #fff; /* Used for excess viewport at bottom of page */
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px; /* Reference font size for all text */
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
} /* Body setup */

.floor-plan-section {
    text-align: center!important;
    width: 100%;
}

header {
    text-align: center;
    margin: 5% auto;
}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s;
    transition: background-color 0.2s, border 0.2s;
    background-color: #134260;
    border: 1px solid #134260;
    color: #fff;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #0072bb;
}

area {
    opacity: 1;
}

area:hover {
    opacity: 0.7;
}

img {
    max-width: 590px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

h2 {
    margin: 3% auto;
}