/* font-family: 'Permanent Marker', cursive;
font-family: 'Indie Flower', cursive; */

html {
    height: 100%;
    background-color: bisque;
    background-image: url(assets/Phone.png);
    background-size: auto 100%;
    /* background-position-y: 3vw; */
    background-repeat: no-repeat;
    margin: 0 auto;
}



button {
    font-family: 'Permanent Marker', cursive;
}

h1 {
    margin: 0;
    font-family: 'Permanent Marker', cursive;
    font-size: 5vw;
    color: darkblue;
}

h3, h4 {
    margin: 0;
    font-family: 'Indie Flower', cursive;
    font-size: 2vw;
    margin-top: -2%;
    margin-bottom: 2%;
}

h4 {
    float: left;
    line-height: 1;
}

#titles {
    width: 50%;
    margin: 0 auto;
}

#container {
    text-align: center;
    line-height: 1;
    width: 20%;
    margin: 0 auto;
}

.field {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: left;
    float: right;
    margin-bottom: 2%;
}

#modDiv {
    margin-bottom: 5%;
}

.inputs {
    float: right;
    width: 50%;
    background-color: lightblue;
    font-size: 1vw;

}

#dice {
    float: right;
    width: 53%;
}

#rollButton {
    margin-bottom: 4%;
}

#result {
    margin-bottom: 5%;
}

#diceRolls, #history {
    width: min-content;
    margin: 0 auto;
    /* background-color: rgba(255,255,255,.8); */
    padding: 10px;
    border-radius: 20px;
}

p {
    font-family: 'Indie Flower', cursive;
    font-weight: 900;
    font-size: 1.5vw;
}

#rolling {
    font-size: 1.5vw;
}
 
@media only screen and (max-width: 3024px) {
    body {
        background-color: rgba(255, 228, 196, 0.2);
    }}
/*
    html {
        height: 100%;
        background-size: 50%;
        background-position-y: bottom;
    }

    hr {
        margin: 1%;
    }

    button {
        background-color: darkred;
        color: lightblue;
        width: 100%;
        height: 10vw;
        font-size: 5vw;
        border-radius: 25px;
    }

    #titles {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    h1 {
        font-size: 17vw;
        line-height: .8;
        margin-bottom: 5%;
    }

    h3 {
        font-size: 5vw;
        line-height: .8;
        margin-bottom: 3%;
    }

    #container {
        width: 80%;
    }

    .inputs {
        font-size: 5vw;
        text-align: center;
    }

    p {
        font-size: 5vw;
    }

    #rollInfo {
        display: block;
        background-color: rgba(0, 223, 223, 0.8);
        font-size: 4vw;
        border-radius: 25px;
    }

    #rolling {
        padding-top: 3%;
        font-size: 4vw;
    }

    #result {
        font-size: 6vw;
        margin: 0;
        padding-top: 0;
        padding-bottom: 1%;
    }

    #diceRolls {
        color: blue;
        padding-bottom: 1%;
    }

    #historyTitle {
        font-size: 4vw;
    }

    #history {
        width: min-content;
    }
} */
/* 
@media only screen and (max-width: 420px) {
    html {
        height: 100%;
        background-color: black;
        color: white;
        background-size: 75%;
        background-position-x: 0;
        background-position-y: bottom;
    }

    h1 {
        color: lightblue;
    }

    body {
        background-color: unset;
    }

    #rolling {
        padding-top: 3%;
        font-size: 4vw;
    }

    #result {
        font-size: 6vw;
        margin: 0;
        padding-top: 0;
        padding-bottom: 1%;
    }

    #diceRolls {
        color: blue;
        padding-bottom: 1%;
    }

    #historyTitle {
        font-size: 4vw;
    }

    #history {
        width: min-content;
    }
} */

.why {
    position: absolute;
    margin: 5vw 0 0 2vw;
    background-color: white;
    /* border: black;
    border-style: solid;
    border-width: 2px; */
    border-radius: 25px;
    padding: 2%;
}

.why-point:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 24px solid #fff;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 20px solid transparent;
    left: 32px;
    bottom: -24px;
}