.fullscreen-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
}

.background-pic {
  position: static;
  display: block;
  width: 50%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cover {
  background-color: #000;
  background-image: url('../images/jj_comingsoon.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -o-object-fit: fill;
  object-fit: fill;
}

.font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/jd_comingsoon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  font-family: 'Singaporesling ez7o', sans-serif;
  color: #333;
  font-size: 200px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
}

.text-with-bg {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/jd_comingsoon.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  font-family: 'Singaporesling ez7o', sans-serif;
  font-size: 280px;
  line-height: 100%;
}

.heading {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Singaporeslingexpanded xzdv', sans-serif;
  color: #333;
  font-size: 50px;
}

.text-with-bg-small {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/jd_comingsoon.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat-x;
  font-family: 'Singaporesling ez7o', sans-serif;
  font-size: 40px;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .text-with-bg {
    font-size: 150px;
  }
}

@media screen and (max-width: 767px) {
  .text-with-bg {
    font-size: 110px;
  }
}

@media screen and (max-width: 479px) {
  .text-with-bg {
    font-size: 60px;
  }
  .text-with-bg-small {
    font-size: 30px;
  }
}

@font-face {
  font-family: 'azkj';
  src: url('../fonts/SingaporeSling3DItalic-azKJ.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'pzwv';
  src: url('../fonts/SingaporeSlingExpandedItalic-pzWv.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Singaporeslingexpanded xzdv';
  src: url('../fonts/SingaporeSlingExpanded-xzDV.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Singaporesling3d wed9';
  src: url('../fonts/SingaporeSling3D-WED9.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'emmg';
  src: url('../fonts/SingaporeSlingBold-EMmg.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'oxwo';
  src: url('../fonts/SingaporeSlingBoldItalic-OXWo.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Singaporesling ez7o';
  src: url('../fonts/SingaporeSling-ez7O.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Singaporeslingleftalic ab2d';
  src: url('../fonts/SingaporeSlingLeftalic-AB2D.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'j79o';
  src: url('../fonts/SingaporeSlingSemiItalic-J79o.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'g2pp';
  src: url('../fonts/SingaporeSlingSuperItalic-G2PP.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'vapx';
  src: url('../fonts/SingaporeSlingOutlineItalic-Vapx.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Singaporeslingoutline qzad';
  src: url('../fonts/SingaporeSlingOutline-qzad.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'd97x';
  src: url('../fonts/SingaporeSlingItalic-D97x.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Singaporeslingcondensed z31l';
  src: url('../fonts/SingaporeSlingCondensed-Z31l.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}