* {
  margin: 0;
  padding: 0;
}
.ohno-hon {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.overlay {
  display: none;
}
.cta-header {
  width: 100%;
  height: 100px;
  background: #e0732d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-hyperlink {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  font-family: "Koulen";
  color: white;
  transition: 0.2s all ease-in-out;
}
.phone-logo {
  width: 60px;
}
.cta-subtext,
.cta-regtext {
  font-size: 2.2em;
  font-family: "Koulen";
  color: white;
}
.cta-subtext {
  margin-left: 35px;
}
.cta-regtext {
  margin-right: 20px;
}
.cta-hyperlink:hover {
  transform: translateX(2px) translateY(2px);
}
.navigation-container {
  display: grid;
  grid-template-columns: 15% 85%;
  align-items: center;
  background: #24292d;
}
.moving-gen-logo {
  width: 10%;
  min-width: 166px;
  margin-left: 20px;
}
.navigation-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.navigation-flex {
  list-style: none;
  color: white;
  font-family: "Koulen";
  font-size: 1.5em;
}
.navigation-flex li a {
  text-decoration: none;
  color: white;
  transition: 0.2s all ease-in-out;
}
.navigation-flex li a:hover {
  border-bottom: 5px solid #e0732d;
}
.home-hyper {
  border-bottom: 5px solid #e0732d;
}
.book-now-hyper {
  padding: 10px;
  background: #ec9706;
  transition: 0.2s all ease-in-out;
}
.book-now-hyper:hover {
  border-bottom: none !important;
  color: rgb(230, 226, 226);
}
.book-now-hyper:active {
  transform: translateX(2px) translateY(2px);
}
.hero-section {
  width: 100%;
  height: auto;
  background: black;
  background-image: url("images/home-hero-section.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.hero-header {
  color: white;
  font-family: "Koulen";
  margin-left: 29px;
  padding-top: 18px;
  font-size: 2.5em;
}
.request-quote-form-cont {
  border-radius: 30px;
  background: rgb(217, 217, 217, 0.5);
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 29px;
}
.form-header {
  width: 100%;
  text-align: center;
  margin-top: 27px;
  text-transform: uppercase;
  color: white;
  font-family: "Koulen";
  font-size: 2.5em;
  text-shadow: 0px 4px 5px rgba(90, 90, 90, 0.5);
}
.request-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.request-form input,
.request-form select,
.request-form textarea {
  width: 80%;
  text-transform: uppercase;
  padding: 10px;
  background: transparent;
  border: 1px solid black;
  color: white;
  font-family: "Koulen";
  font-size: 1.1em;
}
.request-form input::placeholder {
  color: white;
}
.request-form select {
  width: 84%;
  text-transform: uppercase;
  padding: 10px;
  background: transparent;
  border: 1px solid black;
  color: white;
}
.comments-area {
  max-width: 80%;
  max-height: 20%;
}
.request-form textarea,
.request-form textarea::placeholder {
  color: white;
}
.quote-submit {
  width: 30% !important;
  background: rgba(222, 145, 12, 0.731) !important;
  border: none !important;
  transition: 0.2s all ease-in-out;
}
.offer-user-cont {
  width: 100%;
  height: auto;
}
.offer-head-cont {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
.offer-header {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-left: 48px;
  font-family: "Koulen";
  font-size: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.offer-grid-cont {
  width: 100%;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 44px;
  padding-bottom: 44px;
}
.offer-grid {
  width: 95%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1%;
}
.packaging-cont,
.resident-moves-cont,
.commercial-moves-cont,
.special-cont {
  background: #d9d9d9;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  height: auto;
  font-family: "Koulen";
  padding-bottom: 50px;
}
.grid-head-flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 200px;
}
.grid-icons {
  width: 40%;
  max-width: 84px;
}
.grid-head-flex p {
  font-size: 1.5em;
}
.grid-description {
  width: 80%;
  text-align: left;
  font-size: 16px;
  float: right;
  margin-left: 10%;
  height: auto;
}
.why-choose-mg {
  width: 100%;
  border-bottom: 1px solid black;
  display: grid;
  grid-template-columns: 40% 60%;
  padding-top: 98px;
  padding-bottom: 98px;
}
.image-container-cont {
  display: flex;
  align-items: center;
  justify-content: right;
}
.image-container-contq2 {
  display: flex;
  align-items: center;
  justify-content: left;
}
.choose-mg-image {
  width: 90%;
  height: 100%;
  background-image: url("images/choose-mg-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
}
.choose-content {
  text-align: right;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.choose-content h2 {
  font-size: 48px;
  font-family: "Koulen";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 40px;
}
.choose-content p {
  margin-top: 40px;
  font-size: 32px;
  margin-right: 40px;
}
.choose-call-now {
  margin-right: 40px;
  color: white;
  text-decoration: none;
  background: #ec9706;
  width: 20%;
  align-self: flex-end;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.service-locations {
  border-bottom: 1px solid black;
  background: #f5f5f5;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
}
.service-header {
  text-align: center;
  margin-top: 35px;
  font-family: "Koulen";
  font-size: 48px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.states-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 5%;
  margin-right: 5%;
  gap: 1%;
  padding-bottom: 50px;
}
.states-grid-conts {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.states-grid-conts p {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Koulen";
}
.question-containers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-one-grid,
.question-three-grid {
  width: calc(100% - 80px);
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: 80px;
}
.question-two-grid {
  width: calc(100% - 80px);
  display: grid;
  grid-template-columns: 40% 60%;
  margin-top: 80px;
}
.questions-flex {
  display: grid;
  grid-template-rows: auto 1fr;
}
.questions-flexq2 {
  display: grid;
  grid-template-rows: auto 1fr;
  text-align: right;
}
.question-image {
  width: 55%;
}
.question-one-image {
  width: 80%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.question-three-image {
  width: 80%;
  height: 100%;
  background-image: url("images/furniture-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.question-headers {
  font-size: 48px;
  font-family: "Koulen";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.question-descriptions {
  font-size: 32px;
  margin-top: 50px;
  width: 100%;
  font-family: "Kreon";
}
.any-questions-cont {
  width: 100%;
  height: auto;
  background: #e0732d;
  margin-top: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.questions-header {
  font-family: "Kumar One";
  color: white;
  font-size: 32px;
}
.questions-cont-desc {
  font-family: "LaoMuang";
  color: white;
  font-size: 32px;
  width: 70%;
  margin-top: 10px;
}
.footer {
  display: grid;
  grid-template-rows: 1fr auto;
  background: #24292d;
  margin-top: 53px;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto;
  gap: 1px;
  padding-top: 68px;
}
.footer-grid-cont-one {
  display: flex;
  text-align: center;
  margin-left: 5%;
  align-items: flex-start;
  color: white;
}
.footer-mg-logo {
  width: 30%;
}
.footer-headers {
  font-family: "Lalezar";
  font-size: 32px;
  color: white;
}
.foot-gone-desc {
  font-family: "LaoMuang";
  width: 80%;
}
.footer-one-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-grid-cont-four {
  margin-right: 5%;
}
.footer-grid-cont-two,
.footer-grid-cont-three,
.footer-grid-cont-four {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-hyperlinks {
  color: white;
  text-decoration: none;
  margin-top: 10px;
  font-family: "Krona One";
}
.footer-hyperlinks:hover {
  text-decoration: underline;
}
.footer-flex {
  display: flex;
  text-decoration: none;
}
.footer-icons {
  width: 39px;
}
.moving-truck {
  width: 50%;
  margin-left: 5%;
}
.copyright-section {
  border-top: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-text,
.copyright-hyper {
  color: white;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  font-family: "Koulen";
  font-size: 30px;
}
.hc-color:hover {
  color: #54b3b8;
}
.hc-color {
  color: #79f9ff;
  transition: 0.2s all ease-in-out;
}
.mobile-nav-hyper {
  display: none;
}
@font-face {
  font-family: "LaoMuang";
  src: url("fonts/LaoMuangDon-Regular.ttf") format("truetype");
  font-weight: normal;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    color: white;
    font-family: "Koulen";
    font-size: 4em;
  }
  .menu-content a {
    font-family: "Koulen";
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
  }
  .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  .overlay:active {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .cta-regtext {
    display: none;
  }
  .cta-hyperlink {
    font-size: 1em;
  }
  .navigation-flex {
    display: none;
  }
  .moving-gen-logo {
    width: 10%;
    min-width: 100px;
    margin-left: 20px;
  }
  .request-quote-form-cont {
    width: 80%;
  }
  .hero-header {
    font-size: 1.75em;
  }
  .offer-header {
    margin-left: 0;
    font-size: 1.75em;
    text-align: center;
  }
  .offer-grid {
    width: 90%;
    height: auto;
    display: inline-block;
    grid-template-rows: repeat(4, 1fr);
    gap: 5%;
  }
  .resident-moves-cont,
  .commercial-moves-cont,
  .special-cont {
    margin-top: 5%;
  }
  .why-choose-mg {
    grid-template-columns: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .image-container-cont {
    display: none;
  }
  .choose-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .choose-content h2 {
    font-size: 1.75em;
  }
  .choose-content h2,
  .choose-content p,
  .choose-call-now {
    margin-right: 0;
  }
  .choose-content p {
    width: 80%;
  }
  .choose-content p {
    font-size: 1.5em;
  }
  .states-grid {
    display: inline-block;
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
  }
  .service-header {
    font-size: 1.75em;
  }
  .states-grid-conts p {
    font-size: 1.1em;
  }
  .choose-call-now {
    align-self: center;
    margin-top: 20px;
  }
  .question-headers {
    font-size: 1.75em;
  }
  .question-descriptions {
    font-size: 1.1em;
  }
  .question-one-grid,
  .question-three-grid {
    grid-template-columns: 100%;
  }
  .question-two-grid {
    grid-template-columns: 0% 100%;
  }
  .questions-header {
    font-size: 1.75em;
  }
  .questions-cont-desc {
    font-size: 1.2em;
  }
  .footer-content {
    height: auto;
    display: inline-block;
    grid-template-rows: repeat(4, 1fr);
    gap: 5%;
    grid-auto-flow: column;
  }
  .footer-mg-logo {
    display: none;
  }
  .footer-grid-cont-one {
    margin-left: 0%;
    align-items: center;
    text-align: left;
    justify-content: left;
  }
  .footer-one-flex {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-direction: column;
    text-align: left;
    margin-left: 5%;
  }
  .footer-grid-cont-two,
  .footer-grid-cont-three,
  .footer-grid-cont-four {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-direction: column;
    margin-left: 5%;
    margin-top: 5%;
  }
  .footer-hyperlinks {
    font-size: 0.8em;
  }
  .copyright-text,
  .copyright-hyper {
    font-size: 0.8em;
    margin-left: 5px;
    margin-right: 5px;
  }
  .copyright-hyper {
    text-align: right;
  }
  .mobile-nav-hyper {
    margin-right: 20px;
  }
  .mobile-nav-hyper,
  .hamb-icon {
    display: block;
    width: 0.8%;
    min-width: 50px;
  }
  .navigation-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    color: white;
    font-family: "Koulen";
    font-size: 4em;
  }
  .menu-content a {
    font-family: "Koulen";
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
  }
  .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
    overflow-y: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  }
  .overlay:active {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .mobile-nav-hyper {
    margin-right: 20px;
  }
  .mobile-nav-hyper,
  .hamb-icon {
    display: block;
    width: 0.8%;
    min-width: 50px;
  }
  .navigation-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cta-regtext {
    display: none;
  }
  .cta-hyperlink {
    font-size: 1em;
  }
  .navigation-flex {
    display: none;
  }
  .moving-gen-logo {
    width: 10%;
    min-width: 100px;
    margin-left: 20px;
  }
  .request-quote-form-cont {
    width: 80%;
  }
  .hero-header {
    font-size: 1.75em;
  }
  .offer-header {
    margin-left: 0;
    font-size: 1.75em;
    text-align: center;
  }
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .why-choose-mg {
    grid-template-columns: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .image-container-cont {
    display: none;
  }
  .choose-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .choose-content h2 {
    font-size: 1.75em;
  }
  .choose-content h2,
  .choose-content p,
  .choose-call-now {
    margin-right: 0;
  }
  .choose-content p {
    width: 80%;
  }
  .choose-content p {
    font-size: 1.5em;
  }
  .service-header {
    font-size: 1.75em;
  }
  .states-grid-conts p {
    font-size: 1.1em;
  }
  .choose-call-now {
    align-self: center;
    margin-top: 20px;
  }
  .question-headers {
    font-size: 1.75em;
  }
  .question-descriptions {
    font-size: 1.1em;
  }
  .question-one-grid,
  .question-three-grid {
    grid-template-columns: 100%;
  }
  .question-two-grid {
    grid-template-columns: 0% 100%;
  }
  .questions-header {
    font-size: 1.75em;
  }
  .questions-cont-desc {
    font-size: 1.2em;
  }
  .footer-content {
    height: auto;
    display: inline-block;
    grid-template-rows: repeat(4, 1fr);
    gap: 5%;
    grid-auto-flow: column;
  }
  .footer-mg-logo {
    display: none;
  }
  .footer-grid-cont-one {
    margin-left: 0%;
    align-items: center;
    text-align: left;
    justify-content: left;
  }
  .footer-one-flex {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-direction: column;
    text-align: left;
    margin-left: 5%;
  }
  .footer-grid-cont-two,
  .footer-grid-cont-three,
  .footer-grid-cont-four {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-direction: column;
    margin-left: 5%;
    margin-top: 5%;
  }
  .footer-hyperlinks {
    font-size: 0.8em;
  }
  .copyright-text,
  .copyright-hyper {
    font-size: 0.8em;
    margin-left: 5px;
    margin-right: 5px;
  }
  .moving-truck {
    width: 35%;
  }
}
