@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
  box-sizing: border-box
}

:root {
  --red: #ED1C24;
}

@media screen and (min-width: 800px) {

  h4 {
    font-size: 14px;
  }

  .suboption {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
  }

  .payment .container {
    width: 800px !important;
  }
}

@media screen and (max-width: 799px) {
  body, .content {
    min-width: 400px;
  }

  select, button {
    color: black;
    border-radius: 5px;
    border: 1px solid #aaa;
    max-width: 200px;
  }

  .suboption {
    min-width: 350px;
    margin: 10px 0;
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px 20px;

  }

  button {
    padding: 6px 16px;
  }

  .options h4 {
    border-bottom: 1px solid #aaa !important;
  }
}

body {
  margin: 0;
  background-image: linear-gradient(#aaa, #333);
  background-repeat: repeat-x;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.header {
  border-top: 10px solid black;
  background-color: white;
  padding: 10px 25px;
  height: 90px;
}

img {
  display: block;
  background: transparent;
}

.header img {
  height: 100%;
}

.content {
  display: flex;
}

.content .container {
  margin: auto auto;
  background-color: white;
  display: block;
  width: 800px;
}

img.subhead {
  width: 100%;
  padding: 1rem 3rem 0rem;
}

.content .new {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 200;
  padding-top: 0rem;
}

.content .new span {
  font-family: "Lovers Quarrel";
  font-size: 3.5rem;
  display: inline-block;
  padding: 0 0.5rem;
  height: 3rem;
  border-bottom: 3px solid var(--red);
  color: var(--red);
}

.options p {
  margin-left: 10px;
}

.options h4 {
  margin: 0 15px 0 -10px;
  border-bottom: 1px solid lightgrey;
}

.options a {
  color: black;
  font-weight: bold;
}

.form, .options p, .submit, .new {
  margin: 0;
  padding: 16px;
}

.form table {
  width: 100%;
  padding-right: 30px;
}

.form table td:first-child {
  width: 140px;
}

[type=text], [type=email] {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid black;
  width: 100%;
}

.mailing {
  margin-top: 15px;
}

.mailing td { vertical-align: top;}

input.prov { width: 120px; }
input.postal { width: 80px; }
input.city { width: 180px;}
input.country { width: 150px; }

div.extras {
  padding: 15px;
}

.extras > p:first-child {
  /* font-weight: bold; */
  font-size: 16px;
}

.industries {
  border-collapse: collapse;
  margin-top: 10px;
}

.footer {
  border-bottom: 10px solid black;
  background-color: var(--red);
  color: white;
}

.free, .extras, .canada, .notcanada {
  display: none;
}

.free {
  display: block;
}
