/* mobile first */
@media only screen and (min-width : 320px) {
	
}
@media only screen and (min-width : 480px) {
	
}
@media only screen and (min-width : 576px) {
	
}
@media only screen and (min-width : 768px) {

}
@media only screen and (min-width : 992px) {
	
}

@media only screen and (min-width : 1200px) {
	
}


/* un mobile first */
@media only screen and (max-width : 1200px) {
	
	
}
@media only screen and (max-width : 992px) {
	.navbar-collapse{
		z-index: 99;
		background-color:rgba(119,80,57,0.95);
	}
	.second-header .navbar-collapse{
		padding: 1rem;
	}
	.second-header .navbar a{
		color: #FFF;
	}
  .second-header .nav-item{
    border-bottom: 1px solid #FFF;
    margin-bottom: 1rem;
  }
  .nav-item_btn{
    border:0!important;
    text-align: center;
  }
	.nav-item_btn .nav-link{ 
    display: inline-block;
    width:200px;
		background-color:#FFF;
		color:#775039 !important;
		padding-left:1rem !important;
		padding-right:1rem !important;
	}
  .about-enka .container{
    padding:25px 10px;
  }
}
@media only screen and (max-width : 768px) {
	
}
@media only screen and (max-width : 576px) {
	.read-img{
		margin-top:130px;
	}
  .top-header .nav-item{
    margin-right: 0.4rem;
  }
	.top-header .nav-link{
    font-size: 14px;
    padding: 0.5rem;
  }
  .second-header .img-fluid{
    width: 240px;
  }
}
@media only screen and (max-width : 480px) {
	
}
@media only screen and (max-width : 320px) {
    
}

/* print */
@media print{
	
}