.ornament2 {
    background-repeat: no-repeat;
    position: absolute;
    left: -20%;
    margin-top: 5%;
    z-index: 19;
    transform: rotate(120deg);
}


/* Wells - paper */

.well {
    background: orangered;
    padding: 60px 60px;
    z-index: 1;
    margin-top: 20px;
    margin: auto;
}

.well:before,
.well:after {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.well:before {
    background: #f6f6f6!important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    left: -5px;
    top: 4px;
    transform: rotate(-2.5deg);
}

.well:after {
    background: rgb(255, 224, 206)!important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    right: -3px;
    top: 1px;
    transform: rotate(1.4deg);
}

.well .list-unstyled {
    padding-left: 15px;
    font-size: 16px;
    list-style: none;
    line-height: 30px;
    font-weight: 400;
    font-family: lfont;
}

#invitation {
    background-color: #faf6fb;
}

#quote {
    margin-top: 66px;
    padding-top: 20vh;
    padding-bottom: 20vh;
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#quote h2 {
    font-size: 18px!important;
    color: rgb(255, 255, 255);
    font-style: italic;
    text-align: center;
}

.types {
    padding-top: 10vh;
}

.types img {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.types img:hover {
    width: 81%;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.hideit {
    display: none;
}

@media (max-width:767px) {
    .hideit {
        display: block;
    }
}

.showit {
    display: block;
}

@media (max-width:767px) {
    .showit {
        display: none;
    }
}