/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 16px;
  overflow-y: scroll; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Helvetica, Arial, sans-serif; }

h1, h2, h3, h4 {
  margin: 15px 0;
  font-family: Verdana, sans-serif; }

h1 {
  font-size: 1.9rem; }

h2 {
  font-size: 1.4rem; }

.page-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  padding: 15px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.40);
  font-weight: bold; }
  .page-top header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .page-top header h1 {
      margin: 0;
      flex-grow: 1;
      text-align: center;
      padding: 0 15px; }
  .page-top .back-top-button {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url('/image/icon/arrow-up.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: opacity 0.25s ease-in-out;
    opacity: 0;
    cursor: pointer; }

.menu-main-button {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url('/image/icon/menu-button-sprite.svg');
  background-size: 40px 20px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer; }

.menu-main {
  overflow: hidden; }
  .menu-main nav {
    padding: 15px 0 7.5px 0; }
  .menu-main a {
    text-decoration: none;
    display: block;
    background-color: #f5f5f5;
    border-left: 2px solid #999;
    padding: 7.5px;
    color: #666; }
  .menu-main a:hover {
    border-left-color: black;
    color: black; }
  .menu-main li {
    margin-top: 15px; }
    .menu-main li li a {
      padding-left: 15px; }

body.menu-main-open .menu-main {
  display: block; }
  body.menu-main-open .menu-main-button {
    background-position: -20px 0px; }

.megatron {
  height: 300px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (orientation: landscape) {
  .megatron {
    background-image: url('https://lorempixel.com/700/400/nature/2/'); } }

@media (orientation: portrait) {
  .megatron {
    background-image: url('https://lorempixel.com/500/400/nature/3/'); } }

.searchify-form {
  font-size: 0.9rem; }

.border {
  border: 1px solid #666; }

.radius {
  border-radius: 5px; }

.block-grid {
  display: grid;
  grid-gap: 7.5px;
  grid-template-columns: 1fr 1fr; }
  .block-grid.domains-grid {
    padding: 0 7.5px;
    font-size: 0.7rem; }
    .block-grid.domains-grid .grid-item-content {
      color: white;
      background: #12440d;
      padding: 7.5px; }
    .block-grid.domains-grid .domain {
      overflow: hidden; }
      .block-grid.domains-grid .domain h3 {
        cursor: pointer;
        font-weight: bold;
        overflow: hidden;
        overflow-wrap: break-word;
        font-family: Helvetica, Arial, sans-serif;
        margin: 0;
        width: 100%;
        overflow: hidden; }
      .block-grid.domains-grid .domain .reveal {
        margin-top: 7.5px; }
        .block-grid.domains-grid .domain .reveal a {
          color: #e8ff08; }
  @media (min-width: 600px) {
  .block-grid {
    grid-template-columns: 1fr 1fr 1fr; }
    .block-grid.domains-grid {
      font-size: 0.8rem; } }
  @media (min-width: 900px) {
  .block-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px; }
    .block-grid.domains-grid {
      padding: 0 15px;
      font-size: 0.9rem; } }
  @media (min-width: 1200px) {
  .block-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .block-grid.domains-grid {
      font-size: 0.9rem; } }

.add-to-cart div:first-child {
  margin-bottom: 3.75px; }

.page-row-padding {
  margin: 15px; }

.page-middle p {
  margin: 15px 0; }

.overlay {
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }

body.menu-main-open .overlay {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.page-bottom {
  margin-top: 15px;
  text-align: center;
  padding: 15px;
  box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.40); }
