h2 {
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

#content {
    padding-bottom: 30px;
}

#logo {
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align:center;
    background-image: url('/images/optimised/charliepaws_fit.jpg');
    background-size: 2809px;
    padding: 30px 0;
}

#logo > img{
    max-height: 400px;
    width: auto;
}


#pricing {
    padding: 60px 0;
}
#location-container {
    display: inline-block;
    border: 10px solid rgba(150, 200, 220, 0.75);
    border-radius: 10px;
}
#location-container input {
    background-color: white;
}

#map-container {
    position: relative;
    background-color: white;
    border: 1px solid #999;
    box-shadow: 0 0 20px #999;
    border-radius: 3px;
    overflow: hidden;
}
#map-search {
    border-radius: 3px;
    background-color: #f3eeea;
    padding: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1001;
}
#map-search input {
    background-color: white;
}
#pricing-buttons button {
    background-color: white;
}

#autocomplete {
    position: absolute;
    z-index: 9000;
    background-color: white;
    right: 8px;
    left: 8px;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
#autocomplete div:not(.active):hover {
    background-color: #f5f5f5;
}
#autocomplete .active {
    background-color: #e5e5e5;
}
#autocomplete div {
    padding: 6px;
    border-bottom: 1px solid #DDD;
}


#map {
    width: 100%;
    height: 500px;
    cursor: crosshair;
}

#sub-heading {
    margin: 10px 0;
}

#sub-heading > ::after, #sub-heading > ::before {
    border-color: #949494;
}

#navbar {
    background: unset;
}

body, #content {
    background-color: rgb(243, 238, 234);
}


#contact_submit {
    border: 1px solid #0ac4d6;
}


.price-popup div {
    font-size: 1.3em;
}