@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: src('./lib/Open_Sans/OpenSans_regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    src: src('./lib/Open_Sans/OpenSans_italic.ttf') format('truetype');
}

html, body {
    font-family: 'Nunito', 'Open Sans', sans-serif;
    height: 100%;
}

p {
    text-align: justify;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#navbar .navbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#navbar .navbar-brand h1 {
    margin-left: 1.5rem;
    margin-bottom: 0;
    width: auto;
    font-size: 2rem;
}

footer {
    width: 100%;
    position: static;
    bottom: 0;
    background-color: #f8f9fa;
    padding: 1em 0;
    text-align: center;
}

footer img {
    width: auto;
    max-width: 100%;
    height: 4em;
}

#generator-loading {
    display: none;
}

#generator-loading.loading {
    display: flex;
    flex-direction: row;
    align-items: center;
}
