/*
Theme Name: V1
Theme URI: NA
Author: V1
Author URI: NA
Description: V1 based off twentytwelve
Version: 1
Tags: light, gray 
Text Domain: v1
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*{
    margin: 0;
    padding: 0;
}

html { scroll-behavior: smooth}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	background: #f1f1f1;
		font-weight: 400;
	font-style: normal;
}
strong {
	font-weight: 600;
}
ol, ul { list-style: none}
blockquote, q { quotes: none}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{ width:100%;height:auto}
a { text-decoration:none;color: #11a8e4}

h1{
	font-size:2.3em;
	font-weight:700;
	margin-bottom:10px
}
h2 {
	font-size:2em;
	font-weight:700;
	margin-bottom:10px
}
h3 {
	font-size:1.8em;
	font-weight:700;
}
h4 {
	font-size:1.4em;
	font-weight:700;
}
h5 {
	font-size:1.2em;
	font-weight:700;
}
h6 {
	font-size:1em;
	font-weight:700;
}

@media (min-width: 1024px) {	

h1{
	font-size:3em;
}
h2 {
	font-size:2.5em;
}
h3 {
	font-size:2.3em;
}
h4 {
	font-size:2em;
}
h5 {
	font-size:1.8em;
}
h6 {
	font-size:1.6em;
}
}

.lead {
	font-size:1.4em;
	margin-bottom:3vh;
	color:#888
}
blockquote {
	font-size: 2em;
	font-style: italic;
	margin: 5vh 0;
	color: #27AE7E;
}
.copy {
	text-align:center;
	background: #24a275;
	padding: 30px;
	color: #ccefe3;
}

.copy a {
	color: #ccefe3;
}

.bottom {margin-bottom:50px}

.flex-video iframe {
	aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.foot-four {
	margin-top: 30px;
}
@media (min-width: 1024px) {	
	
	.foot-four {
	margin-top: 0;
}
.grid-two {
	display: grid;
	grid-template-columns: 1fr 1fr ;
	grid-template-rows: 1fr;
	grid-gap:4rem;
	text-align: center;
}
	
.grid-three {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap:4rem;
	text-align: center;	
	margin-bottom: 4vh;
}

.grid-four {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap:4rem;
	text-align: center;	
}
.grid-five {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
	grid-template-rows: 1fr;
	grid-gap:3rem;
	text-align: center;	
}
.grid-six {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap:2rem;
	text-align: center;
}

}



.container{
	max-width:1400px;
	margin:auto	
}
.page { margin:100px 20px}
.center{text-align:center}

img.avatar.avatar-44 {
	margin-right:10px;
	width:44px;
	height:auto;
	border-radius:100%;
	border:1px solid #ccc
}

.footer-main  {
border-top:1px solid #24a275;
padding:60px 0 0;
margin-top:30px;	
background-color:#27AE7E;
}

.foot-logo {
	padding: 0 60px;
}

.footer a {
color: #ccefe3
}

footer li svg{width:50px;height:auto}



.commentlist li {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 1vh;
		list-style-type: none !important;
		margin:0 0 1vh 0!important
}

#respond {
		background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 1vh;
}

input#submit {
	background: #111;
	padding: 10px 45px;
	color: #fff;
border: 1px solid #222;
margin-top: 20px;
}

.comment-form-cookies-consent {
	color: #555;
	font-size: .7em;

}

textarea#comment {
	padding: 20px;
	display: block;
	width:100%;
	max-width: 700px;border: 1px solid #222;

}

input#author, input#email, input#url {
		padding: 20px;
	display: block;
	width:100%;border: 1px solid #222;

	max-width: 700px;
}

.comment-notes {
		color: #555;
	font-size: .7em;
}

.required {
	color: #da7777;
}



nav button {
	margin-top: 5px;
	margin-right: 15px;
	border: 1px solid #ccc;
background: #fff;
	padding: 10px;
}
	
	@media (prefers-color-scheme: dark) {
a { color: #9bd6ee}
	.lead {
	color:#ccc
}
		.intro {
	color: #ccc;
}
.footer-main  {
border-top:1px solid #24a275;
background-color:#111;
}


.body {
 	background: #111 !important;
 		border: 1px solid #222;
 }
.copy {
	background: #000;
	color: #ccefe3;
}

#primary, #secondary {
 	background: #111 ;
color: #fff;
}

h1, h2, h3, h4, h5, h6 {
color: #fff;
}

.commentlist li {
	background: #222;
	border: 1px solid #333;
}
		
			
	nav button {
	border: 1px solid #111;
background: #000;
}
	nav button svg path{
fill: #fff;
}

}

.basics {
	text-align: center;
}
.basics a{
	color: #222;
	font-size:1.2em;
	line-height: 1.2em;
}
.basics-sm {
	text-align: center;
}
.basics-sm a{
	font-size:.85em;
	color: #222;
}






.intro {
	text-align: center;
	font-size: 1.4em;
	color: #444;
}








.grid-three-menu {
	display: grid;
	grid-template-columns: 50px 220px 1fr;
	grid-template-rows: 1fr;
	text-align: center;
max-width: 1400px;
margin:auto
}






@media (prefers-color-scheme: dark) {

nav {
	background: #000;
}
body {
		background: #000;

}


.navbar-brand svg path {
	fill: #27AE7E;
}

.basics a, .basics-sm a{
	color: #fff;
}


}









.grid-three img { box-shadow: 0 0 10px rgba(0,0,0,.2)}
.grid-four img { box-shadow: 0 0 7px rgba(0,0,0,.2)}
.grid-two img { box-shadow: 0px 0px 14px rgba(0,0,0,.2)}




.post {
	margin-top: 100px;
}

	.more a {
		display: block;
		margin: 20px auto;
		border: 1px solid #27AE7E;
		padding: 10px;
			text-align: center;
	border-radius: 10px;
		background:#27AE7E;
				color:#fff;
  transition: 0.3s;


	}

	.more a:hover {
		background: #222;
		color: #fff;
		border: 1px solid #111;
	}




p {
	margin-bottom: 20px
}


.entry-content h3 {
	margin-top: 20px;
	line-height: 1;
}

.grid-three div, 
.grid-six div  {
margin-bottom: 20px;
}



.credit {
	text-align: right;
	font-size: .8em;
	color: #888;
}


#content {
	padding: 0 20px;
}


.foot-menu {
	text-align:left;
	padding:60px 60px 100px;
	line-height:2em
}

.foot-menu a { color:#CCEFE3 !important}





.pdb-instance-2 {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 5vh 0;
}

.pdb-instance-2 table tr{
	margin-bottom: 20px;
	display: block;
}
.pdb-instance-2 th {
	min-width: 120px;
	font-size: .7em;
}

.pdb-instance-2 input {
	border: 1px solid #333;
	padding: 10px;
font-size: 1.3em;
width: 100% !important;
}

.pdb-instance-2 .pdb-signup input {
	display: block;
}

.pdb-submit {
	background: #222;
	color: #fff;
	padding: 130px;
	min-width: 200px;
}


#content li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: circle;
}


#content li::marker{
	color: #24a275;
	}



#up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #1e8460;
  color: #cfebd2;
  border: 1px solid #49c69a;
  cursor: pointer;
  padding: 15px;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);	
  animation: fade-bottom 1s ease-in-out 0s forwards;
}

#searchsubmit {
	color:#fff ;
	background: #222;
	padding: 13px;
	border: 1px solid #111;
}	
input#s {
	padding: 10px;
	width: 80%;
	font-size: 1.2em;
	border: 1px solid #ccc;
}


#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color:  #27AE7E;
  margin-top: 20px;
  display:none
}
	
 
 #myDIV {
 	position: fixed;
	 top:40px;
 	width: 100%;
 }




.no-shadow .grid-three img { 
padding: 40px 0;
box-shadow:none;
height: auto;
background: #222;
}



a.more-link {
	margin:3vh 0;
	max-width:200px;
	background: #24a275;
	display:block;
	padding:10px 30px;
	border-radius:10px;
	color:#fff;
	text-align: center;
}



.home-posts h1 {
	font-size: 1.6em;
}





 em {
	font-style: italic;
}


.translate img{ height: 15px;
width:auto}

 .translated  em {
	font-style: italic;
	color:darkorange
}

 .translated  em:before {
	content:"- "
}