@charset "utf-8";
/* font-size scale
h1 22, 49
h2 21, 39
h3 19, 31
h4 18, 25
*/
html {
	--body-min-width: 340px;
  --main-section-max-width:500px;
  --header-bd-width: 6px;
  --header-bd-radius:1rem;
}

/*--  C o l o r s  ---*/
	/*	background:linear-gradient(rgba(255,255,255,1), rgba(155,155,155,1)); */
html{   /* D e f a u l t s  */
	--body-bg-color:        transparent;
  --header-color:         hsl(0,0%,21%);
  --header-bg-color:      hsl(0,0%,60%);
  --header-bd-color:      hsl(0,0%,21%);
	--main-bg-color:        transparent;
	--main-section-color:   hsl(0,0%,21%);
	--main-section-bg-color:hsl(0,0%,81%);
	--main-section-bd-color:hsl(0,0%,21%);
	
	--a-color:              hsl(210,95%,40%);
	--a-bg-color:           hsl(0,0%,80%);
	--a-hover-bg-color:     hsl(0,0%,90%);
	--header-a-bg-color:    transparent;
	--nav-a-bg-color:       transparent;
}

 *, *::before, *::after{
  box-sizing: border-box;
  text-decoration: none;
  margin: 0 0 1em 0;
  padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

/* --min-width-pc */
@media (min-width: 1101px){
	.section-transparent{
		background-color: transparent;
		height:4rem;
  }
  nav{
    position: fixed;
		top:0;
		left:0;
		right:0;
		z-index: 2;
}
  header h1{
    letter-spacing: 4px;
  }
 header img{
    max-width: 250px;
  }
	main {
		--img-scale:1;
    --line-height:1.2;
	}
}

/*  i P h o n e  width about 385px*/
/* --max-width-tablet */
@media (max-width: 1100px){
 	.section-transparent {
		background-color: transparent;
		height:1px;
	}

	nav{
    position: static;
		font-size: 1rem;
  }
	header h1, header h2, header h3{
		margin-bottom: .2rem;
  }

  header img{
    width: 110px;
  }
  header img:last-child{
    display: none;
  }

	main {
		--img-scale:.5;
    --line-height:1;
	}
}
@media (max-width: 400px){
	header img{
		display: none;
	}
}

@media screen{
  html{
    --body-max-width:1200px;
  }
  a img:hover{
    transform: scale(1.2);
    overflow: hidden;
    opacity: 0.7;
  }
}


@media print {
	html {
		--img-scale:.5;
		--font-size-scale:1;
		--line-height-scale:1;
	}
	body {
		--body-max-width: 10in;
		--body-bg-color:#fff;
		--body-color:   #000;
	}
	
  nav{
    position: static;
  }
	.section-transparent {
		display:none;
	}
	.NoPrint {
		display:none;
	}
}



a, a:visited, nav input {
	color:var(--a-color);
	background-color: var(--a-bg-color);

}
a:hover, nav input:hover {
	background-color:var(--a-hover-bg-color);
	text-decoration:underline;
}

body {
 	max-width:var(--body-max-width);
	margin: 0 auto 1rem auto;
}
header h1, header h2, header h3{
	text-align: center;
}
header a, footer a{
	background-color: var(--header-a-bg-color);
}

header, footer {
  color:            var(--header-color);
  background-color: var(--header-bg-color);
  border-color:     var(--header-bd-color);
}
main   {
	background-color:var(--main-bg-color);
}
main section {
  color:            var(--main-section-color);
  background-color: var(--main-section-bg-color);
  border-color:     var(--main-section-bd-color);
}

li {margin-left: 2em;}
dd {margin-left: 1em;}
dt {margin: 0; font-weight: bold;}

h5 { /* use for ul Header */
	font-size: 1rem;
	margin-bottom: 0;
}

blockquote{
	margin: 0 2rem 1rem 2rem;
	font-style: italic;
}
blockquote::before{
	content: "\201C";
	font-weight: bold;
}
blockquote::after{
	content: "\201D";
	font-weight: bold;
}
header, nav, main section, footer{
	border:  solid var(--header-bd-width) var(--header-bd-color);
	border-radius: var(--header-bd-radius);
}
nav {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
  background-color:var(--header-bg-color);
}
nav a, nav a:visited, nav input, nav input:visited {
	font-weight:bold;
	display: inline-block;
	margin: .2em .3em;
	padding:.2em .4em;
  color:var(--header-color);
  background-color:var(--nav-a-bg-color);
	border-radius: 6px;
}


header {
	display: flex;
	align-items: center;
	justify-content: center;
}
header img{
  border-radius: 15px;
  }
header img:first-child{
	margin: .1rem 2rem .1rem .1rem;
}
header img:last-child{
  margin: .1rem .1rem .1rem 2rem;
}
header div{
  text-align: center;
}



main nav {
  width:100%;
}

main {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}


main section{
	flex: 0 1  var(--main-section-max-width);
	min-width: calc(var(--body-min-width) - 4rem);
	margin:1rem;
}


header, main section, footer {
	padding:1rem;
}
footer{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


#section-Contents a, .MenuList a{
	display: block;
	margin: 0 0 2em 2em;
}

.section-Testimonials dt {
	font-weight: normal;
}
.section-Testimonials dd{
  font-weight: bold;
}
.section-Testimonials img {
	width:calc(160px * var(--img-scale));
	margin: .1em;
	border-radius: 1em;
}


.section-Amazon{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	}
.section-Amazon > div.flex-1{
  flex: 0 0 120px;
	text-align: center;
  }
.section-Amazon > div.flex-2{
	flex:1 1 300px;
	margin-left: 1rem;
  line-height: var(--line-height);
	}
.section-Amazon .flex-1 img{
	width:120px;
}

.font-small{
  font-size:.7rem;
	line-height: 1;
	font-style: italic;
  }

.border-bottom {
	max-width: 90%;
	padding-bottom: 2rem;
	border-bottom: 4px solid var(--main-section-bd-color);
}
	
.list-img-Link > div{
	display: flex;
	flex-direction: row;
}
.list-img-Link img {
	width:calc(160px * var(--img-scale));
	margin:0 1em 0 0;
}
.list-style-type-none li{list-style-type: none;}
.list-style-type-disc li{list-style-type: inherit;}

.list-style-type-Center li{
	list-style-type: none;
	margin-left: 0;
}
.list-style-type-Star > li{
	list-style-type: none;
	background: url(../public_html/PaulSharpe/Images/Star.png) top left no-repeat;
	background-size: 1.4em;
	padding-left: 1.5em;
}
.list-style-type-Center dd{
	margin-left: 0;
}
.list-style-type-Bullet      dd:before{content: "\2022\ ";}
.list-style-type-Dash        dd:before{content: "- ";}
.list-style-type-Star        dd:before{content: "\2605\	";}
.list-style-type-Box-Empty   dd:before{content: "\2610\ ";}
.list-style-type-Box-Checked dd:before{content: "\2611\ ";}
.list-style-type-Box-Exed    dd:before{content: "\2612\ ";}
.list-style-type-Face-Frown  dd:before{content: "\2639\ ";}
.list-style-type-Face-Smile  dd:before{content: "\263A\ ";}
.list-style-type-Heart       dd:before{content: "\2661\ ";}
.list-style-type-Diamond     dd:before{content: "\2662\ ";}

.Highlight{
  display:inline-block;
  color:white;
  background-color: var(--header-bd-color);
  margin: 0 auto 1rem auto;
  padding: 6px 10px;
  font-style:italic;
  text-align:center;
  border-radius: 3px;
}

.border-Box {
	border:thin solid var(--main-section-bd-color);
	padding: 5px;
}
.text-align-center{
  text-align: center;
}

.flipY{
	transform: rotateY(180deg);
}
.floatRight{
	float:right;
}
.floatLeft{
	float: left;
}
.clearFloat{
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.Emoji{
	width: 3rem;
	padding: 0 2px 1px 0;
}
.BigText {
	font-size: 1.6rem;
	font-weight: bold;
}
.SlantText{
	font-size:2rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin: .5em .5em .5em 0;
	float: left;
	transform: rotate(-20deg);
}