@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
body,
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    background: none 0 0 repeat-x #fff;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    margin: 0;
    padding: 0;
    color: #575756;
}
a {
    color: #575756;
    text-decoration: none;
}
a:hover {
    color: #91a397;
    text-decoration: none;
}
a:active {
    color: #efaba6;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
}
div.menu ul li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
    color: #575757;
    font-family: Allura, cursive;
    text-transform: none;
    font-weight: 400;
    margin: 0;
}
h1 {
    font-size: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 20px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 35px;
}
h5,
h6 {
    font-size: 20px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.wrapper {
    width: 96%;
    max-width: 960px;
    margin: 1% auto;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(29, 29, 27, 0.7);
    height: 170px;
    z-index: 9999;
}
.signature {
    font-family: Allura;
    font-size:2em;
}
.header h1 img {
    max-height: 120px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.header h1 img:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.headerflower {
    position: absolute;
    bottom: -45px;
    right: 11%;
    height: 100px;
}
.textflower,
.textflower3 {
    margin: 20px 0 20px 20px;
    max-width: 230px;
}
.textflower2 {
    margin: 20px 20px 20px 0;
    max-width: 170px;
}
section {
    min-height: 76vh;
    padding: 1.5% 0;
}
section.contact,
section.home {
    min-height: 40vh;
}
.anchor {
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}
.home {
    margin-top: 150px;
}
.pricelist {
    background: url(../img/brick60.png) #fff;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer {
    background: rgba(29, 29, 27, 0.7);
    float: left;
    width: 100%;
}
.footer a,
.footer p {
    color: #fff;
}
.footer a:hover {
    color: #c1d3c7;
}
.socialMedia {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
.socialMedia li {
    display: inline-block;
}
.icon-button {
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: -25px;
}
.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3b5998;
}
.google span,
.pinterest span {
    background-color: #db5a3c;
}
.instagram span {
    background-color: #262626;
}
.icon-button i {
    background: 0 0;
    color: #fff;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 50px;
    z-index: 10;
}
.icon-button .icon-twitter {
    color: #4099ff;
}
.icon-button .icon-facebook {
    color: #3b5998;
}
.icon-button .icon-google,
.icon-button .icon-pinterest {
    color: #db5a3c;
}
.icon-button .icon-instagram {
    color: #262626;
}
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google,
.icon-button:hover .icon-instagram,
.icon-button:hover .icon-pinterest,
.icon-button:hover .icon-twitter {
    color: #fff;
}
.navigation {
    width: 51%;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.menu li {
    display: inline-block;
    margin-left: 2%;
    font-family: Allura;
}
.telephoneNumber {
    text-align: right;
    font-family: Allura;
    font-size: 26px;
    display: block;
    color: #fff;
    margin: 5px 12px 0 0;
}
.menu li a {
    color: #c1d3c7;
    display: block;
    line-height: 15px;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 30px;
}
.menu li a.selected,
.menu li a:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}
.menu li a.selected,
.menu li a:active {
    color: #fff;
}
fieldset {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
}
fieldset p {
    margin: 2px 12px 10px 10px;
}
fieldset.changePassword label,
fieldset.login label,
fieldset.register label {
    display: block;
}
fieldset label.inline {
    display: inline;
}
legend {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}
input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}
div.accountInfo {
    width: 42%;
}
.element {
    margin: 1% 0;
}
.element label {
    height: 15px;
    padding: 7px 0;
    margin: 0 0 5px 0;
}
.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.bold {
    font-weight: 700;
}
.submitButton {
    text-align: right;
    padding-right: 10px;
}
.element label {
    display: block;
}
.element input,
.element textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #c1d3c7;
    display: block;
    vertical-align: top;
    font-family: "Playfair Display", serif;
    color: #575756;
    width: 265px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.element input:focus,
.element textarea:focus {
    width: 300px;
}
.form-error {
    color: red;
    padding: 10px 0 5px 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.error,
.has-error input,
.has-error textarea {
    border: 2px solid red !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.element .submit-button {
    border: none;
    background: #c1d3c7;
    padding: 5px 15px;
    color: #575756;
    font-family: "Playfair Display", serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}
.element .submit-button:hover {
    border: none;
    background: #91a397;
    padding: 5px 15px;
    color: #fff;
    font-family: "Playfair Display", serif;
    cursor: pointer;
}
.pricelist ul {
    list-style: none;
    padding: 0;
}
.pricelist ul li {
    margin-bottom: 20px;
    line-height: 24px;
}
.pricelist ul.nopadding li {
    margin-bottom: 0;
}
:focus {
    outline: 0;
}
.white {
    color: #fff;
}
.sage {
    color: #91a397;
}
.coral {
    color: #efaca6;
}
.peach {
    color: #fbd5c8;
}
.mint {
    color: #c1d3c7;
}
.charcoal {
    color: #575756;
}
.bold {
    font-weight: 700;
    font-size: 18px;
}
h3.bold {
    font-weight: 700;
    font-size: 45px;
}
.italic {
    font-style: italic;
}
.center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.twocolumnWrapper {
    display: flex;
    flex-wrap: wrap;
}
.onecolumn {
    margin-bottom: 50px;
}
.twocolumn {
    flex: 1 49%;
    margin-bottom: 40px;
}
@media only screen and (max-width: 910px) {
    .footer .left,
    .footer .right {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 640px) {
    .textflower,
    .textflower3 {
        max-width: 170px;
    }
    .textflower2 {
        max-width: 150px;
    }
    .headerflower {
        bottom: -30%;
        right: 5%;
        height: 85px;
    }
    .twocolumn {
        flex: 1 99%;
    }
    .wrapper {
        width: 90%;
        max-width: 960px;
        margin: 1% auto;
    }
    h3.bold {
        font-weight: 700;
        font-size: 40px;
    }
    h4 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 560px) {
    
	.header {
        height:175px;
    }
    .header h1 img {
        padding-top: 8px;
    }

	.home {
	    margin-top: 175px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) {
    .pricelist {
        background-attachment: initial;
        background-repeat: repeat;
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -o-background-size: initial;
        background-size: initial;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .pricelist {
        background-attachment: initial;
        background-repeat: repeat;
        -webkit-background-size: initial;
        -moz-background-size: initial;
        -o-background-size: initial;
        background-size: initial;
    }
}
@media only screen and (max-width: 530px) {
    .textflower3 {
        max-width: 140px;
    }
    .element input,
    .element textarea {
        width: 45%;
    }
}
@media only screen and (max-width: 400px) {
    .telephoneNumber {
        font-size: 22px;
    }
}
.textflower,
.textflower2,
.textflower3 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.textflower2:hover,
.textflower3:hover,
.textflower:hover {
    transform: scale(1.05);
}
.polaroid-wrapper {
    width: 50%;
    margin: 50px 10px 10px 0;
    float: left;
    position: relative;
    padding: 20px;
    padding-top: 40%;
}
.polaroid {
    position: absolute;
    width: 40%;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 1000px) {
    .polaroid-wrapper {
        width: 88%;
        text-align: center;
        float: none;
        display: block;
        padding-top: 58%;
    }
    .polaroid {
        width: 35%;
    }
}
@media only screen and (max-width: 750px) {
    .polaroid-wrapper {
        padding-top: 65%;
    }
}
@media only screen and (max-width: 525px) {
    .polaroid-wrapper {
        padding-top: 70%;
    }
}
.polaroid:hover {
    transform: scale(1.1);
    z-index: 999;
}
.polaroid img {
    border: 10px solid #eee;
    border-bottom: 45px solid #eee;
    -webkit-box-shadow: 3px 3px 3px #777;
    -moz-box-shadow: 3px 3px 3px #777;
    box-shadow: 3px 3px 3px #777;
    width: 100%;
}
.polaroid p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    font: 400 18px/1 Allura, cursive;
    color: #888;
}
.polaroid-one {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    top: 3%;
    left: 49%;
}
.polaroid-two {
    -ms-transform: rotate(-26deg);
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
    top: 11%;
    left: 10%;
}
.polaroid-three {
    -ms-transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    top: 1%;
    left: 30%;
}
