@font-face {
  font-family: "matura_mt_script_capitalsRg";
  src:
    url("maturasc_1-webfont.woff2") format("woff2"),
    url("maturasc_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* PARSING                       PARSING                    PARSING */

/* pagewide style, font, background */

html {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  background-color: #0cc6d3;
}

/* PARSING                       PARSING                    PARSING */

/* body box */

body {
  width: 600px;
  margin: 10px auto;
  background-color: #0ce0fc;
  padding: 10px 210px 40px 40px;
  border: 0px solid rgb(7, 81, 100);
}

/* CUSTOM CURSOR SECTION */
/* CUSTOM CURSOR SECTION */

/* CUSTOM CURSOR basic section */
body {
  cursor: url("../images/me-cur-trans.png"), auto;
}

/* CURSOR ANIMATED EFFECT */

#custom-cursor {
  width: 40px;
  height: 40px;
  background: url("../images/mama-cens.png") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transition: transform 0.1s ease;
  z-index: 9999;
}

@keyframes flicker {
  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    opacity: 1;
  }
  20%,
  24%,
  55% {
    opacity: 0.3;
  }
}

/* END OF CUSTOM CURSOR SECTION */
/* END OF CUSTOM CURSOR SECTION */

/* PARSING                       PARSING                    PARSING */

/* FADE IN EFFECT MAIN LOGO IMAGE */

#logo-container {
  position: relative;
  width: 773px; /* adjust to your actual image width */
  height: 443px;
  display: block;
  margin: 10px auto; /* center it if needed */
  z-index: 0; /* Keep it behind other elements */
}

#logo-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s ease-in-out;
  display: block;
}

#logo-old {
  opacity: 1;
  z-index: 1;
}

#logo-new {
  opacity: 0;
  z-index: 2;
}

/* add this so it doesnt block the text */

#fade-element {
  position: relative;
  z-index: 10;
}

/* PARSING                       PARSING                    PARSING */

/* FADE IN EFFECT text FONT ATTRIBUTES */
#fade-element {
  font-size: 25px;
  text-align: center;
}

/* PARSING                       PARSING                    PARSING */

/* header title FGE font and position */

h1 {
  font-size: 60px;
  font-family: "matura_mt_script_capitalsRg", "Bitcount Grid Double", system-ui;
  text-align: center;
  margin: 0;
  padding: 20px 0px;
  color: #00539f;
  text-shadow: 3px 3px 0px black;
}

/* PARSING                       PARSING                    PARSING */

/* bullet points font and styling */

p,
li {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
}

/* PARSING                       PARSING                    PARSING */

/* My Name Info link font and style*/

a {
  /* CURSOR CHANGE WHEN HOVER OVER LINK */
  cursor: url("../images/sei-cur-trans.png"), pointer;

  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 1px;
}

/* PARSING                       PARSING                    PARSING */

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* PARSING                       PARSING                    PARSING */

/* PARSING                       PARSING                    PARSING */
