/* COLOR PALETTE!!!
#88EBD0 (bright minty)
#F0B056 (dark cheesy)
#696258 (light dark brown)
#DBB68F (light tan)
#6B95B0 (dull baby blue)
*/



@font-face {
    font-family: '1942';
    src: url('1942-webfont.eot');
    src: url('1942-webfont.eot?#iefix') format('embedded-opentype'),
         url('1942-webfont.woff2') format('woff2'),
         url('1942-webfont.woff') format('woff'),
         url('1942-webfont.ttf') format('truetype'),
         url('1942-webfont.svg#1942_report1942_report') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-webkit-scrollbar {
    width: 12px;
    }
::-webkit-scrollbar-track {
    background: #6B95B0;
    }
::-webkit-scrollbar-thumb {
    background: #DBB68F;
    }
::-webkit-scrollbar-thumb:hover {
    background: #696258;
    }
::-webkit-scrollbar-button {
    background: #696258;
    border: 2px solid #696258;
    }


a:link {
    color: #000;
    background-color: transparent;
    text-decoration: none;
    }
a:visited {
    color: #F09556;
    background-color: transparent;
    text-decoration: none;
    }
a:hover {
    color: #696258;
    background-color: transparent;
    text-decoration: underline;
    }
a:active {
    color: #6B95B0;
    background-color: transparent;
    text-decoration: underline;
    }

body {
    margin: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
    box-sizing: border-box;
    background: #6B95B0;
    background-image: url("");
    background-size: 100%;
    font-family: '1942';
    font-size: 18px;
    color: #000;
    justify-content: center;
    cursor: default;
    }
    
.button {
  background-color: #696258;
  border: none;
  border-radius: 25px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.image-container:hover {
  opacity: 0.6;
  }
    
.banner {
  overflow: hidden;
  height: 20vh;
  width: 100%;
  display: block;
  background-repeat: repeat-x;
  background-image: url("https://i.postimg.cc/MpJWD8pP/otter-banner.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  }
  
.container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1vw;
  color: #000;
  position: relative;
  } 
  
.left {
  background: rgba(252,209,111,0.7);
  background-image: url('');
  display: flex;
  font-size: 20px;
  color: #000;
  flex-direction: column;
  text-align: left;
  border-radius: 25px;
  }
  
.left-display {
  background: #ff0;
  background-image: url("https://earthjustice.org/wp-content/uploads/shutterstock_329008838.jpg");
  background-position: center;
  background-size: 15vw 10vh;
  width: 15vw;
  height: 10vh;
  margin-top: 1vw;
  margin-left: 1vw;
  padding-top: 0;
  border-radius: 25px;
}
   
.left-music {
  background: #6B95B0;
  width: 15vw;
  height: 15vh;
  margin-top: 1vw;
  margin-left: 1vw;
  border-radius: 25px;
  }
  
.left-nav {
  background: #ff0;
  background-image: url("https://i.pinimg.com/736x/3a/a7/aa/3aa7aa7d2d96b4b2d2ec0a9187841cb0.jpg");
  width: 15vw;
  height: 60vh;
  margin: 1vw;
  border-radius: 25px;
  color: #000;
  }
  
.middle {
  background: rgba(219, 182, 143, 0.7);
  background-image: url('');
  margin: 1vw;
  padding: 1vw;
  display: flex;
  font-size: 20px;
  color: #000;
  flex-direction: column;
  text-align: left;
  gap: 1vw;
  width: 40vw;
  position: relative;
  border-radius: 25px;
  }
  
.m-image {
  background-image: url("https://thumbs.dreamstime.com/b/cute-sea-otters-swimming-waving-338442814.jpg");
  background-position: center;
  height: 20vh;
  border-radius: 25px;
  position: relative;
  }
  
.site-name {
  position: absolute;
  bottom: 0;
  margin-left: 1vw;
  font-size: 28px;
  color: #fff;
  }

.main-content {
  background: #FCD16F;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Sea_otter_pair2.jpg/330px-Sea_otter_pair2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  margin: 1px;
  gap: 1vw;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 56vh;
  overflow-y: auto;
  border-radius: 25px;
  }
  
.footer {
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTnM8IjRLgeFgT66zCwHC9Dgj8pXcHrxXqXjg&s");
  padding: 0.2vw;
  font-size: 16px;
  color: #000;
  margin-top: auto;
  text-align: center;
  gap: 1vw;
  border-radius: 25px;
  }

.right {
  background: rgba(152, 121, 77,0.7);
  padding: 1vw;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 1vw;
  width: 20vw;
  border-radius: 25px;
  }
  
.right-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 25px;
  }

.pfp-img {
  background: #f00;
  height: 12vh;
  width: 12vh;
  border-radius: 25px;
  z-index: 100;
  }

.toggle {
  background: #6B95B0;
  height: 12vh;
  width: 12vw;
  margin-left: 1vw;
  z-index: 0;
  border-radius: 25px;
  }
  
.about {
  background: #00f;
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTChSQ7b3SY3AJktvlj-yOvGdkwed0V5m9sBw&s");
  height: 20vh;
  border-radius: 25px;
  }
  
.coolio {
  background: #0ff;
  background-image: url("https://i.pinimg.com/474x/1e/5a/8f/1e5a8f42ae939143cf2d3d43ac0444f7.jpg");
  height: 53vh;
  overflow-y: auto;
  border-radius: 25px;
  }
  
.headings {
  font-size: 22px;
  }
  
.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;  
  background-image: url("https://i.pinimg.com/originals/cf/40/0e/cf400ed10d2897cd18762def1d775a7f.gif");
  background-repeat: repeat;
  background-position: bottom !important;
  pointer-events: none;
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;pointer-events:none;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}
  
* {
  cursor: url(https://cdn.custom-cursor.com/db/cursor/32/cute_otter_cursor.png), default !important;
  cursor: url(https://cdn.custom-cursor.com/db/pointer/32/cute_otter_pointer.png), pointer !important;
}

#theme-toggle::before {
  content: "\f185";
  margin: 0 5px 0 5px;
}
  