

p{
 /* color:#1b1b1b;*/
  /*color: #707070;*/
  color: #3a3a3a;
  font-size: 18px;
  font-family: "Varela Round", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*line-height: 107%;*/
margin-bottom: 11px;
  display: block;
  /*margin-block-start: 1em;*/
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
body{
  background: #f2f2f2;
}
nav{
  background: white;
  user-select: none;
  margin-bottom: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);


}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: #1b1b1b;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 60px;
  /* padding-top: 20px;*/
}
nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
  background: white;
  margin: 0 5px;
}
nav ul li a{
  color: #1b1b1b;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;/*padding: 8px 15px;*/
}
nav ul li a:hover{
  /*color: #bfa980;*/
  color:white;
  border-radius: 5px;

  background-color:#bfa980;
}
nav ul ul li a:hover{
  box-shadow: none;
  background-color:transparent;

}
nav ul ul{
  position: absolute;
  top: 90px;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 150px;
/*width: 100%;*/
float: none;
display: list-item;
}
nav ul ul li:hover{
background-color:lightgrey;
}
nav ul ul li a{
line-height: 50px;
}
nav ul ul ul li{
position: relative;
top: -60px;
left: 150px;
}
.show,.icon,input{
display: none;
}
.fa-plus{
font-size: 15px;
margin-left: 40px;
}
@media all and (max-width: 1340px) {
  nav ul{
  margin-right: 0px;
  float: left;
}
nav .logo{
  padding-left: 30px;
  width: 100%;
}
.show + a{
  display: none;
}
  .headerblog ul{
    display: none;
  }


nav ul li,nav ul ul li{
  display: block;
  width: 100%;
}
nav ul li a:hover{
  box-shadow: none;
}
.show{
  display: block;
  color: black;
  font-size: 18px;
  padding: 0 20px;
  line-height: 70px;
  cursor: pointer;
}
.show:hover{
  color: #bfa980;
}
.icon{
  display: block;
  color: white;
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 70px;
  cursor: pointer;
  font-size: 25px;
}
nav ul ul{
  top: 70px;
  border-top: 0px;
  float: none;
  position: static;
  display: none;
  opacity: 1;
  visibility: visible;
}
nav ul ul a{
  padding-left: 40px;
}
nav ul ul ul a{
  padding-left: 80px;
}
nav ul ul ul li{
  position: static;
}
[id^=btn]:checked + ul{
  display: block;
}
nav ul ul li{
  border-bottom: 0px;
}
span.cancel:before{
  content: '\f00d';
}
}
.content{
z-index: -1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
header{
font-size: 35px;
font-weight: 600;
padding: 10px 0;
}

.blogreadmore a{
  color:#bfa980;
}
