.aboutPage{
  display: block;
  line-height: 1.5;
  /*box-shadow: 0 0 17px 10px var(--grenadine-pink);*/
  margin: 3.75rem;
  padding: 4rem;
  font-family: serif;
  background-color: var(--glaucous-blue); 
  color: var(--deep-slate-olive);
}

.aboutPage ::selection {
  background-color: var(--cossack-green);
  color: var(--glaucous-blue);
}

.aboutPage ul{
  list-style: none;
}

.aboutPage li{
  font-weight: bold;
  color: var(--glaucous-blue);
  border-bottom: 2px dotted var(--deep-slate-olive);
  margin: 15px 0;
  padding-bottom: 15px;
  padding-left: 30px;
  font-family: "BIZ UDMincho", serif;
  font-variation-settings: "wdth" 65;
}

.aboutPage li:before {
  content: "";
  color: var(--cossack-green);
  margin-right: 0;
}


.aboutPage a{
  color: var(--cossack-green);
  filter: drop-shadow(0 0 7px var(--grenadine-pink));
}

.aboutPage p{
  margin: 1.5em 0;
  padding: 0;
  filter: none;
  border: none;
  font-size: 1.3rem;
  font-stretch: 50%;
}

section.aboutPage {
  width: 550px;
  margin: 3.75rem auto;
}

.aboutPage ul{
  margin: 5px 7px 20px 1%;
  padding: 0;
  width: inherit;
  filter: none;
  font-weight: 900;
  font-size: 2rem;
}

.plywood {
  border-style: solid;
  border-width: 20px;
  border-image-source: url(plywood_frame.png);
  border-image-slice: 100 fill;
  border-image-repeat: stretch;
}

.todays-specials{
  background-image: url("kyoto-background2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 768px) {
  .aboutPage p{
    font-size: 1.1rem;
  }
  
  .aboutPage ul{
    font-size: 1.5rem;
  }
  
  section.aboutPage {
    width: auto;
    margin: 0 1.5rem 3rem 1.5rem
  }
}

div.aboutColumn{
  display: block;
  line-height: 1.5;
  filter: drop-shadow(0 0 40px var(--grenadine-pink));
  margin: 2rem;
  padding: 2rem;
  font-family: Helvetica, sans-serif;
  background-color: var(--cossack-green); 
  color: var(--glaucous-blue);
  font-weight: 600;
}

p.aboutColumn {
  font-weight: normal;
  font-family: Times, serif; 
  font-size: 1.2rem;
  background-color: var(--cossack-green); 
  color: var(--glaucous-blue);
  margin: 0 0 15px 0;
  padding: 0
}

h2.aboutColumn{
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 0 1em 0;
  font-family: Times, serif;
  padding: 0;
  color: var(--glaucous-blue);
}

.aboutColumn h3{
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Times, serif;
  padding: 0;
  color: var(--glaucous-blue);
  display: contents;
  line-height: 3;
}

li.aboutColumn{
  font-weight: normal;
  background-color: var(--cossack-green); 
  color: var(--glaucous-blue);
  border: none;
}

ul.aboutColumn{
  margin-left: 1rem;
  margin-top: 1rem;
  font-size: 1.7rem
}

@media screen and (max-width: 768px) {
  .aboutPage{
    margin: 0 1.5rem 3rem 1.5rem;
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}

.default-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 15px;
}

.default-list li{
  border: none !important;
  margin: 0 0 0 1.5rem !important;
  padding: 0 !important;
  text-indent: -25px
}

.default-list li:before{
  content: '';
  margin: initial !important;
}

.section{
  display: block;
  line-height: 1.5;
  filter: drop-shadow(0 0 30px var(--grenadine-pink));
  margin: 3.75rem;
  padding: 2rem;
  font-family: Helvetica, sans-serif;
  background-color: var(--glaucous-blue);
  font-weight: 600;
  color: var(--cossack-green); 
}

@media screen and (max-width: 700px) {
  .section div{
    margin: 1.5rem;
    font-size: 1.5rem;
  }
}

::selection {
  background-color: var(--glaucous-blue);
  color: var(--cossack-green);
}

h1{
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: var(--deep-slate-olive);
  font-size: 5rem;
  font-family: "Jacquarda Bastarda 9", serif;
  font-weight: 400;
}

.header {
  font-size: 20px;
  text-align: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    min-height: min-content;
    background-color: transparent;
}

li{
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--glaucous-blue);
  text-indent: -30px;
  padding-bottom: 20px;
  margin-bottom: 20px
}

li:before {
  content: "";
  color: var(--cossack-green);
  font-weight: 800;
}

p{
  margin: 1em 0 1em 0;
  padding: 0;
  filter: none;
  border: none;
}

ul{
  margin: 0;
  padding: 0 0 0 18px;
  width: inherit;
  filter: none;
  list-style: none;
}

.column {
  font-size: 1.2rem;
}

.column a{
  color: white;
  filter: drop-shadow(0 0 8px var(--grenadine-pink));
}

.column a:hover{
  filter: none;
}

section.column{ 
  line-height: 1.5;
  margin: 0;
  padding: 2rem;
  font-family: 'Times New Roman', serif; 
  color: var(--glaucous-blue);
  outline-offset: 10px;
  font-weight: 600;
  background-color: var(--cossack-green);
  --r: 10px; /* radius of circles */
  mask: 
    linear-gradient(#000 0 0) no-repeat
     50%/calc(100% - 2*var(--r)) calc(100% - 2*var(--r)), 
    radial-gradient(farthest-side,#000 97%,#0000) 
     0 0/calc(2*var(--r)) calc(2*var(--r)) round;
}

.column p {
  margin: 1em 0 1em 0;
  padding: 0;
  font-weight: 400;
}

.column h2{
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  font-family: 'Times New Roman', serif;
  padding: 0;
  color: var(--glaucous-blue);
}

.column h3{
  font-size: 1.7rem;
}

.column h4{
  font-size: 1.7rem;
  display: contents;
  border-top: 2px dotted var(--glaucous-blue);
  font-weight: 400;
}

.column li{
  font-weight: 400;
  font-family:  serif; 
  color: var(--glaucous-blue);
  /*border-left: 3px solid var(--glaucous-blue);*/
  margin: 0 0 20px -10px;
  padding: 0 !important;
  text-indent: 0
}

.column li p{
  text-indent: 0;
  margin-top: 10px;
  margin-bottom: 0;
  
}

.column ul{
  margin-left: .5rem;
  margin-top: 2rem;
}

.person{
  border: none !important;
  margin: 0 0 0 10px !important;
  padding: 5px 0;
  
}

h3.person{
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
  margin: 10px 0 0 -10px !important;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    min-height: min-content;
    background-color: transparent;
}

.column-container {
    width: calc(50% - 4.5rem);
    display: flex;
    flex-direction: column;
    gap: 3rem;
}


@media screen and (max-width: 900px) {
    .container {
        flex-direction: column; 
        gap: 1rem; 
        margin: 0 1rem;
        max-width: 100%;
        padding: 0;
        
    }

    div.column-container {
        width: 100%; 
        gap: 2rem
    }
}

@font-face {
    font-family: Litterae Ignotae;
    src:url('litterae_ignotae.ttf') format('truetype'),
        url('litterae_ignotae.eot?#iefix') format('embedded-opentype'), 
	      url('litterae_ignotae.woff') format('woff'), 
	      url('litterae_ignotae.svg') format('svg'),
}

@font-face {
  font-family: "Roboto Serif";
  src:url('fonts/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf') format('truetype')
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

