@import url('https://fonts.googleapis.com/css2?family=Alegreya&display=swap');

body {
    background-color: black;
}

.logo-container {
    display: flex;
}

.logo-splash {
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
}

.coming-soon {
    font-family: 'Alegreya', serif;
    text-align: center;
    letter-spacing: .4rem;
    line-height: 2.0;
    color: rgb(254, 245, 54) !important
        /* #fef536 */
}

.center { 
    text-align: center;
    width: 100%;
}

.contact-button {
    font-family: 'Alegreya', serif;
    line-height: 2.0;
    background-color: rgb(254, 245, 54); 
    width: 200px; 
    padding: 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    /* margin-top: 1.5rem; */
    margin-bottom: 1.5rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.contact-button .icon {
    margin-right: 0.5rem;
}

.contact-button p {
    margin: 0;
}

.golden {
    background: linear-gradient(to bottom, #cfc09f 22%, #634f2c 24%, #cfc09f 26%, #cfc09f 27%, #ffecb3 40%, #3a2c0f 78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: 'Playfair Display', serif;
    position: relative;
    text-transform: uppercase;
    font-size: 18vw;
    margin: 0;
    font-weight: 400;
}

.golden:after {
    background: none;
    content: attr(data-heading);
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow:
        -1px 0 1px #c6bb9f,
        0 1px 1px #c6bb9f,
        5px 5px 10px rgba(0, 0, 0, 0.4),
        -5px -5px 10px rgba(0, 0, 0, 0.4);
}