@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@font-face {
  font-family: "Novecento sans Bold";
  font-weight: bold;
  src: url("https://foys-prod.imgix.net/a17e1b0e-ef3e-46d3-a227-dd38e739b50a/cafd4610-c4a4-404e-94a9-2844cca09e18.otf")
    format("opentype");
}

small {
  font-size: 60%;
  font-weight: 400;
}

a,
.my-env .a {
  color: #0f0f0f;
  text-decoration: underline;
}

a:hover,
.my-env a:hover {
  color: #f41616;
}

h1,
h2,
h3,
h4,
h5,
h6,
.my-env h1,
.my-env h2,
.my-env h3,
.my-env h4,
.my-env h5,
.my-env h6 {
  font-family: "Novecento sans Bold", sans-serif;
  color: #0f0f0f;
  font-weight: 900;
  text-transform: uppercase;
}

.red-text {
  color: #f41616;
}

.align-justify {
  text-align: justify !important;
}

h1,
.my-env h1 {
  font-size: 40px;
}

h2,
.my-env h2,
h3,
.my-env h3 {
  color: #0f0f0f;
  border-bottom: 1px solid #000000;
}

.no-bottom-border {
  border-bottom: 0 !important;
}

.h3,
h3,
.my-env h3 {
  font-size: 1.65rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

.btn,
.my-env .btn {
  border-radius: 5px !important;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary,
.my-env .btn-primary {
  background-color: #f41616;
  border: 0;
  color: #ffffff;
}

.foys-footer {
  background-color: #f41616;
  color: #ffffff;
  max-width: none;
}

.foys-footer a {
  color: #ffffff;
}

.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:hover,
.my-env .btn-primary:hover {
  background-color: #bebebe;
  border-color: #f41616;
}

/* Home images */

.home-image-block {
  margin-bottom: 20px;
}

.home-image-block a {
  text-decoration: none;
  color: #ffffff;
}

.home-image-block a:hover {
  font-size: 14px;
  text-decoration: none;
}

.home-image-block img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    filter: grayscale(0.9);
    -webkit-filter: grayscale(90%);
    -webkit-transition: all .6s ease;
}

.home-image-block a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
}


.home-image-category {
  background-color: #f41616;
  color: #ffffff;
  font-family: "Novecento sans Bold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* End home image */

.website-header {
  background-color: #fff;
  position: sticky;
  opacity: 1;
  border-bottom: solid 1px #e0e0e0;
  height: 90px;
}

.website-header .btn-primary {
  width: 150px;
}

.website-header-logo {
  max-height: 100px;
}

.website-header-name {
  display: none;
}

.navbar-dark {
  font-family: "Novecento sans Bold", sans-serif;
}

.offcanvas-header {
  display: none;
}
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 992px) {
  .website-header-logo {
    max-height: 60px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: #f41616;
    cursor: pointer;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(244,22,22, 52)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .dropdown-menu {
    border: 0;
  }

  .navbar .nav-item .dropdown-item {
    font-size: 1rem;
  }
}

.navbar-dark .navbar-toggler {
  border-color: #f41616;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(244,22,22, 52)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  padding: 0.5rem;
  background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f41616;
}

.navbar .nav-item .dropdown-large,
.navbar .nav-item .dropdown-menu {
  padding: 10px;
}

.navbar .nav-item .dropdown-item {
  padding: 0.5rem 0.1rem;
  font-size: 0.8rem;
  text-decoration: none;
}

.navbar .nav-item .dropdown-large .dropdown-item {
  padding: 0.5rem 0.1rem;
}

.navbar .nav-item .dropdown-item:active {
  background-color: #f62020;
}

.red {
  background-color: #f41616;
  color: #fff;
}

.red a {
  color: #ffffff;
}

.red h1,
.red h2,
.red h3,
.red h4,
.red h5,
.red h6 {
  color: #ffffff;
}

.page-top-image {
  display: none;
}

.beige {
  background-color: #fffaef;
}

.my-env {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}

.video-background {
  background: #f00;
  height: 800px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 800px;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-background,
  .video-foreground,
  .video-foreground iframe {
    height: 40.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-background,
  .video-foreground,
  .video-foreground iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: none;
    border-radius: 0 !important;
  }
  .navbar .nav-item .dropdown-large {
    padding: 20px;
  }
  .navbar .nav-item .nav-link {
    font-size: 0.9rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar-collapse {
    justify-content: center;
    text-align: center;
    background-color: transparent;
  }

  .navbar-brand {
    padding-top: 0;
    margin-top: -10px;
  }

  .navbar .nav-item .dropdown-large {
    min-width: 480px;

    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
  }

  .page-top-image {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
  }

  .page-top-image h2 {
    color: #e0e0e0;
    margin-top: 200px;
    font-size: 60px;
  }
}

.home-stats-row h2 {
  font-size: 75px;
  border-bottom: 0;
}

.home-image-nav {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.6);
  padding-top: 200px;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}

.home-image-nav h2 a {
  color: #e0e0e0;
}

.counter {
  color: #f41616;
  animation-duration: 1s;
  animation-delay: 0s;
}

.news-item.border,
.calendar-event.border {
  border: 0 !important;
}

.calendar-event-date,
.calendar-event-time {
  display: inline;
  font-family: "Novecento sans Bold", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  color: #f41616;
}

.calendar-event-date:first-letter {
  text-transform: capitalize;
}

.calendar-event-time::before {
  content: "van ";
}

.calendar-event-title {
  font-size: 0.8rem;
}

.news-image-container {
  width: 100%;
}

.news-item-image-div {
  min-height: 150px;
}

.news-content-container {
  width: 100%;
}

.news-item-image-div {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  transition: all 1s;
}

.news-item-image-div:hover {
  transform: scale(0.9);
}

.news-title {
  padding-top: 0.5rem;
}

.news-title a {
  font-family: "Novecento sans Bold", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
}

.news-title a:hover {
  color: #f41616;
}

.news-date {
  font-size: 0.8rem;
}

.news-short-description-content {
  text-align: justify !important;
}

.news-read-more {
  margin-top: 1rem;
  text-align: left;
}

.news-read-more a {
  color: #f41616;
  font-size: 1rem;
}

.news-body img {
  max-width: 100%;
  height: auto;
}

.website-sponsors-list .lead {
  display: none;
}

.spnsr-logo-image {
  max-width: 300px;
  max-height: 200px;
}

.link a {
  color: #ffffff;
  text-decoration: none;
}
.link a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.link2 a {
  color: #ffffff;
  text-decoration: none;
}
.link2 a:hover {
  color: #bebebe;
  text-decoration: none;
}
.container .float-left {
    margin: 5px 25px 5px 0;
}
.container .float-right {
    margin: 5px 0 5px 25px;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}
table th {
 padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.iframe-container {
    width:100%;
    height:104vh;
}

.iframe-container iframe {
    width:100%;
    height:100%;
}

.lightSlider li {
  height: 100%;
}

.lightSlider li div:first-child {
  height: 100%;
}