@import 'theme.css'; /* for the Read the Docs theme */

h1,h2,h3,h4,h5,h6 {
    font-family: "Verdana";
    color: #191848;
}

#welcome-to-luceda-academy h1 {
  font-variant:small-caps;
  font-weight: 550;
  text-align:center;
  font-size:250%;
}

.wy-side-nav-search, .wy-nav-top {
    background: #191848;
}

.wy-nav-side {
    background: #191848;
}

.wy-menu > .caption > span.caption-text {
  color: white;
}

.button {
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
  border-radius: 40px;
}

.button1 {
  background-color: #FF3150;
  color: white;
  border: 1px solid #FF3150;
}

.button1:visited {
  background-color: #FF3150;
  color: white;
  border: 1px solid #FF3150;
}

.button1:hover {
  background-color: #FF0B30;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 1px solid #191848;
}

.button2:visited {
  background-color: white;
  color: black;
  border: 1px solid #191848;
}

.button2:hover {
  background-color: #191848;
  color: white;
}

.button3 {
  background-color: #191848;
  color: white;
  border: 1px solid white;
}

.button3:visited {
  background-color: #191848;
  color: white;
  border: 1px solid white;
}

.button3:hover {
  background-color: white;
  color: #191848;
}

.buttonsmall {
  padding: 1px 8px;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}

.custom-border {
    border: 2px solid #000; /* Black border with 2px width */
    padding: 0px;           /* No space between the image and the border */
}