
/* DEMO-SPECIFIC STYLES */
.typewriter
{
    font-family: 'Cinzel' , sans-serif;
    font-weight: 100;
    color: #FFFFFF;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 4.5s steps(30, end), blink-caret .5s step-end infinite;
}

.robbespoke
{
    font-family: 'Nunito+Sans' , sans-serif;
    font-weight: 100;
    font-size: 21pt;
    letter-spacing: .3em;
    padding-top: 20px;
}

.robsince
{
    font-family: 'Nunito+Sans' , sans-serif;
    font-weight: 100;
    font-size: 12pt;
    letter-spacing: .3em;
    padding-top: 7px;
}

.robsince-enter
{
    font-family: 'Nunito+Sans' , sans-serif;
    font-weight: 100;
    font-size: 12pt;
    letter-spacing: .3em;
    padding-top: 20px;
}
   
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
   
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
  }

/*   
#myVideo {
    position: fixed; 
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100px;
    z-index: -100; 
    object-fit: cover; 
} */

video.default {
    position: fixed; 
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100px;
    z-index: -100; 
    object-fit: cover; 
}
 

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    color: white; 
    font-size: 3rem; 
    text-align: center; 
}

.text-overlay {
    z-index: 100; 
}
 
.button-46
{
    font-family: 'Nunito+Sans' , sans-serif;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: .3em;
    width: 340px;
    align-items: center;
    vertical-align: middle;
    background-color: rgba(240, 240, 240, 0.26);
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 28px;
    max-width: 100%;
    padding: 14px 22px;
    text-decoration: none;
    transition: all .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, 200%);
}

.button-46:active,
.button-46:hover {
  outline: 0;
}

.button-46:hover {
  background-color: orange;
  border-color: rgba(0, 0, 0, 0.19);
}