/* welcome to my personal hell of stolen code and tutorials -shutdown 2024 */

:root {
  --body-bg:#6F42A5;
  --nav-button-bg:#311a53;
  --content-bg:#5c86e6;
  --accent-dark-one:#00E5FF;
  --accent-dark-two:#2c3868;
  --accent-light-one:#C9B1CC;
  --accent-light-two:#b899e5;
  
}
html, body {
  margin:0;
  font-family:'TypeWrong';
  font-size:15px;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.8px gray;
}

strong {
  color:var(--accent-dark-one);
}
em {
  color:var(--accent-dark-two);
}
u {
  color:var(--accent-dark-one);
}
ol {
  color:#e4e4e4;
  -webkit-text-stroke: 3px black;
  padding: 0px;
  margin-top:7px;
}
a {
  color: #2200CC;
  font-weight:bold;
  paint-order: stroke fill;
  transition: all 0.1s ease 0s;
  
}
a:hover {
  color: #FF93D0;
}
.button {
  padding: 10px 10px;
  background: var(--nav-button-bg);
  text-decoration: none;
  color: black;
  outline: 1px double #473955;
  border: 2px solid var(--accent-light-one);
  border-radius: 10%;
}
.box {
  padding: 10px 10px;
  background: var(--nav-button-bg);
  text-decoration: none;
  color: black;
  outline: 1px double #333e61;
  border: 2px solid #91b9fb;
  border-radius: 10%;
}
.navbar {
  width:200px;
  flex:1;
  text-align: center
}
.nav li {
  background-color:var(--nav-button-bg);
  margin-bottom:2px;
  margin-left:-5px;
  text-align:center;
  display:inline-flex;
  padding:0;
  transition: all 0.1s ease 0s;
  outline: 2px double #333e61;
  border: 2px solid #6280b1;
  border-radius: 10%;
}
.nav li a {
  font-weight:bold;
  text-decoration:none;
  color:white;
  display:block;
  transition: all 0.1s ease 0s;
}
.button:hover {
  background-color:var(--accent-light-two);
}
.box:hover {
  background-color:var(--accent-light-two);
}
.nav li a:hover {
  color:var(--accent-dark-two);
}
.nav {
  margin:0;
  margin-top:5px;
  list-style-type:none;
  margin-bottom:10px;
  margin-right:36px
}
nav.ul {
  padding:none;
  margin:none;
  padding-bottom:10px;
}
body {
  background-color:var(--body-bg);
}
.container {
  max-width:700px;
}
.alignment {
  display:flex;
  justify-content:center;
  padding-top:13px;
}
.content-wrapper {
  max-width:900px;
  margin-left:0;
  margin-right:-20px;
  flex:1;
}
.content {
background: #9C5CE6;
background: linear-gradient(90deg,rgb(144, 85, 202) 0%, rgb(137, 112, 180) 100%);
outline: 5px double #bc91fb;
  box-shadow: -0.3em 0.5em black;
  display:flex;
  flex-wrap:wrap;
  margin-top:-3px;
  max-width:100%;
  order: 2;
}
.band {
  content: url(band.png);
  clip-path: xywh(0 10px 100% 75% round 0% 12%);
  border: 5px solid #91b9fb;
  border-radius: 10%;
  transform: translate(-10px);
  width: 45%;
  filter: hue-rotate(315deg) saturate(230%) url(#svgTint)
}
.footer-wrapper {
  max-width:500px;
  margin-left:19px;
  margin-right:0px;
  margin-top:25px;
  padding-bottom:25px;
  flex:1;
}
.footer {
background: repeating-linear-gradient(22deg, #7848b1 11px, #967fc9 40px, #7b499e 20px);
outline: 5px double #bc91fb;
  box-shadow: -0.3em 0.5em black;
  display:flex;
  flex-wrap:wrap;
  margin-top: 15px;
  max-width:100%;
  order: 2;
}
  #footer-text1 {
    transform: translate(-65px, 0px);
    font-size: 13pt
  }
  #footer-text2 {
    transform: translate(50px, -25px);
    font-size: 12pt;
    padding-right:100px;
  }
  #footer-text3 {
    transform: translate(193px,-50px); 
    font-family:'special_eliteregular'; 
    font-size: 10pt;
  }
  .icon {
    transform: translate(217px, 150px); 
    outline: 5px double #91b9fb;
    box-shadow: -0.3em 0.2em black;
    width: 65px;
    content: url(icon.png)
  }
.left-content {
  max-width:350px;
  margin-right:10px;
}
.padding p {
  padding-left:0px;
}
.right-content-wrapper {
  max-width:720px;
  margin-top:25px;
  margin-left:-1.2px;
  margin-right:-0.8px;
  flex:1;
}
.right-content {
  margin-top: -3px;
  padding-bottom: 5px;
  border: 3px double white;
  border-left:none;
  border-right:none;
  text-align: center;
  flex:1;
}
.header {
  margin-top: -155px;
  margin-left:20px;
  max-width:713px;
}
.header img {
  max-width:100%;
}
div {
  margin:0;
  padding-left:1px;
  padding-right:1px
}
h1 {
  background-color:var(--accent-light-one);
  color:white;
  -webkit-text-stroke: 3px black;
  font-family:'gabriele_black_ribbon_fgRg';
}
h2 {
  background-color:var(--accent-light-two);
  color:var(--accent-dark-two);
  font-family:'gabriele_dark_ribbon_fgRg';
}
h1, h2 {
  padding:3px;
}
h1, h2, h3, h4 {
  font-size:15px;
  margin-top:20px;
  margin-bottom:20px;

  paint-order: stroke fill;
}
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;
  border-bottom:2px dashed var(--nav-button-bg);
}

@media only screen and (max-width: 767px) {
  .content {
    box-shadow: -0.2em 0 .3em black;
    border-left:2px solid white;
    border-right:2px solid white;
    flex-direction:column;
    flex-wrap:wrap;
    align-content:center;
  }
  .content-wrapper {
    max-width:100%;
    margin-left:15px;
    margin-right:15px;
  }
  .right-content-wrapper {
    max-width:100%;
  }
  .right-content {
    display:block;
    width:100.0%;
    order:2;
    text-align: center;
  }
  .left-content-wrapper {
    max-width:100%;
  }
  .left-content {
    order:1;
    display:block;
    width:100%;
    text-align: center;
  }
  .header {
  margin-top: -84px;
  }
.band {
  display:none;
}
  .footer-wrapper {
  max-width:250px;
  }
  #footer-text1 {
    transform: translate(0px, -85px);
    font-size: 13pt
  }
  #footer-text2 {
    transform: translate(0px, -109px);
    font-size: 12pt;
    padding-right:0px;
  }
  #footer-text3 {
    transform: translate(0px, -132px); 
    font-size: 10pt;
  }
  .icon {
    transform: translate(85px, 232px);
    width:80px
  }
  .nav {
    margin-left: -48px;
    margin-right:0px
  }
  .nav li {
  margin-left:5px;
  }
}