@font-face {
  font-family: pixelFont;
  src: url("/assets/font/HomeVideo-BLG6G.ttf");
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #FFF8E6;
  font-family: pixelFont;
  margin: 0;
  color: #8D0B41;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif main;
  font-family-margin-left: 1.5vw;
}
body .text_link {
  text-decoration: none;
  color: #8D0B41;
  transition: 300ms;
  border-bottom: none;
}
body .text_link:hover {
  border-bottom: solid #8D0B41;
  transition: 300ms;
}
body .title_page {
  position: relative;
  margin: 1em auto 1.5em 1em;
}
body .title_page::before {
  content: "> ";
}
body .title_page::before, body .title_page::after {
  transition: opacity 0.3s ease;
}
body .title_page:hover::before {
  content: "> ";
  animation: fadeOut 1s infinite alternate;
  -webkit-animation: fadeOut 1s infinite alternate;
}
body .title_page:hover::after {
  content: " ";
  animation: fadeIn 1s infinite alternate;
  -webkit-animation: fadeIn 1s infinite alternate;
}
body .text_basic {
  margin: 0 3rem;
  font-size: 16px;
}
body .text_left {
  margin-left: 3rem;
  text-align: left;
}

.padding_card {
  padding-left: 1.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}

table,
th,
td {
  border: solid;
}

@media (max-width: 768px) {
  body {
    margin-bottom: 8.5rem;
  }
  body main {
    margin-left: 2vw;
  }
  body .title_page {
    text-align: center;
    margin: 1.5rem;
  }
  body .title_page:hover::before, body .title_page:hover::after {
    content: "";
  }
  body .title_page::before {
    content: "";
  }
  body .text_basic {
    margin: 0 2rem;
    align-content: center;
  }
  body .text_left {
    margin-left: 2rem;
  }
}
nav {
  background-color: #D39D55;
  display: flex;
  justify-content: space-around;
  width: 100wh;
  align-content: center;
  align-items: center;
  z-index: 10;
}
nav div {
  transition: 300ms;
  padding: 1rem 0;
  border-bottom: solid 0px;
}
nav div a {
  gap: 0.5em;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: #8D0B41;
  transition: 300ms;
}
nav div a:hover {
  color: rgb(43, 43, 43);
  transition: 300ms;
}
nav div:hover {
  border-bottom: solid 1px;
  scale: 105%;
  transition: 300ms;
}

@media (max-width: 768px) {
  nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  nav a {
    flex-direction: column;
  }
}
@font-face {
  font-family: pixelFont;
  src: url("/assets/font/HomeVideo-BLG6G.ttf");
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #FFF8E6;
  font-family: pixelFont;
  margin: 0;
  color: #8D0B41;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif main;
  font-family-margin-left: 1.5vw;
}

body .text_link {
  text-decoration: none;
  color: #8D0B41;
  transition: 300ms;
  border-bottom: none;
}

body .text_link:hover {
  border-bottom: solid #8D0B41;
  transition: 300ms;
}

body .title_page {
  position: relative;
  margin: 1em auto 1.5em 1em;
}

body .title_page::before {
  content: "> ";
}

body .title_page::before, body .title_page::after {
  transition: opacity 0.3s ease;
}

body .title_page:hover::before {
  content: "> ";
  animation: fadeOut 1s infinite alternate;
  -webkit-animation: fadeOut 1s infinite alternate;
}

body .title_page:hover::after {
  content: " ";
  animation: fadeIn 1s infinite alternate;
  -webkit-animation: fadeIn 1s infinite alternate;
}

body .text_basic {
  margin: 0 3rem;
  font-size: 16px;
}

body .text_left {
  margin-left: 3rem;
  text-align: left;
}

.padding_card {
  padding-left: 1.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}

table,
th,
td {
  border: solid;
}

@media (max-width: 768px) {
  body {
    margin-bottom: 8.5rem;
  }
  body main {
    margin-left: 2vw;
  }
  body .title_page {
    text-align: center;
    margin: 1.5rem;
  }
  body .title_page:hover::before, body .title_page:hover::after {
    content: "";
  }
  body .title_page::before {
    content: "";
  }
  body .text_basic {
    margin: 0 2rem;
    align-content: center;
  }
  body .text_left {
    margin-left: 2rem;
  }
}
.parent_card-staff {
  padding-left: 0;
  display: grid;
  grid-template-columns: 30vw 30vw 30vw;
  gap: 2vw;
  place-content: left;
  margin-left: 3rem;
}
.parent_card-staff a {
  text-decoration: none;
  color: #8D0B41;
}
.parent_card-staff a .card_staff {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  border: solid;
  max-width: 60vw;
  margin-bottom: 1rem;
  background-color: #D39D55;
  box-shadow: 0px 0px 4px 1px rgb(0, 0, 0);
  scale: 100%;
  transition: 300ms;
  border-radius: 5px;
}
.parent_card-staff a .card_staff:hover {
  scale: 101%;
  transition: 300ms;
}
.parent_card-staff a .card_staff h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .parent_card-staff {
    display: grid;
    grid-template-columns: 70vw;
    place-content: center;
    padding: auto;
    margin-left: 0;
  }
  .parent_card-staff .card_staff h2 {
    text-align: center;
  }
  .parent_card-staff .card_staff:hover {
    scale: 105%;
  }
}
@font-face {
  font-family: pixelFont;
  src: url("/assets/font/HomeVideo-BLG6G.ttf");
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #FFF8E6;
  font-family: pixelFont;
  margin: 0;
  color: #8D0B41;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif main;
  font-family-margin-left: 1.5vw;
}

body .text_link {
  text-decoration: none;
  color: #8D0B41;
  transition: 300ms;
  border-bottom: none;
}

body .text_link:hover {
  border-bottom: solid #8D0B41;
  transition: 300ms;
}

body .title_page {
  position: relative;
  margin: 1em auto 1.5em 1em;
}

body .title_page::before {
  content: "> ";
}

body .title_page::before, body .title_page::after {
  transition: opacity 0.3s ease;
}

body .title_page:hover::before {
  content: "> ";
  animation: fadeOut 1s infinite alternate;
  -webkit-animation: fadeOut 1s infinite alternate;
}

body .title_page:hover::after {
  content: " ";
  animation: fadeIn 1s infinite alternate;
  -webkit-animation: fadeIn 1s infinite alternate;
}

body .text_basic {
  margin: 0 3rem;
  font-size: 16px;
}

body .text_left {
  margin-left: 3rem;
  text-align: left;
}

.padding_card {
  padding-left: 1.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}

table,
th,
td {
  border: solid;
}

@media (max-width: 768px) {
  body {
    margin-bottom: 8.5rem;
  }
  body main {
    margin-left: 2vw;
  }
  body .title_page {
    text-align: center;
    margin: 1.5rem;
  }
  body .title_page:hover::before, body .title_page:hover::after {
    content: "";
  }
  body .title_page::before {
    content: "";
  }
  body .text_basic {
    margin: 0 2rem;
    align-content: center;
  }
  body .text_left {
    margin-left: 2rem;
  }
}
.parent_card-author {
  display: grid;
  grid-template-columns: auto auto auto;
}
.parent_card-author a {
  text-decoration: none;
  color: #8D0B41;
}
.parent_card-author a .card {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  border: solid;
  max-width: 60vw;
  margin-bottom: 1rem;
  background-color: #D39D55;
  box-shadow: 0px 0px 4px 1px rgb(0, 0, 0);
  scale: 100%;
  transition: 300ms;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  max-width: 30vw;
}
.parent_card-author a .card:hover {
  scale: 101%;
  transition: 300ms;
}

@media (max-width: 768px) {
  .parent_card-author {
    margin: 0;
    grid-template-columns: auto;
  }
  .parent_card-author a {
    margin-left: 0.5rem;
  }
  .parent_card-author a .card {
    max-width: 80vw;
  }
  .parent_card-author a .card .card:hover {
    scale: 105%;
  }
}

/*# sourceMappingURL=Rubiku-theme.css.map */