/* CSS Document */
/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */
@import url();
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alice&family=Dancing+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/*********  Varibles  ***********/


/********* Special Formatting  *********/
.site-title {
  font-family: "Lobster Two";
}

#demotext {
color: #7a7a7aF;

text-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px;
text-align: center;
}


/* Remove Titles */
.entry-header {
  display: none;
}
.site-description {
  font-family: Merriweather;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
}
.site-top1 {
  background-color: #000080;
  border-bottom: 0px solid var(--dark-border-color);
  margin: 0;
  padding: 0;
}

/* General Text Formating */
.text {
	font-family: alice;
	font-size: 1.2rem;
	font-style: italic;
}
.main-navigation {
  background-color: whitesmoke;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  width: 90%;
  font-family: merriweather;
  color: blue;
}
.entry-title {
  font-family: lobster;
}
.entry-header .entry-title {
  font-size: 36pt;
  line-height: 1;
  font-weight: normal;
}

.site-header h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.846153846;
  color: #d67403;
}

.widget-title {
  font-family: merriweather;
  color: red;
  font-size: 2.5em;
  text-transform: capitalize;
}

/* Google Fonts CSS Code */
.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

.big {
  font-size: 3em;
  font-weight: bold;
}

.big_dancing {
  font-family: "Dancing Script";
  font-size: 3em;
  font-weight: bold;
}
.med_dancing {
  font-family: "Dancing Script";
  font-size: 2em;
  font-weight: normal;
}

.reg_dancing {
  font-family: "Dancing Script";
  font-size: 1em;
  font-weight: normal;
}

.big_lobster {
  font-family: Lobster;
  font-size: 3em;
  font-weight: bold;
}

.med_lobster {
  font-family: Lobster;
  font-size: 2em;
  font-weight: bold;
}
.reg_lobster {
  font-family: Lobster;
  font-size: 1em;
  font-weight: bold;
}

.big_lobster-2 {
  font-family: "Lobster Two";
  font-size: 3em;
  font-weight: bold;
}

h1 {
  color: #000000;
  text-transform: none;
  border-bottom: 0px solid #b22222;
  margin-top: 10px;
  font-variant: normal;
  margin-bottom: 5px;
}


h3 {
  color: #000000;
  text-align: left;
  font-size: 1.5em;
}

.sub-heading {
	font-family: "lobster two";
	font-size: 1.5rem;
}

.heading {
	font-family: lobster;
	font-size: 3rem;
	margin: 20px;
}
/* General Overall Formating */
body {
  background-color: tan;
}

/* The Start of Paragraph formatting */

p {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.title {
  text-align: left;
  font-weight: normal;
  color: #000000;
  font-family: "Book Antiqua", Georgia;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
}

.content {
  border: thick inset #285943;
  background-color: #77af9c;
}
.center {
  text-align: center;
  border: thick outset #285943;
  background-color: #8cd790;
}

.text {
  font-family: Merriweather, "Times New Roman", Times, serif;
  font-size: 14pt;
}

.textc {
  text-align: center;
  font-weight: normal;
  /*	color: #0000CC; */
  font-size: 16pt;
  font-style: normal;
  font-variant: normal;
  margin-bottom: 5px;
}

.textc_border {
  text-align: center;
  font-weight: normal;
  font-size: 16pt;
  font-style: normal;
  font-variant: normal;
  border-bottom: 3px solid #b22222;
  margin-bottom: 5px;
}

.text1 {
  font-family: "merriweather";
  font-size: 12pt;
}

.text1c {
  text-align: center;
  font-weight: normal;
  color: #009900;
  font-size: 14pt;
  font-style: normal;
  font-variant: normal;
  margin-bottom: 5px;
}
.text2 {
  text-align: left;
  font-weight: normal;
  color: #0000ff;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  margin-bottom: 5px;
}

.big {
  font-size: 4em;
  font-weight: bold;
}
/**

	**/

ul,
ol,
dl {
  margin: 10;
  list-style: none;
  border-top: 0px solid #666;
  margin-bottom: 15px;
}

.ul {
	list-style-type: none;
}
.ul-1 {
  margin: 0;
  padding: 2;
}
.li-1 {
  list-style-type: none;
  background: #ffffff;
  margin: 5px;
  font-family: "merriweather", Georgia, Times, serif;
  font-size: 10pt;
  color: #0000cd;
}

/* Red border */
hr.new1 {
  border-top: 3px solid red;
}

/* Dashed red border */
hr.new2 {
  border-top: 1px dashed red;
}

/* Dotted red border */
hr.new3 {
  border-top: 1px dotted red;
}

/* Thick red border */
hr.new4 {
  border: 1px solid red;
}

/* Large rounded green border */
hr.new5 {
  border: 5px solid green;
		border-radius: 5px;}