/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
	font: Arial; 
	font-size: 33px;
	font-color: blue;
	align-content: center;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
    /* Set a fallback background color in case the image doesn't load */
/*    background-color: #cccccc; */
    margin: 0; /* Remove default body margin */
    padding: 0;
    color: maroon;
}




h1{
	position: fixed;
}


.hero-section {
    /* Specify the path to your image file */
    background-image: url('Assets/TalkTomorrow_VacationsAlone_9.gif'); 
    
    /* Ensure the image covers the entire element while maintaining its aspect ratio */
    background-size: cover; 
    
    /* Center the image within the element */
    background-position: center; 
    
    /* Prevent the image from repeating if it's smaller than the container */
    background-repeat: no-repeat; 
    
    /* Optional: Fix the background relative to the viewport for a parallax effect */
    background-attachment: fixed; 

    /* Set a height for the div (e.g., 100% of the viewport height) */
    height: 100vh; 
    
    /* Center content within the div */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: maroon; /* Ensure text is readable over the image */
   /* text-shadow: 2px 2px 4px #000000; */
/*    position: fixed;*/
letter-spacing: .03em ;
}

.HeaderText{
    color: darkgray;
    font-family: sans-serif;
    position: fixed;
    top: 20px;
    font-size: 20px;
    right: 20px;
    z-index: 100;
}



.HeaderText{
    color: darkgray;
    font-family: sans-serif;
    position: fixed;
    top: 20px;
    font-size: 20px;
    right: 20px;
    z-index: 100;
}

.HeaderText:hover{
    color: blue;
}


a{
    text-decoration: none;
 /*   color: gray;*/
 color: inherit;
}


.TitleDate{
    color: maroon;
 /*   font-family: sans-serif;*/
    position: fixed;
    top: 20px;
    font-size: 14px;
    line-height: .98em;
    text-align: center;
}

.InsideColumn{
	position: relative;
}

p{
width:  84%;
 /*   color: ;*/
 font-family: times;
 font-size: 14px;
 line-height: 1.1em;
 ;letter-spacing: .03em;
/* color: bisque;*/
 color: maroon;
 position: relative;
 bottom: 0px;
position: absolute;
bottom: 20px;
 text-align: center;

}

::selection {
  background-color:lightgray;
  color:  darkblue;
}


audio {
  width: 30%; /* Adjust width as needed */
  background-color: white; /* Change background color */
  border-radius: 80px; /* Add rounded corners */
  padding: 10px; /* Add some padding */
/*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/ 

  color: blue;
  font-family: serif, Arial, sans-serif;
  font-size: 40em;
  position: fixed;
}

audio::-webkit-media-controls-panel {
  background-color: white; /* Example for WebKit browsers */

   font-family: serif, Arial, sans-serif;
   color: blue;

}

.wrapper{
/*  padding: 20px;
  margin: 20px;*/
}


.AudioWrapper{
  padding-left: 40%;
  padding-top: 20%;
}

	



