﻿@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

#body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F8FCF1;
	overflow:auto;
	max-width: 100%;
	margin-bottom:40px;
}

#body .div{
	min-height: 100%;
	height: auto !important;
}

.header{
	overflow:hidden;
	width:auto;
	height:120px;
    top: 0;
    right: 0;
}  
  
#headerimg{

    height: 120px;
	width:100%;

}

header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
    position: absolute;
    margin-left:18%;
    top: 18px;
    right:22px;
    left: 7px;
	height:70px;
    text-align:center;
    color: #CEF1C5;
    text-shadow: 2px 2px black;    
    font-size:2.25vw;
    vertical-align: middle;

}

header h2 {
    font-family: 'Pacifico', cursive;
    top: 40px;
}

.navbar{
	background: linear-gradient( #004a0a, #021D09);
	overflow:hidden;
	height:42px;
	width:100%;
	margin-right:12px;
}

.open-slide{
	position: absolute;
	color: #F4FFF0;
	cursor: pointer; 
	margin:0px 20px 0px 0px;
	right:0px;
}

.open-slide svg{
	padding: 7px;
	
}

.open-slide svg:hover{
	background-color: #336600;
	color: #E2FFDD; 
}

.open-slide a:hover{
	background-color: #336600;
	color: #E2FFDD; 	
}

.navbar a{
	float:right;
	display:block;
	color:#F4FFF0;
	text-align: center;
	padding:4px 5px 5px 4px;
	text-decoration:none;
	font-size:24px;
	margin-right:20px; 
}

.navbar-ul{
	margin: 3px 20px 5px 10px;
	list-style: none;
}

.navbar a:hover{
	background-color: #E2FFDD;
	color:  #336600;
	target-position: front;
	font-size:28px;
}

.side-nav{
	min-height: 90%;
	width:0;
	position: absolute;
	z-index:1;
	right:0;
	margin-right:7px;
	color:#017001;
	background-color:#E2FFDD;
	opacity:0.95;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top:60px;
	transition: 0.5s;
}

* {
  scrollbar-width: thin;
  scrollbar-color: green #F4FFF0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 9px;
}

*::-webkit-scrollbar-track {
  background: #F4FFF0;
}

*::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 20px;
  border: 3px solid #F4FFF0;
}

.side-nav a{
	padding:7px 9px 7px 9px;
	direction:ltr;
	text-decoration:none;
	font-size:16px;
	color: #006666;
	font-weight:bold;
	display:block;
	transition-Right:0.3s;
}

.side-nav div{
	padding:1px 7px 1px 7px;
	margin:5px 0px 5px 0px;
	direction:ltr;
	text-decoration:none;
	font-size:16px;
	color: #fff;
	background: linear-gradient(#008000, #021D09);
	font-weight:bold;
	display:block;
	transition-Right:0.3s;
}

.side-nav a:hover{
	color:#fff;
	background-color:#017001;
}

.side-nav .btn-close{
	position: absolute;
	top:0;
	left:0px;
	font-size:42px;
}

#main{
	direction:ltr;
	text-align: justify;
	transition:width 0.5s;
	padding:16px 16px 16px 54px;
	overflow:hidden;	
	transition:margin-right 0.5s;
}

.article1{
	direction:ltr;
	text-align: justify;
	color: #003300;
	font-size:110%;
	line-height: 150%;

}

.article1 h1{
	font-size:150%;
	background-color: #E1F3DA;
	padding:16px 16px 16px 36px;
}

.article1 h2{
	font-size:130%;
}

.article1 h3{
	font-size:120%;
}

.paragraph{
	direction:ltr;
	text-align: justify;
	color:#003300;
	font-size:120%;
	line-height: 150%;
}

.paragraph-shadow{
	direction:ltr;
	padding: 28px;	
	margin: 10px;	
	text-align: justify;
	color:#003300;
	font-size:110%;
	font-weight:bold;
	line-height: 150%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.article2{
	direction:ltr;
	padding: 7px 28px 7px 28px;	
	text-align: justify;
	color: #003300;
	font-size: 110%;
	line-height: 150%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}

.paragraph-2{
	direction:ltr;
	text-align: justify;
	font-weight:bold;
	color:#003300;
	font-size:110%;
	line-height: 125%;	

}

.underlined{
	text-decoration: underline;
}

.small{
	font-weight: normal;
	font-size:small;
}

.list-dot{
	direction: ltr;
	text-align: justify;	
	color: #003300;
	background-color: #EFF7E4;
	font-size:110%;		
	line-height: 150%;
	padding:16px 0px 16px 0px;
	margin:16px 16px 16px 16px;
}

.list-dot p{
	margin:0px 16px 0px 16px;
}

.list-dot ul{
	margin-left: 16px;
	margin-right: 16px;
}

.list-dot li p{
	margin-bottom: 5px;
	font-weight:bold;
	direction: ltr;
	text-align: justify;	
	color: #003300;
	background-color: #EFF7E4;
	font-size:100%;		
	line-height: 150%;

}

/* Note effect 5 start */

.box {
  width:95%;
  height:100%;
  background:#FFF;
  margin:30px auto;
	background-color: #EFF7E4;
}

.effect5{
    direction:ltr;
	padding: 7px 28px 7px 28px;	
	text-align: justify;
	color: #003300;
	font-size: 110%;
	line-height: 150%;
	position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;

  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
/* Note effect 5 end */

.note1{
	direction:ltr;
	text-align: justify;
	color: #003300;
	font-size:110%;
	line-height: 150%;
	margin-left: 50px;
	margin-right: 50px;
}

.note1 img{
	vertical-align: middle;
	width: 36px;
	height: 36px;
	padding: 0px 14px 14px 0px;
	float: left;
}

.media-container{
	width: 67%; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 30px;
}

iframe, video {
     display: block;
     margin: 50px;
     width: 100%;
     margin: 1em auto;
     height: calc(.5625 * 80vw);
     min-width: 200px;
     /* min height is .5625 times min width */
     min-height: 113px;
     max-width: 1920px;
     /* max height is .5625 times max width */
     max-height: 1080px
}

/* Style the Image Used to Trigger the Modal */
#myImg {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg2 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg3 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg4 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg5 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg6 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg7 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg8 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg9 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg10 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg11 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg12 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg13 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg14 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg15 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg16 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg17 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg18 {
	width:100%;
	height:auto;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;
}

#myImg2:hover {opacity: 0.7;
}

#myImg3:hover {opacity: 0.7;
}

#myImg4:hover {opacity: 0.7;
}

#myImg5:hover {opacity: 0.7;
}

#myImg6:hover {opacity: 0.7;
}

#myImg7:hover {opacity: 0.7;
}

#myImg8:hover {opacity: 0.7;
}

#myImg9:hover {opacity: 0.7;
}

#myImg10:hover {opacity: 0.7;
}

#myImg11:hover {opacity: 0.7;
}

#myImg12:hover {opacity: 0.7;
}

#myImg13:hover {opacity: 0.7;
}

#myImg14:hover {opacity: 0.7;
}

#myImg15:hover {opacity: 0.7;
}

#myImg16:hover {opacity: 0.7;
}

#myImg17:hover {opacity: 0.7;
}

#myImg18:hover {opacity: 0.7;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 133vh;
  /*max-width: 700px;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  /* max-width: 700px; */
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.tablewrap{
	 width:100%; 
	 overflow-x:auto; 
	 margin-right:auto;	
	 margin-left:auto;
}

.table1{
	alignment-adjust:central;
	background-color:#E1FFE1;
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	color:darkgreen;
	border: thick solid #336600;
}

.table1-header{
	border: 1px solid #336600;
	text-align:center;
	font-size:125%;
	font-weight:bold;
	background-color:darkgreen;
	color:azure;
	padding:3px;
	margin:12px;
}
.table1-cell{
	border: 1px solid #336600;
	text-align:center;
	font-weight:bold;	
	width:8.33%;
	padding:3px;
}

.action{
	direction: ltr;
	text-align: justify;	
	color: #003300;
	background-color: #EFF7E4;
	font-size:110%;		
	line-height: 150%;
	padding:16px 0px 16px 0px;
	margin:16px 16px 16px 16px;
}

.action p{
	margin:0px 16px 0px 16px;
	font-weight:bold;
	
}

.action span{
	text-decoration: underline;
}

#disqus_thread{
	
	direction:ltr;
	text-align: justify;
	transition:width 0.5s;
	padding:16px 16px 16px 16px;
	overflow:hidden;	
	transition:margin-right 0.5s;

} 

.footer{
	position: static;
    z-index: 10000;
	background: linear-gradient(#008000, #021D09);
	overflow:hidden;
	display:block;
	height:50px;
	width:100%;
	float: inherit;
	margin-bottom:41px;
	bottom:0;
	line-height: 36px;
    left: 0;
    text-align: justify;
}

footer h3 {
    font-family: Arial, Helvetica, sans-serif;
	color:#F4FFF0;
	text-align:center;
	font-weight:bold;
	font-size:90%;
	margin:8px 8px 8px 8px;
	text-decoration:none;

}

/* Cookie accept section */
.cookie-consent-modal{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    align-items: flex-end;
}
.cookie-consent-modal.active{
    display: flex;
}
.content{
	text-align:left;
	color: darkolivegreen;
    background-color: honeydew;
    margin-left:auto;
    margin-right:auto;
    padding: 6vw 6vw 12vw 6vw;
    border-radius: 10px 10px 0 0;
}

.btns{
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5em;
}
.btn{
    border: none;
    outline: none;
    padding: .6em 1.3em;
    width: 100px;
    margin-right: .7em;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight:bold;
    font-size:100%;
    
}
.btn.accept{
    background-color: rgb(0, 185, 124);
    color: #fff;
}

/*to hide the navebar links on small display: */
@media(max-width:601px){
/*	.navbar-ul{display:none} */

header h1{
    font-size:3.25vw;
}
}

/*to hide the hamberger icon on large display: */
@media(max-width:430px){
/*	.open-slide{display: none; } */

.header{
	height:70px;
	width: 100%;
}  

header #headerlogo{
    height: 70px;
    width:20%;
}

header #headerimg{
    height: 70px;
	width: 100%;
}

header h1{
    font-size:2.75vw;
}

#main{
	padding:16px 16px 16px 16px;
}

footer h3{
    font-size:60%;
}

.media-container{
	padding: 5px;
	width:100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.media-container2{
	padding: 5px;
	width:100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar a{
	padding:6px 6px 6px 6px;
	text-decoration:none;
	font-size:18px;
	margin-right:12px; 
}
}

@media(max-width:375px){	
header h1{
    font-size: 2.75vw;
}

.navbar a{
	padding:6px 3px 6px 3px;
	text-decoration:none;
	font-size:18px;
	margin-right:12px; 
}

.navbar-ul{
	margin: 3px 3px 5px 3px;
}
}
