/*
Theme Name: Dew Design
Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
https://codex.wordpress.org/Right-to-Left_Language_Support
*/
.main_header,
.content1,
.content2 {
  line-height: 106%;
}

.nav-link .nav-btn {
  line-height: 140%;
}

.menu-open {
  margin-right: -0.4rem;
}

.form_input, .form_text, .inputs-labels{
    text-align: right;
}

@media only screen and (max-width: 1300px) {
}
