
::selection {
  background: #ccc;
}
::-moz-selection {
  background: #ccc;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html,body{
    height: 100%;
    width: 100%;
  }

body {
    font-family:'Times';
    font-size: 0.9em;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    background: rgb(168, 186, 171);
    margin: 0;
    padding: 0;
    overflow: scroll;
  }

a {
  text-decoration: underline;
  color: black;
}

nav {
  position: absolute;
  top: 10px;
  z-index:1000;
}

table, th, td {
  border: 1px solid;
}

td{
  padding: 2px;
}

.Top {
  left: 1em;
  position: fixed;
  display: block;
}

.Top a{
  text-decoration: none;
}

.Cart {
  position: fixed;
  display: block;
  right:1em;
}

.password {
  position: fixed;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the div */
  text-align: center;
  width: 100%;
 }

.password button {
  margin: 1em;
}

.backdrop {
  background-image: url('/assets/imgs/P6220364.JPG');
  background-size: cover;
  width: 100%;
  height: 100%;
  repeat: no-repeat;
  position: fixed;
  overflow: hidden;
}

.title {
  font-weight: bold;
  text-align: left;
}

.submission {
  position: absolute;
  align-items: center;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the div */
  text-align: center;
  width: 100%;
}

form {
  display: inline-block;
  max-width: 100%;
  top: 75%;
  left: 50%;
  right: 50%;
  bottom: 0;
}

.form-row {
  display: block;
  text-align: right;
}

.form-submit {
  margin-top: 0.8vh;
  right: 0;
}

.form-submit button {
  margin-top: 0.5em;
}

input {
  text-align: right;
  font-family: inherit;
  background-color: inherit;
  border: none;
  border-bottom: 1px solid black;
  margin-top: 0.6vh;
}

input::placeholder {
  color: #888;
}

select {
  width: 200px;
  background-color: rgb(168, 186, 171);
  margin-top: 5px;
  border: none;
  border-bottom: 1px solid black;
  font-family: serif;
  text-align: right;
  color: #888;
}


.thankyou {
  background: rgb(168, 186, 171);
  margin: auto;
  position: absolute;
  top: 0 ;
  width: 70%;
  left: 15%;
  text-align: center;
}

.thankyou img {
  padding-top: 20px;
  width: 50%;
  margin: auto;
}

.disclaimer {
  z-index: 999;
  color: #888;
  position: fixed;
  font-size: 12px;
  bottom:100px;
  text-align: center;
  left: 50%;
  transform: translate(-50%);
}

.disclaimer a {
  color: #888;
}

.box_issue {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
  border: 1px solid black;
  width: 50%;
  left: 25%;
  margin-top: auto;
  vertical-align: middle;
  padding: 15px;
  padding-bottom: 35px;
  text-align: center;
}

.hidden {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgb(168, 186, 171);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: auto;
  height: auto;
  padding: 15px;
  border: 1px solid black;
  z-index: 9999999999;
}

.ant {
  width: 400px;
  position: absolute;
  display: block;
  line-height: 1.3em;
  text-align: center;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px grey dashed;
  padding: 15px;
}

.ant a {
  color: #f037d4;
}



@media screen and (max-width: 600px) {

  /* Home */

    body {
      font-size: 0.8em;
    }

    .submission {
      padding: 0.8rem;
      top: 5%;
      bottom: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      position: absolute;
    }

    form {
      float: left;
      text-align: left;
      display: block;
      width: 100%;
    }

    label {
      display: none;
    }

    .form-row {
      display: block;
      align-items: flex-end;
      text-align: left;
      padding: 0.1rem;
    }
    .form-submit {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding-bottom: 0px;
    }


    input[type="text"],
    input[type="email"],
    select {
      width: 100% !important;
      max-width: 100%;
    }

    input[type="text"]:not([name="postal_code"]):not([name="city"]),
    input[type="email"],
    select {
      margin-bottom: 1em;
    }

    select{
      padding-top: 0.8em;
    }

    input[name="postal_code"],
    input[name="city"] {
      width: 49% !important;
    }

    .form-submit {
      align-items: center;
    }

    .thankyou {
    position: absolute;
    background: rgb(168, 186, 171);
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 100px;
    padding-top: 90px;
  }

    .thankyou img {
      width: 100%;
      max-width: 300px;
    }

    .disclaimer {
      font-size: 11px;
      bottom: 20px;
      padding: 1em;
      width: 100%;
    }

    .ant {
      width: 300px;
      padding: 10px;
      position: absolute;
    }


/* Issues */

.box_issue {
  width: 90%;
  left: 5%;
  padding: 5px;
  padding-bottom: 20px !important;
  margin-top: -5%;
}

.box_issue img {
  width: 70%;
  height: auto;
}

.hidden {
  top: 35%;
  padding: 5px;
}

/* Enter */

  .backdrop {
    background-position: center;
  }

/* About */

.about {
  position: absolute;
  display: block;
  font-size: 14px;
  line-height: normal;
  width: 90% !important;
  left:15px !important;
  top: 30px !important;
  padding-bottom: 100px !important;

}

  }
