@import url("https://fonts.googleapis.com/css2?family=Josefin Slab");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

html {
  background-image: url("SocratesPortrait.jpg");
  background-size: cover;
  background-attachment: fixed; }

body {
  font-family: "Josefin Slab"; }

.message {
  margin: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #741a38;
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.content {
  margin-top: 85px;
  margin-bottom: 85px; }

.title-bar__item {
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 5vw;
  font-weight: bold;
  font-variant: small-caps;
  background-color: #0d2a4a;
  color: transparent;
  text-shadow: 0px 1.5px 2px rgba(255, 255, 255, 0.35);
  background-clip: text; }

.subtitle {
  width: 100%;
  text-align: center;
  margin: auto;
  font-size: 3vw;
  font-weight: bold;
  font-variant: small-caps;
  background-color: #0d2a4a;
  color: transparent;
  text-shadow: 0px 1.5px 2px rgba(255, 255, 255, 0.35);
  background-clip: text; }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.topbar {
  position: fixed;
  top: 0;
  overflow: hidden;
  background-color: #3f9fe9; }
  .topbar a {
    float: left;
    display: block;
    color: #f5e1c6;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold; }
    .topbar a:hover {
      transform: scale(1.2);
      transition: 0.3s;
      color: #2c071c; }
    .topbar a.active {
      background-color: #f5e1c6;
      color: #469ce7; }
  .topbar .icon {
    display: none; }

.bottombar {
  margin-top: 10px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #3f9fe9; }
  .bottombar a {
    float: left;
    display: block;
    color: #f5e1c6;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold; }
    .bottombar a:hover {
      transform: scale(1.2);
      transition: 0.3s;
      color: #2c071c; }
  .bottombar .icon {
    display: none; }

.fc-event {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

.form-frame, .form-frame-single, .form-frame-single-row {
  border: 20px solid #e1b384;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px black, 1px -1px #ebccad, 6px -6px #e1b384, -5px 5px 5px 5px;
  margin: 40px;
  padding: 40px;
  background-color: #f5e1c6;
  font-size: 40px; }
  .form-frame p, .form-frame-single p, .form-frame-single-row p {
    margin-bottom: 5px; }

.form-frame {
  width: 40%; }

.form-frame-single, .form-frame-single-row {
  width: 80%;
  margin: auto;
  margin-top: 50px; }

.form-frame-single {
  height: 65vh; }

.form-frame-single-row {
  padding: 10px; }

.form-label, .form-header, .form-caption, .form-caption-subsubcategory {
  color: #176bb5;
  font-weight: bold; }

.form-input, .form-button, .form-button-cancel, .form-button-delete, input, .form-button-category, .form-button-subcategory, .form-button-subsubcategory {
  margin-left: 5px;
  max-width: 100%;
  border: none;
  background-color: #176bb5;
  padding: 5px;
  font-family: Josefin Slab;
  font-weight: bold;
  font-size: 30px;
  color: #f5e1c6;
  text-decoration: none; }

.form-button, input {
  font-size: 40px;
  margin-bottom: 5px; }

.form-button-category, .form-button-subcategory, .form-button-subsubcategory {
  background-color: #128787;
  font-size: 40px; }

.form-button-subcategory {
  margin-left: 50px; }

.form-button-subsubcategory {
  margin-left: 100px; }

.form-button-cancel {
  font-size: 40px;
  margin-bottom: 5px;
  max-width: 100%;
  background-color: #128787; }

.form-button-delete {
  font-size: 40px;
  margin-bottom: 5px;
  max-width: 100%;
  background-color: #871287; }

.form-button:hover, .form-button-cancel:hover, .form-button-delete:hover, .form-button-category:hover, .form-button-subcategory:hover, .form-button-subsubcategory:hover {
  transform: scale(1.2);
  transition: 0.3s;
  color: #2c071c; }

.form-header {
  font-size: 60px;
  margin-bottom: 5px; }

.form-caption {
  font-size: 25px; }

.form-caption-subsubcategory {
  font-size: 25px;
  margin-left: 80px; }

.form-link {
  text-decoration: none;
  color: #f5e1c6; }

input[type="checkbox"] {
  width: 30px;
  height: 30px;
  transition: all 0.2s ease; }

input[type="checkbox"]:before {
  color: grey; }

input[type="checkbox"]:before {
  color: #176bb5; }

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }
  #myImg:hover {
    transform: scale(1.1); }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: black;
  /* Black w/ opacity */ }

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 95%;
  object-fit: contain; }

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  font-size: 40px;
  padding: 10px 0;
  height: 150px; }

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 100px;
  font-weight: bold;
  transition: 0.3s; }
  .close:hover, .close:focus {
    color: red;
    transform: scale(1.4);
    transition: 0.3s;
    cursor: pointer; }

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }
.container {
  margin-top: 100px; }

#visualization {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px; }

.node {
  cursor: pointer; }
  .node text {
    font-size: 16px;
    font-weight: bold; }
  .node.central text {
    font-weight: bold;
    font-size: 16px; }
  .node.category circle {
    fill: #ff8c00; }
  .node.note circle {
    fill: #6495ed; }
  .node.central circle {
    fill: #2e8b57; }

.link {
  stroke: #999;
  stroke-opacity: 0.6;
  stroke-width: 1px;
  fill: none; }
  .link.outgoing {
    stroke: #2e8b57;
    stroke-opacity: 0.6; }
  .link.incoming {
    stroke: #6495ed;
    stroke-opacity: 0.6; }

.arrow {
  fill: #999; }
  .arrow.outgoing {
    fill: #2e8b57; }
  .arrow.incoming {
    fill: #6495ed; }

.tooltip {
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  pointer-events: none;
  font-size: 16px;
  max-width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

#controls {
  margin: 10px 0; }

/* Styles for context menu */
.context-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .context-menu button {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer; }
    .context-menu button:hover {
      background-color: #f0f0f0; }

@media screen and (max-width: 1721px) {
  .topbar a {
    font-size: 30px; }

  .bottombar a {
    font-size: 30px; } }
@media screen and (max-width: 1330px) {
  .topbar a {
    font-size: 20px; }

  .bottombar a {
    font-size: 20px; }

  .form-frame {
    width: 70%; } }
@media screen and (max-width: 940px) {
  .topbar a:not(:first-child) {
    display: none; }
  .topbar a.icon {
    float: right;
    display: block;
    color: #f5e1c6; }

  .bottombar a:not(:first-child) {
    display: none; }
  .bottombar a.icon {
    float: right;
    display: block;
    color: #f5e1c6; }

  .topbar.responsive {
    position: relative; }
    .topbar.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      background-color: #f5e1c6;
      color: #469ce7; }
    .topbar.responsive a {
      float: none;
      display: block;
      text-align: center; }
    .topbar.responsive:hover {
      transform: scale(1.05);
      color: #2c071c; }

  .bottombar.responsive .icon {
    position: absolute;
    right: 0;
    bottom: 0; }
  .bottombar.responsive a {
    float: none;
    display: block;
    text-align: center; }
  .bottombar.responsive:hover {
    transform: scale(1.05);
    transition: 0.3s;
    color: #2c071c; }

  .form-frame {
    width: 90%; }

  .form-label {
    font-size: 20px; }

  .form-input {
    font-size: 20px; }

  .form-button {
    font-size: 20px; }

  .form-button-category {
    font-size: 20px; }

  .form-button-subcategory {
    font-size: 20px; }

  .form-button-subsubcategory {
    font-size: 20px; } }
@media all and (orientation: landscape) {
  html {
    background-image: url("Socrates.jpg"); } }

/*# sourceMappingURL=styles.css.map */
