@font-face {
    font-family: Cushion;
    src: url(/Assets/fonts/cushion/LTCushion-Medium.ttf);
}
@font-face {
    font-family: Cushion;
    src: url(/Assets/fonts/cushion/LTCushion-Bold.ttf);
    font-weight: bold;
}

body {
    background-image: url(/Assets/Tutorials/TutorialStoneWall.webp);
    background-size: 15vw;
}

#Title {
    margin-top: 12vh;
    font-size: 4vw;
    text-align: center;
    -webkit-text-stroke: 0.06vw rgb(155, 0, 0);
    -webkit-text-fill-color: transparent;
    color: rgb(155, 0, 0);
    text-shadow:
        0  0.2vw 0.16vw rgb(155, 0, 0),
        0  0       0        rgb(255, 255, 255);
}
#OpenBook {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-inline: auto;
    z-index: -1;
    height: 35vh;
}

#TutorialContent {
    display: flex;
    width: 56vw;
    flex-flow: column;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16vh;
}
#Category {
    display: flex;
    flex-flow: column;
}
#CategoryTitle {
    width: 56vw;
    height: 6vh;
    line-height: 6vh;
    vertical-align: middle;
    background-image: url(/Assets/Tutorials/BookBoard.webp);
    background-size: 24vh;
    border-radius: 1.5vh;
    margin-left: auto;
    margin-right: auto;
}
#CategoryTitle p {
    font-size: 2.2vw;
    margin: 0px 0px 0px 1vw;
    color: rgb(95, 54, 8);
    text-shadow: 0px 0.03vw 0px rgba(255,255,255,.3), 0px -0.03vw 0px rgba(0,0,0,.7);
}
#CategoryContent {
    background-image: url(/Assets/Tutorials/WoodBack.webp);
    background-position: center;
    border-style: ridge;
    border-width: 1vw;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: rgb(161, 74, 33);
    width: 53vw;
    margin-left: auto;
    margin-right: auto;
}

#TutorialItem {
    text-decoration: none;
}

#TutorialItem div {
    background-image: url(/Assets/Tutorials/Book.webp);
    background-size: contain;
    border-radius: 0.5vw;
    height: 14.5vh;
    width: 50vw;
    line-height: 14.5vh;
    margin-left: auto;
    margin-right: auto;
}
#TutorialItem div p {
    text-align: center;
    vertical-align: middle;
    font-size: 3vw;
    -webkit-text-stroke: 0.06vw rgb(187, 154, 108);
    -webkit-text-fill-color: transparent;
    color: rgb(187, 154, 108);
    text-shadow:
        0  0.15vw 0.10vw rgb(187, 154, 108),
        0  0       0        rgb(255, 255, 255);
}




.SideBar {
    position: absolute;
    width: 9vw;
    height: 50vh;
    background-image: url(/Assets/Tutorials/SideBar.webp);
    border-style: outset;
    border-color: rgb(119, 119, 119);
    border-width: 0.5vw;
    top: 5vh;
    left: 0.5vw;
}
.SideBar#Main{
    position: absolute;
    width: 12vw;
    height: 50vh;
    left: 5vw;
    top: 20vh;
}
.SideBar a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-family: Cushion;
    font-size: 1.2vw;
    -webkit-text-stroke: 0.15vw black;
    paint-order: stroke fill;
    text-decoration: none;
    margin-top: 1vh;
}




#MainContent {
    background-image: url(/Assets/Tutorials/TutorialPaper.webp);
    background-clip: padding-box;
    border: 2vw solid transparent;
    border-image: url(/Assets/Tutorials/TutorialPaperBorder.webp) 10% round;
    border-image-width: 2vw;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
}
#MainContent h1 {
    margin-left: 2vw;
    font-size: 3vw;
    -webkit-text-stroke: 0.06vw rgb(155, 0, 0);
    -webkit-text-fill-color: transparent;
    color: rgb(155, 0, 0);
    text-shadow:
        0  0.1vw 0.08vw rgb(155, 0, 0),
        0  0       0        rgb(255, 255, 255);
}
#MainContent h2 {
    margin-left: 4vw;
    font-size: 2vw;
    -webkit-text-stroke: 0.06vw rgb(88, 0, 0);
    -webkit-text-fill-color: transparent;
    color: rgb(155, 0, 0);
    text-shadow:
        0  0.1vw 0.08vw rgb(88, 0, 0),
        0  0       0        rgb(255, 255, 255);
}
#MainContent h3 {
    margin-left: 4vw;
    font-size: 1.5vw;
    -webkit-text-stroke: 0.06vw rgb(129, 69, 28);
    -webkit-text-fill-color: transparent;
    color: rgb(129, 69, 28);
    text-shadow:
        0  0.075vw 0.06vw rgb(129, 69, 28),
        0  0       0        rgb(255, 255, 255);
}

#MainContent p {
    font-family: Cushion;
    margin-left: 5vw;
    font-size: 1.25vw;
    text-shadow: 0px 0.3vh 0.2vw #c0c0c0;
    line-height: 1.8;
}
#MainContent a {
    font-family: Cushion;
    color: rgb(0, 140, 255);
    -webkit-text-stroke: 0.2vw black;
    paint-order: stroke fill;
    font-size: 1.25vw;
    text-shadow: 0px 0.3vh 0.2vw #c0c0c0;
}
#MainContent ul li {
    font-family: Cushion;
    margin-left: 5vw;
    font-size: 1.1vw;
    text-shadow: 0px 0.3vh 0.2vw #c0c0c0;
    line-height: 1.8;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

@media screen and (max-width: 600px) {
  #MainContent h1  {
    font-size: 3vh;
    text-shadow:
        0  0.1vh 0.08vh rgb(155, 0, 0),
        0  0       0        rgb(255, 255, 255);
  }
  #MainContent h2  {
    font-size: 2vh;
    text-shadow:
        0  0.1vh 0.08vh rgb(88, 0, 0),
        0  0       0        rgb(255, 255, 255);
  }
  #MainContent h3 {
        font-size: 1.5vh;
        text-shadow:
            0  0.075vh 0.06vh rgb(129, 69, 28),
            0  0       0        rgb(255, 255, 255);
    }
  #MainContent p {
    font-size: 1.25vh;
  }
  #MainContent a {
    font-size: 1.25vh;
  }
  #MainContent ul li {
    font-size: 1.1vw;
}
}