@charset "UTF-8";
/* 
This CSS is Made by Allie and Alfie 
Mainly use by the Projects page
*/






/* Table */

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px #c9c9c9;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}


table td {
  padding: 0.75em 0.75em;
  font-weight: 1200;
  font-family: 'Quicksand', sans-serif;
}

table th {
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px #c9c9c9;
}

table tfoot {
  border-top: solid 2px #c9c9c9;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #c9c9c9;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

/* iframe */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Only need 80% so (56.25 * 0.8 = 0.45)*/
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* bilibili*/

.iframe-Bili {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Only need 80% so (56.25 * 0.8 = 0.45)*/
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.subImages{
  width: 100%;
  height: auto;
}
#secondLevel{
  background: #ABDFD7;
}

.subGrid{
  width: 550px;
  height: auto;
}
/* Indent the first line of a paragraph with text-indent */
/* https://coder-coder.com/how-to-indent-paragraph-text-in-html-css/ */
p.theText {
  text-indent: 30px;
  margin-bottom: 0;
}

.theText {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
}

.shortText {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: left;
}