/* css styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Ciutadella Italic';
    font-style: italic;
    font-weight: normal;
    src: url('static/fonts/Ciutadella/Ciutadella-RegularItalic.eot');
    src: local('Ciutadella Italic'), local('Ciutadella-RegularItalic'),
        url('static/fonts/Ciutadella/Ciutadella-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('static/fonts/Ciutadella/Ciutadella-RegularItalic.woff2') format('woff2'),
        url('static/fonts/Ciutadella/Ciutadella-RegularItalic.woff') format('woff'),
        url('static/fonts/Ciutadella/Ciutadella-RegularItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Ciutadella Bold';
    font-style: normal;
    font-weight: bold;
    src: url('static/fonts/Ciutadella/Ciutadella-Bold.eot');
    src: local('Ciutadella Bold'), local('Ciutadella-Bold'),
        url('static/fonts/Ciutadella/Ciutadella-Bold.eot?#iefix') format('embedded-opentype'),
        url('static/fonts/Ciutadella/Ciutadella-Bold.woff2') format('woff2'),
        url('static/fonts/Ciutadella/Ciutadella-Bold.woff') format('woff'),
        url('static/fonts/Ciutadella/Ciutadella-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ciutadella Bold Italic';
    font-style: italic;
    font-weight: bold;
    src: url('static/fonts/Ciutadella/Ciutadella-BoldItalic.eot');
    src: local('Ciutadella Bold Italic'), local('Ciutadella-BoldItalic'),
        url('static/fonts/Ciutadella/Ciutadella-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('static/fonts/Ciutadella/Ciutadella-BoldItalic.woff2') format('woff2'),
        url('static/fonts/Ciutadella/Ciutadella-BoldItalic.woff') format('woff'),
        url('static/fonts/Ciutadella/Ciutadella-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Ciutadella Regular';
    font-style: normal;
    font-weight: normal;
    src: url('static/fonts/Ciutadella/Ciutadella-Regular.eot');
    src: local('Ciutadella'), local('Ciutadella-Regular'),
        url('static/fonts/Ciutadella/Ciutadella-Regular.eot?#iefix') format('embedded-opentype'),
        url('static/fonts/Ciutadella/Ciutadella-Regular.woff2') format('woff2'),
        url('static/fonts/Ciutadella/Ciutadella-Regular.woff') format('woff'),
        url('static/fonts/Ciutadella/Ciutadella-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ciutadella Medium';
    font-style: normal;
    font-weight: 500;
    src: url('static/fonts/Ciutadella/Ciutadella-Medium.eot');
    src: local('Ciutadella Medium'), local('Ciutadella-Medium'),
        url('static/fonts/Ciutadella/Ciutadella-Medium.eot?#iefix') format('embedded-opentype'),
        url('static/fonts/Ciutadella/Ciutadella-Medium.woff2') format('woff2'),
        url('static/fonts/Ciutadella/Ciutadella-Medium.woff') format('woff'),
        url('static/fonts/Ciutadella/Ciutadella-Medium.ttf') format('truetype');
}


@font-face {
    font-family: 'Ciutadella SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('static/fonts/Ciutadella/Ciutadella-SemiBold.eot');
    src: local('Ciutadella SemiBold'), local('Ciutadella-SemiBold'),
        url('static/fonts/Ciutadella/Ciutadella-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('static/fonts/Ciutadella/Ciutadella-SemiBold.woff2') format('woff2'),
        url('static/fonts/Ciutadella/Ciutadella-SemiBold.woff') format('woff'),
        url('static/fonts/Ciutadella/Ciutadella-SemiBold.ttf') format('truetype');
}


body {
    background: url('../img/background.svg') no-repeat center center fixed;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: 'Roboto';
    font-size: 18px;
    width: 100%;
    word-break: break-word;
}

.container {
    max-width: 100%;
    width: 100%;
}

a {
    color: black;
}


.navbar-title, .menu-text, .bi {
  font-family: 'Roboto';
  font-size: 25px;
}

.sidebar {
    font: 'Roboto';
}

toc-active {
    background-color: rgb(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4 {
    font-family: 'Ciutadella', 'Roboto', Fallback, sans-serif;
    color: black;
    font-size: 30px;
}

h1 {
    text-align: center;
    font-size: 45px;
}

h2#toc-title {
    font-family: 'Ciutadella';
}

a.nav-link,
.nav-link.active,
#toc-title {
    font-family: 'Roboto';
    color: black;
    font-size: 18px;
}

a {
    font-weight: bold;
    text-decoration: underline;
}

.description {
    text-align: center;
}

.img-profile {
    width: 100%;
    padding: 1.5em;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    word-break: break-all;
}

.img-fluid {
  vertical-align: middle;
}

.icons-bar {
    align-content: center;
    align-items: center;
    align-self: center;
    justify-content: center;
}

i {
  text-decoration: none !important;
}

.textbox {
    background-color: rgb(255, 255, 255);
    padding: 2em;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
    box-shadow: inset 0px 0px 20px 20px white;
}

.contactbox {
    background-color: rgb(255, 255, 255, 0.25);
    padding: 2em;
    margin: 1em;
}

.nav-footer,
a.nav-footer {
    color: black;
}

.with-background {
    background-image: "/static/img/sjd.png";
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.title {
  font-size: 60px;
  margin-top: 2em;
  padding-top: 2em;
}

.subtitle {
  font-size: 35px;
  color: black;
  text-align: center;
}

.small-subtitle {
  font-size: 25px;
  text-align: center;
  font-family: "Roboto";
}

.nav-footer {
    background-color: rgb(255, 255, 255, 0.8);
    font-size: 25px;
    font-family: 'Roboto';
}

.toc-action {
  font-size: 20px;
  color: black;
  font-weight: normal;
  margin-top: 0.5em;
}

.logos-grid {
    text-align: center;
    vertical-align: middle;
}

.social-list {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.social-list li {
    padding: 10px;
    color: black;
    font-size: 19px;
}

#languages-button {
    color: black;
    background-color: white;
    border-color: white;
}
