/* 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://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://home.spokanetek.net/css/user.css');

/********* Special Formatting  *********/
#demoparagraph {
-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);
}

#demoparagraph2 {
-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);
}

.splw-weather-title {
font-family: charm;
font-size: 28pt;
}

:root { 
		--tec-font-family-sans-serif: alice,"Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

.site-title {
	font-family: lobster;
}

/* Remove Titles */
.entry-header {
  display: none;
}

.site-description {
	font-family: Merriweather;
	font-weight: bold;
	font-size: 36px;
  font-style: italic;
	color: #ffd966;
}
.site-header h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.846153846;
  color: #dba360 !important;
}

.site-top1 {
  background-color: #276499;

  margin: 0;
  padding: 0;
}

.main-navigation li a {
		font-family: Merriweather;
		font-size: 10pt;
		color: #6a6a6a;
		line-height: 2.692307692;
}
.entry-title {
	font-family: lobster;
		
}
.entry-header .entry-title {
	font-size: 36pt;
	line-height: 1.0;
	font-weight: normal;
	color: #276499 !important;
}

.site-header h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.846153846;
	color: #d67403;
}

/* Google Fonts CSS Code */

.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;
}

.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: 3.0em;
	font-weight: bold;
	}
	
.big_dancing {
	font-family:  "Dancing Script";
	font-size: 3.0em;
	font-weight: bold;
	}
.big_lobster {
	font-family:  Lobster;
	font-size: 3.0em;
	font-weight: bold;
	}
.big_lobster-2 {
	font-family:  "Lobster Two";
	font-size: 3.0em;
	font-weight: bold;
	}

	h1 {
		color: #000000;
		font-weight: normal;
		font-size: 3.0em;
		font-family: "Book Antiqua", Georgia, Times, serif;
		text-transform: none;
		border-bottom: 0px solid #B22222;
		margin-top: 10px;
		font-variant: normal;
		margin-bottom: 5px;
	}
	
	h2 {
	color: #000000;
		font-family: "Book Antiqua", Georgia, Times, serif;
		text-align: center;
		font-size: 1.5em;
		font-variant: normal;
	}
	
	h3 {
		color: #000000;
		font-family: "Book Antiqua", Georgia, Times, serif;
		text-align: left;
		font-size: 1.5em;
		font-variant: small-caps;
	}

ul, ol, dl	{
	padding: -10;
	margin: 10;
	list-style: none;
	border-top: 0px solid #666;
	margin-bottom: 15px;
}


td.c01 {
    text-align: center;
    font-weight: bold;
    vertical-align: top;
}

td.legend1 {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
    color: #000;
}


/* General Overall Formating */
body {
  background-color: #98b1c8;
}

blockquote {
	margin-top: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: 12pt;
	color: #F00;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	}

/* The Start of Paragraph formatting */

p {
	text-align: left;
	color: rgb(36,73,107);
	font-variant: normal;
	height: auto;
	width: auto;
/*	
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
*/
}


.title {
	text-align: left;
	font-weight: normal;
	color: #000000;
	font-family: "Book Antiqua", Georgia;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
}	

.header {
	text-align: left;
	font-weight: normal;
	color: #000000;
	font-family: "Book Antiqua", Georgia;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.intro {

	border: thick outset #C06;
	background-color: #8cd790;
}
.content {

	border: 3px solid brown;
	background-color: blanchedalmond;
}	
.center {
    text-align: center;
	border: thick outset #285943;
	background-color: #8cd790;
}
	
.text {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 14pt;
}

.text_border {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 14pt;
	border-bottom: 3px solid #B22222;
}


.copy {
	text-align: center;
	font-weight: normal;
/*	color: #0000CC; */
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}

.textc {
	text-align: center;
	font-weight: normal;
/*	color: #0000CC; */
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}

.textc_border {
	text-align: center;
	font-weight: normal;
/*	color: #0000CC; */
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	border-bottom: 3px solid #B22222;
	margin-bottom: 5px;
}

.text1 {

	font-family: "Merienda";
	font-size: 12pt;

}

.text1c {
	text-align: center;
	font-weight: normal;
	color: #009900;
	font-family: "Book Antiqua", "Palatino Linotype",  Palatino, serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}
.text2 {
	text-align: left;
	font-weight: normal;
	color: #0000FF;
	font-family: "Book Antiqua", "Palatino Linotype",  Palatino, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}

.footer {
	text-align: center;
	font-weight: normal;
	color: #0000FF;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 5px;
}
	
.big {
	font-size: 4.0em;
	font-weight: bold;
	}
/**

	**/
/*
ul, ol, dl	{
	padding: -10;
	margin:10;
	list-style: none;
	border-top: 0px solid #666;
	margin-bottom: 15px;
}

.ul-1 {	
	margin: 0;
	padding: 2;
	}
.li-1 {
	list-style-type: square;
	background: #ffffff;
	margin: 5px;
	font-family: "Book Antiqua", Georgia, Times, serif;
	font-size: 10pt;
 	color: #0000CD;
}
*/

/* Red border */
hr.new1 {
  border-top: 5px solid lightblue;
}

/* 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;
}