@charset "UTF-8";
/* CSS Document */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
  font-weight: 300;
}
a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  top: 10vh;
  z-index: 10;
  .checkbox-toggle {
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 20;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
    &:checked {
      & + .hamburger {
        > div {
          transform: rotate(135deg);
          &:before, &:after {
            top: 0;
            transform: rotate(90deg);
          }
          &:after {
            opacity: 0;
          }
        }
      }
      & ~ .menu {
        pointer-events: auto;
        visibility: visible;
        > div {
          transform: scale(1);
          transition-duration: .75s;
          > div {
            opacity: 1;
            transition: opacity .4s ease .4s;
          }
        }
      }
    }
    &:hover + .hamburger {
      box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    }
    &:checked:hover + .hamburger > div {
      transform: rotate(225deg);
    }
  }
  .hamburger {
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 10;
    width: 60px;
    height: 60px;
    padding: .5em 1em;
    background: fade(#ad002d, 75%);
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow .4s ease;
    backface-visibility: hidden;
    .flex-center;
    > div {
      position: relative;
      flex: none;
      width: 100%;
      height: 2px;
      background: #ad002d;
      transition: all .4s ease;
      .flex-center;
      &:before, &:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: inherit;
        transition: all .4s ease;
      }
      &:after {
        top: 10px;
      }
    }
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    .flex-center;
    > div {
      width: 750px;
      height: 750px;
      background-color: rgba(197, 198, 205, 0.9);
      border-radius: 50%;
      transition: all .4s ease;
      flex: none;
      transform: scale(0);
      backface-visibility: hidden;
      overflow: hidden;
      .flex-center;
      > div {
        text-align: center;
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        transition: opacity .4s ease;
        overflow-y: auto;
        flex: none;
        .flex-center;
        > ul {
          list-style: none;
          padding: 0 2em;
          margin: 0;
          display: block;
          max-height: 100vh;
          > li {
            padding: 0;
            margin: 1em;
            font-size: 24px;
            display: inline-block;
            > a {
              position: relative;
              display: inline;
              cursor: pointer;
              transition: color .4s ease;
              &:hover {
                color: darken(#ad002d, 10%);
                &:after {
                  width: 100%;
                }
              }
              &:after {
                content: '';
                position: absolute;
                z-index: 1;
                bottom: -.15em;
                left: 0;
                width: 0;
                height: 2px;
                background: darken(#ad002d, 10%);
                transition: width .4s ease;
              }
            }
          }
        }
      }
    }
  }
}
.li-box ul li {
  border-bottom: 2px solid #ad002d;
  padding: 10px;
  font-weight: 600;
  display: table;
  font-family: "Helvetica", serif;
  margin: 0 0 0 40px;
}
.li-box ol li {
  display: inline-block;
  border-bottom: none;
  font-family: "Helvetica", serif;
  margin: 0;
}
.line {
  color: #ad002d;
  padding-right: 6px;
}
.service-box {
  margin-left: 64px;
}
.top-box {
  position: relative;
}
.top-right {
  position: absolute;
  top: -160px;
  right: 15px;
  width: 40%;
}
@media screen and (min-width:430px) {
 .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
  font-weight: 300;
}
a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  top: 10vh;
  z-index: 10;
  .checkbox-toggle {
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 20;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
    &:checked {
      & + .hamburger {
        > div {
          transform: rotate(135deg);
          &:before, &:after {
            top: 0;
            transform: rotate(90deg);
          }
          &:after {
            opacity: 0;
          }
        }
      }
      & ~ .menu {
        pointer-events: auto;
        visibility: visible;
        > div {
          transform: scale(1);
          transition-duration: .75s;
          > div {
            opacity: 1;
            transition: opacity .4s ease .4s;
          }
        }
      }
    }
    &:hover + .hamburger {
      box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    }
    &:checked:hover + .hamburger > div {
      transform: rotate(225deg);
    }
  }
  .hamburger {
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 10;
    width: 60px;
    height: 60px;
    padding: .5em 1em;
    background: fade(#ad002d, 75%);
    border-radius: 0 0.12em 0.12em 0;
    cursor: pointer;
    transition: box-shadow .4s ease;
    backface-visibility: hidden;
    .flex-center;
    > div {
      position: relative;
      flex: none;
      width: 100%;
      height: 2px;
      background: #ad002d;
      transition: all .4s ease;
      .flex-center;
      &:before, &:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: inherit;
        transition: all .4s ease;
      }
      &:after {
        top: 10px;
      }
    }
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    .flex-center;
    > div {
      width: 800px;
      height: 800px;
      background-color: rgba(197, 198, 205, 0.95);
      border-radius: 50%;
      transition: all .4s ease;
      flex: none;
      transform: scale(0);
      backface-visibility: hidden;
      overflow: hidden;
      .flex-center;
      > div {
        text-align: center;
        max-width: 90vw;
        max-height: 100vh;
        opacity: 0;
        transition: opacity .4s ease;
        overflow-y: auto;
        flex: none;
        .flex-center;
        > ul {
          list-style: none;
          padding: 0 13em;
          margin: 0;
          display: block;
          max-height: 100vh;
          > li {
            padding: 0;
            margin: 1em;
            font-size: 24px;
            display: inline-block;
            > a {
              position: relative;
              display: inline;
              cursor: pointer;
              transition: color .4s ease;
              &:hover {
                color: darken(#ad002d, 10%);
                &:after {
                  width: 100%;
                }
              }
              &:after {
                content: '';
                position: absolute;
                z-index: 1;
                bottom: -.15em;
                left: 0;
                width: 0;
                height: 2px;
                background: darken(#ad002d, 10%);
                transition: width .4s ease;
              }
            }
          }
        }
      }
    }
  }
}
.li-box ul li {
  border-bottom: 2px solid #ad002d;
  padding: 10px;
  font-weight: 600;
  display: table;
  font-family: "Helvetica", serif;
  margin: 0 0 0 40px;
}
.li-box ol li {
  display: inline-block;
  border-bottom: none;
  font-family: "Helvetica", serif;
  margin: 0;
}
.line {
  color: #ad002d;
  padding-right: 6px;
}
.service-box {
  margin-left: 64px;
}
.top-box {
  position: relative;
}
.top-right {
  position: absolute;
  top: -160px;
  right: 15px;
  width: 40%;
}
}