html {
  scroll-behavior: smooth;
}
.bg-brown {
  background-color: #ad1c1c;
}
.bg-brown a {
  color:#562f0b;
}
.navbar-light .navbar-nav .nav-link {
  color:#fff;
}
.navbar-light .navbar-nav .nav-link.active {
  color:#ffe11b;
}
.navbar-light .navbar-nav .nav-link:hover {
  color:#fff;
}
.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
  right: 100%;
  left: auto;
}
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }

  .dropdown-menu > li a:hover,
  .dropdown-menu > li.show {
    background: #bd6a1d;
    color: white;
  }
  .dropdown-menu > li.show > a {
    color: white;
  }
}


.section1 {
  background-position: center;
}

.sectionbgCatho {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.quote {
  color: rgb(255, 255, 255);
  text-align:justify;
}
@font-face {
  font-family: Oswald;
  src: url('https://fonts.googleapis.com/css?family=Oswald');
}
@font-face {
  font-family: Quattrocento;
  src: url('https://fonts.googleapis.com/css?family=Quattrocento');
}
@font-face {
  font-family: fontQuote1;
  src: url('/Bootstrap530/font/MonarchDisplay-Tantum.otf');
}

@font-face {
  font-family: fontQuote2;
  src: url('/Bootstrap530/font/Lagmaq.otf');
}

@font-face {
  font-family: fontQuote3;
  src: url('/Bootstrap530/font/TikTokText-Regular.otf');
}

@font-face {
  font-family: fontQatarB;
  src: url('/Bootstrap530/font/Qatar2022-Bold.otf');
}

@font-face {
  font-family: fontQatarM;
  src: url('/Bootstrap530/font/Qatar2022-Medium.otf');
}

@font-face {
  font-family: fontQatarH;
  src: url('/Bootstrap530/font/Qatar2022-Heavy.otf');
}

.fontQuote1 {
  font-size: 15pt;
  font-family: fontQuote1;
  line-height: 1.2;
}

.effectHover{
  padding: 0px 0px 5px 5px;
  width:140px;
  background: linear-gradient(#ffb515 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.08em);
  transition: 0.3s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}
.effectHover:hover{
  --p: 100%;
  
  color: #885800;
}

.fontQuote2 {
  font-size: 30px;
  font-family: fontQuote2;
}

.fontQuote3 {
  font-size: 15px;
  font-family: fontQuote3;
}

.fontQatarBold {
  font-size: 20px;
  font-family: fontQatarB;
}

.fontQatarHeavy {
  font-size: 20px;
  font-family: fontQatarH;
}

.fontQatarMedium {
  font-size: 20px;
  font-family: fontQatarM;
}

.fontBlack {
  color: black;
}


.snip1360 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  background-color: #ffffff;
}
.snip1360 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1360 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1360 figcaption {
  width: 100%;
  background-color: #ffffff;
  padding: 2px 2px 3px;
  position: relative;
}
.snip1360 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1360 figcaption a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #cccccc;
  color: #000000;
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.65;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}
.snip1360 figcaption a:hover {
  opacity: 1;
  background-color: #bd6a1d;
  color:#fff;
}

.snip1360 h2 {
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: 'fontQatarM', Arial, sans-serif;
  text-transform: uppercase;
    
}
.snip1360 p {
  margin: 0 0 10px;
  font-size: 0.9em;
  letter-spacing: 0.3px;
  opacity: 0.9;
}


.image-container img{
  max-width: 100%;
    height: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;

  top: 0;
  left: 0;
}
#hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  
  #heroVideoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    display: none;
    @media (min-width: 768px) {
      display: inline-block;
    }
  }
  #heroImgBg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    @media (min-width: 768px) {
      display: none;
    }
  }
  #heroContent {
    text-align: center;
    padding-top: 100px;
  }
}
