@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;
  flex-direction: column;
}


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

.coverImage:hover{
    opacity: 90%;
}

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

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

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

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

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

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


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

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

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

.menu li a {
  display: block;
  color: beige;
  padding: 8px 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: 100%;
    max-height: 5%;
    content:url("../images/website\ banner_phone.png");
  }