.BorderBox{
  position: relative;
  padding: var(--headerHeight) 0 0 0;
  width: 100vw;
  height: calc(100% - var(--headerHeight));
}
.ContBox1{
  position: relative;
  left: 10%;
  margin-bottom: 150px;
  padding: 5% 10% 5% 10%;
  width: 60%;
  height: auto;
  background-color: var(--color-white);
}
h1{
  text-align: center;
  font-size: 3.3vw;
  font-variant: small-caps;
  font-weight: 500;
  letter-spacing: 0.09em;
}
h2{
  color: var(--color-black);
  font-size: 2.1em;
  font-weight: 400;
  line-height: 2.2em;
}
h3{
  color: var(--color-black);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 2.2em;
}
p{
  color: var(--color-black);
}
span{
  font-weight: 600;
  font-size: 1.2em;
  color: var(--color-brown);
}
#highlight{
  margin-left: 1%;
  color: var(--color-black);
  text-decoration: none;
}


/* Desktop Devices*/
@media all and (min-width: 600px) and (max-width: 900px) and (-webkit-max-device-pixel-ratio: 1) {
  h1{font-size: 6.5vw;}
  p{font-size: 2.0vw;}
  input{font-size: 2.0vw; height: 5.5vw; width: 29vw; margin-left: 35%;}
}
@media all and (max-width: 599px) and (-webkit-max-device-pixel-ratio: 1) {
  .BorderBox{padding: calc(1.9* var(--headerHeight)) 0 0 0;}
  .ContBox1{padding: 5% 5% 5% 5%; left: 5%; width: 80%;}
  h1{font-size: 8.5vw;}
  p{font-size: 3.9vw;font-weight: 400;}
  td{font-size: 3.8vw;}
}


@media all and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /*Mobile Landscape up to iPad */
  .BorderBox{padding: calc(1 * var(--headerHeight)) 0 0 0;}
  .ContBox1{padding: 5% 2% 5% 2%; left: 2%; width: 92%;}
  h1{font-size: 6.5vw; font-weight: 400;}
  p{font-size: 2.3vw; }
  td{font-size: 2.3vw;}
  input{font-size: 2.0vw; height: 5.5vw; width: 29vw; margin-left: 35%;}
}

@media all and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /*Mobile Portait up to iPad Pro */
  .BorderBox{padding: calc(1.9* var(--headerHeight)) 0 0 0;}
  .ContBox1{padding: 5% 5% 5% 5%; left: 5%; width: 80%;}
  h1{font-size: 8.5vw;}
  p{font-size: 3.9vw;font-weight: 400;}
  td{font-size: 3.8vw;}
}


/*
@media all and (min-width: 600px) and (max-width: 900px) {
  h1{font-size: 6.5vw;}
  p{font-size: 2.0vw;}
  input{font-size: 2.0vw; height: 5.5vw; width: 29vw; margin-left: 35%;}
}
@media all and (max-width: 599px) and (orientation: landscape) {

}
 Mobile Devices*/
