/* NARROW SCREEN BROWSER */
@media screen and (max-width: 1500px) {
  #header-logo {
    width: 10vw;
  }

  .header-menu-option {
    margin: 6.25vh 2.5vw;
  }

  #header-menu-shop-container {
    margin-top: 6.25vh;
  }

  #header-menu-option-shop {
    width: 12vw;
  }

  #about_us1-images {
    width: 60vw;
  }

  .about_us2-side {
    width: 43vw;
  }

  .about_us2-container {
    margin: 0px 1vw;
  }

  .about_us2-img {
    width: 67vh;
  }

  .contact-form-label {
    width: 15vw;
  }
}

@media screen and (max-width: 1250px) {
  .header-menu-option {
    font-size: 1.5vw;
    margin: 6.25vh 2.5vw;
  }

  #header-menu-shop-container {
    margin-top: 6.25vh;
  }

  #header-menu-option-shop {
    width: 14vw;
  }
}

/* TABLET IN LANDSCAPE MODE */
@media screen and (min-width: 601px) and (max-width: 1100px) and (max-height: 720px) {
  /* HEADER*/
  .header-menu-option {
    margin: 2.6vw;
  }

  #header-menu-shop-container {
    margin-top: 2.6vw;
  }

  /* ABOUT US */
  .about_us-name-line {
    width: 25vw;
  }

  .about_us2-img {
    width: 63vh;
  }

  /* CONTACT */
  #contact-banner {
    font-size: 2vh;
  }

  #contact-form {
    padding-top: 5vh;
  }

  .contact-form-label {
    width: 17.5vw;
    font-size: 1.5vw;
  }

  .contact-form-input {
    width: 20vw;
  }

  .contact-label {
    font-size: 2vw;
  }

  #contact-submit {
    width: 9vw;
  }
}

/* SMALLER TABLET IN LANDSCAPE MODE */
@media screen and (max-width: 850px) {
  /* HEADER */
  .header-menu-option {
    margin: 5vhvw;
  }
}

/* SMARTPHONE OR SMALLER TABLET IN PORTRAIT MODE */
@media only screen and (max-width: 600px) {
  /* GENERAL */
  .scroll-p {
    opacity: 100%;
  }

  .main_content-side p {
    margin-bottom: 3vh;
  }

  /* BACKGROUND */
  .background-container,
  .main_content-transparent {
    height: 50vh;
    margin-top: 12.5vh;
    background-size: cover;
    background-position-x: 40%;
  }

  /*SCROLLER */
  #main_content-scroller {
    padding-top: 0px;
  }

  #main_content-content {
    margin-top: 15vh;
  }

  .main_content-band {
    flex-direction: column;
    height: auto;
  }

  .main_content-side {
    width: 100vw;
    height: auto;
  }

  .main_content-side p {
    font-size: 2.5vh;
  }

  .main_content-transparent-text {
    font-size: 4vh;
    margin-bottom: 4vh;
  }

  /* SPECIAL MENU FOR SMARTPHONES */
  #header {
    position: fixed;
    top: 0px;
    left: 0px;
  }

  #header-logo {
    width: 40vw;
    height: 10vh;
  }

  #header-menu {
    display: none;
  }

  #header-menu_sp-icon {
    position: relative;
    z-index: 1200;
    height: 4vh;
    width: 4vh;
  }

  .header-menu_sp-icon-stripe {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: var(--black);
    transition: 0.5s;
  }

  #header-menu_sp-icon-stripe_1,
  #header-menu_sp-icon-stripe_3 {
    transform: rotateZ(0deg);
  }

  #header-menu_sp-icon-stripe_1 {
    top: 0px;
    transform-origin: 99% 50%;
  }

  #header-menu_sp-icon-stripe_2 {
    top: 1.45vh;
    opacity: 100%;
  }

  #header-menu_sp-icon-stripe_3 {
    top: 2.9vh;
    transform-origin: 99% 50%;
  }

  #header-menu_sp-cover {
    position: fixed;
    top: 0px;
    left: 0px;

    height: 100vh;
    width: 100vw;

    background-color: transparent;
    transition: 0.5s;
    z-index: 800;
  }

  #header-menu_sp {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    height: 100%;
    width: 10vh;
  }

  #header-menu_sp-list {
    position: fixed;
    top: 10vh;
    right: -100vw;

    height: 80vh;
    width: calc(100vw - 20vh);
    border: 1px solid var(--white);
    background-color: var(--greengrey);

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

    transition: 0.5s;
    z-index: 1000;
  }

  .header-menu-option {
    margin: 5vh 0px;
    font-size: 3vh;
    font-family: var(--os);
    color: var(--white);
  }

  #header-socialmedia {
    position: absolute;
    right: 13vh;
  }

  .main_content-bg-container {
    height: 66.7vw;
    margin: 0px;
  }

  .main_content-bg-container img {
    width: 102%;
    object-fit: contain;
  }

  /* HOME */
  #home1-left,
  #home1-right {
    width: 100vw;
  }

  #home1-right {
    height: 40vh;
  }

  #home2 {
    flex-direction: row;
    height: 50vh;
  }

  #home2-left,
  #home2-right {
    height: 100%;
  }

  /* ABOUT US */

  #about_us1 {
    min-height: 54vh;
  }

  #about_us1-title {
    font-size: 3vh;
    margin-top: 3vh;
  }

  #about_us1-images {
    width: 100vw;
    justify-content: space-around;
  }

  .about_us1-img {
    width: 44.9vw;
    height: 67vw;
  }

  .about_us-name-line {
    width: 46vw;
  }

  .about_us-name {
    font-size: 4vw;
  }

  .about_us-toggle {
    width: 4vw;
    height: 4vw;
  }

  .about_us-toggle-line {
    width: 4vw;
    height: 1.5px;
  }

  .about_us-description-container {
    width: 100%;
  }

  .about_us-description p {
    font-size: 4vw;
  }

  #about_us2 {
    height: auto;
    padding-bottom: 5vh;
  }

  .about_us2-side {
    width: 80vw;
  }

  .about_us2-img {
    width: 100%;
  }

  /* SERVICES */
  #services-container {
    height: auto;
    padding-top: 0px;
  }

  #services_1 {
    padding-top: 5vh;
  }

  .services-side {
    height: 100vh;
    width: 90vw;
  }

  .services-textbox {
    width: 75%;
  }

  #services_1-left-textbox {
    top: 7vh;
  }

  #services_1-right-textbox {
    width: 100%;
  }

  #services_2 {
    padding-bottom: 5vh;
  }

  #services_2-left-textbox {
    width: 100%;
  }

  /* GALLERY */
  #gallery-container {
    padding-top: 1vh;
  }

  #gallery-viewer-image {
    height: auto;
    width: 80vw;
  }

  #gallery-viewer-image-img {
    width: 80vw;
  }

  .gallery-viewer-arrow-container {
    width: 4vw;
    margin: 0px 1vw;
  }

  .gallery-viewer-arrow {
    width: 4vw;
    height: 5vh;
  }

  /* CONTACT INFO */
  #contact-container {
    padding-top: 0vh;
    height: auto;
    padding-bottom: 5vh;
  }

  #contact-banner-container {
    width: 400vw;
  }

  .contact-banner {
    width: 100vw;
    font-size: 3vh;
  }

  #contact-left {
    flex-direction: column;
    height: auto;
  }

  #contact-form {
    margin-top: 5vh;
    width: 100vw;
  }

  #contact-submit {
    width: 25vw;
  }

  .contact-form-line {
    width: 60vw;
    margin-bottom: 1vh;
  }

  .contact-form-unit {
    width: 80vw;
    flex-direction: column;
    align-items: center;
  }

  .contact-form-label {
    width: 60vw;
    font-size: 3vw;
    padding-right: 0px;
    text-align: left;
  }

  .contact-form-input {
    width: 60vw;
  }

  #contact-message {
    height: 10vh;
  }

  #contact-thankyou {
    width: 100vw;
    font-size: 4vh;
  }

  .contact-chk_icon {
    font-size: 2.5vw;
    margin-top: 3vh;
    margin-left: 4vw;
  }

  #contact-message-icon {
    margin-top: 5vh;
    padding-top: 2vh;
    height: 15vh;
  }

  #contact-submit {
    margin-top: 0px;
    padding: 0.5vh 2vw;
  }

  #contact-asterisk-warning {
    white-space: nowrap;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0.5vh;
    transform: translateX(-4vw);
  }

  #contact-img {
    height: 50vw;
    width: 50vw;
  }

  /* SHOP */
  #shop-container {
    padding-top: 0px;
    height: auto;
  }

  #shop-title {
    font-size: 8vw;
  }

  #shop-pics {
    flex-direction: column;
  }

  .shop-img {
    width: 80vw;
  }
}

/* VERY SMALL SMARTPHONES */
@media screen and (max-width: 450px) {
  #header-menu_sp-list {
    width: calc(100vw - 15vh);
  }

  .background-container {
    background-position-x: 50%;
  }

  #footer {
    padding: 3vh;
  }

  #home2-left {
    background-position-x: 55%;
  }

  #home2-right-img {
    width: 34vw;
    height: 50vw;
    bottom: 11vh;
  }
}

/* REALLY FUCKIN' SMALL SMARTPHONES */
@media screen and (max-width: 400px) and (max-height: 580px) {
  /* HEADER AND MENU */
  .header-menu-option {
    font-size: 2.5vh;
  }
}

/* FLIP PHONES */
@media screen and (max-aspect-ratio: 0.5) {
  .header-menu-option {
    font-size: 5vw;
  }

  #footer a,
  .footer-label,
  #footer div,
  .footer-icon {
    font-size: 3.5vw;
  }

  .services-img {
    width: 84vw;
    height: 125vw;
  }
}
