* {
  font-family: Baskervville;
}

.highlight {
  font-family: Scriptina;
  color: #d49901;
}

strong {
  font-family: Scriptina;
}

@font-face {
  font-family: 'Scriptina';
  src: url(../fonts/SCRIPTIN.ttf);
}

@font-face {
  font-family: 'Baskervville';
  src: url(../fonts/Baskervville-Regular.ttf);
}

.jawor {
  margin: 0px;
  background: linear-gradient(0deg, rgba(170, 171, 114, 1) 35%, rgba(236, 198, 37, 1) 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-family: Scriptina;
  font-size: 9vw;
  height: 17vw;
  margin-top: -5vw;
}

.heroText-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0px;
  grid-template-rows: auto auto auto;
  justify-content: start;
  align-content: center;
  align-items: center;
  justify-items: stretch;
  margin-left: 20%;
  margin-right: 20%;
}

.titleCellAm {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  color: #ecc625;
  text-align: right;
  margin: 0px;
  padding-bottom: 0.5vw;
  font-size: 2.5vw;
  align-self: flex-end;
}

.titleCellDate {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  color: #ecc625;
  text-align: right;
  align-self: flex-end;
  font-weight: 1000;
  font-size: 8vw;
  font-family: Scriptina;
  margin-left: 2vw;
}

.titleCellWgud {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  color: #ecc625;
  text-align: right;
  margin: 0px;
  padding-bottom: 0.5vw;
  font-size: 2.5vw;
  align-self: flex-end;
}

.titleCellZeglaf {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  color: #aaab72;
  text-align: right;
  margin: 0px;
  font-size: 2.5vw;
  align-self: flex-start;
}

.titleCellJawor {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 3;
  text-align: center;
  margin-bottom: auto;
  font-family: Scriptina;
  font-size: 9vw;
  background: rgb(236, 198, 37);
  /* background: linear-gradient(0deg, rgba(170,171,114,1) 35%, rgba(236,198,37,1) 45%); */
  font-weight: bold;
  background: linear-gradient(0deg, rgba(170, 171, 114, 1) 35%, rgba(236, 198, 37, 1) 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 17vw;
  margin-top: -1vw;
  margin-right: -1.5vw;
}

.titleCellT {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
  color: #ecc625;
  font-family: Scriptina;
  text-align: left;
  margin: 0px;
  padding-bottom: 0.5vw;
  font-size: 4vw;
  ;
  font-weight: bold;
  margin-top: -2vw;
  align-self: flex-end;
}

.titleCellSki {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 3;
  grid-column-end: 4;
  color: #aaab72;
  font-family: Scriptina;
  text-align: left;
  margin: 0px;
  font-size: var(--h4-font-size);
  font-weight: bold;
  font-size: 4vw;
  margin-top: -2.5vw;
  align-self: flex-start;
}

.jaworski {
  color: #3a3829;
  font-family: Scriptina;
  font-size: 3rem;
}

/*
*   Overwrite of Bootstrap CSS
*   \css\bootstrap.min.css
*/

/*
caption {
    -- padding-top: .5rem;
    -- padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}
*/

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
  /* ++ */
  background-color: var(--row-bg-color);
  border-radius: 1vw;
}

.col-lg-4 {
  flex: 0 0 auto;
  /*  width: 33.3333333333% */
}

.col-lg-5 {
  flex: 0 0 auto;
  /* width: 41.6666666667% */
}

.col-lg-6 {
  flex: 0 0 auto;
  /* width: 50% */
}

.form-select-lg {
  /* padding-top: .5rem; */
  /* padding-bottom: .5rem; */
  padding-left: 1rem;
  font-size: 1.25rem
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  padding-top: unset;
  padding-bottom: unset;
}

.navbar-brand {
  padding-top: unset;
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    /* justify-content: flex-start */
    justify-content: center;
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    /* justify-content: flex-start */
    justify-content: center;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    /* justify-content: flex-start */
    justify-content: center;
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    /* justify-content: flex-start */
    justify-content: center;
  }
}

@media (min-width:1400px) {
  .navbar-expand-xxl {
    /* justify-content: flex-start */
    justify-content: center;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  /* justify-content: flex-start */
  justify-content: center;
}

.bg-light {
  /* background-color: #f8f9fa !important */
  background-color: #d8dbd0 !important
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 90%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Scriptina;
  color: var(--dark-color);
  text-align: center;
}

.img-fluid, .map {
  max-width: 70%;
  border-radius: 1vw;
  margin: 0 auto;
}

/*
*   Overwrite of Nomad template
*   \css\templatemo-nomad-force.css
*/

:root {
  --white-color: #FFFFFF;
  --primary-color: orange;
  --light-color: #d8dbd0;
  /* --section-bg-color: #f9f9f9; */
  --section-bg-color: #aaab72;
  /* ++ */
  --row-bg-color: #d8dbd0;
  --dark-color: #3a3829;
  --grey-color: #fcfeff;
  --text-secondary-white-color: rgba(255, 255, 255, 0.98);
  --title-color: #3a3829;
  --p-color: #3a3829;
  /* --body-font-family: 'Noto Sans JP', sans-serif; */
  --body-font-family: 'Baskervville', sans-serif;
  --h1-font-size: 72px;
  --h2-font-size: 42px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 20px;
  --copyright-text-font-size: 14px;
  --custom-link-font-size: 12px;

  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

body,
html {
  height: 100%;
  /* ++ */
  background-color: var(--section-bg-color) !important;
}

body {
  /* background: var(--white-color); */
  background: var(--section-bg-color);
  font-family: var(--body-font-family);
  position: relative;
}

.site-footer {
  background-color: var(--dark-color) !important;
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
  /* ++ */
  font-family: Scriptina;
}

.videoWrapper {
  /* position: relative; */
  position: unset;
  /* padding-bottom: 56.25%; */
  /* 16:9 */
  padding-bottom: 177.77%;
  /* 19:8 */
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1vw;
  /* height: 100%; */
}

.overlay {
  background: none;
  /* ++  */
  height: 0;
  /* ++ */
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (height = 9/16 * width) */
}

b,
strong {
  font-weight: var(--font-weight-bold);
  /* ++ */
  font-size: var(--h1-font-size);
}

.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
}

@media screen and (min-aspect-ratio:15/10) {

  .hero {
    height: unset;
  }

  .custom-video,
  .news-detail-image {
    height: unset;
  }

  .videoWrapper {
    padding-bottom: 42.105%;
    /* 19:8 */
  }

  .sticky-wrapper {
    bottom: unset;
  }
}

.hero {
  margin: 1%;
}

.heroText {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 85%; */
  width: 98%;
  text-align: center;
  /* ++ */
  height: 30vw;
  /* ++ */
  background-image: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.8) 50%, transparent 70%);
}

.section-padding {
  padding-top: 1%;
  padding-bottom: unset;
}

.portfolio-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 1vw;
}

.footer-row{
  background-color: var(--dark-color);
  color:var(--light-color)
}

.map {
  height: 250px;
  width: 90%; 
  border-radius: 1vw;
}

#mapHotelSearch {
  height: 700px;
  width: 98%; 
  border-radius: 1vw;
}

.vl {
  border-left: 2px solid var(--dark-color);
  height: 104%;
}

.halfHeightDiv {
  height: 50%;
}

hr{
  color: var(--dark-color);
  margin: 0%;
  opacity: 100;
}

.scheduleTime{
  font-weight: bold;
  font-size: 24px;
}

.scheduleLine{
  width: 50px;
}

#listing {
  width: 98%;
  overflow: auto;
  cursor: pointer;
  overflow-x: hidden;
  border-radius: 1vw;
}

.placeIcon {
  width: 20px;
  height: 34px;
  margin: 4px;
}

.hotelIcon {
  width: 24px;
  height: 24px;
}

#resultsTable {
  border-collapse: collapse;
}

#rating {
  font-size: 13px;
  font-family: Arial Unicode MS;
}

.iw_table_row {
  height: 18px;
  line-height: 18px;
}

.iw_attribute_name {
  font-weight: bold;
  text-align: right;
}

.iw_table_icon {
  text-align: center;
}

.aMaps{
  color: blue;
  text-decoration: underline;
}

.center{
  text-align: center;
}

