@font-face {
    font-family: katana_font;
    src: url(../other/Thorletto\ \(free\).ttf);
  }

body, html {
    height: 100%;
  }

.bg {
    /* The image used */
    background-color: white;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo > div {
    margin: 10px
}
.logo > img {
    height: 256px;
}

.coming_soon{
    font-size: 48px;
}

.center h1{
    color : black;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
.tel_number{
    font-family: 'Times New Roman', Times, serif;
    color: black;
    text-decoration: none;
}

.map_div{
    text-align: center;
}

.map{
    font-family: 'Times New Roman', Times, serif;
    color: black;
    text-decoration: none;
}
