.image-col {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

.banner h1 {
    font-family: 'Cinzel Decorative', cursive;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0;
}

.photo {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.photo-small {
    min-height: 370px;
}

.designs {
    padding: 0 5em;
}

.designs img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-top: .4em;
}

.designs h5 {
    color: #B33A2B;
}

.banner {
    height: calc(100vh - 110px - 40px);
    /*background-color: #FDECD5;*/
    background-image: url('../images/index/large1.jpg');
    background-position: 50% 70%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 110px;
}

.block-1 {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: calc(100vh - 40px);
}

.content-ul {
    font-size: 20px;
    list-style-type: none;
    padding-left: 20px;
}

.redbullet-ul {
    list-style: none;
}

.redbullet-ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #B33A2B;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: .7em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.redbullet-ul li {
    font-size: 1.2rem;
}

.oi {
    font-size: 25px;
    color: #B33A2B;
}

.tile {
    margin-top: 1em;
    opacity: 0.9;
    width: 75%;
    /* background-color: #ffffff;
    border: #ffffff solid 5px; */
}

.bannerheader {
    margin: 0 auto;
    border: #720E07 solid 4px;
    border-radius: 3px;
    color: #720E07;
    width: 525px;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner h5 {
    color: #ffffff;
    font-size: 25px;
}

.pic-heading-bg {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

.banner small {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    color: #720E07;
    padding: 3px 5px;
    font-weight: 800;
}

.photo small {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    color: #B33A2B;
    padding: 3px 5px;
    font-weight: 800;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

p {
    margin-bottom: 0;
}

.content-standard {
    margin-top: 120px;
    min-height: calc(100vh - 110px);
}

.quote {
    margin: 0 auto;
}

.name {
    font-size: 18px !important;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    color: #B33A2B;
}

.triple img {
    width: 100%;
    height: auto;
    padding-bottom: 1em;
}

.triple .btn {
    margin-top: 1em;
    margin-bottom: 1em;
}

.quote p {
    font-size: 20px;
    margin-left: 10px;
    text-indent: -10px;
    padding-left: 10px;
}

.quote p span {
    font-size: 15px;
}

#ourteam1 {
    background-image: url('../images/our-team/ot-header.png');
}