@charset "utf-8";
/* CSS Document */
html {
  font-family: "Ubuntu", sans-serif;
}
::selection {
  background: #f7941d; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #f7941d; /* Gecko Browsers */
}
body {
  margin: 0;
  background-color: #f7f7f7;
  background-image: linear-gradient(#f0f0f0 1px, transparent 1px),
    linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
  background-size: 20px 20px, 20px 20px;
}
::-webkit-scrollbar {
  width: 3rem;
}
::-webkit-scrollbar-thumb {
  border: 1rem solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 100vw;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.wholeBar {
  display: flex;
  flex-wrap: wrap;
}
.sideBar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 15vw;
}
.mainBar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
#menu {
  box-sizing: border-box;
  width: 15vw;
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  /*border: 1px solid black;*/
}
#menu p {
  min-width: 0;
  font-size: 1rem;
  font-weight: 300;
  margin-block-start: 0;
  margin-block-end: 0;
}
#home {
  box-sizing: border-box;
  width: 35vw;
  padding: 2vw;
  background: #f7941d;
}
#home:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}
#home:active {
  text-decoration: none;
  color: white;
  background-color: black;
}
#home img {
  width: 100%;
  height: 100%;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2%;
}
.card {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 32%;
  padding: 3%;
  background: white;
  margin: 0.5%;
}
.card img {
  align-self: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.4rem 0.75rem;
}
.card p {
  width: 100%;
  height: 2.2rem;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
}
#mentor {
  display: flex;
}
#hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10%;
}
#hero img {
  width: 100%;
  height: 100%;
}
#sideKick {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 5%;
  background: white;
}
#sideKick h1 {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 0 5%;
  margin-block-start: 0;
  margin-block-end: 0;
  border-bottom: black 1px solid;
}
#sideKick p {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.2rem;
  padding: 5% 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: content-box;
  width: 100%;
  margin-left: auto;
  padding: 2.5%;
}
.columns p {
  font-size: 1rem;
  font-weight: 300;
  margin-block-start: 0;
  margin-block-end: 0.25rem;
  overflow: hidden;
}
.halfColumn {
  box-sizing: border-box;
  width: 50%;
  padding: 2.5%;
}
.fullColumn {
  box-sizing: border-box;
  width: 100%;
  padding: 2.5%;
}
#sizes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
input,
textarea,
#final {
  box-sizing: border-box;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
input[type="number"] {
  width: 50%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:focus {
  outline: none;
  border: 1px solid #f7941d;
  border-radius: 100vw;
}
input:disabled {
  background: #f7f7f7;
}
#maxpages {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #f7941d;
}
#maxpages:hover {
  color: black;
}
.fill {
  padding: 0.75rem 1rem;
  border: 1px solid gray;
  border-radius: 100vw;
}
#numberingtext {
  margin-left: 30px;
  width: calc(100% - 30px);
}
.fill-area {
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem 2rem;
  border: 1px solid gray;
  border-radius: 1.5rem;
  resize: none;
}
.fill-area:focus {
  outline: none;
  border: 1px solid #f7941d;
  border-radius: 1.5rem;
}
.fill-area:disabled {
  background: #f7f7f7;
}
#perpc,
#total {
  text-align: right;
}
#pera3,
#actualqty {
  text-align: right;
  color: gray;
}
#final {
  width: 70%;
  margin-left: 30%;
  box-sizing: border-box;
  height: 3.5rem;
  font-weight: 700;
  color: white;
  background: #f7941d;
  border: 1px solid #f7941d;
  border-radius: 100vw;
}
#final:hover {
  background: black;
  transition: 0.5s;
}
#final:active {
  background: black;
}

/* File */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  font-size: 1rem;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100vw;
  color: black;
  border: 1px solid gray;
  background-color: white;
  display: flex;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  border: 1px dotted gray;
  outline: -webkit-focus-ring-color #f7941d 5px;
}

.inputfile + label svg {
  fill: currentColor;
  margin-right: 0.5em;
  margin-left: -0.25em;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
  border-color: black;
  transition: 0.5s;
}

.inputfile + label span,
.inputfile + label strong {
  padding: 0.75rem 1rem;
}

.inputfile + label span {
  width: 69%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile + label strong {
  width: 31%;
  color: white;
  background-color: #f7941d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inputfile:focus + label strong,
.inputfile.has-focus + label strong,
.inputfile + label:hover strong {
  background-color: black;
  transition: 0.5s;
}
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Styling Checkmark Button */
/* The Checkmark Button */
.choose-any {
  display: flex;
  position: relative;
  margin-top: 10px;
}
.choose-any-desc {
  display: inline;
  margin-left: 30px;
}
/* Hide the browser's default checkmark button */
.choose-any input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Custom checkmark button */
.box {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d9d8d6;
}
/* On mouse-over */
.choose-any:hover input ~ .box {
  border: solid #f7941d;
  transition: 0.5s;
}

/* When the checkmark button is checked*/
.choose-any input:checked ~ .box {
  border: 1px solid #f7941d;
}

/* Create the indicator (the mark - hidden when not checked) */
.box:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot) when checked */
.choose-any input:checked ~ .box:after {
  display: flex;
}

/* Style the indicator (dot) */
.choose-any .box:after {
  display: contents;
  left: 5.5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #483729;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Styling Radio Button */
/* The Radio Button */
.choose-one {
  display: flex;
  position: relative;
  margin-top: 10px;
}
.choose-one-desc {
  display: inline;
  margin-left: 30px;
}
/* Hide the browser's default radio button */
.choose-one input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Custom radio button */
.rad {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d9d8d6;
  border-radius: 50%;
}
/* On mouse-over */
.choose-one:hover input ~ .rad {
  background: #ccc;
  transition: 0.5s;
}

/* When the radio button is checked*/
.choose-one input:checked ~ .rad {
  border: 1px solid #f7941d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rad:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot) when checked */
.choose-one input:checked ~ .rad:after {
  display: flex;
}

/* Style the indicator (dot) */
.choose-one .rad:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #483729;
}
/* Styling Radio Dot Button */
/* The Radio Dot Button */
.choose-one-dot {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin: 0.25rem;
}
.choose-one-dot-long {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 6rem;
  height: 2rem;
  margin: 0.25rem;
}
.prespec {
  width: auto;
  font-size: 1rem;
  z-index: 1;
  margin: 0;
}
/* Hide the browser's default radio-dot button */
.choose-one-dot input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.choose-one-dot-long input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
/* Custom radio-dot button */
.rad-dot {
  z-index: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  background: white;
  border: 1px solid gray;
  border-radius: 100vw;
}
.rad-dot-long {
  z-index: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 2rem;
  padding: 0.25rem;
  background: white;
  border: 1px solid gray;
  border-radius: 100vw;
}
/* On mouse-over, add a background color */
.choose-one-dot:hover input ~ .rad-dot {
  border: 1px solid #f7941d;
  background: #f7941d;
  transition: 0.5s;
}
.choose-one-dot-long:hover input ~ .rad-dot-long {
  border: 1px solid #f7941d;
  background: #f7941d;
  transition: 0.5s;
}
.choose-one-dot:hover .prespec {
  color: white;
  transition: 0.5s;
}
.choose-one-dot-long:hover .prespec {
  color: white;
  transition: 0.5s;
}
/* When the radio button is checked */
.choose-one-dot input:checked ~ .rad-dot {
  border: 1px solid #f7941d;
}
.choose-one-dot-long input:checked ~ .rad-dot-long {
  border: 1px solid #f7941d;
}
a:link {
  text-decoration: none;
  color: black;
}
a:visited {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: white;
  background-color: #f7941d;
  transition: 0.5s;
}
a:active {
  text-decoration: none;
  color: white;
  background-color: #f7941d;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background: white;
  padding: 0.75rem 2rem 0.75rem 1rem;
  border: 1px solid gray;
  border-radius: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.select-selected:hover {
  border: 1px solid #f7941d;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 42%;
  right: 5%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: gray transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent gray transparent;
  top: 25%;
}

/* style the items (options), including the selected item: */
.select-items div {
  padding: 0.75rem 0;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border: 1px solid gray;
  border-radius: 1.5rem;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover {
  color: #f7941d;
}
.same-as-selected {
  font-weight: 300;
  color: gray;
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 1em;
  }
}
@media only screen and (min-width: 390px) {
  .sideBar {
    height: 60px;
  }
  #menu {
    width: 60px;
  }
  #home {
    width: 140px;
    padding: 8px;
  }
  #hero {
    box-sizing: border-box;
    width: 360px;
    padding: 0 20px 0;
    align-self: flex-end;
  }
  #sideKick {
    width: 320px;
    padding: 38px;
    margin-top: -20%;
    background: rgba(255, 255, 255, 0.5);
  }
  .card p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 588px) {
  #hero {
    width: 420px;
    padding: 0 38px 0;
    margin-top: -4%;
    align-self: flex-end;
  }
  #sideKick {
    width: 320px;
    padding: 38px;
    margin-top: -27%;
    margin-left: 38px;
    background: rgba(255, 255, 255, 0.5);
  }
  .card {
    width: 24%;
  }
  .card p {
    font-size: 1.1rem;
  }
  .inquiry {
    width: 49%;
    justify-content: center;
  }
  .inquiry img {
    width: 42%;
  }
  .columns {
    margin: 0 38px;
  }
  .columns p,
  input,
  #final,
  .select-selected,
  .select-items,
  .prespec,
  textarea,
  .inputfile + label {
    font-size: 1.3rem;
  }
  .rad-dot,
  .choose-one-dot {
    width: 4rem;
    height: 4rem;
  }
  .rad-dot-long,
  .choose-one-dot-long {
    width: 8rem;
    height: 4rem;
  }
}
@media only screen and (min-width: 968px) {
  html {
    width: 100%;
    margin: 0;
  }
  body {
    display: flex;
  }
  .wholeBar {
    align-self: flex-start;
    width: 40%;
  }
  #hero {
    width: 320px;
    padding: 0 38px 0 0;
    margin-top: 0;
    align-self: flex-end;
  }
  #sideKick {
    width: 320px;
    padding: 38px;
    margin-top: 20px;
    margin-left: 38px;
    background: rgba(255, 255, 255, 0.5);
  }
  .cards {
    width: 60%;
    margin-top: 60px;
  }
  .card {
    width: 24%;
  }
  .inquiry {
    width: 49%;
    justify-content: center;
  }
  .inquiry img {
    width: 42%;
  }
  .columns {
    margin: 0;
  }
}
@media only screen and (min-width: 1308px) {
  html {
    width: 100%;
    margin: 0;
  }
  body {
    display: flex;
    max-width: 1598px;
    margin: auto;
  }
  .wholeBar {
    align-self: flex-start;
    width: 30%;
  }
  #hero {
    width: 320px;
    padding: 0 38px 0 0;
    margin-top: 0;
    align-self: flex-end;
  }
  #sideKick {
    width: 320px;
    padding: 38px;
    margin-top: 20px;
    margin-left: 38px;
    background: rgba(255, 255, 255, 0.5);
  }
  .cards {
    width: 70%;
  }
  .card {
    width: 19%;
  }
  .inquiry {
    width: 19%;
    justify-content: center;
  }
  .inquiry img {
    width: 100%;
  }
}
