body {
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  color: #000;
}

a {
  color:#B15B26;
  line-height: 24px;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
a:hover, a:active, a:focus{
  color:#B15B26;
  font-weight: inherit;
  font-family: inherit;
}
ul li h1 {
  margin-bottom: 8px;
}
ul li h2,
ul li h3{
  margin-bottom: 6px;
}
ul li a {
  font-size: 16px;
}
ul li {
  margin: 4px 4px 6px 4px;
  font-size: 16px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
p > strong, p > b{
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
p > a,
p > a:hover, p > a:active, p > a:focus{
  font-weight: 700;
}

h1 a {
  font-size: 62px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h2 a {
  font-size: 47px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h3 a {
  font-size: 31px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h4 a {
  font-size: 24px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h5 a {
  font-size: 16px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}
h6 a {
  font-size: 12px;
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}

h1{
  font-family: 'Herstond', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 62px;
  line-height: 68px;
  margin-bottom: 32px;
  color: #000000;
}
h2{
  font-family: 'Tajawal', sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important
  font-size: 47px ;
  line-height: 52px;
  margin-bottom: 24px;
  color: #000000;
}
h3 {
  font-family: 'Tajawal', sans-serif !important;
  font-style: normal !important;
  font-size: 31px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000000;
}
h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 20px;
  color: #000000; 
}
h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000; 
}
h6{
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000; 
  margin-bottom: 18px;
}
p{
  font-family: 'Tajawal', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 22px;
}

.main-header{
  line-height: 0;
}
.main-header .widget-type-logo img{
  margin-bottom: 0;
}

.main-footer{
  line-height: 0;
}
.main-footer .hs_cos_wrapper img{
  margin: 0;
}

@media screen and (max-width: 767px){
  h1{
    font-size: 48px !important;
    line-height: 115%;
  }
  h2{
    font-size: 35px !important;
  }
  h3{
    font-size: 21px !important;
  }
  .main-footer .hs_cos_wrapper{
    margin: 0 auto !important;
  }
  .main-footer .hs_cos_wrapper p{
    text-align: center !important;
  }
}