/* Custom CSS - child theme */

body {
	
}
#top-bar {
    padding: 20px 0;
}
a:focus {
    outline: none !important;
}


/* Index - Landing Coming Soon */
.twg-front-landing-sec {
    background-color: #020204;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    background-position: center;
    z-index: 100;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
}

.landing-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: 80vw;
    text-align: center;
    color: #f0f0f0 !important;
    border-radius: 5px;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
}
.landing-logo p {
    font-size: 16px;
}
.landing-logo span {
    font-weight: 600;
    font-style: italic;
}