#layer {
    --accent1: #86c0c6;
    --accent2: #179d96;
    --accent3: #ffffff;
	--background_image: url(/../designs/LA/night/blackwhite.jpg);
    --fontcolor: #fff;
    --background_black: #030403;
    --frame_bottom: #2b2b2b;
}

#layer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    background-image: var(--background_image);
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: #86c0c6;
    background-size: cover;
    background-position: center;
}

.frame_bottom {
    padding: 7px 20px 0;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    text-align: right;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.8px;
    line-height: 100%;
    white-space: nowrap;
    background: var(--background_image);
    background-size: 100%;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: #2b2b2b;
}

.frame_bottom a:link,
.frame_bottom a:visited,
.frame_bottom a:active,
.frame_bottom a:hover {
	color: var(--accent2);
	font-weight: bold;
}

#loginform {
    width: 50%;
    margin: auto;
    top: 35%;
    position: sticky;
    margin-bottom: 20px;
    background: var(--background_image);
    background-size: 100%;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: var(--accent2);
    padding: 20px;
    box-sizing: border-box;
}

#layertext {
    box-sizing: border-box;
    margin: auto;
    margin-top: 10%;
    padding: 10px;
    width: 50%;
}

.boardname {
    border-bottom: 2px solid var(--accent1);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 2px;
    font-family: 'Abril Fatface', cursive;
    color: var(--accent1);
    padding-left: 10px;
    text-align: left;
}

.boardfacts {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.8px;
    color: var(--accent3);
    margin-top: 1px;
    height: 17px;
    text-align: right;
}