html {
    font-size: 10px;
    overflow: hidden;
}

body {
    font-size: 1.6rem;
    background: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    user-select: none;
    overflow: hidden;
    background-image: url('../img/bg-metal-texture.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.splash-wrapper {
    margin: 0 auto;
    text-align: center;
}

.logo {
    width: 100%;
    max-width: 340px;
}

.logo-wrapper {
    position: relative;
}

.flame {
    mix-blend-mode: screen;
    position: absolute;
    max-width: 100%;
    height: auto;
}

.flame-left {
    left: -200px;
    top: 63%;
    transform: translateY(-50%);
}

.flame-right {
    right: -190px;
    top: 63%;
    transform: translateY(-50%);
}

#fire-canvas
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.contact-details {
    margin-top: 3em;
}

.contact-details h2 {
    color: #ea9747;
}

.contact-details a {
    color: #fbfa3f;
    text-decoration: none;
}