@media only screen and (max-width: 766px) and (orientation: portrait) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    overflow: auto;
    white-space: nowrap;
    background-color: cadetblue;
  }
  .cont-for-1-option {
    width: 80px;
    height: 80px;
    margin: auto;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 2rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100vw;
    margin: 1rem auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.3rem;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.3rem;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 1rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .plus i {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 50px;
    margin: 1rem 0;
  }
  #routine1, #routine2, #routine3 {
    width: 250px;
    height: 250px;
    border: 7px solid #b4a6a6;
    border-radius: 0.5rem;
    z-index: 1;
    background-color: white;
  }
  #swipe {
    position: fixed;
    right: 10px;
    font-size: 2rem;
    width: 20px;
    height: 40px;
  }
  #test {
    height: 4rem;
    width: 20rem;
    background-color: green;
  }
  #tick, #tick2, #tick3 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -1px;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (max-width: 766px) and (orientation: landscape) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    overflow: auto;
    white-space: nowrap;
    background-color: cadetblue;
  }
  .cont-for-1-option {
    width: 70px;
    height: 70px;
    margin: auto;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 0rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50vw;
    margin: 0.5rem auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.5rem 0;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 1rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plus i {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 50px;
    margin: auto;
  }
  #routine1, #routine2, #routine3 {
    width: 300px;
    height: 300px;
    border: 7px solid #b4a6a6;
    border-radius: 0.5rem;
    z-index: 1;
    background-color: white;
    margin: 2rem auto;
  }
  #swipe {
    position: fixed;
    right: 10px;
    font-size: 2rem;
    width: 20px;
    height: 40px;
  }
  #test {
    height: 4rem;
    width: 20rem;
    background-color: green;
  }
  #tick, #tick2, #tick3 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -1px;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################*/
@media only screen and (min-width: 767px) and (max-width: 1299px) and (orientation: portrait) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    overflow: scroll;
    background-color: cadetblue;
  }
  .cont-for-1-option {
    width: 80px;
    height: 80px;
    margin: 1rem auto;
    z-index: 2;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50vw;
    margin: auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    padding: 0.3rem;
    width: 200vw;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.3rem;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 1rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .plus i {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 50px;
  }
  #routine1, #routine2, #routine3 {
    width: 400px;
    height: 400px;
    border: 7px solid #b4a6a6;
    border-radius: 0.5rem;
    z-index: 1;
    background-color: white;
  }
  #swipe {
    position: fixed;
    right: 10px;
    font-size: 2rem;
    width: 20px;
    height: 40px;
  }
  #test {
    height: 4rem;
    width: 20rem;
    background-color: green;
  }
  #tick, #tick2, #tick3 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -1px;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################*/
@media only screen and (min-width: 767px) and (max-width: 1299px) and (orientation: landscape) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    max-height: 40vh;
    overflow: scroll;
    background-color: cadetblue;
  }
  .cont-for-1-option {
    width: 100px;
    height: 100px;
    margin: auto;
    z-index: 2;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50vw;
    margin: auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    width: 200vw;
    padding: 1rem 0;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 1rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .plus i {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 50px;
  }
  #routine1, #routine2, #routine3 {
    width: 400px;
    height: 400px;
    border: 7px solid #b4a6a6;
    border-radius: 0.5rem;
    z-index: 1;
    background-color: white;
  }
  #swipe {
    position: fixed;
    right: 10px;
    font-size: 2rem;
    width: 20px;
    height: 40px;
  }
  #test {
    height: 4rem;
    width: 20rem;
    background-color: green;
  }
  #tick, #tick2, #tick3 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -1px;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################*/
@media only screen and (min-width: 1300px) and (max-width: 2000px) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    overflow: scroll;
    background-color: cadetblue;
  }
  .cont-for-1-option {
    width: 120px;
    height: 120px;
    margin: auto;
    z-index: 2;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50vw;
    margin: 1rem auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    padding: 0.3rem;
    width: 200vw;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.3rem;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 1rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  #routine1 {
    width: 500px;
    height: 500px;
    border: 11px solid silver;
    border-radius: 0.5rem;
    z-index: 1;
    background-color: white;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################*/
@media only screen and (min-width: 2001px) and (max-width: 3000px) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    overflow: scroll;
    background-color: cadetblue;
  }
  .cont-for-1-option {
    width: 120px;
    height: 120px;
    margin: auto;
    z-index: 2;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50vw;
    margin: 1rem auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    padding: 0.3rem;
    width: 200vw;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.3rem;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 1rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  #routine1 {
    width: 500px;
    height: 500px;
    border: 11px solid silver;
    border-radius: 0.5rem;
    z-index: 1;
    background-color: white;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################*/
@media only screen and (min-width: 3001px) {
  body {
    width: 100vw;
    font-weight: 600;
    background-color: #007932;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  }
  .containerforoptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100vw;
    padding: 2rem;
    overflow: scroll;
    background-color: cadetblue;
    margin: 1rem 0;
  }
  .cont-for-1-option {
    width: 250px;
    height: 250px;
    margin: auto;
    z-index: 2;
  }
  #maincard {
    width: 100%;
    border-radius: 0.5rem;
    margin: 1rem auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .groupof4options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 50vw;
    margin: auto;
  }
  .groupof8options-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    padding: 0.3rem;
    width: 200vw;
  }
  .groupof8options-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0.3rem;
  }
  #happy, #sad, #excited, #tired, #angry, #upset, #surprised, #confused,
  #hungry, #hot, #cold, #sick, #worried, #thirsty, #relaxed, #bored {
    width: 95%;
    height: 95%;
    border-radius: 0.5rem;
    margin: auto;
  }
  .message {
    text-align: center;
    color: white;
    font-size: 2rem;
    z-index: 9;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    padding: 1rem;
  }
  .plus i {
    width: 80px;
    height: 80px;
    color: white;
    font-size: 80px;
  }
  #routine1 {
    width: 1000px;
    height: 1000px;
    border: 7px solid #b4a6a6;
    border-radius: 0.5rem;
    background-color: white;
  }
  #swipe {
    position: fixed;
    right: 10px;
    font-size: 3rem;
    width: 20px;
    height: 40px;
  }
  #test {
    height: 4rem;
    width: 20rem;
    background-color: green;
  }
  #tick, #tick2, #tick3 {
    width: 1px;
    height: 1px;
    position: relative;
    top: -1px;
  }
}
/*# sourceMappingURL=i-am.css.map */