/*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 {
/*Root font-size*/
font-size: 7px;

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

a {
color: #4F4980;
font-weight: bold;
text-decoration: none;
cursor: url(assets/cursor/pointer_cursor.png), pointer;
}
a:not(:has(img)):hover {
color: #FFFFFF;
background: #4F4980;
}
a:active {
cursor: url(assets/cursor/pointer_cursor_grab.png), pointer;
}

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;
margin: 0;
}

h5 {
font-size: 3rem;
margin: 0;
}

h6 {
font-size: 2rem;
margin: 0;
}

p {
font-size: 14px;
margin: 0;
}

/*General Properties*/

.flex-center {
display: flex;
justify-content: center;
}

.icon:hover {
opacity: 0.7; 
}

.box {
background-color: #100d06B0;
border-color: #1d1d15;
border-style: solid;
border-width: 12px;
word-spacing: normal;
line-height: 3em;
margin: 15px;
padding: 20px;
box-sizing: border-box;
}
.box:hover {
background-color: #100d06F0;
}

/*Specific-But-Common Properties*/

textarea {
background-color: #BD9EAF;
color: #000022;
width: 100%;
min-height: 31px;
resize: vertical;
}

/*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; }
}

/*Highlights*/

::selection {
background-color: #000022;
color: #FFFFFF;
}
::-moz-selection {
background-color: #000022;
color: #FFFFFF;
}
::-o-selection {
background-color: #000022;
color: #FFFFFF;
}
::-ms-selection {
background-color: #000022;
color: #FFFFFF;
}
::-webkit-selection {
background-color: #000022;
color: #FFFFFF;
}

/*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;
margin: 40px 0;
}

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

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