@font-face {
  font-family: 'Gotham Bold';
  src: url(GothamBold.otf);
}
@font-face {
  font-family: 'Gotham Normal';
  src: url(GothamMedium.otf);
}

@font-face {
  font-family: 'Gotham Light';
  src: url(GothamLight.otf);
}

@font-face {
  font-family: 'Playfair Display Black';
  src: url(playfair-display-black.ttf);
}



@media(min-width:991px){
body h1 , 
.ekit-wid-con h1.elementskit-section-title {
    font-size: 60px;
    line-height:1em;
 }
body h2 , 
.ekit-wid-con h2.elementskit-section-title{
    font-size: 60px;
    line-height:1em;
 }
body h3,
.ekit-wid-con h3.elementskit-section-title{
    font-size: 35px;
    line-height:1em;
 }
body h4,
.ekit-wid-con h4.elementskit-section-title{
    font-size: 30px;
    line-height:1em;
 }
body h5,
.ekit-wid-con h5.elementskit-section-title{
    font-size: 25px;
    line-height:1em;
 }
}


@media(min-width:768px) and (max-width:990px){
body h1,
.ekit-wid-con h1.elementskit-section-title{
    font-size: 35px;
     line-height:1em
 }
body h2,
.ekit-wid-con h2.elementskit-section-title{
    font-size: 30px;
    line-height:1em
}
body h3,
.ekit-wid-con h3.elementskit-section-title{
    font-size: 28px;
    line-height:1em
 }
body h4,
.ekit-wid-con h4.elementskit-section-title{
    font-size: 25px;
    line-height:1em
 }
body h5,
.ekit-wid-con h5.elementskit-section-title{
    font-size: 22px;
    line-height:1em
 }
}


@media(max-width:768px){
body h1,
.ekit-wid-con h1.elementskit-section-title{
    font-size: 30px;
    line-height:32px
 }
body h2,
.ekit-wid-con h2.elementskit-section-title{
    font-size: 28px;
    line-height:30px
 }
body h3,
.ekit-wid-con h3.elementskit-section-title{
    font-size: 25px;
    line-height:27px
 }
body h4,
.ekit-wid-con h4.elementskit-section-title{
    font-size: 22px;
    line-height:25px
 }
body h5,
.ekit-wid-con h5.elementskit-section-title{
    font-size: 20px;
    line-height:1em
 }
}
body h5,
.ekit-wid-con h5.elementskit-section-title, body ,p div , a {
    line-height:1;
}
.light-heading :is(h1,h2,h3,h4,h5,h6), .light-heading {
    font-family:'Gotham Light'!important;
}
body , body :is(.nunito)  , table.open-hours {
    font-family: 'Nunito';
}
body , body p {
   line-height: 1.5em!important;
}
body {
	font-size:17px;
}