@font-face {
  font-family: "Dax";
  src: url(./fonts/Dax-Regular.woff) format("woff");
}

@font-face {
  font-family: "Dax";
  font-weight: 700;
  src: url(./fonts/Dax-Bold.woff) format("woff");
}

html, body {
  font-family: "Dax", Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1.2;
  
}

.container {
  background-color: #F1F1F1;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #c1002a;
  margin: 0.5rem 0 0;
}

h2 {
  font-size: 3vw;
  font-weight: bold;
  color: #c1002a;
  margin: 0;
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #c1002a;
  margin: 0;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #c1002a;
  margin-left: 5px;
}

img {
  max-width: 100%;
}

.mr {
  margin-right: 5px;
}

.header-title {
  font-size: 3rem;
}

#print-icon   {
  position: absolute;
  top: 10px;
  left: 2vw;
  width: 4vw;
}

.last-update {
  font-size: 0.9rem;
  font-weight: normal;
  color: #F1F1F1;
}

.maplink {
  margin-left: auto;
  margin-top: 5px;
}

.maplink-text {
  float: right;
  background-color: #C1002A;
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
  padding: 12px;
}

.pad {
 padding-top: 5px;
 padding-bottom: 5px;
}

.red {
  color: #C1002A;
}

.bold {
  font-weight: bold;
}

.maplink-text:hover {
  text-decoration: none;
  color: white;
}

.bkg {
  position: relative;
  display: inline-block;
  padding: 0;
}

.bgw {
  background-color: white;
  margin-top: 5px;
}

.bkg img {
  width: 100%;
  height: auto;
}

.header-text {
  position: absolute;
  top: 10px;
  right: 2vw;
  color: white;
  padding: 0px;
  z-index: 1;
  text-align: center;
}

.header-text h2 {
  font-size: 2.4rem;
  text-shadow:
    0 0 15px white,
    0 0 20px white;
}

.header-text h3 {
  font-size: 1.3rem;
  text-shadow:
    0 0 15px white,
    0 0 20px white;
}

.sub-header {
  margin-bottom: 5px;
}

.sub-header h2 {
  margin-left: 14px;
}

.header-title {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: white;
  padding: 0px;
  z-index: 1;
}

.summary-icon {
  width: 8vw;
}

.summary-items {
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: left;
  margin-right: 5px;

}

.summary-item {
  width: calc(25% - 4px);
  background-color: #FFF;
  padding: 5px;
}

.summery-text {
  line-break: auto;
}

.summery-value {
  color:#C1002A;
  font-size: 3vw;
  font-weight: bold;
}

.weather {
  margin-top: 0px;
  padding: 5px;
  margin-right: -5px;
  max-width: calc(33.33% - 5px);
}

.weather p {
  margin:0;
}

.weather-container {
  display: flex;
  padding: 5px;
  justify-content: space-between;
}

.weather-icon {
  width: 7vw;
}

.avalanche {
  justify-content: space-between;
}

.avalanche-icon {
  width: 4vw;
  margin-right: 10px;
}

.weather-date {
  color: #C1002A;
  font-weight: bold;
  font-size: 1rem;
}

.weather-heading {
  color: #C1002A;
  font-weight: bold;
  font-size: 1.2rem;
}

.avalanche {
  display: flex;
}

.lists p{
  font-size: 0.8rem;
  margin: 0;
}

.lists span{
  font-size: 1rem;
  margin-top: 2px;
}

.icon {
  width: 2.5vw;
}


.list {
  margin-top: 5px;
  min-width: 200px;
}

.right {
  position: absolute;
  right: 10px;
}


.icon-smaller {
  width: 2vw;
}

.narrow {
  margin-left: 0;
  margin-right: 0;
}

.custom-flex-gap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.custom-flex-gap .col-md-4 {
  flex: 1 1 calc(33.33% - 15px);
}

.custom-flex-gap .col-md-6 {
  flex: 1 1 calc(50% - 15px);
}

.custom-flex-gap .col-md-8 {
  flex: 1 1 calc(66.666667% - 15px);
}

.additional {
  font-size: 0.8em;
  margin-top: 0;
}



#add-info-text {
  font-size: 1rem;
  color: #C1002A;
}

.footer {
  background-color: #4B4B4B;
  color: white;
  padding: 5px;
  margin-top: 5px;
}

.footer h4 {
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0;

}

.footer span {
  font-size: 0.8rem;
}

.footer p {
  font-size: 0.8rem;
  margin: 0;
}

.qr {
  margin-right: 20px;
  text-align: center;
}

.qr a {
  font-size: 0.9rem;
  text-decoration: underline;
  margin-bottom: 10px;
}

.qr img {
  margin-top: 5px;
  width: 8vw;
}
.flex {
  display: flex;
}

.footer-logo img {
  width: 24vw;
  margin-right: 5px;
}

.legend {
  margin-left: 5vw;
}

.legend a{
  font-size: 0.8rem;
  text-decoration: underline;
}

#add-info-value {
  font-size: 0.7rem;
}

.col2{
  column-count: 2;
}


.header-text .textimage {
  display: none;
}

@media (max-width: 468px) {
  .narrow {
    margin-left: -10px;
    margin-right:-10px;
  }

  .header-title {
    font-size: 2rem;
    left: 20px;
  }

  .weather {
    margin-right: 0px;
    max-width: 100%;
  }

  h2 {
    font-size: 18px;
  }

  .header-text h2 {
    font-size: 18px;
  }

  .header-text h3 {
    font-size: 16px;
  }

  .summary-items {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .weather-icon {
    width: 50px;
    margin: auto;
  }

  .avalanche {
    justify-content: left;
}

  .avalanche-icon {
    width: 50px;
    margin-left: 20px;

  }

  .icon {
    width: 20px;
  }

  .icon-smaller {
    width: 20px;
  }

  .footer-logo img {
    width: 115px;
    margin-right: 15px;
  }

  .qr img {
    width: 80px;
  }

  #print-icon   {
    display: none;
  }

}
@media (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
  #print-icon   {
    top: 10px;
    left: 20px;
    width: 40px;
  }

  .summary-icon {
    width: 80px;
  }

  .summery-value {
       font-size: 30px;
  }

  .weather-icon {
    width: 70px;
  }

  .avalanche-icon {
    width: 40px;
  }

  .icon {
    width: 25px;
  }

  .icon-smaller {
    width: 20px;
  }

  .qr img {
    width: 80px;
  }

  .footer-logo img {
    width: 240px;
    margin-right: 60px;
  }

  .legend {
    margin-left: 50px;
  }


}

@media print {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 25px;
  }

  .noprint {
     display: none;
  }

   .header-text .textimage {
     display: inline-block;
     width: 400px;
   }

  .marg {
    margin-top: 8px;
    margin-bottom: 8px;
  }


  .narrow {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sub-header {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  #print-icon   {
     display: none;
  }

  .last-update {
    font-size: 18px;
  }

  .header-title {
    font-size: 65px;
     left: 38px;
  }

  .page-break-after {
    page-break-after: always;
  }

  .maplink-text {
     text-decoration: none;
     font-size: 20px;
  }

  a.maplink-text {
    text-decoration: none;
  }

  .summery-text {
    font-size: 30px;
  }

  .list {
    padding-top: 15px;
    padding-bottom: 15px;

  }

  .marger {
    margin-right: 8px !important;
  }

  .col-md-6.margerl {
    margin-right: 3px !important;
    border-right: 6px solid #F1F1F1;
  }

  .margerr {
    margin-left: -2px !important;
  }


  .lists .bgw{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lists p{
    font-size: 20px;

  }

  .lists span{
    font-size: 25px;
  }


#add-info-text {
  font-size: 25px;
}

  .container {
    max-width: calc(100% - 30px);
    margin-top: 12px;
  }

  .footer-logo {
    margin-right: 50px;
  }

  .footer-logo img {
    margin-top: 15px;
    width: 180px;

  }

  .summery-value {
    font-size: 35px;

}

  .row {
    flex-wrap: nowrap;
    break-inside: avoid;
  }

  .summary-items {
    margin-right: 0px;
    flex-wrap: nowrap;
    break-inside: avoid;
  }

  .summary-item {
    width: 170px;
    margin-right: 8px !important;
    padding: 5px;
  }

  .additional span{
    font-size: 14px;
  }

  .custom-flex-gap {
    margin-top: 8px;
  }

  .list {
    min-height: 320px;
  }

  .footer {
    padding: 10px;
    margin-top: 5px;
  }

  .footer h4 {
    font-size: 16px;
  }

  .footer span {
    font-size: 16px;
  }

  .footer p {
    font-size: 16px;
  }

  footer a {
    color: #6699FF;
  }

  .qr a {
    font-size: 20px;
    color: #6699FF;
  }

  .qr img {
    width: 110px;
  }

  [class*="col-"] {
    flex-shrink: 1;
    margin: 0 0.125rem;
  }

  [class*="col-"]:first-child {
    margin-left: 0;
  }

  [class*="col-"]:last-child {
    margin-right: 0;
  }

  .cols-2 {
    column-count: 2;
  }

  .box {
    border: 1px solid #f1f1f1;
  }

  .resort-info {
    background-color: #f1f1f1;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: calc(33.333333% - 0.25rem);
  }
  .col-lg-4:first-child,
  .col-lg-4:last-child {
    max-width: calc(33.333333% - 0.125rem);
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: calc(66.666667% - 0.125rem);
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
