/*3992100789*/
/*:p*/

/* media query debug
body::before {
content: "- lorem ipsum -";
color: red;
font-style: italic;
font-weight: bold;
background: pink;
text-align: center;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
*/

html {
font-size: 7px;

/*Cursor*/
cursor: url(assets/cursor/default_cursor.png), auto;
}
html:active {
cursor: url(assets/cursor/cursor_click.png), auto;
}

a {
cursor: url(assets/cursor/pointer_cursor.png), auto;
}
a:active {
cursor: url(assets/cursor/pointer_cursor_grab.png), auto;
}

body {
/*Background*/
background: radial-gradient(transparent 0%, transparent 70%, black 100%), url("assets/wall_dark.jpg");
background-color: #100d06;
background-attachment: fixed;
/*Font*/
font-family: "FreePixel", Helvetica;
color: #AB9068;
/*miscellaneous*/
margin: 0;
box-sizing:border-box;
}

/*Font*/
h1, h2, h3, h4, h5, h6 {
font-weight: normal; 
}

h1 {
font-size: 7rem;
color: #000022;
font-family: "Limit", Helvetica;
text-shadow: #AB9068 -2px 2px, #AB9068 -2px -2px, #AB9068 2px -2px, #AB9068 2px 2px;
}

h2 {
font-size: 6rem;
color: #000022;
font-family: "Limit", Helvetica;
text-shadow: #AB9068 -2px 2px, #AB9068 -2px -2px, #AB9068 2px -2px, #AB9068 2px 2px;
}

h3 {
font-size: 5rem;
color: #000022;
font-family: "Limit", Helvetica;
text-shadow: #AB9068 -2px 2px, #AB9068 -2px -2px, #AB9068 2px -2px, #AB9068 2px 2px;
}

h4 {
font-size: 4rem; 
}

h5 {
font-size: 3rem; 
}

h6 {
font-size: 2rem; 
}

p {
font-size: 14px;
}

/*General Properties*/
.flex-center {
display: flex;
justify-content: center;
}

.icon:hover {
opacity: 0.7; 
}

/*Zoom*/
.zoom {
transition: transform .2s; 
}
.zoom:hover {
transform: scale(1.1);
}
.zoom:active {
transform: scale(0.9);
opacity: 0.7;
}

/*Blink*/
.blink {
animation: 2s blinker linear infinite;
-webkit-animation: 2s blinker linear infinite;
-moz-animation: 2s blinker linear infinite;
}
@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*Header*/
header {
margin: 35px 0; 
align-items: center;
}

#Header-Logo {
width: 200px;
height: 200px; 
}

#Header-Title {
color: #000000;
font-family: "Limit0", Helvetica;
text-shadow: #000022 -8px 8px;
font-weight: normal;
font-size: 170px;
margin: 0 0 0 100px;
}

#SplashHeader {
color: #74D074;
font-size: 6rem;
width: 400px;
max-width: 400px;
text-align: center;
word-break: normal; 
/*Positioning*/
transform: rotate(-20deg);
position: absolute;
top: 140px;
left: 55px;
}

/*Footer*/
footer {
width: 100vw;
position: absolute;
bottom: 40px;
}

/*1 Chronicles 16:11
"Seek the Lord and his strength, seek his face continually."*/

/*Surf the web,*/
/*-8*/