:root{
  --mainColor:;
  --mainFontColor:rgba(254,254,254,.85);
  --mainBorder:1.5px solid var(--mainFontColor);
}

#mainBg{
	background-image: url(img/bg.jpg);
}
.mainCover{
	background-color:rgba(34,24,20,0.1);
}

#home{
	background-image: url(img/home.jpg);
}
.homeCover{
    background-color:rgba(64,33,15,0.3);
}

#news p{
  
 font-size: 24px;
 text-align: justify;
  
}
#news .button{
  margin-top: 2em;
  width: 150px;
  height: 50px;
  font-size: 24px;
  text-align: justify;

   
 }
 #news.button a {
  color:rgba(64,33,15,0.3);

 } 

#news article img{
  width: 50%;
}


@media screen and (max-width:1024px) {
  #home {
    height: 50vw;
  }
}

@media only screen and (max-width: 600px){
  #menu_m > div{
    width: 100%;
  }

  #news p{
  
    font-size: 15.9px;
    text-align: justify;
     
   }

}
