/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-size: 10px;
}

body {
  overflow-x: hidden;
  width: 100%;
}

/* TYPOGRAPHY */

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
}

.kontakt h2 {
  font-family: "Montserrat", sans-serif;
}

.kontakt h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}

h3.firma {
  font-weight: 400;
}

.kontakt address {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
}

.text-cta {
  text-transform: uppercase;
  font-size: 2rem;
}

.company-name h2,
.company-name-green h2 {
  font-weight: 200;
}

.title-inside-container-left {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

h3.link-item a {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.link-item a:hover,
.link-item a:focus,
.link-item a:active {
  font-weight: 600;
  text-decoration: none;
}

.close-icon {
  font-size: 3rem;
}

.paragraph-left {
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.text-company {
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}

.title-section {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.service-intro {
  font-size: 2rem;
  margin: 3rem auto;
  padding: 1rem;
  text-align: center;
}

.icon-title {
  font-size: 2.5rem;
  padding-right: 1rem;
}

.emphasis {
  font-size: 2rem;
}

.cleaning-description strong,
.blurred strong {
  font-size: 1.6rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

.mobile-col-brown .emphasis strong {
  font-size: 2rem;
  font-weight: 600;
}

/* COLOR PALETTE */

.blurred,
.emphasis,
.brown {
  color: rgb(89, 81, 79);
}

.mobile-col-brown {
  background-color: #464646;
  color: #d9d6d0;
}

.mobile-col-brown .emphasis {
  color: #d9d6d0;
  margin: 3rem 0;
}

.foretag,
.kontakt {
  background-color: rgb(89, 81, 79);
  color: #d9d6d0;
}

.green,
.kontakt h1 {
  color: #afbf75;
}

.company-name,
.link-item a,
.close-icon {
  color: #d9d6d0;
}

.company-name-green,
.hamburger-menu-green {
  color: #56732c;
  z-index: 9999;
}

.link-item a:hover,
.link-item a:focus,
.link-item a:active,
.close-icon:hover,
.close-icon:focus,
.close-icon:active {
  color: #afbf75;
  text-decoration: none;
}

.scrolled {
  background-color: #d9d6d0;
}

a .contact-icon {
  text-decoration: none;
  font-size: 6rem;
  padding: 2rem;
}

/* LANDING PAGE */
.landing {
  background-image: url(images/bathroom-md.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  overflow-y: hidden;
}

.company-name,
.company-name-green {
  position: absolute;
  bottom: 0;
}

/* HOME PAGE */

section {
  position: relative;
}

.company-intro {
  height: 100vh;
  width: 100vw;
}

.btn-container.btn-home {
  position: absolute;
  top: 40rem;
  left: 0;
  margin: 0;
}

.left-area {
  position: relative;
}

.title-inside-container-left {
  position: absolute;
  top: 10rem;
  left: 2rem;
}

.paragraph-left {
  position: absolute;
  top: 27rem;
  left: 2rem;
  right: 2rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
/* foretag SECTION */
.foretag {
  height: auto;
  width: 100vw;
  padding-bottom: 3rem;
}

.blockquote {
  padding: 60px 80px 40px;
  position: relative;
}

.blockquote p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

.blockquote p span {
  font-size: 1.6rem;
  font-style: italic;
  float: right;
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #afbf75;
  height: 3px;
  width: 200px;
}

.image-cropper {
  width: 25rem;
  height: 25rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.avatar {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

/* TJÄNSTER SECTION */

a.btn-choose {
  padding: 15px 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom-width: 3px;
  background-color: #d9d6d0;
  border-radius: 25px;
  cursor: pointer;
  text-transform: none;
  color: rgba(89, 81, 79);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  cursor: pointer;
}

a.btn-choose:hover,
a.btn-choose:active {
  background-color: #464646;
  color: #d9d6d0;
  border: 2px solid #d9d6d0;
  -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.last-emphasis {
  margin-bottom: 3rem;
}

.image-section {
  width: 80%;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blurred {
  border: 1px solid #d9d6d0;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-color: #d9d6d0;
}

.btn-container {
  margin: 3rem;
  text-align: right;
}

a.btn-cta {
  padding: 16px 32px;
  border: 1px solid #56732c;
  border-radius: 35px;
  background-color: #afbf75;
  color: #d9d6d0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 3rem 0;
  cursor: pointer;
}

a.btn-cta:hover,
a.btn-cta:active {
  -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.5);
  background-color: rgb(86, 115, 44);
  text-decoration: none;
}

/* KONTAKT */

.logo-image {
  height: 10rem;
  width: auto;
}

.kontakt {
  width: 100vw;
}

i.contact-icon:hover {
  color: #56732c;
}

/* NAVIGATION */

.logo-nav {
  height: 10rem;
  width: auto;
  margin: 0.5rem;
}

.hamburger-menu {
  font-size: 3rem;
  color: #d9d6d0;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}
.hamburger-menu-green {
  font-size: 3rem;
  color: #56732c;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

.nav-green,
.company-name-green {
  z-index: 10;
}

.menu-full-page {
  height: 100vh;
  width: 100vw;
  background-color: rgba(89, 81, 79, 0.8);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.menu-links {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close-icon {
  position: absolute;
  bottom: 12rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  cursor: pointer;
}

.link-item {
  list-style-type: none;
}

.link-item a {
  text-decoration: none;
  cursor: pointer;
}

/* FOOTER */
footer {
  height: 18rem;
  background-color: black;
}

footer p {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: #d9d6d0;
}

footer p a {
  text-decoration: none;
  color: #d9d6d0;
  font-size: 1.8rem;
  font-weight: 600;
}

footer p a:hover {
  color: whitesmoke;
  font-style: italic;
}

.name-company {
  padding-top: 5rem;
}

.contact-icon.last-icon {
  padding-bottom: 5rem;
}

/* MEDIA QUERIES */
@media (min-width: 375px) {
  .title-section {
    font-size: 3.5rem;
  }
  a.btn-choose {
    margin-left: 1.5rem;
  }
  .btn-container.btn-home {
    position: absolute;
    top: 40rem;
    left: 2rem;
    margin: 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .blurred.service-intro {
    width: 50rem;
  }
  .logo-image {
    height: 15rem;
    width: auto;
  }
  .cleaning-selection-col {
    text-align: center;
  }
  .btn-choose {
    font-size: 2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .home {
    background-image: url(images/blackvase-lg.jpg);
  }
  .company-name h1,
  .company-name h2 {
    display: inline-block;
  }
  .company-name h1 {
    font-size: 3.5rem;
  }
  .company-name h2 {
    margin-left: 3rem;
    font-size: 3rem;
  }
  .landing {
    background-image: url(images/bathroom-l.jpg);
    background-position: bottom center;
  }
  .title-inside-container-left {
    top: 20rem;
    font-size: 8rem;
  }
  .paragraph-left {
    top: 55rem;
    font-size: 5rem;
  }
  .company-name-green h1 {
    font-size: 5rem;
  }
  .company-name-green h2 {
    font-size: 3rem;
  }
  .hamburger-menu-green {
    font-size: 5rem;
  }
  .blurred.service-intro {
    width: 60rem;
  }
  .title-section,
  .icon-title {
    font-size: 3rem;
  }
  .emphasis,
  a.btn-choose .service-intro {
    font-size: 2.5rem;
  }
  .btn-container {
    text-align: left;
  }
  .title-section,
  .title-section-green {
    padding-left: 3rem;
  }
  .logo-nav {
    height: 10rem;
    width: auto;
    margin: 2rem;
  }
  .logo-image {
    height: 20rem;
    width: auto;
  }

  .btn-container.btn-home {
    left: 2rem;
    top: 75rem;
  }
  .cleaning-options {
    width: auto;
    margin: auto;
    max-width: 100%;
    padding-top: 6rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .title-inside-container-left {
    position: absolute;
    top: 10rem;
    left: 2rem;
    font-size: 5rem;
  }
  .paragraph-left {
    position: absolute;
    top: 27rem;
    left: 2rem;
    right: 2rem;
  }

  .company-name h1,
  .company-name-green h1,
  .hamburger-menu,
  .hamburger-menu-green {
    font-size: 5rem;
  }
  .company-name h2,
  .company-name-green h2 {
    font-size: 4rem;
  }
  .home {
    background-image: url(images/blackvase-lg.jpg);
  }
  .title-section,
  .icon-title {
    font-size: 4rem;
  }
  .emphasis,
  a.btn-choose,
  .service-intro {
    font-size: 2.5rem;
  }
  .title-section,
  .title-section-green {
    padding-left: 4rem;
  }
  .blurred {
    width: 40rem;
    padding: 1.5rem;
  }
}
/* Laptop landscape Non Retina Screen */
@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-pixel-ratio: 1) {
  .btn-container.btn-home {
    left: 2rem;
    top: 60rem;
  }

  .title-inside-container-left {
    top: 10rem;
  }
  .paragraph-left {
    top: 40rem;
    font-size: 5rem;
  }
  .btn-container.btn-home {
    left: 0;
    top: 55rem;
  }
  .image-section {
    height: 70rem;
    width: 80%;
  }
  .blurred {
    width: 40rem;
    padding: 1.5rem;
  }
  .centered-area .blurred {
    margin: auto;
  }
  .centered-area {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .btn-container {
    text-align: center;
  }
}

/* Laptop landscape Retina Screen */
@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-pixel-ratio: 2) and (-webkit-min-pixel-ratio: 2),
  screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-pixel-ratio: 2) and (-o-min-pixel-ratio: 2/1),
  screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .btn-container.btn-home {
    left: 2rem;
    top: 60rem;
  }
  .title-inside-container-left {
    top: 10rem;
  }
  .paragraph-left {
    top: 40rem;
    font-size: 5rem;
  }
  .image-section {
    height: 70rem;
    width: 80%;
  }
  .blurred {
    width: 40rem;
    padding: 1.5rem;
  }
  .centered-area .blurred {
    margin: auto;
  }
  .centered-area {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .btn-container {
    text-align: center;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .btn-container.btn-home {
    left: 2rem;
    top: 50rem;
  }
  .landing {
    background-image: url(images/bathroom-xl.jpg);
    background-position: bottom center;
  }
  .home {
    background-image: url(images/blackvase-xl.jpg);
  }

  .title-inside-container-left,
  .paragraph-left,
  .btn-container.btn-home {
    left: 20rem;
  }

  .title-section,
  .icon-title {
    font-size: 5rem;
  }
  .title-inside-container-left {
    top: 10rem;
  }
  .paragraph-left {
    top: 30rem;
    font-size: 5rem;
  }
  .image-section {
    height: 70rem;
    width: 80%;
  }
  .blurred {
    width: 40rem;
    padding: 1.5rem;
  }
  .centered-area .blurred {
    margin: auto;
  }
  .centered-area {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .btn-container {
    text-align: center;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .title-section {
    font-size: 5.5rem;
  }
  .title-inside-container-left {
    top: 10rem;
  }
  .paragraph-left {
    top: 30rem;
    font-size: 5rem;
  }
  .image-section {
    height: 70rem;
    width: 80%;
  }
  .blurred {
    width: 40rem;
    padding: 1.5rem;
  }
  .centered-area .blurred {
    margin: auto;
  }
  .centered-area {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .btn-container {
    text-align: center;
  }
}
