/*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, body {
height: 100%; 
}

html {
/*Root font-size*/
font-size: 10px;

/*Cursor*/
cursor: url("assets/cursor/cursor-default.png"), default;
}
html:active {
cursor: url("assets/cursor/cursor-click.png"), default;
}

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

#Logo {
width: 200px;
height: 200px;
margin: 0 100px 0 0;
}

#SplashHeader {
color: #74D074;
font-size: 6rem;
width: 400px;
max-width: 400px;
text-align: center;
word-break: normal;
line-height: 1em;
}

body {
/*Background*/
background: radial-gradient(transparent 0%, transparent 70%, black 100%), url("assets/AlexandraKochneva.jpg");
background-color: #100d06;
background-attachment: fixed;
background-size: cover;
/*Font*/
font-family: "FreePixel", Helvetica;
color: #AB9068;
word-spacing: normal;
line-height: 3em;
/*miscellaneous*/
margin: 0;
box-sizing: border-box;
padding: 1px 0;
}

/*Font*/
h1, h2, h3 {
color: #000022;
font-family: "Limit", Helvetica;
text-shadow: #AB9068 -2px 2px, #AB9068 -2px -2px, #AB9068 2px -2px, #AB9068 2px 2px;
margin: 0 0 35px;
line-height: 1.2em;
font-weight: normal;
}

h4, h5, h6 {
margin: 0 0 0.5em;
font-weight: bold;
}

h1 {
color: #000000;
font-family: "Limit0", Helvetica;
text-shadow: #000022 -7px -7px;
font-weight: normal;
font-size: 170px;
}
h2 {
font-size: 4.5rem;
}
h3 {
font-size: 3rem;
}

h4 {
font-size: 4rem;
}
h5 {
font-size: 3rem;
}
h6 {
font-size: 2rem;
}

p {
font-size: 2rem;
margin: 0 0 14px;
text-align: justify;
}

small {
display: inline-block;
font-size: 1rem;
line-height: 10px;
}

/*Links*/

a {
cursor: url("assets/cursor/cursor-point.png"), pointer;
}
a:not(:has(img)) {
color: #4F4980;
font-weight: bold;
text-decoration: none;
}
a:not(:has(img)):hover {
color: #FFFFFF;
background: #4F4980;
}
/*Big Text*/
h1 a {
color: #000022;
text-decoration: underline;
font-weight: normal;
}
h2 a {
color: #000022;
text-decoration: underline;
font-weight: normal;
}
h3 a {
color: #000022;
text-decoration: underline;
font-weight: normal;
}
h1 a:hover {
color: #FFFFFF;
background-color: #000022;
font-weight: normal;
}
h2 a:hover {
color: #FFFFFF;
background-color: #000022;
font-weight: normal;
}
h3 a:hover {
color: #FFFFFF;
background-color: #000022;
font-weight: normal;
}
a:active {
cursor: url("assets/cursor/cursor-point-click.png"), pointer;
}
/*Special Links*/
.red-within:hover .red{
color: #FFFFFF;
}
.red {
color: #C43635;
}
a.red:hover {
color: #FFFFFF;
background-color: #C43635;
}
h2 a.red, h3 a.red {
color: #C43635;
text-decoration: underline;
text-shadow: white -2px 2px, white -2px -2px, white 2px -2px, white 2px 2px;
font-weight: normal;
}
h2 a.red:hover, h3 a.red:hover {
text-shadow: #C43635 -2px 2px, #C43635 -2px -2px, #C43635 2px -2px, #C43635 2px 2px;
background-color: transparent;
font-weight: normal;
}
.orange-within:hover .orange{
color: #FFFFFF;
}
.orange {
color: #EB9233;
}
a.orange:hover {
color: #FFFFFF;
background-color: #EB9233;
}
.yellow-within:hover .yellow{
color: #FFFFFF;
}
.yellow {
color: #FFFF43;
}
a.yellow:hover {
color: #FFFFFF;
background-color: #FFFF43;
}
.green-within:hover .green{
color: #FFFFFF;
}
.green {
color: #58CB30;
}
a.green:hover {
color: #FFFFFF;
background-color: #58CB30;
}
.blue-within:hover .blue{
color: #FFFFFF;
}
.blue {
color: #075DB2;
}
a.blue:hover {
color: #FFFFFF;
background-color: #075DB2;
}
.indigo-within:hover .indigo{
color: #FFFFFF;
}
.indigo {
color: #1F0398;
}
a.indigo:hover {
color: #FFFFFF;
background-color: #1F0398;
}
.violet-within:hover .violet{
color: #FFFFFF;
}
.violet {
color: #4F4980;
}
a.violet:hover {
color: #FFFFFF;
background-color: #4F4980;
}

/*General Properties*/

hr {
height:2px;
border-width: 0;
background-color: #AB9068;
margin-bottom: 15px;
}

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

.icon {
transition: transform .2s;
}
.icon:hover {
opacity: 0.7; 
}
.icon:active {
transform: scale(0.9);
}

.box {
background-color: #100d06B0;
border-color: #1d1d15;
border-style: solid;
border-width: 12px;
margin: 15px;
padding: 20px;
}
.box:hover {
background-color: #100d06F0;
}
.aside {
background-color: #000022; 
border-width: 5px; 
border-color: #AB9068; 
border-style: solid; 
margin: 20px 0; 
padding: 20px 0; 
}
.aside p {
line-height: 1em;
text-align: left;
}

/*Specific-But-Common Properties*/

.list {
margin: 0;
}
.list li::marker {
content: "\01FABA ";
font-size: 2rem;
}
.list-med {
margin: 0;
}
.list-med li::marker {
content: "\01FABA ";
font-size: 3rem;
}
.list-big {
margin: 0;
}
.list-big li::marker {
content: "\01FABA ";
font-size: 5rem;
}

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

.spinL {
transform: rotate(-15deg);
transition: transform .2s; 
}
.spinL:hover {
transform: scale(1.1);

}
.spinL:active {
transform: scale(0.9) rotate(-15deg);
opacity: 0.7;
}
.spinR {
transform: rotate(15deg);
transition: transform .2s; 
}
.spinR:hover {
transform: scale(1.1);

}
.spinR:active {
transform: scale(0.9) rotate(15deg);
opacity: 0.7;
}

/*Blink*/
.blink {
font-weight: bold;
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; }
}

/*Marquee*/
.marquee-container {
width: 100%;
display: flex;
overflow: hidden;
}
.marquee-container ul {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
gap: 5px;
min-width: 100%;
animation: scroll 20s linear infinite;
overflow: hidden;
padding: 0 0 0 5px;
height: fit-content;
}
@keyframes scroll{
  to {
  transform: translateX(-100%);
  }
}
.marquee-container:hover ul {
animation-play-state: paused;  
}

/*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;
}
img::selection {
background-color: #000055; 
}
iframe::selection {
background-color: #000055; 
}

/*Buttons*/
button {
cursor: url(assets/cursor/cursor-point.png), pointer;
background-color: #000022;
color: #ffffff;
}
button:active {
cursor: url("assets/cursor/cursor-point-click.png"), pointer;
}

/*Maps*/
map {
cursor: url(assets/cursor/cursor-point.png), pointer;
}
map:active {
cursor: url("assets/cursor/cursor-point-click.png"), pointer;
}
area {
cursor: url(assets/cursor/cursor-point.png), pointer;
}
area:active {
cursor: url("assets/cursor/cursor-point-click.png"), pointer;
}

/*Hidden Images*/
.secret {
cursor: url(assets/cursor/cursor-point.png), pointer;
}
.secret:active {
cursor: url("assets/cursor/cursor-point-click.png"), pointer;
}

/*Up Arrow*/
#Up-Arrow {
transform: rotate(270deg);
width: 150px;
position: absolute;
bottom: 30px;
right: 5px;
}
#Up-Arrow:hover {
opacity: 0.7; 
}

/*Footer*/

#Wrapper{
min-height: 100%;
margin-bottom: -101px;
}
#Push {
height: 101px; 
}
footer {
width: 100vw;
margin: 40px 0;
}

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

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