@font-face {
  font-family: "Raleway";
  src: local("Raleway"), url("fonts/Raleway-v4020-Regular.otf") format("opentype");
}
body.holtzman {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  /* increase contact form font-size */
}
body.holtzman h1 {
  font-size: 3.2rem;
  color: #E7FFEF;
}
body.holtzman h1 em {
  font-size: 3.1rem;
  font-weight: lighter;
  padding-left: 1rem;
}
body.holtzman h2 {
  font-size: 3rem;
}
body.holtzman h1, body.holtzman h2 {
  font-weight: bold;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0;
}
body.holtzman header {
  position: fixed;
  background-image: url("../img/Earth1-home-pg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: black;
  background-size: 50%;
  width: 100vw;
}
body.holtzman header .logo-arrow {
  position: relative;
  float: left;
  height: 6.5rem;
  margin: 0.5rem;
  /* margin: 0.5rem 0.5rem 0.5rem 0.5rem; */
}
body.holtzman a {
  color: #00A53D;
}
body.holtzman .contact .h-card {
  font-size: 2rem;
}
body.holtzman .tab-content {
  padding: 15vh 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: scroll;
}
body.holtzman video {
  display: block;
  width: 320px;
  height: 240px;
}

/******* Tab Content Backgrounds ***********/
/* override home tab nav background gradient */
body.holtzman.index {
  background: #000;
}
body.default main .tab-content {
  padding-left: 3rem;
}

img {
  max-width: 66vw;
}

img.lightbox3-image {
  max-width: 100vw;
}

/* Larger than tablet */
@media (min-width: 777px) {
  body.holtzman.index main .tab-content {
    padding: 12vh 0;
  }
  body.holtzman main .tab-content {
    padding: 18vh 5rem;
    /* padding: 15vh 5rem; */
  }
  body.holtzman main .tab-content img {
    max-width: 33vw;
  }
  body.holtzman main .tab-content img.lightbox3-image {
    max-width: 100vw;
  }
  body.holtzman main .tab-content video {
    width: 640px;
    height: 480px;
  }
}
ul.tab-nav li a.button,
ul.tab-nav li input[type=button] {
  height: 1.6em;
  padding: 0em 0.5em;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0.33rem;
}

/** Footer **/
footer {
  text-align: center;
  margin-bottom: 10%;
}

/* tabs.scss */
/* sassy skeleton tabs */
.nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 777;
}

ul.tab-nav {
  position: fixed;
  z-index: 777;
  right: 0;
  margin-top: 5rem;
  background: #E7FFEF;
  opacity: 0.9;
  border-radius: 2%;
  top: -100%;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  transform: scaleY(0);
  min-height: 10vh;
}

/*
@media (min-width: 777px) {
    ul.tab-nav {
      min-height: 20vh;
    }
} */
ul.tab-nav li a.button {
  color: darkgreen;
}

ul.tab-nav li a.button:hover {
  color: lightgreen;
}

#toggle {
  display: none;
}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 1rem;
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  /* transform: rotate(45deg); */
}

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -0.7rem;
}

/**/
.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-toggle:checked ~ ul.tab-nav {
  visibility: visible;
  display: block;
  top: 0;
  transform: scaleY(1);
}
.nav-toggle:checked ~ ul.tab-nav li {
  list-style-type: none;
  margin-bottom: 0.1rem;
}
.nav-toggle:checked ~ ul.tab-nav li a.button {
  display: inline-block;
  text-align: right;
  width: 95vw;
  margin-bottom: 0.1rem;
}

/* Click overlay to close, by associating it to the checkbox */
/*.overlay{ pointer-events: none; }*/
.nav-toggle:checked ~ .overlay {
  pointer-events: auto;
}

body .hamburger {
  visibility: visible;
  display: block;
  border: 1px solid #E7FFEF;
  background-color: black;
  border-radius: 12.5%;
  margin: 0.75rem;
  cursor: pointer;
}

body .hamburger div {
  width: 2rem;
  height: 0.3rem;
  background-color: #E7FFEF;
  margin: 0.4rem;
  border-radius: 12.5%;
}

/* Larger than tablet */
@media (min-width: 777px) {
  body .hamburger {
    visibility: hidden;
    display: none;
  }
  .nav-wrapper {
    left: 0;
  }
  ul.tab-nav {
    display: inline-block;
    top: 0;
    left: 0;
    transform: scaleY(1);
    list-style: none;
    background: transparent;
    padding-left: 3rem;
    margin-bottom: 0;
  }
  ul.tab-nav li {
    display: inline;
    /* a.button:hover {
  color: whitesmoke;
} */
  }
  ul.tab-nav li a.active.button {
    border-bottom: 0.175rem solid #E7FFEF;
  }
  ul.tab-nav li a.button {
    color: #E7FFEF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0px;
    border-bottom: none;
  }
}
/* carousel */
body.index .carousel ul {
  /* height: 75vw;
width: 100vw; */
  max-width: 100vw;
  background-size: 50%;
  background-position-x: right;
  background-position-y: -12vh;
  background-repeat: no-repeat;
}
body.index .carousel ul li {
  max-width: 44vw;
}

/*
@media (min-width: 777px) {
  body.index .carousel ul {
    background-position-y: -20vh;
  }
}
*/
.carousel ul {
  /* overflow-y: scroll; */
  /* scroll-snap-type: y proximity; */
  /* scroll-marker-group: after; */
  /* -webkit-overflow-scrolling: touch; */
}

/* list items */
.carousel li {
  max-width: 66vw;
  list-style-type: none;
  color: #E7FFEF;
  padding: 10rem;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.carousel li ul li {
  padding: 2rem;
  max-width: 50vw;
  font-size: 80%;
  font-weight: lighter;
  list-style-type: circle;
}
