@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* header include */
  #all-container2 {
    display: none;
  }
  a {
    color: white;
    padding: 1rem;
  }
  #all-container {
    position: static;
    top: 0;
    width: 100%;
    height: 4rem;
    color: #323237;
    font-family: "Titan One", cursive;
    border: 11px solid red;
  }
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
  }
  #m1 {
    color: red;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #seventythree {
    width: 80vw;
    margin: auto;
    color: #3c3c41;
    padding: 1rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (max-width: 767px) and (orientation: landscape) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 1.4rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 1rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 1298px) and (orientation: portrait) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 1rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
############################################################################################
################################################################################################
################################################################################################*/
@media only screen and (min-width: 768px) and (max-width: 1298px) and (orientation: landscape) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2rem;
    color: white;
    padding: 1.5rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 1rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 1299px) and (max-width: 1799px) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 2.5rem;
    color: white;
    padding: 1.5rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 2rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 1800px) and (max-width: 2299px) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 3rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 2rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 2300px) and (max-width: 3299px) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 3rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 2rem 0;
    text-align: left;
  }
}

/* ) #######################################################################################
################################################################################################*/
@media only screen and (min-width: 3300px) {
  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #d3b483;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
  }
  #seventytwo {
    width: 100vw;
    background: -webkit-gradient(linear, left top, right top, from(#afbbc4), to(white));
    background: linear-gradient(to right, #afbbc4, white);
    font-family: "Titan One", cursive;
    font-size: 3rem;
    color: white;
    padding: 2rem 0;
    text-align: center;
  }
  #seventythree {
    width: 60vw;
    margin: auto;
    color: #3c3c41;
    padding: 2rem 0;
    text-align: left;
  }
}
/*# sourceMappingURL=pandp.css.map */