body, html {
    margin: 0; -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    padding: 0;
    
 color: white;  font-family: Arial, sans-serif;
}
body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
::-moz-selection { /* Code for Firefox */
    color: black;
    background: #AF0;
  }
  ul,ol
  {
    width: 100%;
    font-size: 24px;
}

canvas
{
    position: absolute;
    top: 0;
    z-index: -99000;
}

.home-container
{   
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
    max-width: 50%;
    padding-left: 25%;
    color: black;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    align-content: center;
    align-items: center;
    justify-content: center;
}



    .home-container a{
        background: #af0;
        color: black;
        
        border-radius: 50px;
        padding: 10px;
        margin: 10px;}.home-container a:hover{
            text-decoration: none;}
.chapter-content h1
{display: none;}
  iframe{
    max-width: 100%;
    max-height: 50vh;
height:1080px}
  #presentation-container{
    min-height: 100%;
    position: absolute;
    width: 100%;
    background: #222222;
    display: flex;
    
    justify-content: center;
    align-items: flex-start;
    z-index: 90;
    top: 0;
left: 0;}

.fullWidth
{
    max-height: 90vh;
    max-width: 100vw !important;
    max-width: unset;
    top: 0;
    position: absolute;

    margin-top: 10vh;
}


#slide-info
{
    position: fixed;
    color: black;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    margin: 15px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    top: 0;
    right: 0;
    background-color: var(--green, #AF0);
    border-radius: 50px;
    padding: 10px;
    z-index: 9999;
}
#homeBtn
{   cursor: pointer;
    position: fixed;
    color: black;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    margin: 15px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    top: 0;
    left: 0;
    background-color: var(--green, #AF0);
    border-radius: 50px;
    padding: 10px;
    z-index: 9999;
}
#prev-slide
{
    position: fixed;
    left: 0;
    font-size: 40px;
    height: 100%;background-color: transparent;
    color: #AF0;
    border: none;
    width: 10%;
    cursor:pointer;
    top: 0;}
    #next-slide
    {
        position: fixed;
        font-size: 40px;
        right:  0;
        cursor:pointer;
        border: none;
        width: 10%;
        height: 100%;background-color: transparent;
        color: #AF0;
        top: 0;}
.slide
{
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 60%;
    margin-top: 2.5em;
    margin-bottom: 10%;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;}
#toggle-view
{
   
    position: fixed;
    top: 0;
    font-size: 30px;
    color: #AF0;
    width: 50px;
    background: none;
    cursor: pointer;
    z-index: 99;
    border: none;
    margin-top: 10px;
    margin-left: 10px;
}
#navigation-controls
{
    position: absolute;
    z-index: 91;
    bottom: 0;
    margin-bottom: 50px;
    left: 50%;}
  ::selection {
    color: black;
    background: #AF0;
  }a {
    color: #AF0; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
    cursor: pointer;
  }a:hover {
    text-decoration:line-through; /* no underline */
    cursor: pointer;
  }
  img,iframe,video
  {
    min-width: 40%;
    max-width: 100%;
margin-top: 20px;
margin-bottom: 20px;}

  p{
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    width: 40%;
    margin-top: 10px;
    margin-top: 10px;
    line-height: 110%; /* 26.4px */
    margin-top: 25px;
    letter-spacing: -0.72px;
}

header {
    position: fixed;
    color: black; font-family: Arial;
    font-size: 24px;
    font-style: normal;
    margin: 15px;
    font-weight: 400;
    line-height: 110%; /* 26.4px */
    letter-spacing: -0.72px;
    top: 0;
    right: 0;
    background-color: var(--green, #AF0); 
    border-radius: 50px;
    padding: 10px;

}
.greenText
{color: var(--green, #AF0);}
.macrosection
{
    border-bottom: 2px solid white;
}

.pdfSlide
{
    height: 100vh;
    margin-top: 0;
    top: 0;
    position: absolute;
    max-width: none;
}

h1
{
    margin: 0;
    margin-bottom:25px;
    width: 100%;color: var(--green, #AF0);
    font-family: Arial;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.92px;}
   
    h2
    {
        font-family: Arial;
        font-size: 42px;
        margin: 0;
        font-style: normal;
        width: 100%;
        font-weight: 400;
        line-height: 110%; /* 26.4px */
        letter-spacing: -0.72px;}
main {
    transition: transform 0.3s ease-in-out;
    
    margin-top: 80px;
}

/* Fullscreen toggle button styling */
#toggleFullscreen {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Navigation arrows styling */
.navigation {
    position: fixed;
    bottom: 10px;
    left: 50%;

    transform: translateX(-50%);
}

#prevChapter, #nextChapter {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.chapter {
    padding: 10px;
}
/* Full-screen view styles */
.fullscreen .chapter {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .chapter {
        padding: 10px;
    }
    #slide-info
    {display: none !important;}
}
iframe
{
    width: 100% !important; 
    margin: 25px;}
::marker {
    color: #AF0;
}
.title
{font-size: 200px;
color:#AF0}
.chapter-title
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
cursor: pointer;}
h3
{width: 100%;
    color: white;
    text-decoration:none;
    font-weight: bold;
    margin: 0;
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 30px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 110%;
    letter-spacing: -0.72px;}
.fullBorder
{
    width: 100%;
    height: 500px;}
.chapter-content {
    display: none;
    color: var(--white, #FFF);
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.72px;
    padding: 10px;
    MAX-WIDTH: 70%;
}

.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.macrosection-title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.macrosection-content {
    display: none;
    padding: 10px;
    padding-top: 0;
}
