/* custom */

.container{

}

body {
  background-color: #ffffff !important;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  cursor: crosshair; auto;
}


svg {
  fill: #000000;
}

svg:hover {
    fill: #FF3503;
}


.img-card{
  width: 100%; 
  height: auto;
}

.img-logo{
  width: 100%; 
  height: auto;
}

.vimeo-wrapper {
  padding: 56.25% 0 0 0;
  /*padding: 100% 0 0 0;*/  
  position:relative;
}

.vimeoEmbed-sm{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%; 
  border: none;
  /*border-radius: 10px 10px 10px 10px;*/
}

.vimeoEmbed-lg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border: none;
}



/* unvisited link */
.hyper:link {
  color: #FF3503;
  text-decoration: none;
}

/* visited link */
.hyper:visited {
  color: #FF3503;
  text-decoration: none;
}

/* mouse over link */
.hyper:hover {
  color: white;
  /* text-decoration: underline; */
  background-color: #FF3503;
}

/* selected link */
.hyper:active {
  color: #FF3503;
  background-color: lightgoldenrodyellow;
  /*text-decoration: underline;*/
}


.button {
  background-color: #ffffff;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  /*margin: 4px 2px;*/
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 1px solid #000000;
}

.button1:hover {
  background-color: #000000;
  color: white;
}


/* base typography */

.unselectable-text {
  user-select: none; /* Standard syntax */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

/* header font line-height adjustment */
.p0 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  /*padding-top: 10px;*/
  padding-right: 20px;
  
}

.p1 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  /*padding-top: 10px;*/
  padding-right: 20px;
  
}

/* large title typography */
.p1-lg {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
}

/* bio timeline and event copy */
.p1-lg-body {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  /*padding-top: 10px;*/
  padding-right: 20px;
  
}

/* no longer being used anywhere???? */
.p2 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: gray;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0;
}

/* bio headline title typography */
.p2-lg {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

/* image subcaptions */
.p3 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  padding-top: 10px;
}

/* footer copy */
.p4 {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: black;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  padding-top: 10px;
  padding-right: 20px;
}


/* Archive Title Stroke Outline */
@supports (-webkit-text-stroke: 1px black) {
  .stroke-outline {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: normal;
    color: black;
    font-size: 200px;
    line-height: 18px;
    letter-spacing: 0;
    padding-top: 10px;
    padding-right: 20px;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
  }
  .title-lock{
    /* position: absolute; */
    position: sticky;
    left: 35%;
    top: 50%;
    z-index: -1;
  }

}


/*.pt1 {
  padding-top: 15px;
}

.pt2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt3 {
  padding-top: 15px;
}*/

.fadein {
    opacity:0;
}

.fadeonload {
   opacity:0;
}

.pad1{
  padding-bottom: 40px;
}

.pad1-col{
  padding-bottom: 40px;
}

.pad2{
  padding-bottom: 80px;
}

.pad3{
  padding-bottom: 110px;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* Set the aspect ratio (9:16 => 9 / 16 * 100 = 56.25%) */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-slide img {
  max-width: 100%;
  /*padding: 5px;*/
}



/* bootstrap .css */

.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;
  }
}


/* -- Hamburger Menu -- */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background-color: #18181A;
  overflow-x: hidden;
  transition: 0.4s;
  padding-top: 80px;
  text-align:left;
}

.sidenav a {
  padding: 0px 10px 10px 40px;
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.2px;
  text-align: left;
  text-decoration: none;
  /*transition: 0.8s;*/
}

.sidenav a:hover{
  color: #FF3503;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 48px;
  margin-top: 30px;
}

@media screen and (max-height: 450px) {
  .sidenav {  
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Hide hamburger icon by default for larger screens */
.hamburger-menu-icon {
    color: #18181A;
    font-size: 48px;
    cursor: pointer;
    display: none;
    text-align: right;
    padding-right: 8px;
}

/* -- start of mobile menu items -- */
.p-title-hamburger{
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  font-style: normal;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0;

  text-align: left;
  padding-left: 40px;

  position: fixed;
  bottom: 0;

}


/* Show hamburger icon only on screens smaller than 768px */
@media screen and (max-width: 768px) {
  .hamburger-menu-icon {
      display: block; /* or flex, inline-block, etc. */
  }

  /* Hide the regular navigation menu on smaller screens */
  .main-navigation-menu {
      display: none;
  }
  .video-loop {
      display: none;
  }
  .pad0{
    padding-top: 120px;
    padding-left: 20px;
    padding-bottom: 0px; 
  }

  .p0 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: normal;
    color: black;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    /*padding-top: 10px;*/
    padding-right: 20px;
    
  }

  .p1 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: normal;
    color: black;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    /*padding-top: 10px;*/
    padding-right: 20px;
    
  }
  .p3 {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 300;
    font-style: normal;
    color: black;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

}

@media screen and (min-width: 768px) {
    .sidenav { 
      display: none;
    }
}
