/*variables*/
:root {
    --menu-bg: linear-gradient(to right, rgb(0, 15, 148),rgb(0, 77, 165));
  /*--menu-bg: linear-gradient(to right, red,orange,yellow,green);*/
  --global-border-color: rgb(30, 108, 210);
}


/* unvisited link */
a:link {
    color: #ff934b;
}

/* visited link */
a:visited {
    color: #ff934b;
}

/* mouse over link */
a:hover {
    color: #ffbf4c;
}

/* selected link */
a:active {
    color: #D24136;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15pt;

    margin: 0 0 0 0;
    padding: 0;
    color: black;
    text-align: center;
      /*background-image: url("../../Content/images/66_acrylic tartan wallpapers texture-seamless.jpg");
    background-image: url('../../Content/images/128_trees background wallpaper texture-seamless.jpg');
    background-image: url('../../Content/images/7_geometric wallpaper texture-seamless.jpg');*/
    /*background-image: url('../../Content/images/sunburst_background_2.jpg');
    background-repeat: repeat-y;
    background-size: 2100px;
    background-attachment: fixed;
    background-position: center top;*/


    background-color: black;

    /*
    background-image: url('../images/sun_background_3.png');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    */
}

#background-wrap{
    z-index: -1001;
    position: fixed;
    top: 0;
    background-position-x: 50%;
    background-position-y: -200px;
    height: 100%;
    width: 100%;
    background-size: cover;
    /*background-image: url('../../Content/images/ sunburst_background_2.jpg');*/
    background-image: url('../images/sun.jpg');
    background-repeat: no-repeat;
}

.container {
    text-align: left;
    background-color: rgba(1, 44, 94, 0.84);
    /*#183a1d;*/
    /*background-image: url('../../Content/images/snowflakes-background_2.png');
    background-repeat: repeat;
    background-size:200px;*/
    color: white;
    border: 1px solid var(--global-border-color);
    padding: 15px 15px 15px 15px;
    margin: 15px auto 0 auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    z-index: 0;
    display: block;
    width: 1080px;
}

.pageTitle {
    font-family: 'Parisienne', cursive;
    font-size: 52px;
    margin: 0;
    color: #FFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
    

.visImage {
    margin-bottom: 10px;
}

.visImage2 {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 500px;
}

#headerElement{
   padding: 30px auto 0 auto;
   text-align: center;
}

.headerContainer {
    text-align: left;
    background-color: rgba(24,58,29,0.9); 
    background-image: url('../images/Exomod_Spectra_logo-1110x400.png');
    background-repeat: no-repeat;

    /*#183a1d;*/
    /*background-image: url('../../Content/images/snowflakes-background_2.png');
    background-repeat: repeat;
    background-size:200px;*/
    color: white;
    border: 1px solid var(--global-border-color);
    padding: 15px 15px 15px 15px;
    margin: 15px auto 0 auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    z-index: 20;
    display: block;
    width: 1080px;
    height: 370px;
    position: relative;
}

#websiteTitle{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    font-size: 70pt;
}

#headerElement a{
   color: yellow;
   font-size: 20pt;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#headerElement a:hover{
   color: blue;
}

#headerElement a:active{
   color:coral;
}

.main-container{
   
}

#react-root{
    margin-bottom: 15px;
}

#react-root h2{
    width: 100%;
    padding: 15px auto 15px auto;
    text-align: center;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.clearBoth {
    clear: both;
}

.title{
   padding: 5px 5px 5px 5px;
   margin: 10px auto 0 auto;
   width: 100%;
   text-align: center;
}

h1{
    width: 100%;
    text-align: center;
}

img{
    width: 100%;
}

.anim-buttons{
    margin:30px auto 80px auto;
    width:100%;
    padding:0px 0px 0px 0px;
    text-align:center;
    display:block;
}

.anim-buttons-inner{
    margin:0 auto 0 auto;
    display:inline-block;
}

.anim-button-cont{
    width:200px;
    height:200px;
    padding:0;
    margin:0 20px 0 20px;
    position:relative;
    cursor:pointer;
    display:block;
    float:left;
}

.anim-button{
    position:absolute;
    left:0;
    top:0;
    display:normal;
}

.anim-button-hover{
    position:absolute;
    left:0;
    top:0;
    display:none;
    transform-origin:center;
}

.anim-button-ring{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    z-index:102;
}

.anim-button-title{
    display:block;
    margin-top:200px;
    z-index:100;
    font-size:20px;
    color: white;
}

@keyframes expandRing {
    0% {transform: scale(1);opacity:1;}
    100% {transform: scale(1.4);opacity:0;}
}

.anim-button-ring:hover {
    animation-name: expandRing;
    animation-duration: 1.6s;
    /*animation: expandRing 3s;*/
    transform-origin: center;
    transition-timing-function:ease-out;
    /*transition-timing-function: : transform 250ms ease-in-out;*/
}



div.movieContainer {
    position: relative;
    margin: 30px auto 0 auto;   
    width: 100%;
    height: auto;
    display: block;
    padding:0 0 0 0;
    z-index: 1;
}

h2.movieContainerTitle {
    margin: 0px 0 20px 0;
z-index: 1;
}


.video-box {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    /* padding-bottom: 50%; 2:1 Aspect Ratio */
    /* padding-bottom: 200%;  1:2 Aspect Ratio */
    /* padding-bottom: 75%;  4:3 Aspect Ratio */
    height: 0;
    width: 100%; /* You can set this width to whatever suits your needs */
    margin: 0 auto;
    z-index: 1;
}



.video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}



.socialMediaMenuContainer{
    position: absolute;
    top: 10px;
    right: 10px;
}

.socialMediaMenu{
    padding: 0;
    overflow: hidden;
    display: block;
    margin: 0 0 0 0;
    clear: both;
}

.socialMediaMenu ul {
    list-style-type: none; 
}

.socialMediaMenu li {
    float: right; 
}

    .socialMediaMenu li a{
        display: block;
        color: white;
        text-align: center;
        padding: 5px;
        text-decoration: none;
    }

.socialMediaMenuImage {
    width: 25px;
    height: 25px;
    transition: transform 0.3s;
}

    .socialMediaMenuImage:hover {
        transform: scale(1.4);
    }

    .socialMediaMenuImage:active {
        transform: scale(0.8);
    }




.formInline{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.formControl
{
    margin-right: 10px;
    padding: 5px;
    height: 48px;
    width: 220px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid var(--global-border-color);
     border-radius:10px;
    font-size: large;
}

.formInline button{
    border:1px solid var(--global-border-color);
    background-image: var(--menu-bg);
    color:white;
    font-size: x-large;
    border-radius:10px;
    text-shadow: 3px 4px 5px #000000;
    height: 60px;
    padding:6px 10px 6px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
    cursor: pointer;
}




.footer-outer-wrapper{
    display: block;
    position: relative;
    color: white;
    font-size: 26px;
    padding: 10px 0 0 0;
    margin: 20px auto 0 auto;
    box-shadow: 0px -6px 7px 0 rgba(0, 0, 0, 0.6);
    /*box-shadow: 0 -4px -8px 0 rgba(0, 0, 0, 0.6), 0 -6px -20px 0 rgba(0, 0, 0, 0.6);*/
    z-index: -1000;
    width: 100%;
    height: 110px;
    background-color: rgba(1, 44, 94, 0.84);
    /*background-image: url('../../Content/images/snowflakes-background_2.png');
    background-repeat: repeat;
    background-size: 222px;*/

    border-top: 1px solid var(--global-border-color);
}

.footer-container {
    text-align: left;
}


.footer-inner-wrapper{
    width:100%;
    text-align:center;
    border:1px red blue;
}


.footer-images-wrapper {
    color: white;
    display:inline-block;
    margin:0 auto 0 auto;
    border: 1px solid red;
}


.footer-container img{
    position:relative;
    float:right;
    width:70px;
    padding:0;
    margin:0 10px 5px 0;
}

#pinwheel-footer{
    width:80px;
    display:block;
    padding:0;
    position:absolute;
    right:10px;
    top:10px;
}

.footer-container i{
    /* font-size:24px; */
    color:white;
}

    .footer-container span {
        display: inline;
        margin: 30px 0 10px 20px;
        padding: 0 0 0 0;
        float: left;
        text-shadow: 3px 4px 2px #000000;
        /* width:100%; */

        /* border: 1px solid #D24136; */
        height: 30px;
    }

.footerDateSignature {
     font-size:24px;
    display: inline;
}

/* Updated to use the working Google Font */
.footer-musical-font {
   font-family: 'Noto Music', serif !important;
   font-size: 20px;
   line-height: 1;
   color: white;
   vertical-align: middle;
}

.footer-musical-font2 {
  font-family: 'Noto Music', serif !important;
  font-size: 20px;
  /* Adjusted vertical-align for Noto Music's baseline */
  vertical-align: -15%;
  display: inline;
}


.handwriting-text {
    /*font-family: 'Miss Fajardose', cursive;*/
    /*font-family: 'Mr De Haviland', cursive;*/
    font-family: 'Parisienne', cursive;
    /*font-family: 'Stalemate', cursive;*/
    /*font-family: 'Great Vibes', cursive;*/
    /*font-family: 'Lovers Quarrel', cursive;*/
}





.code-block {
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
}

.code-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #121212;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  color: #c9d1d9;
}

.code-lang {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


.shiki {
  padding: 1rem 1.25rem !important;
  margin: 0;
  overflow-x: auto;
}


/* Container for the code */
pre.shiki {
  padding: 1rem 0;
  /* Change overflow-x from auto to hidden/visible */
  overflow-x: hidden; 
  /* Allow the text to wrap */
  white-space: pre-wrap; 
  word-break: break-all;
}

/* Individual lines */
pre.shiki .line {
  display: inline-block;
  width: 100%;
  padding: 0 1rem;
  /* Ensures line numbers stay aligned even when text wraps */
  box-sizing: border-box; 
}

/* The Line Number Magic */
pre.shiki .line::before {
  content: attr(data-line); /* Pulls number from the transformer attribute */
  display: inline-block;
  width: 2rem;
  margin-right: 1rem;
  color: #858585; /* Gray color for numbers */
  text-align: right;
  user-select: none; /* Prevents selecting numbers when copying code */
}



.spacer {
    height: 500px;
}

.pdf-tools-bg-wrap {
    z-index: 2;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.pdf-tools-bg {
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    background-size: contain;
    background-position-x: 50%;
    /* background-position-y: -20%; */
    background-image: url('../images/pdf_tools_bg.png');
    background-repeat: no-repeat;
}


  /* Base button styling */
  .pdf-btn {
    background-color: #0078d4; /* Azure Blue */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer; /* Hand cursor */
    transition: background-color 0.3s ease, transform 0.1s ease;
    display: inline-block;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  /* Hover state */
  .pdf-btn:hover {
    background-color: #005a9e; /* Darker Blue */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  /* Active/Click state */
  .pdf-btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }

  /* State when button is processing */
.pdf-btn:disabled {
  background-color: #a0a0a0;
  cursor: not-allowed;
}

  /* File Input styling to match */
  input[type="file"] {
    padding: 10px;
    border: 1px dashed #0078d4;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
  }




  /* The actual spinner shape */
.spinner {
  display: none; /* Hidden by default */
  width: 18px;
  height: 18px;
  margin-left: 10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  vertical-align: middle;
}

/* Animation keyframes */
@keyframes spin {
  to { transform: rotate(360deg); }
}







  #progressContainer {
    display:none;
    margin-top: 20px;
    width: 300px;
    background: #eee;
    border-radius: 5px;
}

#progressBar {
    width: 0%;
    height: 20px;
    background: #28a745;
    border-radius: 5px;
    text-align: center;
    color: white;
    transition: width 0.2s;
}

#status {
    margin-top: 10px;
    color: #666;
}



/* Container for the file input to make it look like a "Drop Zone" */
.file-upload-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

/* Style the actual input to be invisible but cover the area */
#fileInput {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

/* The visual box that the user sees */
.custom-file-label {
  display: block;
  padding: 30px;
  border: 2px dashed #0078d4;
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: center;
  color: #0078d4;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Class to be added via JS when dragging over */
.custom-file-label.dragover {
  background-color: #e1f0ff;
  border-color: #004578;
  border-style: solid;
}

/* Hover effect for the visual box */
#fileInput:hover + .custom-file-label {
  background-color: #f0f7ff;
  border-color: #005a9e;
  transform: scale(1.01);
}

/* Focus state for accessibility */
#fileInput:focus + .custom-file-label {
  outline: 2px solid #005a9e;
}