/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 14, 2026 */

.header {
  position: sticky;
  top: 0;
  padding: 0px 5px;
  background: #593312;
 color: white; 
}



* {
  box-sizing: border-box;
}



audio {
         width: 100%;
        
      
         background-color: #593312;
         outline: none;
      }



#more {display: none;}

        /* Logo Fonts */

		h1 { font-family: "baccer_local", monospace; font-size: x-large; font-weight: bold }	  

		/* Page Fonts */

		body	

		{margin:40px
		auto;

		max-width:650px;

		line-height:1.6;

		font-size:18px;

		color:#593312;

		font-family: "rokkitt_local", monospace;

		padding:0
		10px}
		
		
		/* Inherit Links Styles */
		a {
       color: inherit; 
       text-decoration: inherit; /* no underline */
       }

		h1,h2,h3{line-height:1.2}
		
		

#myDIV {

  display: flex;
  justify-content: space-between;
}


div.email > span:nth-child(2) {
	display: none;
}

div.email{
font-size: 110%;
font-weight: bold;
}

.responsive {
  width: 100%;
  height: auto;
  }
  


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

.column img {
  margin-top: 12px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}  

@font-face {
    font-family: 'baccer_local';
    src: url('baccer-webfont.woff2') format('woff2'),
         url('baccer-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'rokkitt_local';
    src: url('Rokkitt-Regular.woff2') format('woff2'),
         url('Rokkitt-Regular.woff') format('woff');

  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*

@font-face {
    font-family: 'courier_local';
    src: url('CourierPrime-Regular.woff2') format('woff2'),
         url('CourierPrime-Regular.woff') format('woff');

  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/