﻿@font-face {
  font-family: "HaptikRegular";
  src: url("/Fonts/HaptikRegular.woff2") format("woff2");
}
@font-face {
  font-family: "HaptikMedium";
  src: url("/Fonts/HaptikMedium.woff2") format("woff2");
}
@font-face {
  font-family: "HaptikBold";
  src: url("/Fonts/HaptiKBold.woff2") format("woff2");
}
/*
    FROM BRAND GUIDELINES
*/
/*
    SPECIFICS
*/
/* BUTTONS */
/*$form-box-shadow: 0 0 0 .25rem rgba(255,0,0,.25); */
.travel-section {
  margin-bottom: 50px;
}
.travel-section strong {
  font-family: HaptikBold, Arial, Helvetica, sans-serif;
}
.travel-section h4 {
  font-family: HaptikBold, Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin: 0;
}
.travel-section p a {
  color: rgb(254, 0, 226);
  text-decoration: none;
}
.travel-section p a:hover {
  color: rgb(0, 23, 68);
}

.venue-image-container img {
  width: 100%;
  margin-bottom: 30px;
}
