@media screen and (max-width: 1240px){
.cstm_width{
width:75% !important;
}
}

@media screen and (min-width: 768px) and (max-width:960px){
.cstm_width{
width:100% !important;
}
}

@media screen and (min-width: 480px) and (max-width:690px){
.cstm_width{
width:100% !important;
}
header .title_dec{
margin-top:-167px!important;
font-size:32px!important;
}
header .dec_dec{
margin-top: -44px!important;
margin-bottom: 36px!important;
    font-size: 19px !important;
}

}

@media screen and (min-width: 691px) and (max-width:719px){
.cstm_width{
width:100% !important;
}
header .title_dec{
font-size: 32px !important;
}
header .dec_dec{
margin-top: -92px !important;
}

}





@media screen and (min-width: 720px) and (max-width:768px){
.cstm_width{
width:100% !important;
}
header .title_dec{
font-size: 32px !important;
}
header .dec_dec{
margin-top: 0px !important;
}

}

@media screen and (min-width: 960px){
header {
    width: 100%;
   padding: 0px;
}
.nav {
    margin: 0px;
    background: #8E5E39;
}
}