/* animation */
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100%}
}
      
/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: rgba(220, 187, 159, .95); }
}

@keyframes showing {
    from { opacity: 0;}
    to { opacity: 1;}
}

.viewBtn{
    background: transparent;
    border: 0;
    color: rgba(204, 150, 103, 1);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.modal-header{
    display: block;
}

.trr-child-marque{
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    animation: showing .7s;
    transition: all 1s ease;
}

.childMenu{
    transform: translateX(0);
}

.trr-marque-item{
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(256, 256, 256, 1);
}

.contactMarqueeImage {
    background-image: url(/img/contact/Large/marque1.jpg);
}

.roomMarqueeImage {
    background-image: url(/img/rooms/Large/Terracana048.jpg);
}

.ranchMarqueeImage {
    background-image: url(/img/ranch/Large/marque1.jpg);
}

.eventMarqueeImage {
    background-image: url(/img/event/Large/Terracana143.jpg);
}

.errorMarqueeImage {
    background-image: url(/img/main/Large/photo-1580374004682-23dec7298a3e.jpg);
}

.campgroundMarqueeImage {
    background-image: url(/img/main/Terracana-Aerial-photos-16-2.jpg);
}

.artMarqueeImage {
    background-image: url(/img/art/Large/photo-1499892298463-01d7f9832da5.jpg);
}

.adventureMarqueeImage {
    background-image: url(/img/adventure/Large/marque1.jpg);
}

.trr-marque-item h2{
    overflow: hidden;
    font-size:2em;
    border-right: .15em solid rgba(220, 187, 159, .95);
    white-space: nowrap;
    animation: 
    typing 1s steps(40, end),
    blink-caret .75s step-end infinite;
    font-size: 3em;
    position: relative;
    z-index: 1;
}

.trr-marque-item h2::before{
    content: '';
    width: 40px;
    height: 40px;
    background-color: rgba(204, 150, 103, 1);
    position: absolute;
    z-index: -1;
}

.trr-scrollButton{
    position: absolute;
    bottom: 3em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
}

.trr-scrollButton span{
    color: rgba(256, 256, 256, .9);
    position: relative;
}

.trr-scrollButton span:after{
    content: '';
    width: 30px;
    height: 30px;
    border-top: 2px solid rgba(256, 256, 256, 1);
    border-right: 2px solid rgba(256, 256, 256, 1);
    position: absolute;
    left: 50%;
    transform: rotate(135deg) translateX(50%);
}

.trr-child-marque:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
}

.z2{
    z-index: 1;
}

/* .child-marque-pattern{
    position: relative;
} */

.marque-pattern{
    position: absolute;
    width: 260px;
    height: 100px;
    border: 11px solid rgba(204, 150, 103, 1);
    border-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0;
}

.marque-pattern-roof{
    position: absolute;
    background-image: url(/img/pattern/marque-pattern.png);
    width: 320px;
    height: 320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 280px);
}

.other-marque {
    padding-top: 89px;
    display: grid;
    justify-items: center;
    align-items: center;
    background: rgba(26, 26, 26, 1);
    color: rgba(256,256,256,.8);
}

    .other-marque h1, .other-marque strong {
        color: rgba(204, 150, 103, 1);
    }
