@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@font-face {
  font-family: 'Avenir-Heavy';
  src: url('avenirltstd-heavy.woff2') format('woff2');
}
@font-face {
  font-family: 'Avenir-Light';
  src: url('avenirltstd-light.woff2') format('woff2');
}
@font-face {
  font-family: 'Avenir-Light-Oblique';
  src: url('avenirltstd-lightoblique.woff2') format('woff2');
}
@media (min-width:992px) {
  .row-cols-lg-10 > * {
    flex: 0 0 auto;
    width: 10%;
  }
}
.text-light-emphasis {
    color: #999999 !important;
}
#cover {
    background: url("../assets/oval.svg") no-repeat scroll center center #1d1d1d;
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 9999;
}
.wow {
  visibility: hidden;
}
b, strong {
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 800;
}
a {
	color: #fff;
}
em, i {
	font-family: "Avenir-Light-Oblique", sans-serif;
}
body {
  background: #1d1d1d;
  color: #ffffff;
  font-family: "Avenir-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
p {
  font-family: "Avenir-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
#header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 30px 0;
}
#header-alt {
  position: relative;
  padding: 30px 0;
}
.hero-header-text
{
font-family: "Avenir-Light", sans-serif;
font-size: 1em;
line-height: normal;
}

@media (min-width: 768px)
{
.hero-header-text
{
font-size: 2em;
}
}

@media (min-width: 971px)
{
.hero-header-text
{
font-size: 2.5em;
}
}

@media (min-width: 1368px)
{
.hero-header-text
{
font-size: 3em;
}
}

.back-button {
	display: inline;
	padding: 20px 20px 18px 20px;
	background: transparent;
	border: 1px solid #fff;
	font-size:1em;
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
	line-height: 1.25em;
}
.back-button:hover {
	display: inline;
	padding: 20px;
	background: #fff;
	border: 1px solid #fff;
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
	text-decoration: none;
	color: #000;
}
.back-button i {
	font-size:1.25em;
}

#video_background {
  position: static;
  top: 0px;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  overflow: hidden;
}
a.card {
  text-decoration: none;
	color:#000;
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
}
.card a,
.card-footer a {
    text-decoration: none;
	color:#000;
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
	position: relative;
	padding-bottom: 4px;
}
.card a::before,
.card-footer a::before  {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.card a:hover::before,
.card-footer a:hover::before {
  transform: scaleX(1);
}
.card, .card img {
  border-radius: 0;
  border: 0;
  background: #000;
}
.card-title {
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
	font-size: 1em;
	color:#000;
}

.card-img-wrap .card-title {
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
	font-size: 1.25em;
	color:#fff;
	opacity: 0;
	transition: opacity .2s;
	margin-bottom:0;
}
.card-img-wrap .card-title span {
	font-family: "Avenir-Light", sans-serif;
	font-size:0.875rem;
	line-height: 2em;
}
.card-body {
		font-family: "Avenir-Light", sans-serif;
	font-weight: 300;
	font-size: 1em;	
  background: #fff;
}

#quotes .card {
	padding: 1em;
	background: #fff;
}
#quotes .card-body {
    font-family: "Avenir-Light", sans-serif;
    font-weight: 300;
    font-size: 1em;
    background: #fff;
    border: 1px solid #ddd;

}
#quotes .card-body q::before,
#quotes .card-body q::after{
	color: #ccc;
	display: block;
	font-size:4em;
	line-height: normal;
	font-family: "Georgia", "Times New Roman", "serif";
		
}
#quotes .card-body q::before,
#quotes .card-body q::after {
	margin: 0 auto -0.5em;
}

.card-footer {background: #fff;}
.card-img-wrap {
  overflow: hidden;
  position: relative;
}
.card-img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity .2s;
}
.card-img-wrap img {
  transition: -webkit-transform 1.8s cubic-bezier(.2, 1, .2, 1);
  width: 100%;
}
.card-img-wrap:hover img {
  transform: scale(1.25);
  opacity: 0.35;
}
.card-img-wrap:hover .card-title {
  opacity: 1;
transition: opacity .2s;
}
.card-img-wrap:hover:after {
  opacity: 1;
}
.logo {
  height: 36px;
  width: auto;
}
a .name {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Avenir-Heavy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  margin: 0;
}
a .title {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Avenir-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
  letter-spacing: 4px;
}
/*---------- NAVIGATION ----------*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  /*max-width: 1320px;
	margin: 0 auto;*/
}
.navbar-nav {
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.8em;
  text-transform: uppercase;
  margin: 10px 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  padding: 4px 0;
	cursor: pointer;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  transition: color 0.3s;
}
.nav-item {
  padding-left: 1em;
}
.nav-item a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.nav-item a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-item a:hover::before {
  transform: scaleX(1);
}
.navbar-light .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(0,0,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: box-shadow .15s ease-in-out;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar-collapse {
  background: #000;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .navbar-collapse {
    background: transparent;
    padding: 0 var(--bs-gutter-x, .75rem);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
  }
  .navbar-nav {
    margin: 0;
  }
}
/*---------- overlay-menu MENU ----------*/
.button_container {
  position: relative;
  height: 25px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}

.button_container:hover {
  opacity: 1;
}
#overlay-menu-2 .button_container,
#overlay-menu-2 .button_container span {
	transition: all 0s ease;
}
.button_container.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #ffffff;
}
.button_container.active .middle {
  opacity: 0;
  background: #000;
}
.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #ffffff;
}
.button_container span {
  background: #ffffff;
  border: none;
  border-radius: 2px;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0s, width 0.35s;
  z-index: 50;
}
.overlay-menu.open {
  content: "";
  background: #1d1d1d;
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
}
.overlay-menu.open:before {
  left: 0;
}
.overlay-menu.open:after {
  right: 0;
}
.overlay-menu.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.overlay-menu.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.overlay-menu.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay-menu.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay-menu.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.overlay-menu.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.overlay-menu nav {
  position: relative;
  /*height: 70%;*/
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  text-align: center;
  z-index: 100;
}
#overlay-menu-2 nav {
	top: calc(50% - 60px);
	transform: translateY(-50%);
}
.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlay-menu ul li a {
  font-optical-sizing: auto;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 800;;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2rem;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}
.overlay-menu ul li a:hover, .overlay-menu ul li a.active {
  color: #ffffff;
}
.overlay-menu ul li a:hover:after, .overlay-menu ul li a:focus:after, .overlay-menu ul li a:active:after {
  width: auto;
}
.overlay-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.2s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.overlay-menu nav p a {
  font-size: 1em !important;
  font-family: "Avenir-Light", sans-serif;
  font-weight: 300;
  text-transform: none;
  display: inline;
}
.overlay-menu nav p a i {
  font-size: 1.25em !important;
  text-transform: none;
  font-weight: normal;
  display: inline;
  padding: 0 10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro h5, h5 {
  font-family: "Avenir-Heavy", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  line-height: normal;
}
.intro p {
  font-size: 1.em;
	font-family: "Avenir-Light", sans-serif;
  font-weight: 300;
  line-height: 1.625em;
}
.footer {
  padding: 100px 0 50px 0;
}
.footer a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
}
.footer a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.footer a:hover::before {
  transform: scaleX(1);
}
.footer a:nth-of-type(even) {
  margin: 0 15px;
}
.footer i {
  font-size: 1.125em;
}


p.QuoteName {
	font-size: 0.875em;
	font-family: "Avenir-Heavy", sans-serif;
	font-weight: 800;
	margin-bottom: 0 !important;
	border-top: 1px solid #ddd;
    padding-top: 30px;
}
p.QuoteTitle {
	font-size: 0.875em;
	font-weight: normal;
	margin-bottom: 0;
}