
/* https://colorhunt.co/palette/efbc9bfbf3d5d6dac89cafaa*/

body {
	background-color: rgb(244, 244, 244);
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
               "Segoe UI Emoji", "Segoe UI Symbol";
	margin:0px;
	color: rgb(32, 32, 32)
}

.p_body {
	max-width: 800px;
	margin: auto;
}

h1{
	font-weight: 200;
	font-style: normal;
	margin: 20px 10px;
	text-align: center;
	font-size: 30px;
}

h2{
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	margin: 20px 40px;
}

h3{
	font-weight: 200;
	font-style: normal;
	font-size: 14px;
	margin: 20px 40px;
}

p{
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 20px;
}

.article_body{
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 20px 40px;
        font-weight: 300;
}

.article_body p, .article_body h1, .article_body h2, .article_body h3{
	margin-left: 0px;
	margin-right: 0px;
}

#loginBtn{
	display: none;	
}

b{
	font-weight: bold;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

article{
	background-color: #ffffff;
	border-radius: 6px;
	padding-bottom: 40px;
	padding-top: 10px;
}

article h2 {
	font-size: 14px;
	text-align: center;
}
	
article h3 {
	font-size: 22px;
}
	
section.related * {
	color: #000;
	text-decoration: none;
}
	
section.related h2 {
	border-radius: 6px;
	color: white;
	background-color: rgb(129, 140, 120);
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

section.related h3{
	font-weight: 500;
	margin: 0px;
}

section.related p{
	font-size: 13px;
	margin: 0px;
}

.article_thumb {
border-radius: 10%;
height: 80px;
float: left;
margin-right: 10px;
}

.art_lnk_e{
display: grid;
padding: 10px;
background-color: rgb(240, 240, 235);
padding-left:20px;
padding-right:20px;
}

.art_lnk_o{
display: grid;
padding: 10px;
background-color: #ffffff;
padding-left:20px;
padding-right:20px;
}

.article_author {
	margin: 10px 20px 0px 20px;
	font-size: 10px;
	text-align: right;
}

footer p {
	border-radius: 6px;
	color: white;
	background-color: rgb(129, 140, 120);
	width: 100%;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

/*Form*/
.ContactBox {
	background: #fff;
	color: black;
  	text-align: left;
	max-width:600px;
    margin: 0px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button {
background:rgb(167, 180, 158);
font-weight: 300;
width: 200px;
height: 50px;
display: block;
margin: auto;

}

textarea.formBDY	{
	margin: 0;
	width: 100%;
	height: 100px;
}

input.formFLD	{
	margin: 0;
	width: 100%;
	height: 30px;
}


/*EndForm*/

/* Slideshow container */

.pic{
height: 450px;
width: 100%;
display: flex;
justify-content: center;	
}

.pic img{
max-height: 100%;
max-width: 100%;
display: block;
margin: auto;
}
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.1);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #ddd;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ddd;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

/*Menu*/

.topnav {
  overflow: hidden;
  background-color: rgb(129, 140, 120);
  border-radius: 6px;
}

.topnav a {
  float: left;
  display: block;
  color: #E7E8EB;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  font-size: 14px;
  background-color: rgb(129, 140, 120);
  text-transform: uppercase;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  font-weight: bold;
  color: white;
  

}

.topnav .icon {
  display: none;
  padding: 7px 18px;
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* On smaller screens, decrease pic + dot text size */
@media only screen and (max-width: 600px) {
	.pic{height: 250px;}
	.prev, .next,.text {font-size: 11px}
  
}
