@charset "utf-8";

/* ----- all ----- */

html {
    height: 100%;
}

body {
    color: #fff;
    background-color: #fff;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0;
    background-image: url("bg1909.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a {
    color: #fff;
    text-decoration: none;
}

h1,
nav{
    text-align: center;
}

nav {
    font-family: 'Cutive Mono', monospace;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
}

header {
    top: 0;
    left: 0;
    z-index: 24;
    width: 100%;
}

.sitetitle img {
    width: 50%;
    max-width: 200px;
    height: auto;
}

.siteheader {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
    height: 150px;
    max-width: 600px;
    text-align: center;
}

.footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom:10%;
    text-align: center;
    position: fixed;
}


.footer-text {
    width: 70%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
   
}

.footer-info {
    font-size:0.6rem;
    padding-bottom:5px;
}

.footer-info2 {
    font-size:0.55rem;
}

.page-bottom {
    width: 100%;
    text-align: center;
    bottom:2%;
    position: fixed;
    font-size: 0.7rem;
}

