#hades_body { 
    background-color: #000000;
    color: #000000;
    font-family: 'trebuchet ms', 'Roboto Condensed', sans-serif;
    font-size: 1em;
    margin: 0;
    background-image: url("img/dn_header.webp.html");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 280px;

    /* border: 20px solid #FFFFFF; */

}


@media (min-width: 800px)
{ 
  #hades_body
  {
      background-size: 100%;
  }
  #section_footer
  {
      background-size: 100%;
  }
}


#section_footer
{
    
    height:207px;
    margin: 50px auto;
    text-align: center;
}


#info_page
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    margin: 0 0;

}

#main_column
{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    text-align: center;

}

img.faq_stripe
{
    max-width:800px;
    height:auto;
    width:100%;
    border: 1px solid #000000;
}

#info_page_column
{
    margin: 0 auto;
    width: 95%;
    max-width: 800px;
    text-align: center;
}

#legal_column
{
    margin: 0 auto;
    width: 95%;
    max-width: 800px;
    text-align: left;
}

#footer_home_link
{
    margin: 100px auto 100px auto;
}

#section_header
{
    margin: 0 auto;
    padding-top: 3em;
    height: 180px;
}

#app_store_links
{
    margin:0px auto;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



#email_field
{
    color: #BBBBBB;
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.8em;
    top: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
}

img.solo
{
    display: block;
    margin: 0 auto; /* Center horizontally */
    padding-top: 0px; /* Add top padding as needed */
    margin-top: -30px;
}

img.gallery
{
    margin: 2px 4px;
    border: 1px solid #191919;
}

img.noborder
{
    margin: 2px 4px;
}

.device
{
    display: inline-block;
    position: relative;
    margin: 1em;
}

img.device_screen
{
    position: absolute;
    left: 12px;
    top: 54px;
}

h1.introtext
{
    background-color: rgba(0, 0, 0, 255);
    border-radius: 5px;
    border: 1px solid black;
    font-size: 0.9em;
    margin: 0.3em auto 3.0em;
    text-align: center;
    width: 250px;
    padding: 5px;
    color: white;
    opacity: 1;
}

p.shadow
{
    /*text-shadow: 1px 1px #000000;*/
    color: #000000;
    /*text-shadow: 
        1px 1px 0 #000,
        -1px -1px 0 #000,
        0 1px 0 #000, 
        0 -1px 0 #000;  */

}

.section_screenshots
{
    margin: 2em auto 2em;
    text-align: center;

    padding-top: 30px;
    border: 1px solid white;
    border-radius: 5px;
    background-color: white;
}

.section_concept
{
    margin: 2em auto 2em;
    text-align: center;
    width: 95%;
}

.section_maintext
{
    margin: 4em auto 4em;
    text-align: center;
    width: 95%;
}

.infoRoundedSquare
{
    padding-top: 30px;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
    width:95%;
    margin-left: auto;
    margin-right: auto;
}

.section_features
{
    margin: 4em auto 4em;
    text-align: center;
    width: 95%;
    background-color: #151d2e;
}

p.features
{
    margin: 4em auto 4em;
}

.section_team
{
    margin: 2em auto 2em;
    padding: 1em 0;
    background-color: #151d2e;
    text-align: center;
}

.subscribe_box
{
    position: relative;
    margin: 0 auto 1em;
    text-align: center;
    vertical-align: text-top;
}

.mail_input_box
{
    display: inline-block;
    position: relative;
}

.mail_subscribe_box
{
    display: inline;
    position: relative;
}

img.avatar
{
    margin: 10px;
}

img.social
{
    margin: 1em 2em;
}

.team_member_box
{
    display: inline-block;
    margin: 0 1em;
    width: 40%;
    min-width: 260px;
    vertical-align: text-top;
}

.jobs_area
{
    margin: 2em auto 2em;
    padding: 1em 0;
    background-color: #151d2e;
    text-align: center;
}

.job_item
{
    display: inline-block;
    margin: 2em 1em 2em auto;
    width: 40%;
    min-width: 260px;
    vertical-align: text-top;
}

p, li
{
    color: #000000;
    text-align: left;
}

p + p, li + li { margin-top: 1em; }

p.team_name
{
    font-size: 1.6em;
    margin: 0; 
    text-align: center;
}

p.team_social
{
    color: #FF4040;
    margin: 2px auto 40px;
    text-align: center;
}

p.team_paragraph
{
    text-align: center;
}

p.team_work
{
    text-align: center;
}

p.updates
{
    margin: 2.6em auto 2.6em;
    text-align: center;
    width: 95%;
}

p.copyright
{
    margin: 2.6em auto 2.6em;
    text-align: center;
    width: 95%;
    color: #9c9da2;
}

p.privacy
{
    margin: 1.0em auto 2.6em;
    text-align: center;
    width: 95%;
    font-size: 0.8em;
}

h1.title
{ 
    color: #000000;
    font-size: 1.6em;
    margin: 0 0 1em 0;
    text-align: center;
}

h2.title
{
    color: #FF4040;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    text-align: left;
}

a
{
    color: #FF4040;
}


#app_store_links {
    margin-bottom: 40px;
}

.container {
    display: flex;
}

.button-container {
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    width: 100px;
}

.square-container {
    flex: 2;
    background-color: lightgray;
    text-align: center;
}

.button {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: lightblue;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;

    padding: 10px 20px;
    color: white;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;


}

.button:hover {
    background-color: #0056b3; /* This is a darker shade of the original blue color */
    filter: brightness(0.8); 
}



.logocenter {
    display: block; /* Ensures the margin: 0 auto; works as expected */
    margin: 0 auto; /* Center the image horizontally */
}


img.info_header
{
    max-width: 100%;  height: auto;
}

img.download_link
{
    border: 1px solid white;
    border-radius: 3px
    margin: 0 0px; /* Adjust this value to control the spacing between images */

}

 #screenshot-container 
 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#screenshot {
    max-width: 90%;
    height: auto;
}

.nav-button {
    font-size: 60px;
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* This is for a 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}