/* 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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');


#demotext {
  text-shadow: 2px 2px 4px rgba(0,0,255, 0.7);
  font-family: "dancing script", serif;
  font-size: 5em;
  text-align: center;
}

.title {
  text-shadow: 2px 2px 4px rgba(0,0,255, 0.7);
  font-family: Merienda, serif;
  font-size: 2em;
  text-align: center;
}

#demotext-merriweather {
  text-shadow: 2px 2px 2px rgba(0,0,139, 0.7);
  font-family: Merriweather, serif;
  font-size: 2em;
  text-align: center;
}

.widget-title {
		display: none; 
}

body, html {
  height: 100%;
}

#demoparagraph {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
-webkit-column-rule: 1px solid rgba(28,110,164,0.5);
-moz-column-rule: 1px solid rgba(28,110,164,0.5);
column-rule: 1px solid rgba(28,110,164,0.5);
}

#3-column-paragraph {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
-webkit-column-rule: 1px solid rgba(28,110,164,0.5);
-moz-column-rule: 1px solid rgba(28,110,164,0.5);
column-rule: 1px solid rgba(28,110,164,0.5);
}

#shadowtext {
text-shadow: 3px 3px 3px rgba(206,67,38,0.75);
color: #000000;
background: #FFffff;
}

/* ********Google Fonts CSS Code************* */

.merienda-regular {
  font-family: "Merienda", cursive;
  color: #4682b4;
  font-weight: 300;
  font-style: normal;
}

.merienda-bold {
  font-family: "Merienda", cursive;
	color: #4682b4;
  font-weight: 900;
  font-style: normal;
}

.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}

.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;

}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
	font-size: 3em;
}

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 14pt;
}

.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;
	color: #0a68b5;
}

.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;
}
.big_lobster {
  font-family: Lobster;
  font-size: 3em;
  font-weight: bold;
}
.big_lobster-2 {
  font-family: "Lobster Two";
  font-size: 3em;
  font-weight: bold;
}

/********* Special Formatting  *********/

.site-title {
  font-family: lobster;
}

/* Remove Titles */
.entry-header {
  display: none;
}
.site-top1 {
background-color: #4682b4;
border-bottom: 0px;
}

.site-description {
  font-family: charm;
  font-weight: bold;
  font-size: 36px;
  font-style: italic;
	color: #ffe4c4;
}

.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;
}



/* General Overall Formating */




/* The Start of Paragraph formatting */


ul, ol, dl {
  margin: 10;
  list-style: none;
  border-top: 0px solid #666;
  margin-bottom: 15px;
}

.ul-1 {
  margin: 0;
  padding: 2;
}
.li-1 {
  list-style-type: none;
  font-size: 12pt;
  color: #0a68b5;
}

/* 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;
}

.body{
  background-color: brown;
}