/* Enter Your Custom CSS Here */
.text-slider {
    animation: none;
  /*font-family: 'Satisfy', cursive;*/
    /*font-family:"lucida calligraphy",arial,'sans serif';*/
  font-family:  'Qwigley', cursive;
  text-shadow: 4px 4px 4px #000;
}

.text-slider .maintitle, .text-slider .subtitle {
    /*font-family:"lucida calligraphy",arial,'sans serif'; */
  font-family:  'Qwigley', cursive;;
  text-shadow: 4px 4px 4px #000;
}

.site-title a, .site-title a:hover {
	font-size: 25px;
  	/*font-family:"lucida calligraphy",arial,'sans serif'; */
  font-family:  'Qwigley', cursive;;
  text-shadow: 4px 4px 4px #000;
}

.site-description {
	font-size: 18px;
  	/*font-family:"lucida calligraphy",arial,'sans serif';*/
  font-family:  'Qwigley', cursive;;
  text-shadow: 4px 4px 4px #000;
}

#mainnav ul li a {
	font-size: 25px;
  	/*font-family:"lucida calligraphy",arial,'sans serif'; */
font-family:  'Qwigley', cursive;;
  text-shadow: 4px 4px 4px #000;
}

body {
	background: transparent;
  background-image: none;
  background-color: white;
   /*font-family: "lucida calligraphy";*/ 
  /*font-family: 'Satisfy', cursive;*/
}

#Conditions li {
    list-style: decimal-leading-zero;
    font-size: 22px;
    color: black;
  font-weight: bold;
}

.title-post {
display: none;
}
.entry-title {
display: none;
}

.widget-title {
	margin-top: -50px;
}

.page-wrap {
	margin-top: -200px;
}

#colophon {
	display: none;
}
