/* Background */

body {
  background-image: url("/assets/images/corkboard.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* 3D Logo Header */

.headerlogo {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(0.7);
}

/* Birds of NJ Social Media Link */

.birdsofnj {
  position: absolute;
  top: -120px;
  right: -120px;
  transform: scale(0.15);
}

.birdsofnjtext {
  position: absolute;
  top: 12.5px;
  right: 5%;
  font-family: 'Inknut Antiqua';
  font-size: 1rem;
  background-color: rgba(255, 230, 192, 0.50);
  color: rgb(0, 0, 0)
}

/* Polaroid Photo Links */

.birdpolaroid {
  position: absolute;
  top: 20%;
  left: 20%;
  transform: scale(0.75);
}

/* Decorations */

.penguin{
  position: absolute;
  bottom: 1%;
  right: 0.75%;
  transform: scale(1);
}

/* Footer */

.footer {
  position: absolute;
  bottom: -10px;
  right: 4%;
  font-family: 'Inknut Antiqua';
  font-size: 1rem;
  background-color: rgba(255, 230, 192, 0.50);
  color: rgb(0, 0, 0)
  
}

/* Fonts */

  /* inknut-antiqua-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inknut Antiqua';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/inknut-antiqua-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
  /* rubik-burned-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik Burned';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-burned-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}