/* RESOURCES */
/* one can use font-size: 4vw; to make text relative to viewport */


@font-face {
  font-family: ideal;
  src: url(fonts/GOTHIC.woff);
  }


  a {
	margin: 0px;
	padding: 0px;
	border: 0px;
  }
  
  .priv:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

.priv:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}

.priv:hover {
  color: #f0f0f0;
  background-color: transparent;
  text-decoration: underline;
}

.priv:active {
  color: #f0f0f0;
  background-color: transparent;
  text-decoration: underline;
}

body {
  font-family: "Century Gothic", ideal,"Helvetica",sans-serif;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  border: 0px solid #a0d278;
  background-color:white;
  font-size: 12px;
}

input, select, textarea, button{
	font-family:inherit;
	}

hr {
	display: none;
}

.altBreak {
	display: none
}

/*  HEADER CONTENT  START */

header {
  padding: 0px;
  margin: 0px;
  padding: 0px;
  color: rgb(60,60,60);
  background-color: #a0d278;
}

article {
	padding: 10px;
}
.grid-header-container {
	border: 0px solid black;
	margin: 0px;
	display: grid;
	grid-template-columns: 65px 96px 1fr 25px;
	grid-template-rows: 55px;
	grid-row-gap: 0px;
	grid-column-gap: 0px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.grid-header-item {
	border: 0px solid red;
	padding: 0px 0px 0px 0px;
	align-self: center;
	text-align: center;
	white-space: nowrap;
	vertical-align: center;
	object-fit: cover;
}

.icons {
	padding: 0px;
	margin: 0px;
}

.social {
  grid-column: 3;
  grid-template-columns: repeat(3, 300px);
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

.header-menu {
	grid-column: 5;
	padding:0px;
}

.sidebar {
  
  width: 0;
  position: absolute;
  float: right;
  z-index: 1;
  top: 50px;
  right: 30px;
  margin-left: 40px;
  font-size: 20px;
  line-height: 0.5;
  background-color: rgba(60,60,60,.6);
  overflow-x: hidden;
  font-weight: 500;
  border-style: solid;
  border-width: 0px;
  border-color: #f0f0f0;
}

.sidebar a {
  padding: 15px 5px 10px 20px;
  text-decoration: none;
  font-size: 16px;
  color: #f0f0f0;
  display: block;
  /*transition: 0s;*/
}

.sidebar a:hover {
  color: #a0d278;
  font-weight: 500;
}


.closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  margin-left: 0px;
}

.openbtn {
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  padding: 0px;
  border: none;
  margin: 0px;
  transition: 0.4s ease;
}

.openbtn:hover {
  filter: brightness(4);
  /*filter: invert(.5);*/
  /*background-color: #a1d47b;*/
}
/*
#main {
  transition: margin-left .5s;
  padding: 0px;
}
*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

/*  HEADER CONTENT END */

/* BODY CONTENT START */

.grid-body-container, .grid-body-containerb {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	display: grid;
	vertical-align: middle;
	grid-template-columns: 1fr; /*grid-template-columns: 1fr 1fr 1fr);*/
	grid-row-gap: 0px;
	grid-column-gap: 0px;
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 500;
	/*-webkit-text-stroke-width: 0.3px;*/
    /*-webkit-text-stroke-color: #3c3c3c;*/
}

.grid-body-item {
	border: 0px solid red;
	padding: 0px 20px 5px 20px;
	margin: 0px;
    /*align-self: center;*/
	text-align: center;
	/*max-width: 100%;
	max-height: 100%;*/
}

.viewer {
	/*padding: 5px 20px 5px 20px;*/
	margin: 10px;
	border: 0px solid grey;
	border-style: ridge;
	border-radius: 0px;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	align-items: center;
	object-fit: cover;
	position: relative;
}	

.viewerb {
	/*padding: 5px 20px 5px 20px;*/
	margin: 10px;
	border: 0px solid grey;
	border-style: ridge;
	border-radius: 0px;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	align-items: center;
	object-fit: cover;
	position: relative;
}	


.pebbleImage {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}



/* Responsive Design: MOBILE */

@media (min-width: 100px) {
  .tagline { font-size: 20px }
  .tagline { margin: 0px }
  .grid-body-container { grid-template-columns: 1fr; font-size: 16px   }
  .grid-body-containerb {  grid-template-columns: 1fr;  direction: rtl; font-size: 16px }
  .viewerb { direction: ltr } 
  .textOverImage { font-size: 1.2rem }
  .blogImg { max-height: 250px}
  .bottom-left { bottom: 14px;  left: 50px;  font-size: 16px }
  .blogWord { font-size: 12px }
  article { font-size: 0.9rem }
}

/* Responsive Design: MOBILE LANDSCAPE */

@media (min-width: 480px)  and (max-width: 840px) {
  .tagline { font-size: 23px }
  .tagline { margin: 0px }
  .grid-body-container { grid-template-columns: 1fr; font-size: 18px }
  .grid-body-containerb { grid-template-columns: 1fr; direction: rtl; font-size: 18px }
  .textOverImage { font-size: 1.2rem }
  .blogImg { max-height: 250px}
  .bottom-left { bottom: 14px;  left: 30px;  font-size: 18px }
  .blogWord { font-size: 12px }
  article { font-size: 1.0rem }
}

/* Responsive Design: TABLET, IPAD */

@media (min-width: 840px) and (max-width: 1024px) {
  .tagline { font-size: 26px }
  .tagline { margin: 0px }
  .grid-body-container { grid-template-columns: 40px 1fr 40px 1fr; font-size: 20px }
  .grid-body-containerb { grid-template-columns: 40px 1fr 40px 1fr; direction: rtl; font-size: 20px }
  .textOverImage { font-size: 1.2rem }
   hr { display: inherit }
  .blogImg { max-height: 388px}
  .bottom-left { bottom: 16px;  left: 30px;  font-size: 29px }
  .blogWord { font-size: 20px }
  article { font-size: 1.1rem }
}

/* Responsive Design: LAPTOP, DESKTOP */

@media (min-width: 1020px) and (max-width: 1280px) {
  .tagline { font-size: 29px }
  .tagline { margin: 0px }
  .grid-body-container { grid-template-columns: 40px 1fr 40px 1fr; font-size: 25px }
  .grid-body-containerb { grid-template-columns: 40px 1fr 40px 1fr; direction: rtl; font-size: 25px }
   .textOverImage { font-size: 1.4rem }
   hr { display: inherit }
  .altBreak { display: inherit }
  .blogImg { max-height: 484px}
  .bottom-left { bottom: 20px;  left: 30px;  font-size: 37px }
  .blogWord { font-size: 26px }
  article { font-size: 1.15rem }
}

/* Responsive Design: DESKTOP */

@media (min-width: 1280px) {
  .tagline { font-size: 32px }
  .tagline { margin: 0px }
  .grid-body-container { grid-template-columns: 40px 1fr 40px 1fr; font-size: 28px }
  .grid-body-containerb { grid-template-columns: 40px 1fr 40px 1fr; direction: rtl; font-size: 28px }
  .textOverImage { font-size: 1.5rem }
   hr { display: inherit }
  .altBreak { display: inherit }
  .blogImg { max-height: 484px; width: 100%}
  .bottom-left { bottom: 24px;  left: 30px;  font-size: 37px }
  .blogWord { font-size: 26px }
  article { font-size: 1.18rem }
}

@media (min-width: 1920px) {
	.blogImg { width: 100%}
	.bottom-left { bottom: 24px;  left: 30px;  font-size: 45px }
	.blogWord { font-size: 32px }
}
/* BODY CONTENT END */


footer {
  position: relative;
  bottom: 0px;
  background-color: #a0d278;
  color: rgb(60,60,60);
  width: 100%;
  text-align: center;
  margin: 0px 10px 0px 0px;
  padding: .5px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  transition: 0.4s ease;
  user-select: none;
}

.prev:hover {
  filter: brightness(4);
}

.next:hover {
  filter: brightness(4);
}

.blogImg {
border:  0px;
object-fit: fill;
width: 100%
}

.bottom-left {
  position: absolute;
  font-weight: 600;
}

.blogWord {
	text-decoration: none;
}

.textOverImage {
	font-weight: 700;
	width: 90%;
	color: white;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-text-stroke-width: .8px;
	-webkit-text-stroke-color: #3c3c3c;
}

.hereText {
	color: #4e6172;
	-webkit-text-stroke-width: .8px;
	-webkit-text-stroke-color: #3c3c3c;
}

/* Privacy Article */

.text_block{
	max-width: 1000px;
	font-size: 1rem;
	line-height: 1.5rem;
}
.collapsible {
  background-color: #a0d278;
  color: #f0f0f0;
  cursor: pointer;
  padding: 18px;
  width: 50%;
  max-width: 1000px;
  border: none;
  text-align: left;
  outline: none;

}

.active, .collapsible:hover {
  background-color: #50a064;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  max-width: 1000px;
  font-size: 1rem;
  line-height: 1.5rem; 
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f0f0f0;
}