@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    height: 100vh;
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

::selection {
  color: black;
  background-color: rgba(255,255,255,0.99);
}

.preloader-logo img {
    width: 30em;
    height: auto;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.page-logo {
	text-align: left;
    margin: 3em 0 0 3em;
}

.page-logo img {
    width: 15em;
    height: auto;
}

.centered {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.under-construction-text p {
    margin: 1em 0;
    font-size: 1em;
	line-height: 1.8rem;
}

.contact-section {
	margin-top: 3em;
}

.contact-section p {
    margin: 0.5em;
    font-size: 1em;
}

.contact-section a {
    color: white;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

.bottom-text {
    margin-bottom: 2em;
	color: gray;
    font-size: 0.7em;
    font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.bottom-text p {
    margin: 0;
}
