@font-face {
	font-family: 'anticregular';
	src: url('../fonts/antic-regular-webfont.eot');
	src: url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antic-regular-webfont.woff') format('woff'),  url('../fonts/antic-regular-webfont.ttf') format('truetype'),  url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Layout styles ------------------------*/
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg);
	font-size:12px;
}

.content {
 width: 87%;
  display: flex;
  gap: 10px;
  padding: 5%;
  font-size: 1rem;
}


.coverImage{
    max-width:100%;
    height: auto;
}

.coverImage:hover{
    opacity: 50%;
}

.leftDiv{
    
    object-fit: cover;
    width:30%;
}

.rightDiv{
    width: 70%;
    margin: 2%;
}

.rightDiv img{
    max-width: 45%;
}

.header {
    width: 80%;
    padding: 5%;
    
}

.header img{
    max-width: 20%;
    float: left;
}

.menu{
    float: right;
    background-color: blanchedalmond;
}


.menu a{
    text-decoration: none;
    color: black;
    font-size: 1.1rem;
}

.menu a:hover{
    text-decoration: underline;
    
}

.menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
    
}
.menu li{
    float: left;
}

.menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

.menu li a:hover {
  background-color: #177543;
}

h1, h2, h3{
    color:#177543;
}

.selected{
    background-color: #177543;
       
}

a {
  color: #4a704c;
  text-decoration: none;
    
}

a:hover{
    text-decoration: underline;
    
}

.img_mine{
  
  max-width: 97%;
  max-height: 5%;
  content:url("../images/website\ forest\ banner.png");
}

