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

/* FONTS */
@font-face {
    font-family: edosz;
    src: url('./fonts/edosz.ttf');
}

@font-face {
    font-family: jost-book;
    src: url('./fonts/jost.book.ttf');
}

@font-face {
    font-family: early-gameboy;
    src: url('./fonts/Early\ GameBoy.ttf');
}

@font-face {
    font-family: ferrum;
    src: url('./fonts/ferrum.otf');
}

@font-face {
    font-family: fink;
    src: url('./fonts/FinkHeavy\ Regular.ttf');
}

/* SIDEBAR */
.sidebar {
  width: 100px;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.8);
  font-family: jost-book;
  position: fixed; 
  top: 0;
  left: 0;
  padding-top: 2rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  margin: 1rem 0;
}

.sidebar a {
  color: white;
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: block;
}

.sidebar a:hover {
  background-color: #444;
}

/* WELCOME */

.welcome {
  padding: 35px 0;
  display: flex;
  justify-content: center; 
  width: 100%; 
}

.invert {
    filter: invert(1);
    height: auto;
    width: 75%;
}

/* BODY ELEMENTS */
body {
    background-color: black;
    background-image: url('./images/backgrounds/starrysky.gif');
    position: relative;
}

p {
    font-family: jost-book;
    font-size: 14pt;
    color: white;
    line-height: 150%;
    padding: 5px 25px;
}

h1 {
    font-family: sans-serif;
    color: rgba(196, 211, 224, 1); 
    padding: 20px 15px;
    margin: 0;
}

.main-content {
  padding: 35px 0;
  display: flex;
  justify-content: center; 
  width: 100%; 
}

.page-content {
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.container {
    /* width: 65%; */
    border: 2px solid goldenrod;
    margin: 0 auto;
    padding: 1% 4%;
    background-color: rgba(0, 0, 0, 0.6);
}

a {
  color: #ab211f; 
  text-decoration: none; 
  transition: color 0.2s ease;
}

a:hover {
  color: #ffcc00; 
  text-decoration: underline;
}

/* HOME */

.container-home {
    max-width: 700px;
    border: 2px solid silver;
    margin: 0 auto;
    padding: 3% 2.5%;
    background-color: rgba(0, 0, 0, 0.6);
}

.home-edosz {
    font-family: edosz;
    /* color: #ab211f; */
    color: #fff;
}

.center {
    text-align: center;
}

.press-start {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-family: early-gameboy;
  font-size: 1rem;
  color: lime;
  /* background: transparent; */
  border: 2px solid #eee; /* thick pixelated look */
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-shadow:
    0 0 0 0.15rem #eee inset,
    0 0 0 0.25rem #000; /* adds blocky pixel effect */
  cursor: pointer;
  transition: all 0.2s ease;
}

.press-start:hover {
  color: #000;
  background: lime; /* inverted on hover */
  box-shadow:
    0 0 0 0.15rem #000 inset,
    0 0 0 0.25rem #000;
}

.home-yakuza-start {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6vh;
}

.space-invader {
    height: auto;
    width: 25%;
    margin: auto;
    display: flex;
}

/* LANDING PAGES */

.container-yakuza-landing {
    max-width: 700px;
    border: 2px solid silver;
    margin: 0 auto;
    padding: 3% 2.5%;
    background-color: rgba(0, 0, 0, 0.6);
}

.h1-yakuza-landing {
    font-family: edosz;
    font-size: 3rem;
    text-align: center;
}

.yakuza-links {
    font-family: edosz;
    font-size: 1.5rem;
    list-style: none;
}

.yakuza-links li {
    font-size: 1.5rem;
    position:relative;
    left: 4.5rem;
    margin-bottom:0.5rem;
}

.yakuza-links li::before {
   content: "▸";
  position: absolute;
  left: -1.5rem;
  margin-right: 0.6rem;
  color: white;
  font-size: 0.9em;   
}

/*ABOUT*/

.p-about {
    color: aliceblue;
    text-align: justify;
    padding-top: 50px;
    margin-top: 0px;
  margin-bottom: 10px;
  font-family: early-gameboy;
  font-size: 1.5rem;
background: #474F9A;
background: linear-gradient(90deg,rgba(71, 79, 154, 1) 0%, rgba(119, 83, 150, 1) 50%, rgba(146, 84, 153, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ABOUT */
.h4-about {
    color: aliceblue;
    text-align: justify;
    text-decoration: underline;
    padding-top: 10px;
    margin-top: 0px;
  margin-bottom: 10px;
  font-family: early-gameboy;
  font-size: 1.0rem;
background: #e32424;
background: linear-gradient(90deg, rgba(227, 36, 36, 1) 0%, rgba(250, 171, 0, 1) 25%, rgba(231, 235, 45, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-me {
    list-style-type: none;
    color: #fff;
    text-align: justify;
    padding-top: 5px;
    margin-top: 0px;
  margin-bottom: 5px;
  font-family: early-gameboy;
  font-size: 1.0rem;
background: #e32424;
background: linear-gradient(90deg, rgba(36, 212, 71, 1) 0%, rgba(94, 103, 202, 1) 25%, rgba(191, 83, 237, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 15px;
}

/* YAKUZA 0 */

.p-yakuza::first-letter {
    font-size: 2rem;
  font-family: edosz;
}

.container-yakuza {
    max-width: 700px;
    border: 2px solid silver;
    margin: 0 auto;
    padding: 3% 2.5%;
    background-color: rgba(0, 0, 0, 0.6);
}

.h1-yakuza {
    font-family: edosz;
    color: aliceblue;
    text-align: center;
    padding-top: 50px;
    font-size: 85px;
    text-shadow:
  1px 1px 2px black,
  0 0 1em #ab211f,
  0 0 0.2em #ab211f;
}

.h2-yakuza {
  font-family: edosz;
  color: silver;
  font-size: 1rem;
}

.h2-edosz {
    font-family: edosz;
    font-size: 40pt;
}

.first-word {
    font-family: edosz;
    font-size: 2rem;
    color: #ab211f;
}

.yakuza-heading {
    font-family: edosz;
    font-size: 40px;
    color: aliceblue;
    text-align: left;
    padding: 10px 5px;
}

.kamurocho-contain {
    height: auto;
    width: 100%;
    margin: auto;
    display: block;
}

.yakuza0-logo {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
}

.yakuza-0-km-dance {
    height: auto;
    width: 90%;
    margin: auto;
    display: flex;
}

.back-tattoos {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.kiryu-log {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.kuze-kiryu-pipe {
    display: flex;
    width: 90%;
    height: auto;
    margin: auto;
}

.kiryu-kuze-punch {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.damned-yanki-hide {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.ideal-yanki {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;    
}

.be-my-boyfriend {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.majima-makoto-run {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
}

.container-img {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img2 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img3 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img4 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img5 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img6 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img7 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img8 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

.container-img9 {
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
}

/* .majima-wth {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
} */

/* MOBILE VIEW */
@media (max-width: 768px) {

body {
    font-size: 16px;
    margin-left: 0;
}

  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

    .sidebar ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

    .sidebar li {
    margin: 0;
  }

.sidebar a {
    padding: 0.75rem 0.5rem;
}

.page-content {
    margin-left: 0;
    width: 100%;
}
  .welcome {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .main-content {
    padding: 2rem 1rem;
  }

  .invert {
    width: 100%;
    max-width: 100%;
  }
  .container-yakuza {
    width: 100%;
    max-width: 100%;
    padding: 1 1rem;
  }
}
