@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap')

html, body {
  font-family: 'Avenir', sans-serif !important;                                            
}

.container {
  max-width: 1260px;
  font-family: 'Avenir', sans-serif !important;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

/*
* Custom translucent site header
*/

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

nav.navbar {
  background-color: #f0e4db !important;
  position: absolute;
  width: 100%;
}

div.tc {
  text-align: center;
}

a.logo img {
  width: 70px;
  padding-bottom: 10px;
}

nav.navbar ul li {
  padding: 0 15px;
}

nav.navbar a.nav-link {
  color: #888;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

nav.navbar a.nav-link:hover {
  cursor: pointer;
}

nav.navbar a.active {
  color: #666 !important;
}

nav.navbar a.active:after {
  content: "";
  background-color: #999;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
}

section.lead-visual {
  background: url(../images/lead-visual-1.jpg) no-repeat top right fixed; 
  background-size: 100%;
  height: 530px;
/*  border-bottom: 5px solid #333;*/
}

section.about-visual {
  background: url(../images/about-visual-1.jpg) no-repeat fixed; 
  background-size: 100%;
  height: 450px;
  border-bottom: 5px solid #333;
}

section.news-visual {
  background: url(../images/news-visual-1.jpg) no-repeat fixed; 
  background-size: 100%;
  height: 450px;
  border-bottom: 5px solid #333;
}

@media (max-width: 1199.98px) {

  section.lead-visual {
    height: 350px;
  }

  section.about-visual {
    height: 350px;
  }

  section.news-visual {
    height: 350px;
  }

}

@media (max-width: 991.98px) {
  section.lead-visual {
    height: 300px;
  }

  section.about-visual {
    height: 300px;
  }

  section.news-visual {
    height: 300px;
  }
}

@media (max-width: 575.98px) {

  section.lead-visual {
    background: url(../images/lead-visual-mobile.jpg) no-repeat top right fixed; 
    height: 420px;
  }

  section.about-visual {
    background: url(../images/about-visual-mobile.jpg) no-repeat center top fixed; 
    height: 420px;
  }

  section.news-visual {
    background: url(../images/news-visual-mobile.jpg) no-repeat top left fixed; 
    height: 420px;
  }  

}

div.intro p {
  font-size: larger;
  font-weight: 200;
  text-align: center;
  padding: 40px;
  margin-top: -40px;
}

img.tagline {
  width: 55%;
  padding-top: 20px;
  margin-top:90px;
}

.grey-bg {
  background-color: #393939;
  color: #f5f5f5;
}

.black-bg {
  background-color: #040100;
  color: #f5f5f5;
}

.card-body {
  background-color: #f0e4db !important;
}

.card-body a {
  text-decoration: none;
  transition-duration: 0.2s;
}

.card-body a:hover small {
  margin-left: 10px;
  transition-duration: 0.2s;
}


div.award {
  border-top: 5px solid #f0e4db;
}

div.award img {
  width: 100%;
}

footer.beige-bg {
  background-color: #f0e4db;
}

footer.beige-bg-darker {
  background-color: #e6d0bf;
}

a.social-link {
  color: #666;
  padding-left: 10px;
}

footer h4 {
  font-weight: 800 !important;
  font-family: 'Avenir', sans-serif !important;
}

footer.beige-bg ul li {
  padding: 5px 0;
}

footer.beige-bg dl {
  display: flex;
  flex-flow: row wrap;
  color: #666;
}

footer.beige-bg dt {
  flex-basis: 15%;
  padding: 2px 4px;
}

footer.beige-bg dd {
  flex-basis: 80%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
}

img.svg-logo {
  width: 200px;
  margin-top: -30px;
}

@media (max-width: 575.98px) {

  footer.beige-bg dt {
    flex-basis: 5%;
  }

  footer.beige-bg dd {
    flex-basis: 90%;
  }

  img.svg-logo {
    width: 200px;
    position: relative;
    
    left: -40px;
  }

  h2.section-header {
    text-align: left;
  }

  img.mobile {
    display: block;
  }

  img.desktop {
    display: none;
  }

  img.tagline {
    width: 75%;
    padding-top: 30px;
  }

}

@media (min-width: 575.98px) {
  img.mobile {
    display: none;
  }

  img.desktop {
    display: block;
  }

  a.logo img.desktop {
    display: inline-block;
  }

}

small.lg {
  font-size: 16px;
}

ul.dropdown-menu {
  background-color: #333;
  color: #f0e4db;
}

ul.dropdown-menu li a {
  color: #f0e4db;
  transition-duration: 0.2s;
}

ul.dropdown-menu li a:hover {
  background: none;
  color: #f5f5f5;
  margin-left: 10px;
  transition-duration: 0.2s;
}

footer a.maps {
  color: #666;
  text-decoration: none;
}

h2.section-header {
  text-transform: uppercase;
  font-weight: 400;
  background: url('../images/divider.png') repeat-x bottom;
  padding-bottom: 10px;
  display: block;
  font-size: 40px;
  margin-bottom: 50px;
}

h3.sub-section {
  text-transform: uppercase;
  font-weight: 400;
  background: url('../images/divider.png') repeat-x bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

h3.hand {
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize !important;
  font-size: 36px;
}

p.cta {
  border: 2px solid #f0e4db;
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
}

img.imgfluid {
  width: 100%;
}

img.imgfluid2 {
  width: 80%;
}

img.profile {
  float: left;
  border: 5px solid #333;
  margin-right: 20px;
}

a.logo img.mobile {
  width: 50px;
  position: relative;
  top: 5px;
}

p.soon {
    font-style:italic !important;
    color: #666 !important;
}

.no-border {
  border: none !important;
}

.btn-beige {
  background-color: #F0E4DB;
}

.btn-beige:hover {
  background-color: #e2d4c9;
}

img.img-responsive {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .d-xs-none {
    display: none !important;
  }
}
