@font-face {
    font-family: "SchnyderS";
    src: url("../font/SchnyderS-Bold-Web.woff") format('woff');
}

* {
  user-select: none;
  -webkit-user-select: none;
  cursor: url(../img/m3-cursor-circ-black.png) 36 36, auto;
}

body {
  font-family: 'SchnyderS', Helvetica, Arial, sans-serif;
  text-align: center;
}

.fullscreen {
  text-align:center;
  position:fixed;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breathing {
  max-width: 70%;
  max-height: 70%;
}

.full_bleed {
  object-fit:cover;
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

#fade_onload {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s, visibility 1s;
}

#fade_onload.fade {
  opacity: 0;
  visibility: hidden;
}

#about {
  display: none;
}

#services {
  display: none;
}

#contact {
  color:white;
}


.honker {
  font-size: 36pt;
}

.extra-honker {
  font-size: 100vh;
}

.mid-honker {
  font-size: 24pt;
}

.left {
  position: fixed;
  top: 50%;
  left: 40px;
  /* bring your own prefixes */
  transform: translate(0, -50%);
}

.right {
  position: fixed;
  top: 50%;
  right:40px;
  /* bring your own prefixes */
  transform: translate(0, -50%);
}

.top-middle {
  position: fixed;
  top: 40px;
  left:50vw;
  transform: translate(-50%, 0);
}

.bottom-left {
  position: fixed;
  bottom: 40px;
  left:50px;
}

.bottom-right {
  position: fixed;
  bottom: 40px;
  right: 50px;
}

.overlay {
  color:white;
  background-color: black;
  background-color: rgba(0,0,0,0.7);
}

.cursor_circle {
  cursor: url(../img/m3-cursor-circ.png) 36 36, auto;
}

.cursor_x {
  cursor: url(../img/m3-cursor-x.png) 36 36, auto;
}

/* Card Backgrounds */

.bg1 {
  background-color: #ebe8e4;
}

.bg2 {
  background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);
}

.bg3 {
  background-color: black;
}


/* Next & previous buttons */
.prev,
.next {
  font-size: 50px;
  user-select: none;
  -webkit-user-select: none;
}

a {
  cursor: url(../img/m3-cursor-circ.png) 36 36, auto;
  text-decoration:none;
  color:black
}

a:visited {
  color: black;
}
