html {
  background-color: #6CA89B;
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}

html:-webkit-scrollbar {
  display:none;
}

body {
  color: #C7FFF2;
  font-family: "Courier New", monospace;
  overflow: auto;
}

a {
  color: #C7FFF2;
  text-decoration: none;
}

.navbar {
  overflow:hidden;
  position: relative;
  height: 90%;
  width: 100%;
  top: 5%;
  background-color: #487168; 
  border-color: #FFC0AB;
  border-style: dashed;
  border-top-width: .2em;
  border-bottom-width: .2em;
  border-left-width: 0em;
  border-right-width: 0em;
  box-shadow: 0px 0px .4em #FFC0AB;
  font-size: 1.5em;
  animation: enter 1.5s ease-in-out;
} 

.cnavbar {
  overflow:hidden;
  position: fixed;
  height: 100%;
  width: 12%;
  top:0%;
  background-color: #6CA89B; 
} 

.linkbar {
  overflow:hidden;
  position: fixed;
  height: 90%;
  width: 10%;
  top: 5%;
  right: 5%;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #487168; 
  border-color: #FFC0AB;
  border-style: dashed;
  border-top-width: .2em;
  border-bottom-width: .2em;
  border-left-width: 0em;
  border-right-width: 0em;
  border-radius: .2em;
  box-shadow: 0px .4em .4em -.3em #FFC0AB, 0px -.4em .4em -.3em #FFC0AB;
  font-size: 1.5em;
  animation: enter 1.5s ease-in-out;
}

@keyframes enter {
  0%   {height: 12%;}
  20%  {height: 12%;}
  100% {height: 90%;}
}

.ccontainer {
  overflow-x:hidden;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
  height:100%;
  top:0%;
  width:60%;
  overflow-y:scroll;
  position:relative;
}

.ccontainer:-webkit-scrollbar {
  display: none;
}

.container:-webkit-scrollbar {
  display: none;
}

.container {
    -ms-overflow-style: none; 
  scrollbar-width: none; 
  overflow-y:hidden;
  overflow-x:scroll;
  position: relative;
  width: 100%;
  height:18em;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: #487168; 
  border-color: #FFC0AB;
  border-style: dashed;
  border-top-width: .2em;
  border-bottom-width: .2em;
  border-left-width: 0px;
  border-right-width: 0px;
  font-size: 1.5em;
  box-shadow: 0px 0px .4em #FFC0AB;
}

.tcontainer {
  font-family: arial;
  overflow:hidden;
  position: relative;
  width: 100%;
  height:18em;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: #487168; 
  background-image: url("Rainbow_Resort.png");
  border-color: #7976FF;
  border-style: dotted;
  border-top-width: .2em;
  border-bottom-width: .2em;
  border-left-width: 0px;
  border-right-width: 0px;
  border-radius: .2em;
  font-size: 1.5em;
  box-shadow: 0px 0px .4em #7976FF;
  color: #FFFFFF;
}

.scontainer {
    -ms-overflow-style: none; 
  scrollbar-width: none; 
  overflow-y:hidden;
  overflow-x:scroll;
  position: relative;
  width: 100%;
  height: 18em;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: #487168; 
  border-color: #000000;
  border-style: dashed;
  border-top-width: .2em;
  border-bottom-width: .2em;
  border-left-width: 0px;
  border-right-width: 0px;
  font-size: 1.5em;
  color: #000000;
  font-family: georgia;
  box-shadow: 0px 0px .4em #000000;
    background-image: url("https://sawtooth.neocities.org/checkerbackground.png");
    animation: background 4s linear infinite;
    margin: 0;
  }
  
@keyframes background {
 from{background-position-x: 0px; background-position-y: 0px;}
 to{background-position-x: -100px; background-position-y: 100px;}
}


.cctitle {
  overflow:hidden;
  position:fixed;
  width: 60%;
  height:20%;
  top:0%;
  right:20%;
}

.ctitle {
  overflow:hidden;
  position:relative;
  width: 100%;
  top:5%;
  background-color: #487168; 
  font-size: 24px;
  line-height: 125%;
  border-color: #FFC0AB;
  border-style: dashed;
  border-top-width: .2em;
  border-bottom-width: .2em;
  border-left-width: 0px;
  border-right-width: 0px;
  box-shadow: 0px 0em .4em #FFC0AB;
}

.header {
  width: 100%;
  height: 24%;
  top: 0%;
}

.title {
  font-size: 100%;
  line-height: 100%;
  font-weight: bold;
}

.line {
  border-color: #FFC0AB;
  border-style: dashed;
  border-width: 2px;
  border-radius: 5px;
  margin: -3px;
  box-shadow: 0 0 .4em #FFC0AB;
}

.tlink {
  line-height: 0em;
  color: #487168;
}

.tlink:hover {
  line-height:.2em;
  color: #C7FFF2;
  animation: grow .2s ease-in;
}

.link2 {
  background-color: #487168; 
  text-decoration: none;
  width: 25%;
  height: 100%;
  position: absolute;
  font-weight: 900;
  font-size: 50px;
}

.link2:hover {
  background-color: #705248; 
  color: rgb(255, 255, 255);
  font-weight: 900;
}
.cbox {
  width: 100%;
  height: 80%; 
  top: 20%;
}

.warning {
  position: fixed;
  right:20%;
  width:60%;
  height:110%;
  top:0;
  background-color: #487168; 
  font-size: 1.5em;
  box-shadow: 0px 0px .4em #FFC0AB;

}

.WarningLink {
  font-size: .65em;
  width:86%;
  background-color: #FFC0AB; 
  text-decoration: none;
  border-color: #FFC0AB;
  border-style: outset;
  border-width: .2em;
  border-radius: .2em;
  padding: 2%;
  color: #487168;
  font-family: "Courier New", monospace;
  margin-top:1.2em;
  line-height:1em;
}

.WarningLink:hover {
  width:88%;
  background-color:#C17F6A; 
  border-color: #FFC0AB;
  font-weight: bold;
  box-shadow: 0px .4em .4em -.2em #C7FFF2, 0px -.4em .4em -.2em #C7FFF2;
  animation: glow .2s ease-in;  
  color: #C7FFF2;
  font-family: "Courier New", monospace;
  cursor: pointer;
  margin-top:1em;
  line-height:1.2em;
}

@keyframes glow{
  
  from{
    box-shadow: 0 0 0 rgba(228,216,178,255);
    color: #487168;
    width:86%;
    margin-top:1.2em;
    line-height:1em;
  }
  
  to{
    box-shadow: 0px .4em .4em -.2em #C7FFF2, 0px -.4em .4em -.2em #C7FFF2;
    color: #C7FFF2;
    width:88%;
    margin-top:1em;
    line-height:1.2em;
  }
}

.WarningLink:active {
  border-style: inset;
  cursor: pointer;
}