h1 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.translate-site-langs>.navbar-brand {
    font-size: .8rem;
}

body[dir=rtl] .ml-2 {
    margin-right: .5rem!important;
}

body[dir=rtl] .ml-4 {
    margin-right: 1.5rem!important;
}

body[dir=rtl] .mr-2 {
    margin-left: .5rem!important;
}

body[dir=rtl] .mr-4 {
    margin-left: 1.5rem!important;
}

body[dir=rtl] {
    text-align: right;
}

.errorMessage , .error, .red {
    color: red;
}

.error.no-red {
    color: black;
}

ul.navbar-nav {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar-nav li {
    margin-right: 6px;
}

/**
 * Requires inner div
 */
@media only screen and (min-height: 650px) {
    .content-centered {
        height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.btn-primary {
    background-color: #006100;
    border-color: #006100;
}

.btn-primary:active, .btn-primary:hover {
    background-color: #00be00;
    border-color: #00be00;
}

body {
    font-family: "Times New Roman", serif;
}

.analyze-nav a {
    color: black !important;
}

.analyze-nav .help a:hover {
    color: dimgrey !important;
}