/* custom.css */

/* Stiluri globale */
body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

/* Header */
header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

header nav a {
  margin-right: 15px;
  text-decoration: none;
  color: #333;
}

.language-selector a {
  margin-left: 5px;
  font-size: 0.9em;
  color: #666;
}

/* Conținutul principal */
main {
  padding: 20px;
}

/* Footer */
footer {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #666;
}

.class-description {
    white-space: pre-wrap; /* Păstrează spațiile și newline-urile */
    text-align: justify;
    margin: 10px 0;
    line-height: 1.6;
}

/* Default styles for mobile */
body {
    font-size: 16px;
    padding: 10px;
}

/* Media query for larger devices */
@media (min-width: 768px) {
    body {
        font-size: 18px;
        padding: 20px;
    }
}


.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.itim-regular {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}


body {
    background: url('/static/images/background.jpg') no-repeat center center fixed;
    background-size: cover;
}



