
@font-face {
  font-family: 'F1.8';
  src: url('F1.8-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'title';
  src: url('title.otf') format('opentype');
}

@font-face {
  font-family: 'F5.6';
  src: url('F5.6-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'FA-1';
  src: url('FA-1-Regular.otf') format('opentype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  #container {
    height: 100vh;
  }

  #text-container {
    position: fixed;
    width: 120%;
    height: 120vh;
    background: #000000;
    z-index: 4;
    background-color: #000000;
  }
  
  #blackBox{
    background-color: #000000;
    max-width: 100%;
  }

  .link{
    display:table-cell;
    color: black;
    margin-left: 40px;
    text-decoration: none;
    font-family: 'F1.8';
    font-weight: bolder;
    background-image: linear-gradient(
      to right,
      #ffffff,
      #ffffff 50%,
      #000000 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    transition: all 0.1s ease-in-out;
  }

  .link2{
    display:table-cell;
    color: rgb(255, 255, 255);
    margin-left: 40px;
    text-decoration: none;
    font-family: 'F1.8';
    font-weight: bolder;
    background-image: linear-gradient(
      to right,
      #000000,
      #000000 50%,
      #ffffff 50%
    );
    background-size: 200% 100%;
    background-position: 100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    transition: all 0.1s ease-in-out;
  }



  #links{
    position: fixed;
    top: 17px;
    left: -2vh;
    z-index: 2;
    font-weight: lighter;
  }

  #links2{
    position: fixed;
    top: 17px;
    left: -2vh;
    z-index: 1;
    font-weight: lighter;
  }


  .link2::before {
    background: hsl(0, 0%, 100%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.1s ease-in-out;
    z-index: -1;
  }
  

  .halfScreen{
    width: 48vw;
  }

#bearImage1{
  width: 50vw;
  height: auto;
}

  .link::before {
    background: hsl(0, 0%, 0%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.1s ease-in-out;
    z-index: -1;
  }

  a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  
  a:hover {
   background-position: 0;
  }
  
  a:hover::before{
    width: 100%;
  }

  

  #bearTable{
    background-color: #000000;
    border-color: #000000;
  }

.loading{
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -50px;
  color: #ffffff;
  font-family: 'F1.8';
  font-size: larger;
}

.titleText{
  font-family: 'Special Elite', cursive;
  font-size: 600%;
  text-align: center;
  font-weight: bold;
  z-index: 3;
}

.titleContainer{
  padding-top: 50vh;
  margin-top: -60px;
  z-index: 3;
  text-align: center;
  transform: translate(0%, 0%);
  
}



.letter{
  font-family: 'title';
  margin-left: -5px;
  font-size: 350%;
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  height: 60px;
}

.line1{
  top: 40%;
}



@keyframes letter {
  16.65% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-4px);
  }
  33.3% {
    -webkit-transform: translateY(6px);
    transform: translateY(3px);
  }
  49.95% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-2px);
  }
  66.6% {
    -webkit-transform: translateY(2px);
    transform: translateY(1px);
  }
  83.25% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-0.5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.letter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.letter:hover,
.letter:focus,
.letter:active {
  -webkit-animation-name: letter;
  animation-name: letter;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.byMe{
  position: fixed;
  bottom: 2%;
  font-family: 'Special Elite', cursive;
  left: 50%;
  margin-left:-42px;
  font-size: smaller;
  color: #000000;
  letter-spacing: 5px;
  z-index: -3;
}

.typewriter{
  position: fixed;
  bottom: 2%;
  left: 50%;
  width: 162px;
  margin-left:-42px;
  height: 20px;
  background-color: #ffffff;
  outline: 1px solid rgb(255, 255, 255);
  z-index: -2;
}

.typewriter {
  animation: m1 3s steps(14, start) 1s 1 forwards;
}

@keyframes m1 {
  to {
    transform: translateX(167px);
  }
}

.photos1{
  display: inline-block;
  width: 100%;
  height: fit-content;
  background-color: #000000;
  margin-top: 60px;
}

.link:hover{
  color: #ffffff;
}

.link2:hover{
  color: #000000;
}

#navbar{
  display:table;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  height: 120px;
  z-index: 0;
}

#bearImage{
  width: 50vw;
  margin: auto;
  max-width:100%;
  height: 100%;
}


#bearImage2{
  height: 100%;
  width: 100%;
  margin: auto;
  max-width:100%;
  max-height: 80vw;
  overflow: clip;
}

#horizontalImage{
  width: 210vh;
  height: auto;
  display: block;
  margin: auto;
  max-width:100%
}

.leftPane {
  float:left;
  width:25%;
  height:110vh;
  max-height: 80vw;
}
.midPane{
  float:left;
  width:50%;
  height:110vh;
  display: flex;
  justify-content: center;
  max-height: 80vw;
}

#midPane1{
  float:left;
  width:100%;
  height:110vh;
  display: flex;
  justify-content: center;
  max-height: 80vw;
}
.rightPane{
  float:right;
  width:25%;
  height:110vh;
  position:relative;  
  max-height: 80vw;
  z-index: -1;
}

#container{
max-width: 100vw;
}


#leftText{
  color: #ffffff;
  font-family: 'Special Elite', cursive;
  margin-top: 20vh;
  opacity: 0;
  font-size: 2.8vw;
  margin-left: 4vw;
  max-width: 50%;
}

#rightText{
  color: #ffffff;
  font-family: 'Special Elite', cursive;
  opacity: 0;
  font-size: 2.8vw;
  margin-left: 4vw;
  max-width: 50%;
}




.left1{
  background-color: rgb(0, 0, 0);
  float: left;
  height:130vh;
  width: 50%;
  display: grid;
  justify-content: center;
}

.left{
  background-color: rgb(255, 255, 255);
  float: left;
  height:130vh;
  width: 50%;
  display: flex;
  justify-content: center;
  max-height: 80vw;
  max-width: 50vw;
}
.right{
  background-color: rgb(255, 255, 255);
  float: left;
  height:130vh;
  width: 50%;
  display: flex;
  justify-content: center;
  max-height: 80vw;
  max-width: 50vw;
}
#fitContent{
  height: fit-content;
  width: 100%;
  background-color: #000000;
}

.right1{
  background-color: rgb(0, 0, 0);
  float: left;
  height:130vh;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 80vw;
}



.photos3{
  margin-top: -1vh;
  width: 100%;
  height: fit-content;
  display: inline-block;
}

#small{
  width: 6.5%;
  background-color: #ffffff;
}

#big{
  width: 87%;
  background-color: #ffffff;
}

#big1{
  width: 87%;
  z-index: 3;
}


.topMargin{
  margin-top: 40%;
}

.leopard{
  opacity: 0;
  width: auto;
  max-height: 40vw;
  width: auto;
}

#footer{
  height: 40px;
  width: 100%;
  background-color: #000000;
}

#footerText{
  color: #000000;
  font-family: 'Special Elite', cursive;
  text-align: center;
  line-height: 50px;
  opacity: 0;
}

#copyright{
  background-color: #ffffff;
  height: 5vh;
}

#white{
  background-color: #ffffff;
}

table {
  width: 100%;
}

td {
  width: 50%;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}