@import url("https://use.typekit.net/ctn3rou.css");

body {
  font-family: 'Courier New', monospace;
  background: url(../images/websitebackground.jpg) no-repeat fixed;
  background-size: cover;
  color: #fff;
  font-size: 1.3rem;
  background-color: #333;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.h1, h1 {
  font-size: 3rem;
}

.h2, h2 {
  font-size: 2rem;
}

a {
  font-weight: bold;
  color: #c467c8;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}

a:hover, a:active, ul.menu a.is-active {
  text-decoration: underline;
  transition: all 300ms ease-in-out;
  color: #36e24e;
}

button, input, optgroup, select, textarea {
  color: #000;
}

.btn-primary {
  color: #333;
  background-color: #36e24e;
  border-color: #36e24e;
}

.btn-primary:hover {
  color: #333;
  background-color: #f976c2;
  border-color: #f976c2;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #333;
    background-color: #f976c2;
    border-color: #f976c2;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}

.btn {
  font-weight: bold;
  font-size: 1.3rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul.menu {
	margin-left: 0;
	margin: 0 auto;
	max-width: 475px;
  margin-bottom: 20px;
}

.region-navigation nav li {
	text-align: center;
	font-family: flood-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  padding: 0.7rem;
  width: 100%;
}

.region-navigation nav li a {
	color: #333;
  white-space: nowrap;
}

.menu .menu-item {
  background: url(../images/about-us.png) no-repeat center center;
  background-size: contain;
}

.menu .menu-item-1 {
	background: url(../images/portfolio.png) no-repeat center center;
  background-size: contain;
  margin-bottom: -6px;
}

.menu .menu-item-2 {
	background: url(../images/employee-picks.png) no-repeat center center;
  background-size: contain;
  margin-left: 20px;
  margin-bottom: -3px;
}

.menu .menu-item-3 {
  background: url(../images/portfolio.png) no-repeat center center;
  background-size: contain;
  margin-bottom: -3px;
  margin-left: -20px;
}

.menu .menu-item-4 {
  margin-left: 8px;
}

.menu .menu-item-2 a {
  margin-left: 65px;
}

@media only screen and (max-width: 475px) {
  .menu .menu-item-1, .menu .menu-item-2 {
    margin: 0;
  }
  ul.menu {
    max-width: 100%;
  }
  .region-navigation nav li {
    font-size: 1.7rem;
    padding: 0.4rem;
  }
  .menu .menu-item-2 a {
    margin-left: 45px;
  }
  body {
    background: url(../images/websitebackground.jpg) repeat fixed;
    background-size: auto;
  }
}

@media only screen and (max-width: 767px) {
  #block-cooltheme-page-title {
    text-align: center;
  }
}

.site-logo {
  margin-top: 20px;
  display: block;
}

.site-logo img {
	width: 130px;
	margin-bottom: 30px;
}

.path-employee-picks .main-logo,
.wedge-logo {
	display: none;
}

.path-employee-picks .wedge-logo {
	display: block;
}

.node__submitted {
  font-size: 1rem;
}

footer {
	font-size: 1.5rem;
}

/** Word rotator **/
.words-list {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 65px;
}

ul.changing-words-list {
  position: relative;
  margin: 0;
  padding: 0;
}

li.one,
li.two,
li.three,
li.four,
li.five,
li.six,
li.seven,
li.single-word {
  list-style: none;
  margin: 0;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

/* Text color */
.one,
.two,
.three,
.four,
.five,
.six,
.seven {
  color: #f976c2;
}

/* Animation */
.one,
.two,
.three,
.four,
.five,
.six,
.seven {
  opacity: 0;
  -webkit-animation: fade 21s infinite linear;
  -moz-animation: fade 21s infinite linear;
  animation: fade 21s infinite linear;
}

.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.two {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

.three {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.four {
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  animation-delay: 9s;
}

.five {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.six {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  animation-delay: 15s;
}

.seven {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Enter Landing Page*/
.enter {
    position: absolute;
    top: 50%;
    transform: scale3d(1.5, 1.5, 1.5);
    width: 100%;
}

/*rentals page*/
/*.cover {
  position: relative;
}

.cover:hover .front {
    visibility: hidden;
}

.front {
  position: relative;
  z-index: 1;
}

.back {
  transition: transform .2s;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 100;
}

.cover:hover .back {
    visibility: visible;
    transform:scale(1.2);
}*/

.cover {

}

.cover-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.cover img {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.cover:hover .cover-inner {
  transform: rotateY(180deg) scale(1.2);
  position: relative;
  z-index: 10000;
}

.back, .front {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.back {
  position: absolute;
  top: 0;
  transform: rotateY(180deg);
  z-index: 1000;
}

.front {
  z-index: 1;
}

/*Zine page*/
/*html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}*/

.zine {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
}
.thumbs > a {
  max-width: 150px;
  height: auto;
  margin: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.thumbs > a img {
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  filter: grayscale(50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.thumbs > a:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.lightbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lightbox:has(div:target) {
  transform: translateY(0%);
  opacity: 1;
}
.lightbox a.nav {
  text-decoration: none;
  color: white;
  font-size: 40px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  font-weight: 200;
}
.lightbox a.nav:hover {
  opacity: 1;
}
.lightbox .target {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: space-between;
}
.lightbox .target *:first-child,
.lightbox .target *:last-child {
  flex: 0 0 100px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .lightbox .target *:first-child,
.lightbox .target *:last-child {
    flex: 0 0 50px;
  }
}
.lightbox .target .content {
  transform: scale(0.9);
  opacity: 0;
  flex: 1 1 auto;
  align-self: center;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.lightbox .target .content img {
  min-height: 100%;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  display: block;
  margin: 0 auto;
}
.lightbox .target:target {
  transform: scale(1);
}
.lightbox .target:target .content {
  transform: scale(1);
  opacity: 1;
}
.lightbox .close {
  position: absolute;
  right: 50px;
  top: 50px;
}