/* ===============================================
   Ultimate Modern CSS Reset
   Based on best practices from Eric Meyer,
   Josh W. Comeau, Andy Bell, and modern standards
   =============================================== */

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin and padding */
* {
    margin: 0;
    padding: 0;
}

/* 3. Set core body defaults */
body {
    min-height: 50vh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 4. Remove list styles on ul, ol elements with a list role */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* 5. Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

/* 6. Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

/* 7. Improve text rendering and wrapping */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: auto;
}

/* 8. A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

/* 9. Make images and media easier to work with */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 10. Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* 11. Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
    min-height: 10em;
}

/* 12. Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

/* 13. Root stacking context */
#root,
#__next {
    isolation: isolate;
}

/* 14. Enable keyword animations for modern browsers */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

/* 15. HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 16. Remove quotes from blockquotes and q elements */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* 17. Table border collapse */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 18. Focus management for accessibility */
:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* 19. Remove focus outline for mouse users */
:focus:not(:focus-visible) {
    outline: none;
}



/* ilma */

/* Home - Root */

body {
  color: #333;
}
div.home {
  margin: 0 auto;
  width: 40%;
  height: 100vh;
  text-align: center;
}
div.home img {
  margin: 100px auto 2rem;
  position: relative;
  max-width: 200px;
}
div.home a {
  background: rgba(184, 162, 162, 0.15);
  display: block;
  font-size: 3rem;
  margin: 0 auto;
  padding: 1rem;
  max-width: 200px;
}

body {
  background: #F8F9FA none;
  font-family: ui-sans-serif;
  padding: 1rem;
}
body, body.accessibility, body.privacypolicy {
  font-family: ui-sans-serif, sans-serif;
  font-variant-ligatures: common-ligatures;
  font-weight: normal;
  overflow-x: hidden;
}
.copytext {
  margin: 0;
  padding: 0;
  position: relative;
}
.copytext h2 {
  margin-bottom: 1rem;
}
.lead-ios, .lead-android {
  font-size: 1.25rem;
  font-weight: 600;
}
#support a:hover, .privacy a:hover {
  background: rgba(0, 0, 0, 0.1) none;
  transition: background-color 600ms;
}
#support li a, .privacy li a {
  padding-left: 1rem;
}
li.name, li.datetime {
  padding-left: 1rem;
}

ul.features-ios {
  margin: 0 0 3rem;
  background: #f0f0f0;
  padding: 1rem 2rem 1rem;
  border-radius: 8px;
}
ul.features-ios li {
  list-style-type: "» ";
}

.definition {
  background: #f0f0f0;
  border-radius: 8px;
  margin-top: 1rem;
}
#support h2 {
  margin-left: 1rem;
}
.main .store-links li {
  margin-left: 1rem
}
.icon img {
  margin-right: 0;
}
.android .store-links li:last-child {
  border-bottom: 0
}
.copytext dl, .privacypolicy dl {
  margin-bottom: 1rem;
  border-radius: 8px;
}
.copytext dt, .privacypolicy dt {
  font-weight: 700;
  line-height: 2;
}
.copytext dd, .privacypolicy dd {
  margin: 0 0 0 1rem
}
h2.faq {

}

@media (max-width: 600px) {
    /* Mobile styles */
    .icon {
      display: inline-block;
    }
    .icon img {
      background: #f8f8f8;
      border-radius: 24px;
    }
    .title {
      display: inline-block;
      position: relative;
      bottom: 1.5rem;
    }
    .title img {
      display: inline;

    }
    .definition {
      margin-bottom: 1rem;
      padding: 1rem;
    }
    #support h2 {
      line-height: 2
    }
    #support ul, .privacy ul {
      list-style: none;
      margin: 0 1em 2em 0
    }
    #support li, .privacy li {
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      line-height: 3;
    }
    #support li a, .privacy li a {
      color: rgba(0, 0, 0, 0.75);
      display: block;
    }
    .store-links {
        list-style: none;
        display: flex;
        position: relative;
    }
    .store-links li {
      margin: 0 0 2rem 0rem;
      width: 50%;
    }
    img.app {
      margin: 0 0 2rem;
      max-width: 100%;
    }
    .copytext p, .copytext h3, .accessibility h3, .accessibility h2 {
      margin-bottom: 1rem
    }
    .copytext ul {
      margin: 0;
    }
    ul.features-ios {
      margin-bottom: 3rem;
    }
    .copytext li {
      margin-bottom: .75rem;
      padding-bottom: .75rem;
      border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .android {
      padding-top: 2rem;
    }
    .copytext li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .android img.app-android {
      margin: 0 0 2rem;
      padding: 0;
      max-width: 100%;
    }

    .android ul {margin-bottom: 2rem}
}

@media (min-width: 601px) and (max-width: 900px) {
    /* Tablet styles */
    .icon {
      display: inline-block;
    }
    .icon img {
      background: #f8f8f8;
      border-radius: 24px;
    }
    .title {
      display: inline-block;
      position: relative;
      bottom: 1.5rem;
    }
    .title img {
      display: inline;

    }
    .definition {
      margin-bottom: 1rem;
      padding: 1rem;
    }
    #support h2 {
      line-height: 2
    }
    #support ul, .privacy ul {
      list-style: none;
      margin: 0 1em 2em 0;
      max-width: 33%;
    }
    #support li, .privacy li {
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      line-height: 3;
    }
    #support li a, .privacy li a {
      color: rgba(0, 0, 0, 0.75);
      display: block;
    }
    .store-links {
      list-style: none;
      display: flex;
      position: relative;
    }
    .store-links li {
      margin: 0 0 2rem 0rem;
      width: 50%;
    }
    img.app {
      margin: -23rem 0 0;
      max-width: 60%;
      position: relative;
      left: 45%;
    }
    .copytext p, .copytext h3 {
      margin-bottom: 1rem
    }
    .copytext ul {
      margin: 0;
    }
    ul.features-ios {
      margin-bottom: 3rem;
    }
    .copytext li {
      margin-bottom: .75rem;
      padding-bottom: .75rem;
      border-bottom: 1px solid rgba(0,0,0,0.15);
    }

    .copytext li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .android {
      padding-top: 2rem;
    }
    .android img.app-android {
      margin: 0 0 2rem;
      padding: 0;
      max-width: 100%;
    }
    .android ul {margin-bottom: 2rem}
    ul.features-ios {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 2rem;
      margin-top: 2rem;
    }

    .main, .copytext, .brand {
      max-width: 48rem;
      margin: 0 auto;
      max-height: 22rem;
      background: #f8f8f8;
      padding-top: 1.5rem;
    }

}

@media (min-width: 901px) {
    /* Desktop styles */
    body {
      padding: 2rem;
    }
    .icon {
      display: inline-block;
    }
    .icon img {
      background: #f8f8f8;
      border-radius: 24px;
    }
    .title {
      display: inline-block;
      position: relative;
      bottom: 1.5rem;
    }
    .title img {
      display: inline;
    }
    .definition {
      margin-bottom: 1rem;
      padding: 1rem;
    }
    #support h2 {
      line-height: 2
    }
    #support ul, .privacy ul {
      list-style: none;
      margin: 0 1em 2em 0
    }
    #support li, .privacy li {
      border-top: 1px solid rgba(0, 0, 0, 0.25);
      line-height: 3;
      max-width: 400px;
    }
    #support li a, .privacy li a {
      color: rgba(0, 0, 0, 0.75);
      display: block;
    }
    .store-links {
      list-style: none;
      display: flex;
      position: relative;
    }
    .store-links li {
      margin: 0 0 2rem 0rem;
      width: 50%;
    }
    .copytext h3 {
      margin: 2rem 0 1rem;
    }
    .copytext p {
      margin-bottom: 1rem;
    }
    .copytext li {
      margin-bottom: .75rem;
      padding-bottom: .75rem;
    }
      .copytext li:last-child {
        /* border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;*/
      }
    img.app {
      margin: -23rem 0 0;
      max-width: 50%;
      position: relative;
      left: 28rem;
    }
    .main, .copytext, .brand {
      max-width: 48rem;
      margin: 0 auto;
      max-height: 22rem;
      background: #f8f8f8;
    }
    .android {
      padding-top: 2rem;
    }
    .android p {
      margin-left: 30%
    }
    .android img.app-android {
      margin: 0 0 2rem;
      padding: 0;
      width: 26%;
      float: left;
    }
    p.crname {
      clear: left;
      text-align: left;
    }
    .android ul { margin: 2rem 0 2rem 30%;}
    ul.features-ios {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 2rem;
      margin-top: 2rem;
    }

}
