html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
    Author's custom styles
   ========================================================================== */

/* ANCHOR Google fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,900&display=swap');

:root {
  --color-font: #fff;
  --color-font-hover: #aaa;
  --color-font-dark: #363636;
  --bg-color: #363636;
  --bg-color-pink: #f6cbcb;
}

.header a {
  text-decoration: none;
  color: var(--color-font);
}

.header-light a {
  color: var(--color-font-dark);
}

.header a:hover {
  color: var(--color-font-hover);
  cursor: pointer;
}

.header a:hover {
  color: var(--color-font-hover);
  cursor: pointer;
}

.wrapper {
  min-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgcolor {
  background-color: var(--bg-color);
}

.bg1 {
  background-image: url('/img/bg-home.png');
}

.bg2 {
  background-image: url('/img/bg-merker.png');
}

.bg3 {
  background-image: url('/img/bg-kontakt.png');
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 64px;
  text-transform: uppercase;
  color: var(--color-font);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.33rem;
  letter-spacing: 0.04em; 
}

.header-light {
  color: var(--color-font-dark);
  background-color: white;
}

.header #logo {
  width: 50px;
  height: 50px;
}

#logo:hover {
  cursor: pointer;
}

#hamburger, #close {
  display: none;
}

.header #facebook, .header #hamburger, .header #close {
  width: 24px;
  height: 24px;
}

#facebook:hover, #hamburger:hover, #close:hover {
  cursor: pointer;
}

.header .active {
  text-decoration: underline;
}

.mobile-menu {
  display: none;
  /* display: flex; */
  position: absolute;
  min-width: 100%;
  flex-wrap: wrap;
  z-index: 1;
}

.mobile-menu > * {
  flex: 1 0 auto;
  min-width: 100%;
  text-align: center;
  background-color: var(--bg-color);
  color: var(--color-font);
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.33rem;
  letter-spacing: 0.04em; 
  padding: 18px;
}

.mobile-menu a {
  text-decoration: none;
  color: var(--color-font);
}

.page-title, .sub-title, .title-om {
  text-transform: uppercase;
}

.page-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: 0.04em;
  padding: 10rem 0rem 0rem 10rem;
}

.sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2rem;
  letter-spacing: 0.3em;
  padding: 3rem 0rem 0rem 10rem;
}

.hours {
  background: #FFFFFF;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  width: 20rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.33rem;
  line-height: 1.66rem;
  padding: 2rem;
  margin: 10rem;
}

.hours .title {
  font-weight: 700;
  padding-bottom: 1.66rem;
}

.hours .hour-rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 2rem;
}

.italic {
  font-style: italic;
}

.contact-card {
  background-color: white;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
  color: var(--color-font-dark);
  width: 310px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.33rem;
  line-height: 1.66rem;
  padding: 2rem;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.contact-card .title {
  font-weight: 700;
  padding-bottom: 1.66rem;
}

.title-om {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.3em;
  padding: 4rem 0rem 4rem 0rem;
  text-align: center;
}

#olaug, #anchalee {
  display: block;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.name, .sub-name {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 2rem 0rem 0rem 0rem;
}

.name {
  text-transform: uppercase;
}

.sub-name {
  font-weight: 400;
  font-size: 1.2rem;
  width: 200px;
  margin: auto;
}

#bg-makeup {
  padding-top: 4rem;
  width: 460px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.merker {
  width: 50rem;
  padding: 10rem 0rem 0rem 4rem;
  text-align: center;
}

.merker h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 5.6rem;
  line-height: 7rem;
  letter-spacing: 0.04em;
  margin: 0;
  /* padding: 10rem 0rem 0rem 10rem; */
}

.merker h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.3em;
  margin: 0;
  padding-bottom: 3rem;
  /* padding: 3rem 0rem 0rem 10rem; */
}

.merker .images {
  display: flexbox;
  flex-wrap: wrap;
  width: 50rem;
  background-color: white;
}

.merker .images img {
  width: 17rem;
  padding: 2rem;
}

button {
  border-style: none;
}

.behandlinger {
  display: block;
  font-family: 'Montserrat', sans-serif;
  background-color: var(--color-font);
  margin: 2rem auto 2rem auto;
  padding: 1rem;
  width: min(800px, 100% - 4rem);
}

.collapsible {
  width: 100%;
  background-color: var(--color-font);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: left;
  cursor: pointer;
  padding: 1rem;
}

.collapsible:after {
  content: '\002B';
  color: var(--bg-color);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2212";
}

.content {
  display: block;
  background-color: var(--bg-color-pink);
  font-weight: 400;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.content .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1;
  margin: 0.5rem 0rem 0.5rem 2rem;
}

.content .bold {
  font-weight: 700;
}

.content .row div {
  flex: 1;
  text-align: right;
}

.content .row div:first-child {
  text-align: left;
  flex: 2;
}

/* ==========================================================================
    Media screen classes
   ========================================================================== */

/* iPad */
@media only screen and (max-width: 1024px) {
  .header {
    padding: 0px 0px;
    font-size: 1.2rem;
  }

  .page-title {
    font-size: 6rem;
    line-height: 6rem;
    padding-left: 6rem;
  }

  .sub-title {
    padding-left: 6rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .hours {
    margin: 6rem;
  }  
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .header {
    padding: 0px 0px;
    font-size: 1.2rem;
  }

  .page-title {
    font-size: 4rem;
    line-height: 4rem;
    padding-left: 2rem;
  }

  .sub-title {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .hours {
    margin: 2rem;
  }  

  .header p {
    /* To do */
    display: none;
  }

  #hamburger {
    display: block;
  }
  
  .contact-card {
    left: 0;
    right: 0;
    margin: auto
  }

  #bg-makeup {
    width: 80%;
  }

  .merker {
    width: 90%;
    margin: auto;
    padding: 2rem 0rem 0rem 0rem;
  }
  
  .merker h1 {
    font-size: 3.6rem;
    line-height: 5rem;
    letter-spacing: 0.02em;
    margin: auto;
    /* padding: 10rem 0rem 0rem 10rem; */
  }
  
  .merker h2 {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.2em;
    padding-bottom: 2rem;
    /* padding: 3rem 0rem 0rem 10rem; */
  }
  
  .merker .images {
    width: 100%;
  }
  
  .merker .images img {
    width: 17rem;
    padding: 1rem;
  }

}
  
/* ==========================================================================
    Helper classes
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

