<style type="text/css">
@charset "utf-8";

/* General Styles */
html, body {
  font-family: 'Pacifico', sans-serif;
  color: #FFFDD0;
  background-color: #000;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
}


/* Horizontal Rules */
hr, .golden-hr {
  max-width: 1000px;
  text-align: center;
  margin: auto;
  padding: 0;
  height: 2px;
  border: none;
  border-top: 2px solid #CBC3E3;
}

/* Typography */
ul, li, h1, h2, h3, h4, h5, h6, p {
  margin-top: 10px;
  margin-left: 15px;
  color: #FFFDD0;
}



h1 {
  font-size: 4vw; /* Adjust size as needed */
  font-weight: 500;
  font-family: 'Pacifico', sans-serif;
  text-align: center;
  text-shadow: 4px 4px 8px #000000;
  color: #CBC3E3;
}

/* You can use media queries for more control */
@media (max-width: 768px) {
  h1 {
    font-size: 6vw; /* Smaller viewport, slightly bigger text */
  }
}

h2 {
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  font-size: 32px;
  color: #00ffff;
}
h3{
  color: #FFFDD0;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
h4 {
  color: #FFFDD0;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-left: 35px;
}
/* Links */
a:link, a:visited {
  text-decoration: none;
  color: #CBC3E3;
}
a:hover {
  color: #fff;
}

/* Blockquote */
blockquote {
  margin-top: 15px;
  margin-left: 50px;
  font-style: italic;
  color: #FFFDD0;
}

/* Images */
img {
  display: inline-block;
  margin: 10px;
  border-radius:10px;
  max-width: 95%;
}

/* Tables */
table, th, td {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  padding: 0.25rem;
  color: #FFFDD0;
}

li {
  margin-top: 1px;
  margin-left: 20px;
}

dt {

  margin-left: 20px;
}

dd {

  margin-left: 30px;
}

.quote {
	color: ;	
	text-align: center;
}


.menu {
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: large;
  padding: 2px 2px;
  display: inline-block;
}
.menu a:link, .menu a:visited {
  background-color: #444;
  padding: 5px 6px;
  border-radius: 4px;
  color: #CBC3E3;
}
.menu a:hover{
	color: #fff;
}

.menu2 { /* social media */
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: x-large;
  padding: 2px 2px;
  display: inline-block;
}
.menu2 a:link, .menu2 a:visited { /* social media */
  background-color: #444;
  padding: 5px 6px;
  border-radius: 4px;
  color: #00ffff;
}
.menu2 a:hover{
	color: #fff;
}

/* Floats and Containers */
.float-image, .float-right, .float-left {
  margin-bottom: 10px;
}
.float-image, .float-left {
  float: left;
  margin-right: 10px;
}
.float-right {
  float: right;
  margin-left: 10px;
}
.container {
  overflow: auto;
  margin-bottom: 20px;
}


/* Menu and Footer */
.footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: small;
  bottom: 0;
  position: fixed;
}

/* Miscellaneous */
.div_main {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #444;
  padding: 1px 4px;
  width: 1000px;
  max-width: 98%;
  margin: auto;
}
.div_wrap {
  display: inline-block;
  margin: 2px;
  padding: 2px;
  overflow: hidden;
  vertical-align: top;
  word-wrap: anywhere;
  -webkit-word-wrap: break-word;
}
</style>