.header tab {
    background-color: rgb(255,255,255);
    font-family: 'CreatoDisplay-Light';
    color: rgb(0,0,0);
}
.no-scrollbar::-webkit-scrollbar {
  display: none; /* 0.6.1 */
}
ul {
    list-style: none;
    margin: 20px;
    padding: 0;
}
a {
    text-decoration: none;
}
body {
    background-color:white(255, 0, 0);
    margin: 0 0;
    height: 100vh;
}
.nav-header {
    padding: 20px 30px;
    position: fixed;
    z-index: 9999;
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
    box-sizing: border-box;
	flex-grow: 1;
    backdrop-filter: blur(2px) saturate(180%);
    background-color: rgb(255, 255, 255);

    transition: transform 0.3s ease-in-out;
}
.nav-header :hover {
    color: rgb(76, 76, 76);
    transition: background-color 0.3s ease, color 0.3s ease; 
}
.navbar.hidden {
    transform: translateY(-100%);
}
.fullscreen-content {
    width: 100%;
    height: auto;
    flex-direction: row;
    flex: wrap;
    padding-bottom: 30px;
    align-content: center;
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
}
.content {
    width: 75%;
    height: auto;
    display: flex;
    flex: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: auto auto;
    font-family: 'CreatoDisplay-light';
}
.headshot {
    max-width: 300px;
    min-width: 200px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    margin: auto auto;
    margin-top: 80px;
    box-shadow: 5px 10px 10px 2px rgba(0, 0, 0, 0.3);
}
.header-left {
    flex: 0 0 auto;

}
.header-nav {
    display: flex;
    gap: 20px;
    align-items: center;
    color: black;
}
.nav-item{
    font-family: 'CreatoDisplay-Regular';
    font-size: 16px;
    color: rgb(0,0,0);
    justify-content: flex-start;
    text-transform: lowercase;
    transition: all 0.3s ease;
}
.name {
    font-family: "CreatoDisplay-Bold";
}
.nav-item:hover {
    transform: scale(1.18);
    transition: transform 0.3s ease;
    color: rgb(187, 187, 187);
}

/*----------------------HAMBURGER---------------------------------*/

hr {
    width: auto;
    height: .4px;
    background-color: black;
}
.head {
    width: 80%;
    margin-right:auto;
}
.dropdown {
    display: inline-block;
    position: relative;

}
.dropdown-content {
    position: absolute;
    padding-top: 30%;
    left: 0;
    display: none;
    margin: auto auto;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.25s ease;
}

.drop-link:hover {
    transform: none;
}
.dropdown:hover .dropdown-content{
    opacity: 1;
    display: block;
    transform: translateY(0)
}
.dropdown-content a {
  opacity: 0;
  transform: translateY(10px);
  animation: dropdownFade 0.35s ease forwards;
}
.dropdown:hover .dropdown-content a:nth-child(1) {
  animation-delay: 0.05s;
}
.dropdown:hover .dropdown-content a:nth-child(2) {
  animation-delay: 0.12s;
}
.dropdown:hover .dropdown-content a:nth-child(3) {
  animation-delay: 0.19s;
}
footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color:white;
    background-color: rgb(16, 16, 16);
    overflow-x: clip;
}
.scroller::-webkit-scrollbar{
    display: none;
}
.scroller {
    overflow: hidden;
    white-space: nowrap;
    overflow-x: clip;
} 
.track {
    display: inline-flex;
    animation: slide 15s linear infinite;
}
.scroll-text {
    font-family: 'CreatoDisplay-ExtraBold';
    font-size: 200px;
    line-height: 0;
    padding: 0.9;
    text-transform: uppercase;
    color: whitesmoke;
    flex-shrink: 0;
    right: 0%;
    white-space: nowrap;
    margin: none;
    margin-right: 30px;
    gap: 20px;
    
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
footer a {
    color: white;
}
.left-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-family: helvetica;
    background-color: red;
}
.right-col-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 60px;
    line-height: 1.4;
}
.right-col-content p {
    margin: 0;
}
.left-col-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 40px;
    max-width: 200px;
}
footer p {
    color: gray;
}
.fineprint {
    font-family: Creatodisplay-light;
    font-size: 14px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
}
.titles {
    font-family: helvetica;
    font-size:50px;
    color: black;
}
.footer-title {
    font-family: helvetica;
    font-size:50px;
    margin-left: 40px;
    margin-top: 40px;
}
html, body {
    overflow-x: hidden;
}
.info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: CreatoDisplay-light;
    color: white;
}
.divider {
  border-bottom: 1px solid #ffffff;
  margin: 2px 0;
  width: 90vw;
  align-self: center;
}
.location {
    font-family:'CreatoDisplay-Light';
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.faq {
    border: 1px solid black;
    height: auto;
    min-width: 300px;
    border-radius: 10px;    
}
.strikethrough {
    text-decoration: line-through;
    display: inline-block;
    color: grey;
    display: flex;
    align-items: center;
}
.centered-titles {
    display: flex;
    flex-direction: row;
    justify-content: center;

    font-family: Helvetica-Bold;
    font-size: 40px;
    color: black;
}
.spaced-text {
    line-height: 25px;
}
@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*---------------------------FONTS----------------*/
@font-face {
  font-family: 'Helvetica-Bold'; /* Give your font a name */
  src: url('../assets/fonts/Helvetica-Bold.ttf') format('truetype'); /* Path to your file */
}
@font-face {
  font-family: 'CreatoDisplay-Light'; /* Give your font a name */
  src: url('../assets/fonts/CreatoDisplay-Light.otf') format('truetype'); /* Path to your file */
}
@font-face {
  font-family: 'CreatoDisplay-Bold';
  src: url('../assets/fonts/CreatoDisplay-Bold.otf') format('truetype');
}
@font-face {
    font-family: 'CreatoDisplay-Regular';
    src: url('../assets/fonts/CreatoDisplay-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'CreatoDisplay-ExtraBold';
    src: url('../assets/fonts/CreatoDisplay-ExtraBold.otf') format('truetype');
}
