/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* BODY */
body{
      font-family: "Albert Sans", sans-serif;
}

h1, h2, h3{
  font-family: "Walter Turncoat";
}

.slide button {
    align-self: start;  
}


* {
    margin:0;
    padding:0;
}

.slide {
    position: fixed;
    z-index: 50000;

    width: 100%;
    height: 100%;
    
    top: 0;
    left: 0;

    color: white;

    flex-wrap:wrap;
    align-items: flex-start;
}

.img_resize{
    width: 110px;
    height: auto;
}

.img_resize02{
    width: 243px;
    height: auto;
}

/* BODY */


/* SLIDE ONE */

#slide_1 {
    background-color: red;
    background-image: url("../images/background/startpage.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
}

#slide_1 button {
    font-size: xx-large;
    color: white;
    background-color: #bd7235;
    border-color: rgb(197, 138, 83);
}

#slide_1 .wrapper{
    background-color:brown;
    background-image: url('../images/texture/paper.png');
    background-repeat: repeat;
    background-size: 190px;
    border-radius: 30px;
    margin: 40px 0px;
    padding: 10;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#slide_1 .wrapper .starter-page{
    text-align: center;
    font-size: 23px;
    background-color: #bd7235;
    padding: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
}

#slide_1 .wrapper .character_1{
      margin: 0px 70px 0px 190px;
}

/* SLIDE ONE */

/* SLIDE TWO */
#slide_2 {
    background-color: red;
    background-image: url("../images/background/livingroom.png");
    background-repeat: repeat;
    background-size: cover;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
}

#slide_2 button {
    font-size: x-large;
    color: rgb(103, 54, 146);
    background-color: #95eefd;
    border-color: aqua;
    border-width: 4px;
    border-radius: 22px;
}

#slide_2 .wrapper{
    background-color:brown;
    background-image: url('../images/texture/paper.png');
    background-repeat: repeat;
    background-size: 190px;
    border-radius: 30px;
    margin: 40px 0px;
    padding: 10px;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#slide_2 .row_01{
    text-align: center;
    padding: 10px;
    margin: 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#slide_2 .row_02{
    padding: 10px;
    margin: 2px 30px;
    display: flex;
    justify-content: space-between;
    gap:30px;
}

#slide_2 .row_03{
    text-align: center;
    font-size: larger;
    background-color: #bd7235;
    padding: 10px;
    margin: 2px;
    display: flex;
    justify-content: space-between;
    gap:30px;
    border-radius: 20px;
}

/* SLIDE TWO */

/* SLIDE THREE */

#slide_3 {
    background-color: red;
    background-image: url("../images/background/potionsroom.png");
    background-repeat: repeat-y;
    background-size: 1730px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

#slide_3 #navigation{
    text-align: center;
    background-image: url('../images/texture/wood.png');
    background-repeat: repeat;
    background-size: 190px;
    display: flex;
    justify-content: center;
    top: 0;
    height: 45px;
    width: 100%;
}

#slide_3 .character-img{
    position: fixed;
    right: 40%;
    top: 70%;
    background-color: #95eefd;
    border-radius: 800px;
}

#slide_3 .wrapper{
    border-radius: 220px;
    margin: 20px;
    min-height: 90vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


#slide_3 .gameplay{
    background-color:brown;
    background-image: url('../images/texture/leaves.png');
    background-repeat: repeat;
    background-size: 200px;
    border-radius: 220px;
    margin: 20px;
    display: flex;
    justify-content: center;
}

#slide_3 .gameplay .box_01{
    background-color: #ffd341;
    border-radius: 100px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 70px;
}

#slide_3 .gameplay .box_02{
    background-color: rgb(255, 241, 193);
    border-radius: 600px;
    padding:100px;
    margin: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#slide_3 .gameplay .box_03{
    background-color: #fff6d7;
    border-radius: 100px;
    padding: 20px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 70px;
}

/* SLIDE THREE */


/* SLIDE FOUR */


/* AN: hello, you can just rearrange it to what you want.*/

#slide_4 {
    background-color: red;
    background-image: url("../images/background/potionsroom.png");
    background-repeat: repeat-y;
    background-size: 1730px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

#slide_4 #navigation{
    text-align: center;
    background-image: url('../images/texture/wood.png');
    background-repeat: repeat;
    background-size: 190px;
    display: flex;
    justify-content: center;
    top: 0;
    height: 45px;
    width: 100%;
}

#slide_4 .character-img{
    position: fixed;
    right: 53%;
    top: 70%;
    background-color: #95eefd;
    border-radius: 800px;
}

#slide_4 .gameplay{
    background-color:brown;
    background-image: url('../images/texture/leaves.png');
    background-repeat: repeat;
    background-size: 200px;
    border-radius: 220px;
    margin: 20px;
    display: flex;
    justify-content: center;
}

#slide_4 .gameplay .box_01{
    background-color: #ffd341;
    border-radius: 100px;
    padding: 20px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 70px;
}

#slide_4 .gameplay .box_02{
    background-color: rgb(255, 244, 207);
    border-radius: 600px;
    padding:100px;
    margin: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#slide_4 .gameplay .box_03{
    background-color: #fff4d0;
    border-radius: 100px;
    padding: 20px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 70px;
}

/* SLIDE FOUR */

/* SLIDE FIVE */

#slide_5 {
    background-color: red;
    background-image: url("../images/background/potionsroom.png");
    background-repeat: repeat-y;
    background-size: 1730px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

#slide_5 #navigation{
    text-align: center;
    background-image: url('../images/texture/wood.png');
    background-repeat: repeat;
    background-size: 190px;
    display: flex;
    justify-content: center;
    top: 0;
    height: 45px;
    width: 100%;
}

#slide_5 .character-img{
    position: fixed;
    right: 53%;
    top: 70%;
    background-color: #95eefd;
    border-radius: 800px;
}

#slide_5 button {
    font-size: xx-large;
    color: white;
    background-color: #bd7235;
    border-color: rgb(197, 138, 83);
}

#slide_5 .wrapper{
    border-radius: 220px;
    margin: 20px;
    min-height: 90vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#slide_5 .gameplay{
    background-color:brown;
    background-image: url('../images/texture/leaves.png');
    background-repeat: repeat;
    background-size: 200px;
    border-radius: 220px;
    margin: 20px;
    display: flex;
    justify-content: center;
}

#slide_5 .gameplay .box_01{
    background-color: #ffd341;
    border-radius: 100px;
    padding: 20px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 70px;
}

#slide_5 .gameplay .box_02{
    background-color: #fff3cb;
    border-radius: 600px;
    padding:100px;
    margin: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#slide_5 .gameplay .box_03{
    background-color: #fffbf0;
    border-radius: 100px;
    padding: 20px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 70px;
}

/* SLIDE FIVE */
