/* this is a .less file. LESS is a superscript of css, meaning that it adds more functionality to css and makes code maintainability easier.
*  It is compiled back to a .css file of the same name, which is then imported into the website.
*/
@font-face {
  font-family: ModelExpoFontBold;
  src: url("fonts/UniversLTStd-BoldCn.otf");
}
@font-face {
  font-family: ModelExpoFontLight;
  src: url("fonts/UniversLTStd-LightCn.otf");
}
@font-face {
  font-family: ComicSans;
  src: url("fonts/Qdbettercomicsans-jEEeG.ttf");
}
h1,
h2,
h3,
h4 {
  font-family: "ModelExpoFontBold";
  color: #57608a;
}
h5,
h6 {
  font-family: "ModelExpoFontBold";
}
h7 {
  font-family: "ModelExpoFontBold";
}
a {
  font-family: "ModelExpoFontLight";
}
body {
  padding-top: 56px;
  font-family: "ModelExpoFontLight";
}

/*Change the colours here for the year theme colour*/
nav {
  border-bottom: 5px solid #9aaba1;
}
footer {
  border-top: 5px solid #9aaba1;
}
.bg-primary,
.bg-dark {
  background-color: #343a40 !important;
}
.hidden {
  display: none;
}
.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  max-width: 90%;
}
.navbar-brand img {
  max-width: 235px;
  height: 82px;
  padding: 0px;
}
.navbar {
  padding-top: 3px;
  padding-bottom: 1px;
}
.navbar-toggler {
  margin-right: 5px;
}
/*Change Background to colour theme shade*/
.nav-link:hover {
  color: #dae8f1 !important;
}
.dropdown-item.active {
  background-color: #9aaba1;
  color: #343a40;
}
hr {
  background-color: #57608a;
}
.card {
  border-color: #57608a;
  border-bottom: 4px solid #57608a;
}
.card-footer {
  border: 0px;
  background-color: white;
}
.card-body {
  background-color: white;
}
.dropdown-menu {
  background-color: #343a40;
}
.dropdown-item {
  color: white;
}
/*Change Background to colour theme shade*/
.dropdown-item:hover {
  color: black;
  background-color: #94c2a3;
}
a.active {
  color: #8d92ac !important;
  background-color: #343a40 !important;
}
.socialmedia {
  font-size: 2rem;
  color: #9aaba1;
  padding: 0.3em;
}
.socialmedia:hover {
  color: #8d92ac;
}
.icon {
  color: #9aaba1;
}
a {
  color: #9aaba1;
}
a:hover {
  color: #8d92ac;
}
#mainContent {
  margin-top: 30px;
  min-height: 650px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.highlight {
  color: #8d92ac;
}
.bg-highlight {
  background-color: #8d92ac;
}
.btn-link {
  color: #343a40;
}
.btn-link:hover {
  color: #8d92ac;
}
.news-date {
  color: #8d92ac;
  float: right;
  font-style: italic;
}
.contents-list li {
  list-style-type: none;
}
a.return-to-top-link {
  float: right;
  color: #343a40;
  margin-top: 1em;
}
.new-category {
  color: goldenrod;
  font-weight: bold;
}
div.gallery-tile {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 2px;
  border-radius: 4px;
  border: 4px solid #57608a;
  background-color: #343a40;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
  cursor: pointer;
}
div.gallery-tile:hover {
  border: 4px solid #8d92ac;
}
.gallery-block {
  margin-bottom: 2em;
}
.handbook::after {
  font-family: "FontAwesome";
  content: " \f02d";
  font-weight: 400;
}
.link::after {
  font-family: "FontAwesome";
  content: " \f124";
  font-weight: 900;
}
.simply-countdown-inline {
  font-size: 1.2rem;
}
.simply-section {
  display: inline-block;
  padding-right: 10px;
}
.simply-amount {
  font-weight: bold;
  padding-right: 3px;
}
.simply-word {
  padding-right: 3px;
}
.simply-minutes-section,
.simply-seconds-section {
  display: none;
}
#galleryModal {
  /* The Modal (background) */
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 4em;
  padding-right: 0px !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  /* Modal Content */
  /* The Close Button */
  /* Caption text */
}
#galleryModal .modal-dialog {
  display: block;
  width: 90%;
  height: 90%;
  max-width: 90%;
  max-height: 90%;
}
#galleryModal .modal-content {
  position: relative;
  background-color: unset;
  margin: auto;
  padding: 0;
  height: 100%;
  width: 100%;
}
#galleryModal .modal-content .modal-header {
  padding: 0;
  border: 0px;
}
#galleryModal .modal-content .modal-body {
  padding: 0;
  height: 100%;
  width: 100%;
}
#galleryModal .close {
  color: white;
  position: fixed;
  top: 10px;
  right: 25px;
  font-size: 4rem;
  font-weight: bold;
}
#galleryModal .close:hover,
#galleryModal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
#galleryModal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
#galleryModal #galleryCarousel {
  height: 100%;
  width: 100%;
}
#galleryModal #galleryCarousel .carousel-inner {
  height: 100%;
}
#galleryModal .carousel-item {
  height: 100%;
}
#galleryModal .carousel-item .carousel-caption {
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  color: black;
  border-radius: 5px;
}
#galleryModal .carousel-item .carousel-caption .category {
  display: block;
  font-family: "ModelExpoFontBold";
}
#galleryModal .carousel-item .carousel-caption .sponsor {
  display: block;
  font-size: 0.8rem;
}
#galleryModal .carousel-item .carousel-caption .model {
  display: block;
}
#galleryModal .carousel-item img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
#home .carouselImage {
  width: 100%;
  /*height: 400px;*/
  overflow: hidden;
  resize: none;
  margin-left: auto;
  margin-right: auto;
}
#home .carousel-caption {
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1em;
  border-radius: 5px;
  color: black;
  max-width: 70%;
}
#home header {
  box-shadow: 0px 10px 10px #888888;
}
#home #home-body {
  border-radius: 5px;
  background-color: white;
}
#schedule .scheduleWarning {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  padding: 1rem;
  background-color: #9aaba1;
}
#clubs .thankyou {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}
#clubs #participatingClubs div {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#traders .tradersContact {
  margin-left: 2em;
}
#traders #participatingTraders div {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sponsors #participatingSponsors div {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#expose .feature {
  display: block;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#QRCodeGen .inputRow input {
  width: 100%;
}
@media (max-width: 760px) {
  #QRCodeGen .heading {
    display: none;
    border: collapse;
  }
}
.ui-autocomplete {
  background-color: white;
  border: 1px solid #57608a;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #8d92ac;
}
.error {
  background-color: #f57d87;
}
.ok {
  background-color: greenyellow;
}
