body {
  background-color: #057d28;
  font-family: "Montserrat", sans-serif;
  max-width: 100vw;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bolder;
}

.aflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #057d28;
}

.bflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f5b235;
}

.cflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #f5b235;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  #a1 {
    position: absolute;
    bottom: 20vh;
    right: 1vw;
    z-index: 0.10;
  }
  #a2 {
    position: absolute;
    bottom: 22vh;
    right: 25vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 26vh;
    right: 38vw;
    z-index: 0.1;
  }
  /*park */
  #a4 {
    position: absolute;
    bottom: 30vh;
    right: 52vw;
    z-index: 0.1;
  }
  #a5 {
    display: none;
  }
  #a6 {
    display: none;
  }
  #a7 {
    display: none;
  }
  #a8 {
    display: none;
  }
  /*shoes on */
  #a9 {
    position: absolute;
    bottom: 50vh;
    right: 30vw;
    z-index: 0.1;
  }
  /*wash hands */
  #a10 {
    position: absolute;
    bottom: 55vh;
    right: 25vw;
    z-index: 0.1;
  }
  /* coat */
  #a11 {
    position: absolute;
    bottom: 38vh;
    right: 32vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 10px;
    left: 1rem;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 20px;
    left: 1rem;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 0px;
    left: 2rem;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: 30px;
    right: 0rem;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 0rem;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 0rem;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 4px;
    right: 0rem;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 10px;
    right: 5rem;
    z-index: 1;
  }
  .button {
    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;
    width: 80%;
    margin: 1rem;
    border: 4px solid white;
    color: white;
    font-weight: 400;
    border-radius: 0.7rem;
    background-color: #057d28;
    z-index: 1;
  }
  .button:hover {
    color: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1.6rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.2rem;
  }
  .card img {
    height: 4rem;
    width: 4rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
  }
  #claro {
    line-height: 2.5rem;
    color: white;
    font-size: 2rem;
    text-align: right;
    margin-top: 0.5rem;
    margin-right: 1rem;
    font-weight: bolder;
    font-family: "Titan One", cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    padding-top: 1rem;
    height: 60vh;
    width: 95vw;
    line-height: 3rem;
    color: white;
    font-size: 3rem;
    font-weight: 600;
    font-family: "Titan One", cursive;
    text-align: right;
    z-index: 1;
  }
  #claro3 {
    line-height: 2rem;
    color: white;
    font-size: 2.5rem;
    font-weight: bolder;
    font-family: "Titan One", cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
    text-align: center;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 55vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: center;
    max-width: 100%;
    padding-top: 0rem;
  }
  #maincontainer2 {
    height: auto;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    width: 100%;
    border-bottom-right-radius: 10%;
    border-top-left-radius: 15%;
    border-top-right-radius: 15%;
    margin: 0rem auto 0rem auto;
    padding-top: 1rem;
    background-color: #f5b235;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("unsplash175.WEBP");
    background-size: cover;
    width: 100%;
    margin: auto;
    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;
    background-color: #f5b235;
  }
  #message {
    color: white;
    width: 60%;
    text-align: right;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1rem;
    margin-left: 40%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 60%;
    margin-left: 40%;
    text-align: right;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: weight;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    line-height: 1.6rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    text-align: center;
    font-weight: weight;
    font-size: 1rem;
    color: black;
    background-color: #f5b235;
    padding-bottom: 2rem;
    width: 100vw;
    margin: auto;
    margin-top: 2rem;
  }
  #what p {
    color: black;
    background-color: #f5b235;
  }
  #what-large {
    text-align: center;
    font-size: 3rem;
    color: white;
    padding: 8rem 0rem 2rem 0rem;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (max-width: 768px) and (orientation: landscape) {
  #a1 {
    position: absolute;
    bottom: -2px;
    right: 5vw;
    z-index: 0.1;
  }
  #a2 {
    position: absolute;
    bottom: 20px;
    right: 10vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 10px;
    right: 21vw;
    z-index: 0.1;
  }
  #a4 {
    position: absolute;
    bottom: 3px;
    right: 30vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 0px;
    right: 45vw;
    z-index: 0.1;
  }
  #a6 {
    display: none;
  }
  #a7 {
    display: none;
  }
  #a8 {
    display: none;
  }
  /*shoes on */
  #a9 {
    position: absolute;
    bottom: 90px;
    right: 25vw;
    z-index: 0.1;
  }
  /*wash hands */
  #a10 {
    position: absolute;
    bottom: 110px;
    right: 15vw;
    z-index: 0.1;
  }
  /* coat */
  #a11 {
    position: absolute;
    bottom: 60px;
    right: 33vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 30px;
    left: 5vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 0px;
    left: 10vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 10px;
    left: 13vw;
    z-index: 0.8;
  }
  #b4 {
    position: relative;
    bottom: 0px;
    left: 10vw;
    z-index: 0.9;
  }
  #b5 {
    position: relative;
    bottom: 10px;
    left: 13vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: -10px;
    right: 30vw;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: -20px;
    right: 22vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 17vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 4px;
    right: 12vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 10px;
    right: 10vw;
    z-index: 1;
  }
  .button {
    width: 70%;
    margin: 1.2rem auto;
    border: 4px solid white;
    color: white;
    font-size: 1.8rem;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.4rem;
  }
  .card img {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.3rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
  }
  #claro {
    line-height: 3rem;
    color: white;
    font-size: 3rem;
    text-align: right;
    margin-top: 0rem;
    margin-right: 2rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 3rem;
    color: white;
    font-size: 3rem;
    margin-right: 2rem;
    margin-top: 2rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 3rem;
    color: white;
    font-size: 3rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
    text-align: center;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 90vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
    padding-top: 1rem;
  }
  #maincontainer2 {
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    width: 100%;
    margin: 0rem auto 0rem auto;
    padding-top: 8rem;
    background-color: #f5b235;
    height: auto;
  }
  #maincontainer3 {
    height: 80vh;
    background-image: url("unsplash175.WEBP");
    background-size: cover;
    width: 100%;
    margin: auto;
    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;
  }
  #message {
    color: white;
    width: 60%;
    text-align: right;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1rem;
    margin-left: 40%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 60%;
    margin-left: 40%;
    text-align: right;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: weight;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    line-height: 1.6rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: weight;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #0b0b0b;
    background-color: #f5b235;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin-top: 2rem;
  }
  #what p {
    color: #0b0b0b;
    background-color: #f5b235;
  }
  #what-large {
    text-align: center;
    font-size: 3rem;
    color: white;
    padding: 4rem 0rem 2rem 0rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 1298px) and (orientation: portrait) {
  #a1 {
    position: relative;
    bottom: 40px;
    left: 85vw;
    z-index: 0.1;
  }
  #a2 {
    position: relative;
    bottom: 30px;
    left: 62vw;
    z-index: 0.1;
  }
  #a3 {
    position: relative;
    bottom: 22px;
    left: 45vw;
    z-index: 0.1;
  }
  #a4 {
    position: relative;
    bottom: 10px;
    left: 20vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 300px;
    left: 3vw;
    z-index: 0.1;
  }
  #a6 {
    position: relative;
    bottom: 10px;
    left: 0vw;
    z-index: 0.1;
  }
  #a7 {
    display: none;
  }
  #a8 {
    display: none;
  }
  /*shoes on */
  #a9 {
    position: absolute;
    bottom: 490px;
    right: 15vw;
    z-index: 0.1;
  }
  /*wash hands */
  #a10 {
    position: absolute;
    bottom: 577px;
    right: 23vw;
    z-index: 0.1;
  }
  /* coat */
  #a11 {
    position: absolute;
    bottom: 460px;
    right: 45vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 30px;
    right: 20vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 20px;
    right: 30vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 10px;
    right: 33vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: 30px;
    right: 0rem;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 0vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 1vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 44px;
    right: 2vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 10px;
    right: 3vw;
    z-index: 1;
  }
  .button {
    width: 30%;
    border: 2px solid white;
    color: white;
    font-size: 0.8rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.8rem;
    padding: 0.7rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
    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;
  }
  .card img {
    height: 5rem;
    width: 5rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
  }
  #claro {
    line-height: 3.2rem;
    color: white;
    font-size: 3.2rem;
    text-align: right;
    margin-top: 4rem;
    margin-right: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 4rem;
    color: white;
    margin-right: 4rem;
    margin-top: 4rem;
    font-size: 4rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 4rem;
    color: white;
    font-size: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
    text-align: center;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 60vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
    padding-top: 1rem;
  }
  #maincontainer2 {
    height: 60vh;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    max-width: 100vw;
    background-color: #f5b235;
    margin: 0rem auto 0rem auto;
    padding-top: 1rem;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("typewriter.jpg");
    background-size: cover;
    width: 80%;
    margin: auto;
    background-color: #f5b235;
    border: 10vw solid #f5b235;
    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;
  }
  #message {
    color: white;
    width: 50%;
    text-align: right;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin: 1rem 2rem 1rem 45vw;
    font-weight: weight;
    z-index: 1;
  }
  #message2 {
    color: white;
    text-align: right;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    margin-top: 2rem;
    font-weight: weight;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    line-height: 1.6rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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;
    padding: 4rem 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: weight;
    font-size: 1.2rem;
    color: #0b0b0b;
    background-color: #f5b235;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin-top: 2rem;
  }
  #what p {
    color: #0b0b0b;
    background-color: #f5b235;
  }
  #what-large {
    text-align: center;
    font-size: 4rem;
    color: white;
    padding: 4rem 0rem 2rem 0rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
  }
  #xx, #xxx {
    border: 2px solid silver;
    border-radius: 50%;
    color: white;
    font-size: 3rem;
    padding: 4rem 0rem 0rem 0rem;
    margin-top: 2rem;
    background-color: silver;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 1298px) and (orientation: landscape) {
  #a1 {
    position: absolute;
    bottom: 50px;
    right: 5vw;
    z-index: 0.1;
  }
  #a2 {
    position: absolute;
    bottom: 40px;
    right: 15vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 60px;
    right: 22vw;
    z-index: 0.1;
  }
  #a4 {
    position: absolute;
    bottom: 40px;
    right: 30vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 70px;
    right: 40vw;
    z-index: 0.1;
  }
  /*dog */
  #a6 {
    position: absolute;
    bottom: 150px;
    right: 35vw;
    z-index: 0.1;
  }
  #a7 {
    display: none;
  }
  #a8 {
    display: none;
  }
  /*shoes on */
  #a9 {
    position: absolute;
    bottom: 260px;
    right: 15vw;
    z-index: 0.1;
  }
  /*wash hands */
  #a10 {
    position: absolute;
    bottom: 327px;
    right: 23vw;
    z-index: 0.1;
  }
  /* coat */
  #a11 {
    position: absolute;
    bottom: 200px;
    right: 33vw;
    z-index: 0.1;
  }
  /*happy */
  #b1 {
    position: relative;
    bottom: 50px;
    left: 5vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 30px;
    left: 8vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 0px;
    left: 12vw;
    z-index: 0.8;
  }
  #b4 {
    position: relative;
    bottom: 30px;
    left: 14vw;
    z-index: 0.9;
  }
  #b5 {
    position: relative;
    bottom: 0px;
    left: 17vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: -10px;
    right: 11vw;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 5vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 4vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 44px;
    right: 3vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 10px;
    right: 4vw;
    z-index: 1;
  }
  .button {
    width: 25%;
    border: 2px solid white;
    color: white;
    font-size: 0.8rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button2 {
    width: 25%;
    border: 2px solid white;
    color: white;
    font-size: 1.4rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button2:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.8rem;
    padding: 0.7rem;
    line-height: 2rem;
    color: white;
  }
  .button2 .material-icons {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
    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;
  }
  .button2 a {
    color: white;
    font-size: 1.6rem;
    font-weight: 200;
  }
  .card img {
    height: 5rem;
    width: 5rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
  }
  #claro {
    line-height: 4rem;
    color: white;
    font-size: 4rem;
    text-align: right;
    margin-top: 4rem;
    margin-right: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 4rem;
    color: white;
    margin-right: 4rem;
    margin-top: 4rem;
    font-size: 4rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 4rem;
    color: white;
    font-size: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
    text-align: center;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 90vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
    padding-top: 1rem;
  }
  #maincontainer2 {
    height: 90vh;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    max-width: 80%;
    margin: 0rem auto 0rem auto;
    padding-top: 1rem;
    background-color: #f5b235;
    border: 10vw solid #f5b235;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("typewriter.jpg");
    background-size: cover;
    width: 80%;
    margin: auto;
    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;
    background-color: #f5b235;
    border: 10vw solid #f5b235;
  }
  #message {
    color: white;
    width: 50%;
    text-align: right;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin: 1rem 2rem 1rem 45vw;
    font-weight: weight;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    margin-top: 2rem;
    font-weight: weight;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    line-height: 1.6rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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;
    padding: 4rem 0;
    color: #057d28;
    background-color: #f5b235;
    max-width: 100vw;
  }
  #what {
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: weight;
    font-size: 1.2rem;
    color: #0b0b0b;
    background-color: #f5b235;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin-top: 2rem;
  }
  #what p {
    color: #0b0b0b;
    background-color: #f5b235;
  }
  #what-large {
    text-align: center;
    font-size: 4rem;
    color: white;
    padding: 4rem 0rem 2rem 0rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 1299px) and (max-width: 1799px) {
  #a1 {
    position: absolute;
    bottom: 100px;
    right: 3rem;
    z-index: 0.1;
  }
  #a2 {
    position: absolute;
    bottom: 20px;
    right: 10vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 80px;
    right: 21vw;
    z-index: 0.1;
  }
  #a4 {
    position: absolute;
    bottom: 60px;
    right: 29vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 30px;
    right: 37vw;
    z-index: 0.1;
  }
  #a6 {
    position: absolute;
    bottom: 60px;
    right: 38vw;
    z-index: 0.1;
  }
  #a7 {
    position: absolute;
    bottom: 20px;
    right: 40vw;
    z-index: 0.1;
  }
  #a8 {
    position: absolute;
    bottom: 80px;
    right: 44vw;
    z-index: 0.1;
  }
  #a9 {
    position: absolute;
    bottom: 290px;
    right: 33vw;
    z-index: 0.1;
  }
  #a10 {
    position: absolute;
    bottom: 377px;
    right: 41vw;
    z-index: 0.1;
  }
  #a11 {
    position: absolute;
    bottom: 189px;
    right: 45vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 30px;
    left: 5vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 0px;
    left: 10vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 10px;
    left: 15vw;
    z-index: 0.8;
  }
  #b4 {
    position: relative;
    bottom: 0px;
    left: 25vw;
    z-index: 0.9;
  }
  #b5 {
    position: relative;
    bottom: 10px;
    left: 33vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: -10px;
    right: 11vw;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 1vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 1vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 44px;
    right: 10vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 2px;
    right: 10vw;
    z-index: 1;
  }
  .button {
    width: 25%;
    border: 4px solid white;
    color: white;
    font-size: 0.8rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button2 {
    width: 25%;
    border: 4px solid white;
    color: white;
    font-size: 1.4rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button2:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.8rem;
    padding: 0.7rem;
    line-height: 2rem;
    color: white;
  }
  .button2 .material-icons {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.2rem;
    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;
  }
  .button2 a {
    color: white;
    font-size: 1.6rem;
    font-weight: 200;
  }
  .card img {
    height: 6rem;
    width: 6rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
  }
  #claro {
    line-height: 4rem;
    color: white;
    font-size: 4rem;
    text-align: right;
    margin-top: 4rem;
    margin-right: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 5rem;
    color: white;
    font-size: 4rem;
    margin-right: 4rem;
    margin-top: 4rem;
    font-size: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 4rem;
    color: white;
    font-size: 4rem;
    font-weight: bolder;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  footer {
    max-width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 90vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
    padding-top: 1rem;
  }
  #maincontainer2 {
    height: 90vh;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    max-width: 80%;
    border: 10vw solid #f5b235;
    margin: 0rem auto 0rem auto;
    padding-top: 1rem;
    background-color: #f5b235;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("typewriter.jpg");
    background-size: cover;
    width: 80%;
    margin: auto;
    border: 10vw solid #f5b235;
    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;
  }
  #message {
    color: white;
    width: 40%;
    text-align: right;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 60%;
    font-weight: bolder;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    margin-top: 2rem;
    font-weight: bolder;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bolder;
    line-height: 1.6rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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;
    padding: 4rem 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    text-align: center;
    font-size: 1.2rem;
    color: #0b0b0b;
    background-color: #f5b235;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin: 4rem 0rem 0 0rem;
  }
  #what p {
    color: #0b0b0b;
    background-color: #f5b235;
  }
  #what-large {
    text-align: center;
    font-size: 4rem;
    color: white;
    padding: 4rem 0rem 2rem 0rem;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
    background-color: #f5b235;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 1800px) and (max-width: 2299px) {
  #a1 {
    position: absolute;
    bottom: 50px;
    right: 3rem;
    z-index: 0.1;
  }
  #a2 {
    position: absolute;
    bottom: 20px;
    right: 10vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 80px;
    right: 21vw;
    z-index: 0.1;
  }
  #a4 {
    position: absolute;
    bottom: 70px;
    right: 25vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 30px;
    right: 30vw;
    z-index: 0.1;
  }
  #a6 {
    position: absolute;
    bottom: 60px;
    right: 40vw;
    z-index: 0.1;
  }
  #a7 {
    position: absolute;
    bottom: 30px;
    right: 45vw;
    z-index: 0.1;
  }
  #a8 {
    position: absolute;
    bottom: 50px;
    right: 50vw;
    z-index: 0.1;
  }
  #a9 {
    position: absolute;
    bottom: 360px;
    right: 10vw;
    z-index: 0.1;
  }
  #a10 {
    position: absolute;
    bottom: 430px;
    right: 25vw;
    z-index: 0.1;
  }
  #a11 {
    position: absolute;
    bottom: 280px;
    right: 22vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 30px;
    left: 5vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 0px;
    left: 10vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 10px;
    left: 13vw;
    z-index: 0.8;
  }
  #b4 {
    position: relative;
    bottom: 0px;
    left: 18vw;
    z-index: 0.9;
  }
  #b5 {
    position: relative;
    bottom: 17px;
    left: 22vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: -10px;
    right: 11vw;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 1vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 1vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 44px;
    right: 1vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 10px;
    right: 4vw;
    z-index: 1;
  }
  .button {
    width: 25%;
    border: 4px solid white;
    color: white;
    font-size: 1.8rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button2 {
    width: 25%;
    border: 4px solid white;
    color: white;
    font-size: 1.8rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button2:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button2 .material-icons {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.8rem;
  }
  .button2 a {
    color: white;
    font-size: 1.8rem;
  }
  .card img {
    height: 8rem;
    width: 8rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
    -webkit-transition: 1000ms;
    transition: 1000ms;
    -webkit-transition-property: height, width;
    transition-property: height, width;
  }
  .card imghover {
    height: 12rem;
    width: 12rem;
  }
  #claro {
    line-height: 5rem;
    color: green;
    font-size: 6rem;
    text-align: right;
    margin-top: 4rem;
    margin-right: 4rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 5rem;
    color: white;
    font-size: 4rem;
    margin-right: 4rem;
    margin-top: 8rem;
    font-size: 6rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 5rem;
    color: white;
    font-size: 6rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #contact {
    width: 100vw;
    height: 10vh;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
    display: none;
    background-color: #2c2c2c;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 90vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
    padding-top: 1rem;
  }
  #maincontainer2 {
    height: 90vh;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    max-width: 80%;
    margin: 0rem auto 0rem auto;
    padding-top: 1rem;
    background-color: #f5b235;
    border-left: 10vw solid #f5b235;
    border-right: 10vw solid #f5b235;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("typewriter.jpg");
    background-size: cover;
    width: 80%;
    margin: auto;
    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;
    border-left: 1rem solid white;
    background-color: #f5b235;
    border-left: 10vw solid #f5b235;
    border-right: 10vw solid #f5b235;
  }
  #message {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    margin-top: 2rem;
    font-weight: weight;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    line-height: 1.6rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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;
    padding: 4rem 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    text-align: center;
    font-weight: weight;
    font-size: 1.4rem;
    color: #0b0b0b;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin-top: 4rem;
    background-color: #f5b235;
  }
  #what p {
    color: #0b0b0b;
    background-color: #f5b235;
  }
  #what-large {
    text-align: center;
    font-size: 4rem;
    color: white;
    padding: 4rem 0rem 2rem 0rem;
    font-weight: bold;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
    background-color: #f5b235;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 2300px) and (max-width: 3000px) {
  #a1 {
    position: absolute;
    bottom: 50px;
    right: 3rem;
    z-index: 0.1;
  }
  #a2 {
    position: absolute;
    bottom: 20px;
    right: 10vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 80px;
    right: 21vw;
    z-index: 0.1;
  }
  #a4 {
    position: absolute;
    bottom: 70px;
    right: 25vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 30px;
    right: 30vw;
    z-index: 0.1;
  }
  #a6 {
    position: absolute;
    bottom: 60px;
    right: 40vw;
    z-index: 0.1;
  }
  #a7 {
    position: absolute;
    bottom: 30px;
    right: 45vw;
    z-index: 0.1;
  }
  #a8 {
    position: absolute;
    bottom: 50px;
    right: 50vw;
    z-index: 0.1;
  }
  #a9 {
    position: absolute;
    bottom: 460px;
    right: 20vw;
    z-index: 0.1;
  }
  #a10 {
    position: absolute;
    bottom: 700px;
    right: 25vw;
    z-index: 0.1;
  }
  /*coat */
  #a11 {
    position: absolute;
    bottom: 280px;
    right: 30vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 30px;
    left: 5vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 0px;
    left: 10vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 10px;
    left: 13vw;
    z-index: 0.8;
  }
  #b4 {
    position: relative;
    bottom: 0px;
    left: 18vw;
    z-index: 0.9;
  }
  #b5 {
    position: relative;
    bottom: 17px;
    left: 22vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: -10px;
    right: 11vw;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 1vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 1vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 44px;
    right: 1vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 10px;
    right: 4vw;
    z-index: 1;
  }
  .button {
    width: 25%;
    padding: 1rem;
    border: 4px solid white;
    color: white;
    font-size: 1.8rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 1.8rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 1.8rem;
  }
  .card img {
    height: 10rem;
    width: 10rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 2px 2px 8px black;
            box-shadow: 2px 2px 8px black;
  }
  #claro {
    line-height: 5rem;
    color: green;
    font-size: 6rem;
    text-align: right;
    margin-top: 4rem;
    margin-right: 4rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 6rem;
    color: white;
    font-size: 6rem;
    margin-right: 4rem;
    margin-top: 8rem;
    font-size: 8rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 7rem;
    color: white;
    font-size: 8rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #contact {
    width: 100vw;
    height: 10vh;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
    display: none;
    background-color: #2c2c2c;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 90vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
    padding-top: 1rem;
  }
  #maincontainer2 {
    height: 90vh;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    max-width: 80%;
    background-color: #f5b235;
    border-left: 10vw solid #f5b235;
    border-right: 10vw solid #f5b235;
    margin: 0rem auto 0rem auto;
    padding-top: 6rem;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("typewriter.jpg");
    background-size: cover;
    width: 80%;
    margin: auto;
    background-color: #f5b235;
    border-left: 10vw solid #f5b235;
    border-right: 10vw solid #f5b235;
    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;
  }
  #message {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2.4rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    margin-top: 2rem;
    font-weight: weight;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: weight;
    line-height: 2.4rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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;
    padding: 4rem 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    text-align: center;
    font-weight: bolder;
    font-size: 1.8rem;
    color: #0b0b0b;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin-top: 4rem;
    background-color: #f5b235;
  }
  #what p {
    color: #0b0b0b;
    font-weight: bolder;
  }
  #what-large {
    text-align: center;
    font-size: 6rem;
    color: white;
    padding: 4rem 0rem 2rem 0rem;
    font-weight: bold;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
  }
}

/* ) #######################################################################################
/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 3001px) {
  #a1 {
    position: absolute;
    bottom: 50px;
    right: 3rem;
    z-index: 0.1;
  }
  #a2 {
    position: absolute;
    bottom: 20px;
    right: 10vw;
    z-index: 0.1;
  }
  #a3 {
    position: absolute;
    bottom: 80px;
    right: 21vw;
    z-index: 0.1;
  }
  #a4 {
    position: absolute;
    bottom: 70px;
    right: 25vw;
    z-index: 0.1;
  }
  #a5 {
    position: absolute;
    bottom: 30px;
    right: 30vw;
    z-index: 0.1;
  }
  #a6 {
    position: absolute;
    bottom: 60px;
    right: 40vw;
    z-index: 0.1;
  }
  #a7 {
    position: absolute;
    bottom: 30px;
    right: 45vw;
    z-index: 0.1;
  }
  #a8 {
    position: absolute;
    bottom: 50px;
    right: 50vw;
    z-index: 0.1;
  }
  #a9 {
    position: absolute;
    bottom: 560px;
    right: 34vw;
    z-index: 0.1;
  }
  /*wash hands */
  #a10 {
    position: absolute;
    bottom: 990px;
    right: 30vw;
    z-index: 0.1;
  }
  #a11 {
    position: absolute;
    bottom: 680px;
    right: 27vw;
    z-index: 0.1;
  }
  #b1 {
    position: relative;
    bottom: 30px;
    left: 5vw;
    z-index: 1;
  }
  #b2 {
    position: relative;
    bottom: 0px;
    left: 10vw;
    z-index: 0.9;
  }
  #b3 {
    position: relative;
    bottom: 10px;
    left: 13vw;
    z-index: 0.8;
  }
  #b4 {
    position: relative;
    bottom: 0px;
    left: 18vw;
    z-index: 0.9;
  }
  #b5 {
    position: relative;
    bottom: 17px;
    left: 22vw;
    z-index: 0.8;
  }
  #c1 {
    position: relative;
    bottom: -10px;
    right: 21vw;
    z-index: 1;
  }
  #c2 {
    position: relative;
    bottom: 20px;
    right: 11vw;
    z-index: 0.9;
  }
  #c3 {
    position: relative;
    bottom: 10px;
    right: 11vw;
    z-index: 0.8;
  }
  #c4 {
    position: relative;
    bottom: 44px;
    right: 11vw;
    z-index: 0.7;
  }
  #c5 {
    position: relative;
    bottom: 40px;
    right: 4vw;
    z-index: 1;
  }
  .button {
    height: 6rem;
    width: 25%;
    border: 4px solid white;
    color: white;
    font-size: 2.2rem;
    font-weight: 200;
    border-radius: 0.7rem;
    background: #057d28;
    z-index: 1;
  }
  .button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#025702), color-stop(green), to(#035a03));
    background: linear-gradient(to right, #025702, green, #035a03);
  }
  .button .material-icons {
    font-size: 2.2rem;
    padding: 1rem;
    line-height: 2rem;
    color: white;
  }
  .button a {
    color: white;
    font-size: 2.4rem;
  }
  .card img {
    height: 14rem;
    width: 14rem;
    border-radius: 0.5rem;
    border: 1px solid silver;
    -webkit-box-shadow: 6px 6px 12px black;
            box-shadow: 6px 6px 12px black;
  }
  #claro {
    line-height: 10rem;
    color: green;
    font-size: 10rem;
    text-align: right;
    margin-top: 10rem;
    margin-right: 10rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro2 {
    line-height: 9rem;
    color: white;
    font-size: 9rem;
    margin-right: 9rem;
    margin-top: 9rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    text-align: right;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #claro3 {
    line-height: 9rem;
    color: white;
    font-size: 12rem;
    font-weight: weight;
    font-family: 'Titan One', cursive;
    z-index: 1;
    border: 1px solid rgba(1, 1, 1, 0);
  }
  #contact {
    width: 100vw;
    height: 10vh;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2rem;
    display: none;
    background-color: #2c2c2c;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
  }
  #footerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
  }
  footer {
    width: 100vw;
    background-color: #333333;
    color: white;
  }
  .footerinfo a {
    cursor: pointer;
    color: white;
  }
  .footerinfo {
    width: 25%;
    margin: auto;
    text-align: center;
    color: #057d28;
  }
  #icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: relative;
    top: 0;
    background-color: silver;
  }
  #icon-one {
    width: 33.33vw;
    height: 20rem;
    color: silver;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-one img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-one p {
    padding: 0rem 8rem;
  }
  #icon-two {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-two img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-two p {
    padding: 0rem 8rem;
  }
  #icon-three {
    width: 33.33vw;
    height: 20rem;
    color: #382f3d;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: weight;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem 0;
  }
  #icon-three img {
    width: 60%;
    height: auto;
    margin: auto;
  }
  #icon-three p {
    padding: 0rem 8rem;
  }
  #maincontainer1 {
    height: 80vh;
    background-image: url("unsplash173.WEBP");
    background-size: cover;
    background-position: top;
    max-width: 100%;
  }
  #maincontainer2 {
    height: 90vh;
    background-image: url("unsplash174.WEBP");
    background-size: cover;
    max-width: 80%;
    margin: 0rem auto 0rem auto;
    padding-top: 1rem;
    background-color: #f5b235;
    border-left: 10vw solid #f5b235;
    border-right: 10vw solid #f5b235;
  }
  #maincontainer3 {
    height: 60vh;
    background-image: url("unsplash175.WEBP");
    background-size: cover;
    width: 80%;
    margin: auto;
    background-color: #f5b235;
    border-left: 10vw solid #f5b235;
    border-right: 10vw solid #f5b235;
    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;
  }
  #message {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bolder;
    z-index: 1;
  }
  #message2 {
    color: white;
    width: 100%;
    text-align: right;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    line-height: 3rem;
    margin-bottom: 1rem;
    margin-right: 4rem;
    margin-top: 2rem;
    font-weight: bolder;
    z-index: 1;
  }
  #message3 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-weight: bolder;
    line-height: 3rem;
    z-index: 1;
  }
  .routineheadline {
    text-align: center;
    font-size: 3rem;
    color: silver;
    padding: 2rem;
    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;
    padding: 4rem 0 10vh 0;
    color: #057d28;
    max-width: 100vw;
    background-color: #f5b235;
  }
  #what {
    text-align: center;
    font-weight: bolder;
    font-size: 9rem;
    color: #0b0b0b;
    padding-bottom: 2rem;
    max-width: 100vw;
    margin-top: 10vh;
    background-color: #f5b235;
  }
  #what p {
    color: #0b0b0b;
    font-size: 3rem;
    font-weight: bolder;
  }
  #what-large {
    text-align: center;
    font-size: 8rem;
    color: white;
    padding: 12rem 0rem 2rem 0rem;
    font-weight: bold;
    font-family: 'Titan One', cursive;
    max-width: 100vw;
    margin: auto;
  }
}
/*# sourceMappingURL=index.css.map */