*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
  color: black;
  font-family: Verdana;
  position: relative;
  cursor: url("/resources/cursor.png"), auto;
}

body.home{
  background: url(/resources/background-view.jpg) #6b664f;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

a{
  cursor: url("/resources/cursor-click.png"), auto;
}

h3, h2{
  margin-bottom: 5px;
}

.CT{
  text-align: center;
}


dialog.DisplayWarning{
  z-index: 99;
  position: fixed;
  margin: auto;
  margin-top: 50px;
  padding: 20px;
}


@media (min-width: 1100px) {
  dialog.DisplayWarning{
    display: none;
  }
}

/*Nav and Footer*/

nav{
    z-index: 88;
    background: #252526;
    position: fixed;
    display: inline-block;
    font-weight: bold;
    border: 3px inset 0 0 0 1px rgba(0,0,0,.6), inset 0 0 0 2px hsla(0,0%,93.3%,.4666666667);
    min-height: 80px;
    vertical-align: middle;
    color: steelblue;
    padding-left: 10px;
    padding-right: 5px;
    border-bottom-right-radius: 4px;
}

nav h1{
  padding-bottom: 5px;
}

nav ul{
    border: outset 3px gray;
    background-color: steelblue;
    display: inline-block;
    padding-right: 7px;
    margin-top: 18px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

nav ul li{
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

nav ul li h1{
  margin-left: 7px;
  color: white;
  padding-bottom: 0;
}

nav ul li a{
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 7px;
    transition: 0.04s;
}

nav ul li a:hover{
  transition: 0.2s;
  text-shadow: 0 0 5px #c4023366, 0 0 5px #c4023366, 0 0 5px #c4023366, 0 0 5px #c4023366;
}

nav ul li a:active{
  
}

@media (max-width: 600px) {
    nav ul li{
        margin: 5px;
    }

    nav ul{
        margin-top: 20px;
    }
}


ul.list li{
    margin-left: 2px;
    list-style: circle;
    list-style-position: inside;
    margin-top: 4px;
    margin-bottom: 4px;
}

li.list {
    margin-left: 2px;
    list-style: circle;
    list-style-position: inside;
    margin-top: 4px;
    margin-bottom: 4px;
}

main{
  min-height: 100vh;
  padding: 20px;
  padding-top: 100px;
}

main.home{
  background: linear-gradient(180deg,hsla(0,0%,100%,.2),rgba(0,0,0,.2),hsla(0,0%,100%,.1333333333)),radial-gradient(circle at 150% 100%,transparent 65% 70%,hsla(0,0%,100%,.2) 75%);
  background-color: #4682B440;
  border: solid gray 1px;
  padding-top: 110px;
  max-width: 600px;
}

header.mainHome{
  border-radius: 2px;
  color: white;
  background: #696969b3;
  padding: 3px;
  font-size: large;
  box-shadow: 0px 0px 60px #696969cc;
}


h2.marquee{
  color: GhostWhite;
  background-color: darkslategray;
  border: inset gray;
  border-top: outset gray;
  border-right: outset gray;
  padding-top: 1px;
  text-shadow: 2px 0 0 white, 0 -2px 0 white, 0 2px 0 white, -2px 0 0 white 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  box-shadow: inset 0 0 10px black;
  margin: 0px;
  font-size: 1.1em;
}

h2.marquee a{
  color: lightblue;
}

.backGC{
    color: #fffcf4;
    text-shadow: 2px 0 0 black, 0px -2px 0 black, 0 2px 0 black, -2px 0 0 black, 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;
}
.backGCwhite{
    color: black;
    text-shadow: 2px 0 0 white, 0 -2px 0 white, 0 2px 0 white, -2px 0 0 white, 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}

.Bblur{
  backdrop-filter: blur(4px);
  display: inline-block;
  margin: -5px;
  padding: 5px;
  border-radius:4px;
}

.aero{
  backdrop-filter: blur(4px);
  display: inline-block;
  margin: -5px;
  padding: 5px;
  border-radius:4px;
  background: linear-gradient(180deg,hsla(0,0%,100%,.2),rgba(0,0,0,.2),hsla(0,0%,100%,.1333333333)),radial-gradient(circle at 150% 100%,transparent 65% 70%,hsla(0,0%,100%,.2) 75%);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.6), inset 0 0 0 2px hsla(0,0%,93.3%,.4666666667);
}

section.links a{
  display: inline-block;
  backdrop-filter: blur(4px);
  margin-left: 10px;
  border-radius: 4px;
  padding: 4px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.6), inset 0 0 0 2px hsla(0,0%,93.3%,.4666666667);
}

main.space{
  color: white;
  background: url(/resources/background-90s-web.gif) #0d0310 center;
  font-weight: bold;
}

main.space a{
  color: steelblue;
}

main.waterfall{
  background: url(/resources/waterfall.gif) no-repeat #6b664f center;
  background-size: cover;
  padding: 20px;
  padding-top: 100px;
  min-height: 300vh;
  font-weight: bold;
}

main.weird-creatures{
  color: white;
  background: url(/resources/smurfcat.jpg) no-repeat #6b664f center;
  background-size: cover;
  font-weight: bold;
  text-shadow: 2px 0 0 black, 0px -2px 0 black, 0 2px 0 black, -2px 0 0 black, 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black;

}

aside.gifs{
  position: absolute;
  top: 80px;
  right: 20px;
  border: 2px outset gray;
  width: 100%;
  max-width: 420px;
  padding: 10px;
  backdrop-filter: blur(3px);
}

aside.gifs img{
  max-width: 100%;
}

div.right{
  position: absolute;
  top: 0;
  right: 0;
}


div.space{
  background: url(/resources/background-90s-web.gif) #6b664f center;
  text-align: center;
  padding: 0px;
  padding-inline: 0px;
  padding-bottom: 150px;
  width: 557px;
  font-size: x-large;
  border-left: 3px outset gray;
  border-bottom: 3px outset gray;
  margin-bottom: 50px;
}

div.space a{
  color: DarkViolet;
}

a.waterfall{
  background: url(/resources/waterfall.gif) #6b664f center !important;
  background-size: cover;
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: x-large;
  color: darkviolet;
  font-weight: bold;
  margin-left: -20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

a.waterfall span{
  backdrop-filter: blur(4px);
  display: inline-block;
  padding: 5px;
  border-radius:4px;
  margin-top: 400px;
}

a.Smurf-cat{
  width: 84px;
  text-align: center;
  display: inline-block;
  background-color:rgba(140, 163, 98);
  padding: 2px !important;
}

a.webdev{
  text-align: center;
  display: inline-block;
  font-size: x-large;
  background-color:rgba(220, 220, 220,0.6) !important;
}

section.pins{
  background: url(/resources/background-90s-web.gif);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  max-width: 552px;
  padding: 5px;
  border: inset gray 3px;
  margin-top: 10px;
  color: white;
  margin-right: 5px;
}

section.pins a{
  color: DarkViolet;
}

img.pins{
    width: 132px;
    margin: 1px;
}

ul.pins{
    display: flex;
    flex-wrap: wrap;
    max-width: 60vw;
}


section.webring{
  padding: 3px;
  border: solid 4px black;
  background-color: #3e373fd4;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  backdrop-filter: blur(8px);
  width: fit-content;
  
}

section.webring h3{
  margin: 2px;
  color: #259645;
}

section.webring img{
  max-width: 150px;
  border-radius: 30px;
}

a:active{
  color: red !important;
  font-weight: bold;
}

/* webdev */

iframe.webdev{
  height: 350px;
  background-color: lightgray;
}

