/* You can either copy the below and paste it between style tags on your HTML page, OR you can copy this to a file and name it .css and link it from your HTML page. */

:root {
background-image: url('/images/stars%2010.gif');
  --nav-button-bg:#19d4ff; /* darker green */
  --content-bg: /* lighter green */
  --accent-dark-one:#ff239a; /* bold pink */
  --accent-dark-two:#84405c; /* bold blue */
  --accent-light-one:#A3B0DD; /* light blue */
  --accent-light-two:#F9B3CF; /* light pink */
  
}

html, body {
  margin:0;
  font-family: Georgia, serif;
  font-size:10px;
}

strong {
  color:#19d4ff;
  font-size: 16px;
}
em {
  color:var(--accent-dark-two);
}
u {
  color:var(--accent-dark-one);
}
a {
  color:#19d4ff;
  font-size: 16px;
}
.nav li {
 background-image: url(https://cryingcrypt.neocities.org/images/purpdimond.gif);
    background-size: 25%;
    padding: 10px;
    margin: 5px;
    border: 4px solid #00000075;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.nav li a {
  font-weight:bold;
  text-decoration:none;
  color:#76e5ff;
}
.nav {
  padding-left:0;
  margin:0;
  margin-top:5px;
  list-style-type:none;
  margin-bottom:10px;
  
}
nav.ul {
  padding:none;
  margin:none;
  padding-bottom:10px;
}
body {
  background-color:var(--body-bg);
}
.container {
  max-width:1200px;
}
.alignment {
  display:flex;
  justify-content:center;
}
.content-wrapper {
  max-width:1200px;
  margin-left:55px;
  margin-right:0px;
}
.content {
  background-color:var(--content-bg);
  border:0px solid white;
  border-top:auto;
  border-bottom:auto;
  display:flex;
  flex-wrap:wrap;
  margin-top:-3px;
  max-width:100%;
}
.home {
  text-align:center;
  font-size:20px;
}

.footer {
  width:100%;
  text-align:center;
  z-index:99;
  position:absolute;
  bottom:-150px;
  left:0;
  color:var(--accent-dark-one);
}
.small-box {
  width: 300px;
  height: 80px;
  border: 3px solid #41c0ff;
  border-radius:50%;
  background-image:url(https://cryingcrypt.neocities.org/images/stars.gif);
  background-size:25%;
  margin-inline: 180px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.small-box2 {
    width: 145px;
    height: 60px;
    border: 2px solid #41c0ff;
    border-radius: 50%;
    background-image: url(https://cryingcrypt.neocities.org/images/stars.gif);
    background-size: 39%;
      display:flex;
  flex-wrap:wrap;
    justify-content: center;
    margin-inline: 70px;
    margin-bottom:10px;
}

.left-content {
  max-width:600px;
  margin-right:10px;
}
.padding p {
  padding-left:10px;
}
.right-content {
  width:380px;
  flex:2;
}
.subtitle {
  width:600px;
  height:auto;
  flex:2;
}

.square {
  color:#19d4ff;
  width:300px;
  font-weight:bold;
  height:auto;
  flex:2;
    display:flex;
  flex-wrap:wrap;
  justify-content: center;
  font-size: 20px;
  text-align:center
  
}
.header {
  margin:0 auto;
  max-width:713px;
}
footer-img {
  max-width:700px;

}
.header img {
  max-width:50%;
  margin: 1px;
}
.fin img {
    position: sticky;
    margin-inline: 180px;
    margin-bottom: -84px;
}

.mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none
}
div {
  margin:0;
  padding:0;
}
h1 {
  color:white;
  width: fit-content;
}
h2 {
  background-color:var(--accent-light-two);
  color:var(--accent-dark-two);
}
h1, h2 {
  padding:3px;
}
h1, h2, h3, h4 {
  font-size:20px;
  margin-top:20px;
  margin-bottom:20px;
}
h3 {
  border-bottom:3px solid white;
}
h4 {
  border-bottom:3px solid var(--nav-button-bg);
}
.subtitle {
  font-weight:bold;
  color:var(--accent-dark-one);
  font-size:14px;
;
}

@media only screen and (min-width:320px) and (max-width:768px){  
  
  .allignment{  
         visibility: hidden;
        max-width: 100%;
        display: flex;
        justify-content: center;
        justify-items: start;
        flex-wrap: wrap;
        align-content: center;
  }
  
.mobile {
        visibility: visible;
        text-align: center;
        margin: 10%;
        padding: 10%;
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    float: none
}
    .container {
         visibility: hidden;
        max-width: 100%;
        display: flex;
        justify-content: center;
        justify-items: start;
        flex-wrap: wrap;
        align-content: center;
    }
  .content {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .content-wrapper {
           max-width: 100%;
        margin-left: 7.85%;
        margin-right: 6%;
        flex: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
  }
  .right-content {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .left-content {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .square {
         visibility: hidden;
        max-width: 100%;
        display: flex;
        justify-content: center;
        justify-items: start;
        flex-wrap: wrap;
        align-content: center;
    }
.fin img {
   visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
}
}
  .subtitle-content {
    order:2;
    display:block;
    width:100%;;
  }
  .footer {
    bottom:-350px;
    padding-bottom:50px;
  }